* {
  margin: 0;
  padding: 0;
  overscroll-behavior: auto;
}
body{
	color: #333931;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.5;
  font-family: "Manrope", sans-serif;
}
p {
	color: #333931;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.5;
}

a{
  text-decoration: none !important;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "DM Sans", sans-serif;
	color: #21281d;
	margin-top: 0px;
	font-weight: 800 !important;
	line-height: 1.1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
  letter-spacing: 0;
}
h1, .h1{
  font-size: 45px;
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
  background: #14452f;
  color: #fff;
  padding: 8px 0;
}
.topbar a {
  color: #fff;
}
.topbar h3 {
	font-weight: 600;
	margin: 0;
	color: #fff;
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
}
.topbar ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 20px;
    font-family: "Manrope", sans-serif;
    font-size:14px;
    align-items:center;
}
.topbar ul li {
	display: flex;
	align-content: center;
	column-gap: 8px;  align-items:center;
	margin-right:8px;
}
.topbar ul i{
    font-size:20px;
}
.topbar ul li svg {
	width: 20px;
	height: 20px;
	color: #fff;
	fill: #fff;
}
.topbar ul li a:hover{
    color:#72e872;
}


.blinktxt {
  /*color: #7cff77;*/
  color: #fff;
  text-align: center;
  animation: animate 1.5s linear infinite;
}

a, .btn, button, input, select, textarea, li, img, .transition-3, h1, h2, h3, h4, h5, h6 {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}



/* 
Header Navbar
............................. */
.navbar .navbar-brand {
  width: 143px;
  margin: 0;
  padding: 0;
}
.navbar .navbar-nav {
	margin-right: 35px;
	column-gap: 8px;
	font-family: "Manrope", sans-serif;

}
nav.navbar.bg-light {
  background: #f0fff6 !important;
  padding: 0;
}
.header-home li a {
	padding-right: 30px;
	font-family: "Manrope", sans-serif;
	color: #394630;
	margin: 20px 0;
	display: inline-block;
	padding: 8px 20px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.btn.contactus-btn, .primarybutton {
  padding: 10px 30px;
  background-color: #14452f;
  color: white;
  font-weight: 600;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  border-radius: 8px;
}
.btn.contactus-btn:hover {
  background-color: #74be2b;
  color: black;
}

.experttalk {
  display: flex;
  /* width: 165px; */
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 29px;
  align-items: center;
  column-gap: 15px;
}
.experttalk .phico {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  color: #fff;
}

 .wdt-content-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
.wdt-content-subtitle h5 {
  font-size: clamp(1rem, 0.9555rem + 0.2454vw, 1.25rem);
  
}
.wdt-content-subtitle h5 a {
  color: #22281E;
}
.primarybutton {
  padding: 15px 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.primarybutton svg {
  margin-left: 10px;
  display: inline-block;
  transform: translateY(-1px);
}
.primarybutton:hover {
  background-color: #74be2b;
  color: black;
}
.primarybutton:hover svg {
	animation: tfLeftToRight .4s forwards;
	transform: translateY(-1px);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: #f0fff6 url(../images/light-hero-shape.png) no-repeat bottom right;
  position: relative;
  padding-top: 25px;
  padding-bottom: 105px;
  min-height: 600px;
}
#hero h1 {
	margin: 0;
	font-size: 50px;
	font-weight: 900;
	color: #000;
	max-width: 90%;
	line-height: 1.1;
  margin-bottom: 2rem;
}
#hero h1 span { font-size: 55px; display: block;}
#hero h2 {
  color: #333;
  margin: 20px 0 0 0;
  font-size: 25px;
}
.hero-container {
  z-index: 999;
}
.herotext-column {
  justify-content: center;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  #hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 0px;
  }
  .herotext-column {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-banner-img {
    max-width: 70% !important;
  }



  
}

@media (max-height: 500px) {
}

/*--------------------------------------------------------------
# Popup Section
--------------------------------------------------------------*/
/* Styles for the overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Adjust the opacity as needed */
  z-index: 9998;
}

/* Styles for the popup container */
.popup-container {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  /* border: 1px solid #ccc; */
  /* padding: 20px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width:90%;
  max-width: 600px;
}
.admission_form .auden-input:focus-visible {
  border: none !important;
  border-bottom: 1px solid #000;
}
/* Styles for the close button */
.close-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  background: #f00;
  height: 24px;
  width: 25px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
  color: #fff0f0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-title {
    font-size: 2rem;
    font-weight: 600;
    color: #0f1212;
    margin-bottom: 1rem;
}

.custom-popup form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-popup input[type="text"],
.custom-popup input[type="email"],
.custom-popup input[type="tel"],
.custom-popup input[type="date"],
.custom-popup textarea::placeholder {
  font-size: 12px;
  font-weight: 600;
  color: #000 !important;
  width: 100% !important;
}

.custom-popup input::placeholder {
  color: #000;
}
.custom-popup input[type="text"],
.custom-popup input[type="email"],
.custom-popup input[type="tel"],
.custom-popup input[type="date"],
.custom-popup textarea {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
}
.popup-form-container input {
  width: 100%;
}
.popup-inputs {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.popup-inputs::placeholder {
  font-size: 13px;
}
.wpcf7-spinner {
  display: none;
}


.popup-form-container select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
}



.custom-popup input[type="submit"] {
  padding: 8px;
  border: none;
  background-color: #23b1c4 !important;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.custom-popup select {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: 600;
}
.form-close-btn {
  padding: 0 5px;
  background: #dc3545;
  color: white;
  border: none;
}
.enquire-button {
  background: #57c1ce;
  border: none;
}

.custom-popup input[type="submit"]:hover {
  background-color: #0056b3;
}
/* Styles for the popup */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent background */
  padding: 20px;
  border-radius: 5px;
  z-index: 9997;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Style for the close button inside the popup */
