@import url('https://fonts.cdnfonts.com/css/satoshi');

body{
    font-family: 'Satoshi', sans-serif !important; 
    margin: 0;
}

.container-spacing{
    padding: 0 100px;
}
.section-padding{
    margin-top: 120px;
}

a{
    text-decoration: none;
}
h3, .accordion h2{
    color: #434343;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}


.top-head{
    background: linear-gradient(90deg, #323E83 0%, #0B0E1D 138.98%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
}
.phn-num {
    display: flex;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    align-items: center;
}
.phn-num img{
    padding-right: 20px;
}
.contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-btn a{
  border-radius: 5px !important;
  background: linear-gradient(180deg, #323E83 0%, #6468B0 100%) !important;  
}
.contact-btn a, .get-btn a{
    border-radius: 100px;
background: linear-gradient(92deg, #20264B 1.57%, rgba(32, 38, 75, 0.85) 100.8%);
    padding: 10px 27px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .nav-item{
    padding: 0 20px;
    color: #050505;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}   


.mob-why-choose{
  display: none;
}


.banner{
    background: url('../images/banner.png');
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.head-text{
    position: relative;
}
.banner-heading{
    position: relative;
}
.location-icon{
    position: absolute;
    top: -14px;
    left: -7px;
    width: 135%;
}
.banner-text{
    height: 100vh;
    align-items: end;
    padding-bottom: 100px;
}
.head-text h1 {
    color: #FFF;
    font-family: Satoshi;
    font-size: 68px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    white-space: nowrap;
}
.head-text p{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.banner-form h3{
    color: #434343;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.99px;
}
.banner-form p{
    color: #969696;
    font-size: 15px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
}
.banner-form label{
    color: #434343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    width: 100%;
    margin-bottom: 10px;
}
.banner-form input{
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    background: transparent;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    margin-bottom: 20px;
}
.submit{
    border-radius: 100px;
    background: linear-gradient(92deg, #20264B 1.57%, rgba(32, 38, 75, 0.85) 100.8%); 
    padding: 19px 25px;
    text-align: center;
}
.submit a{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
}
.banner-form{
    border-radius: 8px;
    background: #FFF;
    padding: 40px 25px;
    width: 100%;
    height: 517px;
}
.banner-btn, .mob-btn{
    border-radius: 8px;
    background: #FFF;
    width: fit-content;
    padding: 12px;
    text-align: center;
    width: 312px;
}
.banner-btn a, .mob-btn a{
    color: #323E83;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.whyChoose{
    position: relative;
    padding: 50px;
}
.course, .student, .countries, .university{
    border-radius: 100px;
    background: #FFF;
    box-shadow: 18px 27px 9px 0px rgba(0, 0, 0, 0.00), 12px 17px 8px 0px rgba(0, 0, 0, 0.01), 6px 10px 7px 0px rgba(0, 0, 0, 0.03), 3px 4px 5px 0px rgba(0, 0, 0, 0.04), 1px 1px 3px 0px rgba(0, 0, 0, 0.05);
    padding: 13px 20px;
    position: absolute;
    display: flex;
    align-items: center;
}
.course p, .student p, .countries p, .university p{
    color: #323E83;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px 0 0 10px;
}
.course{
    top: 120px;
    left: 35px;
}
.student{
    right: 100px;
    top: 58px;
}
.countries{
    bottom: 150px;
    left: 0;
}
.accordion ul{
    padding: 0;
}
.university {
    right: 139px;
    bottom: 80px;
}
.why-point{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.why-point p{
    color: #434343;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.25px;
    margin: 0 0 2px 10px;
}
.top-sec{
    position: relative;
}
.swiper-slider {
    margin: -192px 73px 0;
    position: relative;
}

.swiper-slider .card, .mySwipers .card, .service-box .card{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 54px 15px 0px rgba(0, 0, 0, 0.00), 0px 35px 14px 0px rgba(0, 0, 0, 0.01), 0px 20px 12px 0px rgba(0, 0, 0, 0.03), 0px 9px 9px 0px rgba(0, 0, 0, 0.04), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 0;

}
.mySwipers .card{
    background: #F6F7FF !important;
}
.swiper-slider .card:after  {
    content: '';
    background: #fff;
    height: 25px;
    width: 60px;
    position: absolute;
    top: 29px;
    z-index: 14;
    border-radius: 20px 0 0 20px;
    right: 0;
}
.swiper-slider{
    position: relative;
}
.swiper-slider .card {
    position: relative;
}
.swiper-slider h4, .mySwipers h4, .service-box .card h4{
    color: #323E83;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    margin-top: 15px;
}
.swiper-slider a, .mySwipers a, .service-box .card a{
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.swiper-slider svg{
    margin-left: 5px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.top-sec .swiper-button-next, .top-sec .swiper-rtl .swiper-button-prev {
    right: -45px !important;
    left: auto;
    top: 50% !important;
}
.top-sec .swiper-button-prev, .top-sec .swiper-rtl .swiper-button-next{
    right: auto !important;
    left: -45px !important;
    top: 50% !important;
}
.top-sec .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0 !important;
}
.swiper-pagination-bullet-active{
    background: #434343 !important;
}
.top-sec h3, .top-ranked h3 {
    color: #fff;
    margin-bottom: 30px;
    padding: 10px;
}
.course-sec{
    position: relative;
}

.course-sec  .swiper-button-next, .course-sec .swiper-button-prev{
    position: unset !important;
    margin: 20px auto;
}
.course-sec .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 37px !important;
    /* position: unset !important; */
}
.scholarship img{
    margin: 15px;
}
.get-btn{
    width: 70%;
    margin: auto;
}
.mySwiper{
    padding-bottom: 42px !important;
}
.swiper-slider-page{
    width: 10%;
    margin: auto;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left: 50% !important;
}
.service-sec{
    border-radius: 35px;
    background: #6468B0;
    width: 100%;
    height: 350px;
    padding-top: 40px;
}
.service-main {
    margin: -200px 70px 0;
}

.service-box{
    height: 100%;
    
}
.service-sec h3{
    color: #fff;
    padding: 0 15px;
}
.testimonial img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50px;
}
.testimonial h5{
    color: #434343;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin-left: 20pxN;
}
.testimonial p{
    color: #434343;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
margin-top: 15px;
}
.testimonial h6{
    color: #434343;
font-size: 13px;
font-style: italic;
font-weight: 500;
line-height: 33px;
}
footer p, .quik-link a{
    color: #6A6A6A;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 30px;
}
footer{
    border-top: 1px solid #DBDBDB;
}
footer h6{
    color: #434343;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #C7C7C7;
    width: 65%;
}
footer h5{
    color: #6A6A6A;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}
footer h1{
    color: #969696;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.126px;
}
footer label{
    width: 100%;
    color: #434343;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.134px;
    margin-bottom: 8px;
}
footer input{
    border-radius: 6.721px;
    border: 0.84px solid #DBDBDB;
    background: #FFF;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
}
.ftr-btn{
    border-radius: 6.721px;
    background: linear-gradient(180deg, #323E83 0%, #6468B0 100%);
    text-align: center;
    padding: 5px 0;
    margin-top: 7px;
}
footer a{
    color: #FFF;
    text-align: center;
    font-size: 11.761px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.235px;
    width: 100%;
}
.sub-footer{
    background: linear-gradient(90deg, #6468AF 0%, #0B1348 100%);
    padding: 7px 0;
}
.sub-footer h6{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}
.testimonial-sec h3, .testimonial-sec .testimonial{
    border-bottom: 1px solid #eee;
    padding: 20px;
}

:root {
    --bg: #FAF9F5;
    --bg-shade-200: #F2F3FB;
    --bg-shade-outline: #E0DDCF;

    --font-color: #212121;

    --spacing-32: 2rem;
    --sapcing-24: 1.5rem;
    --spacing-16: 1rem;
    --spacing-1: 0.063rem;

    --universal-transition: all 0.5s ease-in-out;
  }

/* svg */
circle-expand {
    --svg-length: 1.5rem;

    display: flex;

    svg {
      width: var(--svg-length);
      height: var(--svg-length);

      circle {
        stroke-dasharray: var(--circle-length);
        stroke-dashoffset: 0;
        transition: var(--universal-transition);
      }

      path:nth-of-type(2) {
        stroke-dasharray: var(--top-length);
        stroke-dashoffset: 0;
        transition: var(--universal-transition);
      }

      path:nth-of-type(3) {
        stroke-dasharray: var(--bottom-length);
        stroke-dashoffset: 0;
        transition: var(--universal-transition);
      }
    }
  }

  summary[expanded] {
    circle-expand {
      svg {
        circle {
          stroke-dashoffset: var(--circle-length);
        }

        path:nth-of-type(2) {
          stroke-dashoffset: var(--top-length);
        }

        path:nth-of-type(3) {
          stroke-dashoffset: var(--bottom-length);
        }
      }
    }
  }

  details {
    position: relative;
    padding: 15px;
    transition: var(--universal-transition);

    details-content {
      display: block;
      overflow: hidden;
      height: 0;
      transition: var(--universal-transition);
    }

    &:has(summary[expanded]) {
      background-color: var(--bg-shade-200);
      border-color: var(--bg-shade-200);

      p {
        opacity: 1;
      }
    }

    p {
      opacity: 0;
      line-height: 1.5;
      margin-block: var(--sapcing-24);
      transition: var(--universal-transition);
    }
  }

  summary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-32);
    list-style: none;
    cursor: pointer;
    transition: var(--universal-transition);

    /* avoid Windows insertion caret */
    caret-color: transparent;
  }

  summary::-webkit-details-marker {
    display: none;
  }

  summary::marker {
    content: '';
  }
  .accordion h3{
    color: #434343;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 500;
    text-align: left;
  }
  .accordion h3 span{
    color: #434343;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    margin-right: 20px;
  }
  .accordion li{
    list-style: none;
  }

  @keyframes rotate {
    0%, 100% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(360deg);
    }
  }

  @keyframes zoom {
    0% {
      transform: scale(0.7);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }
  
  
  .wts-btn svg{
    animation: zoom 2s  ease-in-out infinite;
    background: #8ae68a89;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
  }
  .wts-btn {
    border: 0;
    width: fit-content;
    position: fixed;
    top: 70%;
    right: -8px;
}
.wts-btn a{
    color: #008000;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.wts-btn svg{
    margin-right: 10px;
}
.why-choose-main{
    justify-content: space-between;
}
.swiper-gradient{
    position: relative;
}
.white-bg{
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(274deg, #ffffff 28px, transparent);
    width: 20%;
    height: 100%;
    z-index: 9;
}
.mob-menu{
    display: none;
}





.nb-close-toggle {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 999;
    display: block;
    width: 68px;
    height: 68px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .nb-close-toggle .bottom, .nb-close-toggle .top {
    background: #000;
  } 
  .nb-close-toggle.is-closed .top {
    -webkit-transform: translateX(-4.5px) rotate(-45deg);
    -ms-transform: translateX(-4.5px) rotate(-45deg);
    transform: translateX(-4.5px) rotate(-45deg);
  }
  
  .nb-close-toggle .top {
    top: 20px;
    left: 14px;
  }
  .nb-close-toggle .bottom{
    top: 42px;
    left: 14px;
  }
  
  .nb-close-toggle .top, .nb-close-toggle .bottom {
    -webkit-transform-origin: 34px 2px;
    -ms-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
    transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
  }
  
  .nb-close-toggle .top, .nb-close-toggle .bottom {
    position: absolute;
    display: block;
    height: 2px;
    width: 36px;
    border-radius: 2px;
  
  }
  
  .nb-close-toggle path {
    stroke: #000;
  }
  .nb-close-toggle .circle {
    stroke-dasharray: 1 100 32 300;
    stroke-dashoffset: 101;
    -webkit-transition: all 750ms ease;
    transition: all 750ms ease;
  }
  *[class^="circle"] {
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    margin: 0 5px;
  }
  path, line {
    stroke-linecap: round;
  }
  
  
  .nb-close-toggle.is-closed .bottom {
    -webkit-transform: translateX(-4.5px) rotate(45deg);
    -ms-transform: translateX(-4.5px) rotate(45deg);
    transform: translateX(-4.5px) rotate(45deg);
  }
  .nb-close-toggle.is-closed .circle {
    stroke-dasharray: 1 100 190 300;
    stroke-dashoffset: 1;
  }
  .ftr-bg{
    background: linear-gradient(90deg, #323E83 24.61%, #0B1348 100%);
  }
  .ftr-row{
    justify-content: space-between;
  }
  .top-footer{
    padding: 50px 0 50px 100px;
    width: 75%;
  }
  .top-footer h3{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    text-align: left;
  }
  .top-footer p{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }
  .ftrTop-btn{
    border-radius: 6px;
    background: #FFF;
    text-align: center;
    padding: 8px 10px;
    margin-right: 20px;
    width: fit-content;
  }
  .ftrTop-btn a{
    color: #1A235E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;white-space: nowrap;
  }
  .ftr-img img{
    object-fit: cover;
    height: 100%;
    border-radius: 80px 0 0 0;
  }
  .ftr-img{
    height: 100%;
  }
  .consultation{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    z-index: 10;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.quik-link p {
    line-height: 13px !important;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.mySwiper .card:hover, .mySwipers .card:hover, .service-box .card:hover{
  border: 2px solid #323E83;
  transition: .2s;
}
.mySwiper .card:hover a svg, .mySwipers .card:hover a svg, .service-box .card:hover a svg {
  transform: rotate(260deg);
  transition: .5s;
   color: #323E83;
} 

.mySwiper .card:hover a, .mySwipers .card:hover a, .service-box .card:hover a{
 color: #323E83;
}
/* .mySwiper a, .mySwipers a, .service-box a{
  text-decoration: underline;
} */
.mySwiper .card img, .mySwipers .card img{
  width: 100%;
    height: 180px;
    object-fit: cover;
}
.mySwiper .card, .mySwipers .card{
      min-height: 315px;
}


.top-ranked {
    background: url(../images/topBg.svg);
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#about p {
    font-size: 20px;
    margin-top: 20px;
}

#about img {
    border-radius: 10px;
}
.get-btn a{
  padding: 10px 50px;
}
.submit button{
  background: transparent;
      border: 0;
    color: #fff;
}
.submit button:hover{
  background: transparent;
      border: 0;
    color: #fff;
}