@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{margin: 0;padding: 0;outline: none;box-sizing: border-box;}
:root{
    /* --primaryColor: #82D7DC; */
    --primaryColor: #28ccc4;
    --secondaryColor: #066f7d;
    --radius:4px;
    --dark: #1a214b;
}
.mobile-girl{display: none;}
section{margin: 0px 0px 0px 0px !important;padding: 0px 0px 0px 0px !important;position: relative;}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{margin: 0px 0px 0px 0px !important;padding: 0px 0px 0px 0px !important;}
/* img{max-width: 100% !important;} */
body{width:100vw;display: flex;overflow-x: hidden;flex-direction: column;font-family: 'Poppins' !important;position: relative;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins' !important;line-height: normal !important;}
p, span {font-family: 'Poppins' !important;}
.logo{max-width:280px !important;}
/* Header */
.overflow-hidden{overflow: hidden;}
.container{width:1200px;display: block;position: relative;}
.container-grid{display: grid;grid-template-areas:"heroSecondBorderArea heroSecondBorderArea heroSecondBorderArea";grid-template-columns: repeat(3, 1fr);gap:2rem;width:1200px;margin:2rem 0;}
.servicesSection{display: grid;grid-template-areas:"content content content content";grid-template-columns: 1fr 1fr 1fr 1fr;gap:2rem;width:1200px;margin:2rem 0;}
.text-100{font-weight: 100;}
.text-200{font-weight: 200;}
.text-300{font-weight: 300;}
.text-400{font-weight: 400;}
.text-500{font-weight: 500;}
.text-600{font-weight: 600;}
.text-700{font-weight: 700;}
.text-800{font-weight: 800;}
.text-900{font-weight: 900;}
header{border-bottom:2px solid var(--primaryColor);height:100px;width:100%;display: flex;align-items: center;justify-content: center;transition:0.3s ease;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);}
.addShadow{box-shadow: 0px 12px 20px -10px rgba(0, 0, 0, 0.5);}
.header-section{height:100px;position: fixed;top:0;left:0;z-index:9999999999;background:#FFF;}
.d-flex{display: flex;}
.space-between{justify-content: space-between;}
.align-items-center{align-items: center;}
img{max-width:100%;}
a{text-decoration: none;}
.btn{padding:8px 20px;background:#dfdfdf;color:#FFF;border-radius:var(--radius);height:40px;display:flex;align-items: center;justify-content: center;border:0 none;transition: all 0.3s linear;}
.btn-outline{background:transparent;color:#000;border:2px solid #000;}
.btn-outline:hover{color:var(--primaryColor);border:2px solid var(--primaryColor);}
.btn-primary{background:var(--primaryColor);}
.btn-primary:hover{background:var(--secondaryColor);}
/*.logo{height:70px;}*/
.menu{display: flex;gap:5rem;align-items: center;}
.menu ul{list-style: none;margin:0;padding:0;display: flex;justify-content: flex-start;align-items: center;gap:1rem;}
.menu ul li{display: inline-flex;position: relative;}
.menu ul li a{color:#000;position: relative;z-index:2;height:100px;display:flex;align-items: center;justify-content: center;}
.menu>ul>li>a::before{content:"";width:0px;height:10px;background-color: var(--primaryColor);transition: all 0.3s;position: absolute;top:50%;left:0;transform: translateY(-50%);z-index:-1;}
.menu>ul>li:hover>a::before{width:calc(100% + 1px);}
.menu ul ul{display: none;flex-direction: column;position: absolute;top:100%;background:#FFF;min-width:220px;width:auto;box-shadow:0px 0px 15px -5px rgba(0,0,0,0.3);gap:0;left:50%;transform: translateX(-50%);opacity:0;transition: all 0.5s allow-discrete;}
.menu ul li:hover ul{display: flex;opacity:1;}
.menu ul ul li{width:100%;}
.menu ul ul li a{width:100%;padding:8px 15px;height:50px !important;display:flex;align-items: center;justify-content: center;}
.menu ul ul li a::before{content:"";width:100% !important;height:1px;background-color: var(--primaryColor);transition: all 0.3s;position: absolute;top:0;left:0;z-index:-1;transform: translateY(0%) !important;}
.menu ul ul li a::after{display: none;}
.menu ul li ul li a:hover::before{height:100%;}
.mobileMenuBtn{display: none;}
.mobileMenu{display: none;opacity:0;transition: all 0.3s allow-discrete;overflow-y: hidden;width:100vw;max-height:0;display: flex;justify-content: start;align-items: start;z-index: -1;background: #FFF;position: relative;padding:15px;flex-direction: column;}
.mobileMenu.active{display: flex;opacity: 1;z-index:9;max-height:100vh;box-shadow: 0px 12px 20px -10px rgba(0, 0, 0, 0.5);}
.mobileMenu ul{list-style: none;margin:0;padding:0;display: flex;flex-direction:column;justify-content: flex-start;align-items: start;}
.mobileMenu ul ul{display: none;max-height:0;transition: all 0.3s allow-discrete;margin-left:15px;}
.mobileMenu ul li:hover ul{display: flex;max-height:15rem;}
.mobileMenu ul li:hover>a{font-weight:500;}
.mobileMenu ul li ul li{}
.mobileMenu ul li a{color:#555;}
.menuBtn{width:40px;height:40px;margin-right:15px;font-size:1.5rem;padding: 8px 20px !important;}
/* Header */
/* Main */
main{width:100%;display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;}
.star{width:80px;height:80px;position: absolute;top:25px;left:-65px;animation: spinner 10s 1s 1 forwards;display: flex;opacity:0;scale:0.5;}
.star-big{width:120px;height:120px;position: absolute;top:0rem;right:-45px;}
.star svg{color:var(--primaryColor);height:100%;}
.star-big svg{color:var(--primaryColor);width:100%;}
.heroArea {display: flex;flex-direction: column;max-width: 40%;gap: 2rem;margin:5rem 0;}
.heroAreaBadge {display: flex;width:100%;gap: 2rem;align-items: center;}
.container h1 {font-weight: 600;font-size: 2.5rem;}
.heroArea h1{font-size: 3.5rem;}
.heroArea p{font-size: 20px;font-weight: 200;}
.bookBtn{border:2px solid var(--secondaryColor);color:#000 !important;transition: 0.3s ease;height:auto;padding: 12px 20px;font-size: 1.3rem;max-width: 300px;box-shadow: 0px 16px 20px -10px rgba(0, 0, 0, 0.5);}
.bookBtn:hover{color:#FFF !important;}
.girl{min-height:600px;background:transparent url('../images/girl.png') no-repeat top right;background-size: contain;}
.heroSecondBorderArea{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;border:2px solid var(--primaryColor);padding:2rem 2.5rem;gap:1rem;border-radius:15px;color:#000;transition: all 0.3s ease;position: relative;overflow: hidden;}
.heroSecondBorderArea:hover{background:var(--primaryColor);color:#FFF;text-shadow: 1px 1px 1px #00000080;}
.heroSecondBorderArea svg{transition: all 0.3s ease;}
.heroSecondBorderArea:hover svg{transform: rotate(-45deg) translateX(-25px) translateY(-25px);scale:2;position: absolute;}
.heroSecondBorderArea h2{display: flex;align-items: center; gap:0.7rem;font-weight: 500;margin-bottom:1rem;color:inherit;height:40px;transition: transform 0.3s ease;}
.heroSecondBorderArea p{color:inherit;}
.text-center{text-align: center;}
.aboutGrid{display: flex;gap:2rem;margin:2rem 0;width:100%;justify-content: center;}
.aboutGrid .content{text-align: left;font-weight: 300;border:2px solid var(--primaryColor);display: flex;align-items: center;justify-content: center;padding:1.5rem 2.5rem;flex:1;border-radius: 15px;}
.icef-logo{max-width:400px;}
.mt-3{margin-top: 3rem;}
.mb-3{margin-bottom: 3rem;}
.pt-3{padding-top: 3rem;}
.pb-3{padding-bottom: 3rem;}
.p3{padding:3rem;}
.py-3{padding-top:3rem;padding-bottom:3rem;}
.px-3{padding-left:3rem;padding-right:3rem;}
.px-5{padding-left:5rem;padding-right:5rem;}
blockquote {font-weight: 600;line-height: 1.4;position: relative;margin: 0;padding: .5rem;color:var(--dark);width:80%;margin-left:10%;}
blockquote:before{position: absolute;color: inherit;font-size: 8rem;width: 4rem;height: 4rem;font-family: "Oswald", serif;;}
blockquote:before {content: '“';left: -3rem;top: -3rem;}
.edufestSectionOne{display:flex;flex-direction:column;padding:0 5rem 0 0;}
.edufestSection{display: flex;justify-content: space-between; align-items: flex-start;gap:2rem;margin:2rem 0;padding:3rem 5rem;}
.edufestSectionTwo{min-width:30%;}
.element-square{position: absolute;width:2000px;height:2000px;background:var(--primaryColor);transform: rotate(-45deg);z-index:-1;top:-50%;left:calc(-1000px + -23%);}
.text-primary{color:var(--primaryColor)}
.text-dark{color:var(--secondaryColor);font-weight:500;}
.services{}
.services .star{width:100px;height:100px;left:calc(50% - 200px);top:0px;}
.services .star-big{width:200px;height:200px;top:400px;left:-100px;}
.servicesSection .content{border:2px solid var(--primaryColor);border-radius:15px;color:#000;background: #FFF;transition: 0.3s ease;}
.serviceContentArea{display: flex;flex-direction: column;justify-content: center;align-items: center;padding:2rem 1rem;gap:1rem;transition: all 0.3s ease;position: relative;overflow: hidden;}
.servicesSection .content:hover{background:var(--primaryColor);color:#FFF;text-shadow: 1px 1px 1px #00000080;box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);} 
.servicesSection .content svg{height:50px;}
/* .serviceContentArea:hover svg{text-shadow: 1px 1px 1px #FFFFFF80;fill:#FFF;color:#FFF;} */
.scroller{width:100%;margin-inline: auto;position: relative;overflow: hidden;margin-top: 2rem;}
.item{border-radius: 8px;display:flex;justify-content: center;align-items: center;}
.item img{border:2px solid #ccc;border-radius: 8px;}
/* .item{animation-delay: calc(10s / var(--quantity) * (var(--quantity) - var(--position)) * -1)} */
.owl-carousel .carousel-item{margin:1rem 0;}
.owl-carousel .owl-item img {display: block;width: auto !important;}
main.partners {padding: 100px 0px;background: #dedede;margin:50px 0px;}
.partners svg {color: transparent;}
.owl-nav {position: absolute;top: -100px;display: none;border-radius: 12px;overflow: hidden;}
.owl-nav button{background: #EEE !important;color: inherit;border: none;padding: 0 !important;font-size: 3rem;padding: 0 !important;height: 60px;width: 60px;display: flex;justify-content: center;line-height: 55px;font:3rem !important;transition: 0.3s ease;}
.owl-nav button:hover{background: #DDD !important;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{font: normal normal normal 2.4rem/normal poppins !important;}
.owl-dots{display: none;}
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (max-width: 991px) {
  .container{width:100%;padding:0px 5%;}
  .container-grid {width:100%;padding:0px 5%;display:flex;flex-direction:column;grid-template-columns: repeat(1, 1fr);}
}
@media (min-width: 767px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.testimonial-card {
  background-color: white;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 32rem;
}

.testimonial-image {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.testimonial-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(31, 41, 55);
}

.testimonial-role {
  font-size: 0.875rem;
  color: rgb(75, 85, 99);
  margin-bottom: 1.5rem;
}

.testimonial-text {
  color: rgb(55, 65, 81);
  margin-bottom: 1.5rem;
  line-height: 1.625;
}

.rating {
  display: flex;
  gap: 0.25rem;
}

.testi-star {
  width: 1.5rem;
  height: 1.5rem;
}

.testi-star.filled {
  color: rgb(250, 204, 21);
  fill: rgb(250, 204, 21);
}

.testi-star.empty {
  color: rgb(209, 213, 219);
}
@keyframes scrollLeft{
    to {
        left: -250px;
    }
}
@keyframes spinner{
    0% {transform: rotate(0deg);opacity: 0;scale:0.5;}
    50% {transform: rotate(360deg);opacity: 1;scale:1;}
    100% {transform: rotate(360deg);opacity: 1;scale:1;}
}
/* blockquote:after {content: '”';right: -5rem;} */
/* Main */
/* Footer */
/* footer{width:100vw;display: flex;justify-content: center;background:var(--primaryColor) url('../images/footer-background.jpg') no-repeat center center;color:#000;background-size: cover;} */
footer{width:100vw;display: flex;justify-content: center;position: relative;z-index:2;color:#000;border-bottom:0.15rem solid #dadada;overflow: hidden;}
footer::before{content:"";width:100%;height:100%;background:#f6f6f6 url('../images/footer-background.jpg') no-repeat bottom center;background-size:contain;position: absolute;top:0;left:0;z-index:-1;}
.footerArea{margin:5rem 0px;display: flex;align-items: center;flex-direction: column;width:100%;}
.footerLinks{display: flex;align-items: flex-start;width:100%;overflow-x: hidden;}
.footerLinks a{position: relative;transition: color 0.5s;font-weight: 300;}
.footerItem{display: flex;flex-direction: column;width: 25%;}
.footerItem h2{/*border-bottom:1px solid #000;*/font-size: 2rem;}
/* footer:hover .footerItem h2{border-bottom:1px solid #FFF;} */
footer a{color:inherit;}
footer svg{fill:#000;transition: all 0.5s ;}
footer:hover svg{fill:#FFF !important;}
footer ul{margin:0;padding:0;}
footer li{list-style: none;margin:0;}
.mtNormal{margin-top:1rem;}
.mbNormal{margin-bottom:1rem;}
.footerAddress{display: flex;flex-direction: column;margin:2rem 0;}
.address{display: flex;align-items: center;gap:0.8rem;}
.footerSocialLinks{display: flex;gap:1.5rem;align-items: center;justify-content: center;margin-bottom:2rem;}
.footerCopyright{font-weight:300;font-size: 14px;}
/* Footer */
/* Latest News */
.cymolthemes-boxes-inner {width: 1200px;margin: 0 auto;}
.cymolthemes-box-heading-wrapper {text-align: center;margin-bottom: 2rem;}
.cymolthemes-boxes-row-wrapper.row.multi-columns-row {display: flex;gap:2rem;}
.cmt-sboxbox-col-wrapper.latest-updates.col-lg-4.col-sm-6.col-md-4.col-xs-12 {display: flex;flex: 1;    border: 1px solid #000;overflow: hidden;border-radius: 12px;background:#FFF;transition:0.3s ease;}
.latest-updates:hover{box-shadow:0px 0px 40px -10px rgba(0, 0, 0, 0.5);}
.cmt-sboxfeatured-wrapper.cmt-sboxpost-featured-wrapper.cmt-sboxpost-format- img {width: 100%;height: auto;}
.cymolthemes-box-desc {display: flex;flex-direction: column;gap: 0.5rem;padding:15px;}
.entry-meta.cmt-sboxentry-meta.cmt-sboxentry-meta-blogbox {font-size: 12px;display: flex;justify-content: space-between;align-items: center;}
.cymolthemes-box-desc span.cmt-meta-line.byline {display: inline-flex;align-items: center;gap: 0.5rem;font-size: 12px;color: var(--primaryColor);}
.cymolthemes-box-desc span.cmt-meta-line.byline img{border-radius:100%;}
.entry-meta.cmt-sboxentry-meta.cmt-sboxentry-meta-blogbox a{color:#999;font-size:inherit;}
.elementor-element.elementor-element-17da701.cmt-align-left.elementor-widget.elementor-widget-cmt_blog_element {padding: 100px 0;background: var(--primaryColor);}
time.updated.cmt-hide {display: none;}
/* Latest News */
@starting-style{
    .menu ul li:hover ul{display: flex;opacity:0;}
    .mobileMenu.active{display: flex;max-height:0;}
    .mobileMenu ul li:hover ul{display: flex;max-height:0rem;}
}
@media only screen and (max-width:991px){
  .heroArea {max-width:100%;align-items: center;}
  .heroArea h1{font-size: 2.5rem;}
  .girl{background:transparent;width:100%;}
  .heroAreaBadge{flex-direction: column;}
  .aboutGrid{flex-direction: column;}
  .element-square{top:0%;}
  .edufestSection{flex-direction: column;padding:2rem;}
  .edufestSectionOne{padding:0;}
  .servicesSection{grid-template-columns: repeat(1, 1fr);grid-template-areas: none;width:90%;margin:2rem auto;}
  .container{width:100%;padding:0px 5%;}
  .cymolthemes-boxes-inner {width: 90%;margin: 0 auto;}
  .cymolthemes-boxes-row-wrapper.row.multi-columns-row {display: flex;gap:2rem;flex-direction: column;}
  .container-grid {width:100%;padding:0px 5%;display:flex;flex-direction:column;grid-template-columns: repeat(1, 1fr);}
  .owl-carousel {max-width:100%;overflow-x: hidden;}
  .scroller{display: flex;flex-wrap: wrap;height:auto;}
  .scroller .item{position: relative !important;display: flex;width:auto;height:auto;max-height:none;animation:none;left: auto;}
  .scroller .item img{max-height: fit-content;}
  .star{top:0;left:0;}
  .edufestSectionTwo {width:100%;}
  .edufestSectionTwo img{width:100%;}
  .mobile-girl{display:block;height: 400px;width: auto !important;max-width: fit-content;}
  .btn{height:auto;padding:12px 20px;}
  .mobileMenu ul li a {color: #555;padding: 3px 0px;display: block;font-size: 1rem;}
  .mobileMenu ul li ul li a {color: #555;padding: 1px 0px;display: block;font-size: 0.8rem;}
  .mobileMenu ul ul{display: flex;max-height: fit-content;}
}
@media only screen and (max-width:1024px){
  .logo{max-width:200px !important;}
  /* .container{width:90%;} */
  .menu{display: none;}
  .mobileMenuBtn{display: block;}
  .footerLinks{flex-direction: column;}
  .footerItem{width:auto;}
  footer::before{background-size: cover;}
  .scroller .item{flex:auto;}
  .scroller .item img{max-height: 100%;width:100%;}
}