.close-popup {
  position: absolute;
  top: 0px;
  right: 17px;
  cursor: pointer;
  background-color: rgb(220, 53, 53);
  color: white;
  padding: 0 8px;
}
.custom-popup {
  display: none;
  position: fixed;
  max-width: 27%;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  z-index: 9997;
  max-height: 95%; /* Set a maximum height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.euqform{

  padding: 20px;

  z-index: 9997;
  max-height: 95%; /* Set a maximum height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.euqform .caldera-grid .form-control {
	
	min-height: 48px;
	padding: 6px 12px;
	font-weight: 400;
}

.euqform  .caldera-grid textarea.form-control {
	height: 100px !important;
}

.euqform input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #14452f;
    padding: 8px 40px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    background-color: #14452f;
    color: white;
    font-weight: 600;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
    border-radius: 8px;
    border: 0;
}
.pum-title, .pum-theme-lightbox .pum-title {
    font-weight: 500 !important;
}
.wpcf7-not-valid-tip {
    text-align: left;
    padding-left: 5px;
    font-size: 0.9em;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin: 7px 0 5px;
}
.euqform p {
    margin: 0;
}

.euqform .col-12 {
    width: 100% !important;
    padding: 5px 0;
}

.euqform .col-12 input, .euqform .col-12 textarea {
    border: 1px solid #ccc;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 15px;
    width: 95%;
}
.euqform .col-12 textarea{
    height:100px;
}
.popup-content {
  text-align: center;
}

.popup-content h2 {
  padding: 0 20px 0 0;
  font-size: 14px;
  margin-bottom: 15px;
  color: #066767;
  font-weight: 700;
  text-align: left;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  background-color: rgb(220, 53, 53);
}

.custom-popup form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 15px;
}

.custom-popup input[type="text"],
.custom-popupinput[type="email"],
.custom-popup textarea {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.custom-popup input[type="submit"] {
  padding: 8px;
  border: none;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.3s ease;
  display: inline-block;
  width: 60%;
  margin: 0 auto;
  border-radius: 20px;
}
.button-nquire {
  background: #23b1c4 !important;
}

.custom-popup input[type="submit"]:hover {
  background-color: #0056b3;
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/

.it-about-thumb-box {
	margin-right: 80px;
}
.p-relative {
	position: relative;
}
.it-about-thumb-1 {
	position: absolute;
	top: -55px;
	left: 0;
}
.it-about-thumb-2 {
	position: absolute;
	bottom: -65px;
	left: 0;
}
.text-xl-end {
	text-align: right !important;
}
.it-about-shape-2 {
	position: absolute;
	right: 75px;
	top: -50px;
}
.it-about-shape-3 {
	position: absolute;
	bottom: -65px;
	right: 25px;
}
.it-about-thumb-box img {
	border-radius: 8px;
}

.it-about-shape-1 {
	position: absolute;
	top: -115px;
	left: -105px;
	z-index: -1;
	animation: itupdown 0.8s infinite alternate;
}

.sectiontag{
  color: #0AB99D;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  padding: 0 22px;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: rgba(10, 185, 156, 0.2);
}

.welcome-section h3 {
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  line-height: 1.5 !important;
  font-weight: 800;
}

.welcome-section {
  width: 100%;
  padding:243px 0 50px
}

.lightbg{
  background: #f2f8f1;
}


.image-welcome-div {
  position: relative;
}
.welcome-img {
  width: 100%;
  border-top-right-radius: 180px;
  border-bottom-left-radius: 180px;
  position: relative;
  padding: 0px 5px 5px 0px;
  z-index: 1;
}


/*--------------------------------------------------------------
# Snapshot Section
--------------------------------------------------------------*/
.snapshot-section {
  padding: 100px 0 300px;
}
.snapinfo div {
	font-size: 16px;
}

.snapshot-section .phico, .snapshot-section .mailico {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
 /* background: #14452f;*/
  color: #fff;
}
.snapshot-section .phico div{
    font-size:16px;
}
.snapinfo {
  column-gap: 30px;
  font-weight: 600;
  justify-content: flex-end;
}

.snapinfo span{
  display: block;
  font-weight: 800;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-snapshot-grid-box {
  margin-top: 5rem;
}
.latest-blog-item {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: .5s;
  min-height: 370px;
}
.latest-blog-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: hsl(163.08deg 49.37% 84.51%);
}
.latest-blog-grid-img {
  margin: -20px -20px 19px;
}
.latest-blog-grid-img img {
    height: 250px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.latest-blog-item h3 {
  color: #0d271b;
  font-size: 24px;
  font-weight: 700!important;
}
.latest-blog-item a:hover h3{
  color: #009832;
}
.latest-blog-grid-cnt p {
	font-size: 1rem;
	min-height: 60px;
}
/*--------------------------------------------------------------
# Counter Section
--------------------------------------------------------------*/
section.countersection {
  padding-bottom: 6.5rem;
}
.countersection > .container {
  max-width: 1090px !important;
  overflow: visible;
  margin-top: -12.25rem;
  position: relative;
  z-index: 0;
}
.roundshap {
	position: absolute;
	width: auto;
	max-width: auto;
	top: -114px;
	z-index: -1;
	left: -90px;
}
.roundshap-b {
  position: absolute;
  right: -90px;;
  bottom: -80px;
  width: auto;
  z-index: -1;
}
.counterbox{
  box-shadow: 0px 30px 70px 0px rgba(15.99999999999999, 12.000000000000002, 47, 0.08);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px auto;
  padding: 80px 50px;
  border-radius: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
  min-height: 293px;
}
.grntxt{
  color: #1ab69d !important;
}
.redtxt{
  color: #ee4a62!important;
}
.ytxt{
  color: #f8941f!important;
}
.purpletxt{
  color: #8e56ff!important;
}
.counter-box {
	text-align: center;
	border-right: 1px solid #e5e5e5;
	padding: 30px 0;
	margin: 0 -13px;
	min-height: 155px;
}

.counterbox .col-6:last-child .counter-box{
    border:0;
}

.four:last-child .counter-box {
  border-right: 0;
}
.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #181818;
	font-size: 14px;
	font-weight: 500;
  text-transform: uppercase;
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}

.counter { 
	display: block;
	font-size: 60px;
	font-weight: 800;
	color: #181818;
	line-height: 28px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 25px;
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}




.shap02{
  left: -20px;
  width: auto;
  max-width: auto;
  top: -100px;
  position: absolute;
}
.shap02 img{
  -webkit-animation: edublink-rotate-y 15s normal infinite linear;
  -moz-animation: edublink-rotate-y 15s normal infinite linear;
  -ms-animation: edublink-rotate-y 15s normal infinite linear;
  -o-animation: edublink-rotate-y 15s normal infinite linear;
  animation: edublink-rotate-y 15s normal infinite linear;
    animation-duration: 15s;
  -webkit-animation-duration: 11s;
  -moz-animation-duration: 11s;
  -ms-animation-duration: 11s;
  -o-animation-duration: 11s;
  animation-duration: 11s;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease 0s;


}
/*********************************
Testimonials
*****************************/
.testi-section{
    background:url(../images/testimonials-background.jpg) no-repeat left top;
     width: 100%;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding:100px 0;
}
.testi-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}

