#eductional{
    background-color: rgb(196, 214, 233);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.breadcrumb a {
    color: #0d6efd; /* Bootstrap's primary color */
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A"; /* Unicode for the right angle quote (›) */
    margin-right: 0.5rem;
    color: #6c757d; /* Bootstrap's secondary color */
}




#eductionalcard{
 background-color: rgb(231, 251, 245);
}



.center-gif {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}








/* social icons */

/* .social {
	position: fixed;
	top: 30%;
	z-index:999;
	margin-left:30px;
	width: 10px;
   
  }
  
  .social ul {
	list-style-type: none;
	padding: 0;
	transform: translatex(-270px);
  }
  
  .social ul li {
	display: block;
	margin: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 300px;
	text-align: right;
	padding: 10px;
	border-radius: 0 30px 30px 0;
	transition: all 1s;
  }
  
  .social ul li:hover {
	transform: translatex(110px);
  }
  
  .social ul li.fb:hover {
	background-color: #55acee;
  }
  
  .social ul li.call:hover {
	background-color: #3b5999;
  }
  
  .social ul li.email:hover {
	background-color: #dd4b39;
  }
  
  .social ul li.instagram:hover {
	background-color: #e4405f;
  }
  .social ul li.whatsapp:hover {
	background-color:rgb(0, 255, 68);
  }
  
  
  .social ul li a {
	color: white;
	text-decoration: none;
  }
  
  .social ul li i {
	text-align: center;
	margin-left: 14px;
	color: black;
	background-color: rgb(0, 255, 68);
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	transform: rotate(0deg);
  }
  
  .social ul li:hover i {
	transform: rotate(360deg);
	transition: all 1s;
  }
  
  .social ul li.email i {
	background-color: #e4405f;
  }
  .social ul li.call i {
	background-color: #3b5999;
  }

  .popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 999;
  }
  
  .popup-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	width: 300px;
	text-align: center;
  }
  .popup-content input
  {
	width: 100%;
	margin-bottom: 10px;
  }
  .popup-content textarea
  {
	width: 100%;
  }
  .close-btn {
	float: right;
	font-size: 24px;
	cursor: pointer;
  }
  
  input 
  {
	height: 40px;
	margin-top: 5px;
  }
  
  
  .popupp {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 999;
  }
  .popupp-content input
  {
	width: 100%;
	margin-bottom: 10px;
  }
  .popupp-content textarea
  {
	width: 100%;
  }
  .popupp-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	width: 300px;
	text-align: center;
  }
  .closee-btn {
	float: right;
	font-size: 24px;
	cursor: pointer;
  }

  .popuppp {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 999;
  }
  .popuppp-content input
  {
	width: 100%;
	margin-bottom: 10px;
  }
  .popuppp-content textarea
  {
	width: 100%;
  }
  .popuppp-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	width: 300px;
	text-align: center;
  }
  .closeee-btn {
	float: right;
	font-size: 24px;
	cursor: pointer;
  }
  
  
  .popupppp {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 999;
  }
  .popupppp-content input
  {
	width: 100%;
	margin-bottom: 10px;
  }
  .popupppp-content textarea
  {
	width: 100%;
  }
  .popupppp-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	width: 300px;
	text-align: center;
  }
  .closeeee-btn {
	float: right;
	font-size: 24px;
	cursor: pointer;
  } */