.latest-blog-grid-cnt {
    min-height: 95px;
}
 .booTestimonial {
  font-size: 16px !important;
 
}
.booTestimonialAuthor h3 {
    font-weight: 500 !important;
    color: #528f26 !important;
    font-size: 16px !important;
    padding: 5px 0 0 30px;
}
.booTestimonialAuthor h4 {
    font-weight: 500 !important;
    color: #7e7e7e !important;
    font-size: 14px !important;
    display: flex;
}
.booTestimonialAuthor {
    width: calc(100% - 130px);
    margin-top: -1.7rem;
}
.booTestimonialQuoteBefore {
    content: "";
    display: block;
    height: 20px;
    width: 41px;
    position: absolute;
    left: 30px;
    top: 44px;
    background-size: 100% auto;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: scale(-1,1);
    -webkit-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
    opacity: .3;
}
 .booTestimonial .booSVG {
	width: 100%;
	height: 100%;
}
.booTestimonialContent {
  position: relative;
  padding: 10px 30px 18px 76px;
}

.testimonial-grid-cnt{
    min-height:150px;
}

 .booTestimonialAvatar {
  position: relative;
  text-align: right;
  padding-right: 30px;
}
.booTestimonialAvatar:after {
    top: 50%;
    transform: translateY(-50%);
}
.booTestimonialAvatar:after {
    border-bottom: 1px solid #e1e1e1;
    height: 1px;
    content: "";
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
}
.booTestimonialAvatar img {
    position: relative !important;
    z-index: 1;
    max-width: none !important;
    width: 90px !important;
    min-height: 90px !important;
    border-radius: 100%;
    text-align: right;
    margin:0 0 0 auto;
}
 .booTestimonialAuthor h3 {
  padding: 5px 0 0 30px;
}
 .booTestimonialAuthor h4 {
  padding: 0 0 0 30px;
}




/*--------------------------------------------------------------
# parallax Section
--------------------------------------------------------------*/
.plxsec {
  background: url(../images/mathematics-background.webp) no-repeat left top;
  width: 100%;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.plxsec:before {
  background: rgb(0 0 0 / 90%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.plxcontent {
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  padding: 9.5rem 0;
}
.learningexp ul {
	list-style: none;
	margin: 30px 0 3rem 0;
	padding: 0;
}
.learningexp ul li {
	padding: 8px 0 8px 55px;
	background: url(../images/red-arrow.jpg) no-repeat left top 5px;
}
/*--------------------------------------------------------------
# Home contact section
--------------------------------------------------------------*/
.contactbox {
	background: #14452f;
	padding: 3rem 0;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
}
.contactbox p{
    	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
}
.contactbox h2{
    font-size: clamp(1.875rem, 1.597rem + 1.5337vw, 3.4375rem);
  text-transform: capitalize;
}
.contactbox a, .contactbox .snapinfo h5{
    color:#fff;
}
.contactbox a:hover {
	color: #41ffaa;
}

.contactbox .snapinfo svg{
    fill:#fff
}
.contactbox .snapinfo {
  column-gap: 30px;
  font-weight: 600;
  justify-content: flex-start;
  padding: 0;
  margin-top: 2.5rem;
}
.contactbox .phico {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  color: #14452f;
  text-align: center;
  font-size: 30px;
  
}

.whitetxt{
  color: #fff !important;
}
.contactform {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
}


.contactform ::-ms-input-placeholder { /* Edge 12-18 */
    opacity:1;

}

.contactform ::placeholder {
    opacity:1;
}
.contactform label,
.contactform .wpcf7-form-control
{
  width: 100%;
  background:#fff;
}
.contactform .caldera-grid label {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.contactform .wpcf7-form-control, .contactform .caldera-grid .form-control {
  min-height: 45px;
  border: 0px solid #848484;
  border-bottom: 1px solid #848484;
  padding: 10px 5px;
  border-radius:0 !important;
}
.contactform .caldera-grid textarea {
	padding-right: 4px;
	height: 130px;
	border: 0!important;
	border-bottom: 1px solid #848484 !important;
}


.contactform select {
	min-height: 48.5px !important;
}
.contactform textarea{
  height: 130px;
  resize: none;
}
.contactform .wpcf7-submit, .contactform .caldera-grid .btn-default,
.caldera-grid .btn-default

{
  width: auto;
  padding: 10px 30px;
    background-color: #14452f;
    color: white;
    font-weight: 600;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
    border-radius: 8px;
}
span.parsley-required {
    font-size: 13px;
    font-weight: 500;
    color: #ff2828;
}


.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.contactform .wpcf7-form-control.wpcf7-checkbox {
	border: 0;
	font-size: 16px;
}

.contactform .wpcf7-form-control.wpcf7-checkbox input {
	width: 18px;
	height: 18px;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	top: 1px;
	border: 1px solid rgba(34,40,30, 0.5);
	-webkit-transform: translateY(-0.075em);
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	opacity: 1;
	padding: 4px;
}

.contactform .wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;

}
.wpcf7-not-valid-tip {
	font-size: 12px;
}
.contactform .wpcf7-form-control.wpcf7-checkbox [type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	-webkit-transform: scale(0);
	transform: scale(0);
	transform-origin: bottom left;
	-webkit-transition: 120ms transform ease-in-out;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #14452F;

}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #333931;
	text-align: center;
	font-size: 16px;
	margin-top:0 !important;
	font-weight:500;
}

.contactform .wpcf7-form-control.wpcf7-checkbox [type="checkbox"]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 50px 0;
  color: #000;
}
.footerlogo img {
	height: 220px;
	margin: 0 auto;
}
.footerlink ul {
	display: flex;
	list-style: none;
	margin: 0;
	column-gap: 25px;
	text-transform: uppercase;
	color: #000;
	margin: 0 auto;
	justify-content: center;
	font-size: 1rem;
	max-width: 636px;
	border-top: 1px solid #c4cac7;
	padding-top: 2rem;
}
.footerlink ul a{
    color:#000;
}
.copyright {
	text-align: center;
	margin: 0.75rem 0 0;
	text-transform: uppercase;
	color: #404040;
}

.footerlogo {
	width: auto;
	margin: 0 auto 0;
	display: block;
	max-width: fit-content;
}
.social-links a {
  text-decoration: none !important;
  margin-right: 10px;
}
.social-links a svg :hover {
  color: blue;
}
.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 60px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  color: #cfd3d7;
  font-size: 16px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #00bac5;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  color: #00bac5;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: #00bac5;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  font-size: 16px;
  line-height: 26px;
}

.footer .footer-contact input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background: #e9e9e9;
}
.footer .footer-contact button,
.footer-subs {
  display: block;
  margin-top: 24px !important;
  border-radius: 8px !important;
  background: #00bac5 !important;
  padding: 16px 32px !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  color: white;
  border: none !important;
  width: auto !important;
}

.footer .copyright p {
  color: #acacac;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}
.useful-links-div {
  display: flex;
}
.useful-links-div img {
  margin-bottom: auto;
  margin-right: 15px;
}
.useful-links-div p {
  color: #cfd3d7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
}
.admission-link p {
  width: 80%;
  color: #cfd3d7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background: #5fcf80; */
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;

  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.credit-footer {
  border-top: 1px solid #eff0f6;
}
/* ........... */
/* About Page */
/* .......... */

.img-fluid, img {
	max-width: 100%;
	height: auto;
}

.icon-column-1 .icon-item img {
    margin-top: 0;
    width: 70%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.icon-item {
    background: #bbf185;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-top: -106px;
}

.about-hero-section {
	width: 100%;
	height: 53vh;
	color: #fff;
	background-size: cover !important;
	padding: 50px 0 !important;
	min-height: 300px !important;
}
.about-hero-section::before {
	background: rgba(20, 69, 47,.8) !important;
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.about-inside-text p {
  margin-top: 14px;
  color: #fff;
  text-align: center;
  
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
}
.about-inside-text h1 {
  padding: 0 14px;
  text-decoration: underline;
  text-underline-offset: 14px;
  text-align: center !important;
  color: #fff !important;
  
  font-size: 42px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.underline-hero {
  margin-left: auto;
  margin-right: auto;
  opacity: 1 !important;
  margin-top: 0px !important;
  border-top: 5px solid #333;
  max-width: 50% !important;
  color: #fff !important;
}
.introduction-section {
  background: #fcf4ff;
  padding-top: 80px;
  padding-bottom: 100px;
}
.intro-section-colmn-1 h1 {
  color: #222;
  text-align: center;

  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.intro-section-colmn-1 p {
  color: #8c8c8c;
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-section-colmn-1 {
  margin-bottom: 73px;
}

.icon-column-1 {
  padding: 40px 21px;
  border-radius: 30px;
  border: 1px dashed #301778;
}
.icon-column-1 h4 {
    color: #222;
    text-align: center;
  
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    min-height: 30px;
}
.icon-column-1 p {
  color: #8c8c8c;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 21px;
}

.icon-column-1 img {
  margin-top: -106px;
}
.icon-row {
  column-gap: 70px;
  margin-top: 50px !important;
}

/* strength-section */
.strength-section {
  padding-top: 80px !important;
  padding-bottom: 80px;
}
.strength-heading-col {
  margin-bottom: 70px;
}

.strength-heading-col h1 {
  color: #222;
  text-align: center;
  
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.strength-side-img {
  max-width: 450px !important;
  height: 400px;
  object-fit: cover;
  border-top-left-radius: 214px;
  border-bottom-left-radius: 216px;
  border-bottom-right-radius: 216px;
}
.strength-side-heading h2 {
  color: #222;
  
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 26px;
}
.strenght-side-heading p {
  color: #4e4e4e;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.strength-side-col {
  text-align: right;
}
.counts-row {
  margin-top: 50px !important;
}

.count-bg-col {
  display: flex;
  flex-direction: row;
  padding: 7em 40px !important;
  background: rgb(20 69 47);
}
.counts {
  text-align: center;
}
.counts h1 {
  color: white;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
}
.counts p {
  color: white;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
}


.counter1-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.counter1-box h2 {
	color: #FFFFFF;
	font-size: 72px;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
 .counter1-box p {
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 25px;
	padding-left: 15px;
	-webkit-box-flex: 2;
	-moz-flex: 2;
	-webkit-flex: 2;
	flex: 2;
	text-transform: uppercase;
	text-align: left;
	z-index: 1;
}
.title-bar-counter {
	position: relative;
}
.title-bar-counter::before {
    content: "";
    height: 3px;
    width: 87px;
    background: #bbf185;
    position: absolute;
    left: 0;
    margin: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}


/* 
aspiring-section */

.aspiring-section {
    background: #f2f8f1;
    padding-top: 100px;
    padding-bottom: 80px;
}
.aspiring-column-one img {
  height: 90% !important;
  object-fit: cover;
}
.aspiring-column-one h2 {
  color: #222;
  text-align: center;
  margin-bottom: 15px;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
}
.aspiring-column-two .row {
  padding-left: 40px;
}
.aspiring-column-mission,
.aspiring-column-vision {
  height: 100%;
  min-height: 380px;
}
.aspiring-column-mission, .aspiring-column-vision, .aspiring-column-quality {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.aspiring-column-quality {
    margin-top: 30px !important;
    column-gap: 25px;
}
.aspiring-column-quality .d-flex {
  column-gap: 15px;
}
.aspiring-column-mission img,
.aspiring-column-vision img,
.aspiring-column-quality img {
  max-width: 60px;
}
.aspiring-column-mission h2,
.aspiring-column-vision h2 {
  margin-top: 10px;
  color: #343434;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.aspiring-column-quality h2 {
  margin-top: 4px;
  font-size: 26px;
}
.aspiring-column-mission li,
.aspiring-column-vision li,
.aspiring-column-quality li {
  color: #484848;
  
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 10px;
}
/* .aspiring-column-two {
  display: flex;
  justify-content: space-around;
} */

/* ...........
Management Page
........... */
.management-hero-section {
  width: 100%;
  height: 85vh;
}

.management-inside-text p {
  color: #fff;
  text-align: center;
  
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
}
.management-inside-text h1 {
  text-align: center !important;
  color: #fff !important;
  
  font-size: 80px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.management-underline-hero {
  margin-left: auto;
  margin-right: auto;
  opacity: 1 !important;
  margin-top: 0px !important;
  border-top: 5px solid white;
  max-width: 50% !important;
  color: #fff !important;
}
.management-tab-side-colmn .nav-pills {
  background: transparent;
  color: black;
}

.tab-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tab-side-button .nav-link {
  padding: 25px 16px;
  border-radius: 0px !important;
  border-right: 3px solid #c9c9c9 !important;
  color: #8b8b8b !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tab-side-button .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  padding: 25px 16px;
  background: transparent !important;
  border-radius: 0px !important;
  border-right: 3px solid #57c1ce !important;
  color: #8b8b8b !important;
}
.tab-paragraph h2 {
  color: #444;
  text-align: center;
  
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.tab-paragraph h4 {
  color: #220083;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 20px;
}
.tab-paragraph h5 {
  color: #3c2273;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 20px;
}
.tab-paragraph h6 {
  color: #313131;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.tab-paragraph p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.score-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../img/academics/academic-section-bg.png");
}
.score-column-heading h2 {
  padding: 0 20px;
  color: #222;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.score-column-heading h4 {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 50px;
}
.scores-inside-div {
  margin-bottom: 20px;
  padding: 30px 20px;
  text-align: center;
  background-color: white;
  border-radius: 20px;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}
.scores-inside-div h4 {
  border-right: 2px solid #222;
  flex: 0.2;
  color: #222;
  font-size: 20px;
  font-weight: 700;
}

.scores-inside-div h5 {
  border-right: 2px solid #222;
  color: #222;
  font-size: 20px;
  flex: 0.6;
  font-weight: 700;
}
.scores-inside-div h6 {
  color: #222;
  font-size: 20px;
  flex: 0.3;
  font-weight: 700;
}

/* .....rules section.... */
.rules-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f6f6f7;
}
.rules-section h1 {
  color: #222;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
}
.rules-tab-header {
  border-radius: 10px;
  padding: 0 !important;
  background: #e3d9ff;
}
.rules-tab-header button p {
  margin-top: 17px;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.tick-line {
  margin-bottom: 18px;
}
.rules-tab-paragraph {
  padding: 40px 30px !important;
  background-color: #fff;
  margin-top: 50px !important;
  border-radius: 10px;
}

.tick-line p {
  margin: auto 0 auto 20px;
  text-align: left;
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
}
.council-section {
  padding: 80px 0;
}
.council-section hr {
  max-width: 15%;
  margin-top: 5px !important;
  border: 1px solid #57c1ce;
}
.council-section img {
  text-align: end;
  max-width: 90%;
}
.council-img-col {
  text-align: end;
}
.council-section h2 {
  color: #222;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
}
.council-section p {
  color: #484848;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

/* 
=========================================
Amenities Page
========================================= */
/* 
.....
banner-section
..... */

/* .amenities-banner {
  background: url("../img/amenities/swimmingg.png") center center no-repeat !important;
  background-size: cover !important;
} */

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}

/* ........ */

*/ .amenitie-item-img {
  position: relative;
}

.amenitie-item-img {
  transition: transform 0.3s;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  z-index: 2; /* Ensure the image is on top of the pseudo-element */
}
.height-div-1 {
  padding: 30px 23px;
  background-color: #ebeef3;
  height: 320px;
}
.height-div-2 {
  background-image: url("../img/school-photos/DSC_6993.JPG");
  background-position: center;
  background-size: cover;
  height: 250px;
}
.height-div-3 {
  background-image: url("../img/school-photos/DSC_7042.JPG");
  background-position: center;
  background-size: cover;

  height: 250px;
}
.height-div-4 {
  padding: 30px 23px;
  background-color: #ebeef3;
  height: 320px;
}
.height-div-4 h2,
.height-div-1 h2,
.height-div-8 h2,
.height-div-5 h2 {
  color: #16093d;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}
.height-div-4 p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.height-div-5 {
  padding: 30px 23px;
  background-color: #ebeef3;
}
.height-div-6 {
  background-image: url("../img/school-photos/DSC_7063.JPG");
  background-position: center;
  background-size: cover;
  height: 157px;
}
.height-div-7 {
  background-image: url("../img/school-photos/DSC_6939.JPG");
  background-position: center;
  background-size: cover;
  height: 290px;
}
.height-div-8 {
  padding: 30px 23px;
  background-color: #ebeef3;
  height: 280px;
}

.item-image-single:hover {
  transform: scale(1.04);
}

.lab-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.lab-section .col-sm-10 h1 {
  text-align: center;
  margin-bottom: 40px;
  color: #222;
  text-align: center;
  
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
}
.facilities-carousel .owl-nav {
  position: absolute;
  top: -70px;
  right: -10px;
}
.facilities-card-div {
  background-color: white;
  border-radius: 10px;
}
.facilities-card-div img {
  border-radius: 10px !important;
  height: 180px;
  object-fit: cover;
}
.facilities-card-div h4 {
  margin-bottom: 10px !important;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.facilities-card-div p {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
}
.facilities-card-div div {
  min-height: 318px !important;
  padding: 24px 20px;
}
.facilities-carousel-section h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
}
.facilities-carousel-section {
  padding-top: 140px;
  padding-bottom: 90px;
  background-size: cover !important;
  background: url("../img/amenities/Mesa\ de\ trabajo\ 1\ 1d.png") no-repeat
    center;
}
.owl-nav i {
  padding: 15px !important;
  margin-right: 15px;
  border-radius: 50%;
  background-color: white !important;
}
.sports-left-column h1 {
  color: #333;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.sports-left-column p {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.sports-section {
  background: #eee;
  padding: 90px 0;
}
.bg-round {
  opacity: 30%;
  position: relative;
}
.main-sport-image {
  border: 5px solid #eee;
  width: 70%;
  position: absolute;
  left: 150px;
  top: 23px;
}
.sports-right-column {
  text-align: center;
}
.swim-section {
  background: #fff;
  padding: 90px 0;
}
.bg-round {
  position: relative;
}
.main-swim-image {
  border: 5px solid #eee;
  width: 70%;
  position: absolute;
  left: 40px;
  top: 23px;
}
.swim-right-column {
  text-align: center;
}
.swim-left-column h1 {
  color: #333;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.swim-left-column p {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

/* ==========Events Page========== */
/*------blog-listig--------*/
.blog-listing-sec {
  background: #f5f5f5;
  padding: 90px 0px;
}
.blog-listing-head-div {
  padding-bottom: 20px;
}

.blog-box {
  border-radius: 10px;
  background: #fff;
  /* Drop Shadow */
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.15);
  /* margin-bottom: 40px; */
  overflow: hidden;
}
.listing-blogs-col {
  height: 100%;
}
.blog-cnt-div {
  padding: 20px;
}
.meta-div {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.meta-date {
  margin-right: 20px;
}
.meta-date,
.meta-time {
  display: flex;
  align-items: center;
}
.meta-date img,
.meta-time img {
  margin-right: 6px;
  width: 12px;
}
.meta-date p,
.meta-time p {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 12.02px;
  letter-spacing: normal;
  color: #00a1b7;
  margin-bottom: 0px;
}
.blog-title-div h2 a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  font-size: 22.02px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 28.04px;
  letter-spacing: normal;
  color: #111111;
  margin-bottom: 10px;
}
.blog-short-dscr p {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #7c7c7c;
  margin-bottom: 5px;
}

.blog-main-image {
  height: 382px;
  overflow: hidden;
}
.right-side-box {
  display: flex;
}

.right-side-paara p {
  color: #7c7c7c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.right-heading a {
  color: #111 !important;
  font-size: 17.02px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24.4px !important;
}

.right-heading h2 {
  line-height: 24.2px !important;
}
.right-side-box .blog-img {
  width: 400px;
  height: auto;
}
.right-side-box .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.right-side-box .meta-date p,
.right-side-box .meta-time p {
  font-size: 10px;
}
.right-side-box .meta-div {
  margin-bottom: 6px;
}
.blog-main-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-inside-text {
  text-align: center;
}
.hero-heading-text {
  margin-bottom: 20px;
  padding: 0 30px;
  display: inline-block;
  border-bottom: 5px solid #222;
}
.main-big-row .col-lg-7 .blog-title-div h2 a {
  color: #111;
  font-size: 22.02px;
  font-weight: 700;
  line-height: 31.4px; /* 98.064% */
}
.main-big-row .col-lg-5 .blog-title-div h2 a {
  color: #111;
  font-size: 17.02px;
  font-weight: 700;
  line-height: 31.4px; /* 98.064% */
}
/* =====career Page======== */
.careers-section {
  padding: 90px 0;
  background: #fcfcfc;
}
.accord-heading {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto !important;
  margin-bottom: auto !important;
  display: flex;
}
.accord-heading h3 {
  color: #170f49;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.accordion-button {
  padding: 26px 40px !important;
}
.accordion-item {
  overflow: hidden;
  border-radius: 18px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06) !important;
}
.accord-heading h5 {
  border-radius: 30px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  background: #abecf3;
  padding: 8px 22px;
  position: absolute;
  top: 21px;
  right: 100px;
}
.accordion-button:not(.collapsed) {
  color: black !important;
}
.job-roles {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-radius: 18px;
  background: #f9f4ff;
}
.job-roles h4 {
  color: #2c2c2c;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}
.job-roles h6 {
  color: #2c2c2c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.accordion-body a {
  margin-bottom: 20px;
  text-decoration: none;
}
.career-section-heading h1 {
  color: #222;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
  text-align: center;
}
.apply-section {
  padding-bottom: 90px;
}
.apply-section .col-md-10 {
  display: flex;
  padding: 45px;
  border-radius: 20px;
  background: linear-gradient(147deg, #35b0c0 8.2%, #00d0dd 75.96%);
}
.apply-section .col-md-10 h2 {
  flex: 0.6;
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  line-height: 150%; /* 43.5px */
}
.apply-section .col-md-10 a {
  flex: 0.4;
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  line-height: 150%; /* 43.5px */
  text-decoration-line: underline;
  margin: auto auto;
}
.vl {
  border-left: 2px solid rgb(255, 255, 255);
  height: 100px;
  margin: auto 20px;
}
.blog-listing-row .blog-img img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  object-position: 0% 30% !important;
}
/* ========Career Details Page=========== */
.career-details-section {
  padding: 90px 0;
}
.career-detail-heading {
  align-items: center;
  border-bottom: 1px solid #9d9d9d;
  display: flex;
  justify-content: space-between;
  padding: 35px 20px;
}
.career-detail-heading h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.career-detail-heading h5 {
  color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.career-detail-heading a {
  text-decoration: none;
  color: white;
  border-radius: 50px;
  background: #00bac5;
  padding: 15px 35px;
}
.career-details-body {
  padding: 35px 20px !important;
}
.career-details-body h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}
.career-details-body p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.career-details-body > ol > li {
  margin-bottom: 7px;
}
.career-details-body > ul > li {
  margin-bottom: 7px;
}

/* ....curricular Page...... */
.curriculam-hero {
  padding: 90px 0;
}

.curriculam-hero .column-1 {
  padding-right: 80px;
}

.curriculam-hero h1 {
  
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 22px;
  line-height: 32px;
}
.curriculam-hero p {
  
  font-size: 20px;
  font-weight: 400;
  color: #555555;
}
.curriculam-hero img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero1 {
  padding: 90px 0;
  background-color: #fcf5ff;
}
.hero1 h1 {
  
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
.hero1 img {
  padding-right: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero1 h5 {
  
  font-size: 20px;
  font-weight: 700;
  color: #480372;
  line-height: 27px;
  margin-bottom: 13px;
}
.hero1 p {
  color: #717070;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.Better {
  padding: 23px 22px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 4px 24px 0px #0000001a;
  min-height: 285px;
  margin-bottom: 22px;
}

.auden-gallery {
  padding: 90px 0;
}
.auden-gallery-item img {
  width: 100%;
  height: auto;
}
.auden-gallery-item::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.auden-gallery-item:hover::before {
  opacity: 1;
}
.auden-gallery-item {
  border-radius: 10px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}
.auden-gallery-item img {
  transition: all ease-in-out 0.3s;
}
.auden-gallery-item:hover img {
  transform: scale(1.2);
}
.auden-gallery-item:hover .portfolio-info {
  opacity: 1;
}
.auden-gallery-item .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.auden-gallery-item .portfolio-info h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.auden-gallery-item .portfolio-info p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.auden-gallery-folder a {
  border-radius: 10px;
  text-decoration: none;
}

/* .........gallery-single.....  */
section.single-gallery {
  padding-top: 90px;
  padding-bottom: 90px;
}

.single-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.single-gallery .gallery-item img {
  transition: 0.3s;
}

.single-gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.single-gallery .gallery-links .preview-link,
.single-gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.single-gallery .gallery-links .preview-link:hover,
.single-gallery .gallery-links .details-link:hover {
  color: #fff;
}

.single-gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.single-gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.single-gallery .gallery-item:hover .preview-link,
.single-gallery .gallery-item:hover .details-link {
  margin-top: 0;
}

.single-gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #222425;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* =========Admission Page========== */
.admission_text {
    background: #14452f;
    border-radius: 20px;
    padding: 20px 20px 0px 20px;
    color: #fff;
}
.shadow {
  border-radius: 20px;
  background: #fff;
}
.admission_text p {
  font-size: 12px;  color: #fff;
}
.contactForm {
  padding: 0px 30px;
  row-gap: 10px;
}
.records {
  row-gap: 12px;
}
.records .d-flex {
  row-gap: 15px;
  align-items: flex-start;
}

.form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contactForm .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

.auden-contact-row {
  padding: 20px;
  row-gap: 10px;
}
.auden-contact-ibox p {
  overflow: hidden;
}

.form-control:focus,
.form-control:active {
  border-color: #0089d6 !important;
}
.form-label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.admission_form .auden-input {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 100%;
  color: #888;
}
.auden-input {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contactForm .form-select {
  border-top: none;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  color: #888;
  padding-left: 0px !important;
}
.contact-submit {
  color: white !important;
  padding: 15px 30px !important;
  background-color: #0089d6 !important;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .shadow {
    width: 100% !important;
    padding-bottom: 2px !important;
  }
}
.admission_text {
	background: #14452f;
	border-radius: 20px;
	padding: 20px 20px 0px 20px;
}
.admission_text h2 {
  
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}
.admission_text p {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  padding: 0px 40px;
}

.info-item {
  width: 95%;
  margin: 0 auto;

  margin-bottom: 20px;
  padding: 14px 20px;
  border-radius: 10px;

  border: 1px solid #fff;
}
.info-item h4 {
  margin-top: 5px;
  
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
}
.info-item p {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  padding: 0px 30px;
}
.add_img img {
  max-width: 90%;
}
.add_img {
  text-align: center;
}

.admission_form {
  padding: 20px 35px;
}

.button_sumbit {
  background: #0089d6;
  padding: 15px 45px;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
}

.button_sumbit:hover {
  background: #fff;
  padding: 15px 45px;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #0089d6;
  border: 1px solid #0089d6;
}
.admission_form input::placeholder {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

#documents {
  padding: 50px 0px;
}
.documents_content {
  padding: 30px 0px;
}
.documents_content span {
  
  font-size: 32px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: left;
}

.documents_content p {
  
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #888888;
  padding: 5px 0px;
}

.records {
  width: 100%;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 25px;
  border-radius: 10px;
  background: #f5f5f5;
}
.records span {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-left: 10px;
}

@media (max-width: 600px) {
  .records {
    margin-left: 0px;
    width: 100%;

    margin-bottom: 20px;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    background: #f5f5f5;
  }
  #documents {
    padding: 20px 0px;
  }
  .documents_content {
    padding: 10px 0px;
  }
  #form_addmission {
    background: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .records {
    margin-left: 0px;
    width: 100%;

    margin-bottom: 20px;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    background: #f5f5f5;
  }
  #documents {
    padding: 20px 0px;
  }
  .documents_content {
    padding: 10px 50px;
  }
  #form_addmission {
    background: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .records {
    margin-left: 0px;
    width: 100%;

    margin-bottom: 20px;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    background: #f5f5f5;
  }
  #documents {
    padding: 20px 0px;
  }
  .documents_content {
    padding: 10px 80px;
  }
  #form_addmission {
    background: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .records {
    margin-left: 0px;
    width: 100%;

    margin-bottom: 20px;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    background: #f5f5f5;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .records {
    margin-left: 0px;
    width: 100%;

    margin-bottom: 20px;
    padding: 20px 20px 20px 25px;
    border-radius: 10px;
    background: #f5f5f5;
  }
}

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: #888;
}
.contactForm .form-select {
  border-top: none;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px;
  color: #888;
  padding-left: 0px !important;
}
.contact-submit {
  color: white !important;
  padding: 15px 30px !important;
  background-color: #0089d6 !important;
  font-size: 16px;
  font-weight: 400;
}

/* 
========Club and Societies======= */
.clubs-section {
  padding: 90px 0;
}
.club-heading h2 {
  color: #222;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
.club-box {
  margin-bottom: 30px;
}

.club-box img {
  width: 100%;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.6);
}
.club-box img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
.club-box-item {
  position: relative;
  overflow: hidden;
}
.club-box-caption {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.club-box-caption h4 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  padding: 0 20px;
}

/* ======contact Page======= */
.location-box img {
  width: 30px;
  height: 30px;
}
.location-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.location-box h3 {
    color: #fff;
    font-size: 25px;
    width: 100%;
    display: block;
}

.location-box p {
  color: #fff;
  padding: 0px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 25.5px */
  text-align: left;
}
.location-total-box {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.queriesform {
    padding: 2rem 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 15px;
  color: #47536e;
  white-space: nowrap;
  transition: 0.3s;
}
.wpcf7-not-valid-tip {
  text-align: left;
  padding-left: 5px;
  font-size: 0.9em;
}

.blog-listing-row {
  margin-top: 50px !important;
  row-gap: 40px;
}

.left-side-main-box {
  height: 100%;
}

.whole-right-event-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mandotary-div a {
  color: #acacac;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.footer-double-inside {
  display: flex;
  justify-content: space-between;
}
/* 
.igniting-brush-font{
  f
} */

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: white;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d3af71;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #26231d;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}

.igniting-brush-font {
  font-family: "BrushFont" !important;
  font-size: 18px !important;
  letter-spacing: 1px !important;
}
.students-knowmore-section {
  text-align: center;
  padding: 80px 0;
  background: #f3efff;
}
.students-knowmore-col {
  padding: 40px 0 60px 0;
  border-radius: 20px;
  background: rgb(229, 240, 251);
  background: radial-gradient(
    circle,
    rgba(229, 240, 251, 0.989233193277311) 0%,
    rgba(87, 193, 206, 1) 48%,
    rgba(5, 160, 179, 1) 80%
  );
}
.students-knowmore-col h2 {
  font-weight: 700;
  font-size: 42px;
  color: #333;
  margin-bottom: 50px;
}
.students-knowmore-btn {
  text-decoration: none;
  color: white;
  background-color: #099797;
  padding: 20px 30px;
  font-size: 18px;
  border-radius: 30px;
}
.students-knowmore-btn:hover {
  background: transparent;
  border: 1px solid #099797;
  color: #099797;
}

.whyrow {
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	/*border: 1px dashed #ccc;*/
	padding: 0;
	align-content: center;
	border-radius: 10px;
	align-items: center;
}

.whyrow .itmimg {
    width: 200px;
    position:relative;
}



.whyrow .itmcontent {
    width: calc(100% - 250px);
}


.whyitem .whyitem:nth-child(even) .whyrow {
    flex-direction: row-reverse;
}
.whyitem .whyitem:nth-child(even) .whyrow >  div:last-child {
    transform: rotateX(3.142rad);
}
.whyitem .ctamaths.whyitem:nth-child(2n) .whyrow > div:last-child {
	transform: none;
}
.ctamaths .whyrow {
	margin: 15px;
 border: 1px dashed #ccc; 
	padding: 20px 15px;
}

.whyrow .itmimg img {
    border-radius: 20px;
}
.why-brainleaf {
    background: #f7f7f7;
    padding: 5rem 0;
}
.why-brainleaf .owl-nav {
    text-align: center;
    margin-top: 4rem;
}

.featureitem {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 10px;
}
.featureitem .featureimg {
    margin: -14px -14px 20px;
}
.featuretitle h2 {
    font-size: 25px; padding:10px 10px 0px;
}
.featurecontent {
    font-size: 15px;
    padding:10px 10px 15px;
    line-height:1.5
}

.plan-content {
	padding: 20px;
	background:#f7f7f7;
}
.plan-content h2 {
	font-size: 35px;
	color: #4b8a2b;
	font-weight: 700 !important;
}
.plan-content h3 {
	font-size: 19px;
	color: #131512;
	font-weight: 700 !important;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}
.planimg {
    border-radius: 15px 15px 0 0;
    width: 100%;
}
.plan-content ul {
	/* list-style: none; */
	margin: 0;
	padding: 0 0 0 1.5rem;
	list-style-type: '♟ ';
	font-size:16px;
}
.plan-content ul li{
    padding:5px 0;
    
}
.list2 {
	list-style-type: '♞ 'i1mportant;
}
.list3 {
	list-style-type: '♛ ' !important;
}
section.play-learn {
    background: #7de379;
    padding: 2rem;
}
section.play-learn a {
    padding: 10px 30px;
    border-radius: 5px;
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.caldera-grid .btn-default {
	color: #fff;
	background-color: #14452f;
	border-color: #ccc;
	padding: 10px 30px !important;
	border-radius: 10px;
	font-size: 15px;
	letter-spacing: 0 !important;
}
@keyframes animate {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}
.align-right {
  text-align: right;
}


@keyframes tfLeftToRight{
  49% {
    transform: translateX(60%);
  }
  50% {
    opacity: 0;
    transform: translateX(-60%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes itupdown {
	0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes  edublink-rotate-y{
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1400px;
}
}