@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: 100px;
}
h1{
    color: #000;
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 30px;
}
a{
    text-decoration: none;
}
h3{
    color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
            text-transform: capitalize;
}
p{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-head{
    background: linear-gradient(90deg, #323E83 0%, #0B0E1D 138.98%);
    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: baseline;
}
.phn-num img, .phn-num svg{
    padding-right: 10px;
}
.contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
}
.contact-btn a, .get-btn a{
    border-radius: 5px;
    background: linear-gradient(180deg, #323E83 0%, #6468B0 100%);
    padding: 7px 13px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
header .nav-item{
    padding: 0 8px;
    color: #050505;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
        text-transform: capitalize;
            white-space: nowrap;
}
.contact-btn a{
    white-space: nowrap;
        margin-left: 20px;
}

header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}   

.banner-slide .swiper-slide .overlay{
    content: '';
    background: #a9a9a95c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-slide .swiper-slide{
    height: 80vh;
    position: relative;
}
.banner-slide .swiper-slide img{
    height: 100vh;
        object-fit: cover;
}
.banner-cnt{
    position: absolute;
    top: 70px;
    left: 0;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85%;
}
.banner-cnt h1{
    color: #021E51;
font-size: 70px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.banner-cnt h3{
    color: #021E51;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: left;
}
.banner-cnt p{
    color: #021E51;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.banner-btn{
    position: relative;
    width: fit-content;
}
.service h6{
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.banner-btn-cnt{
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    color: #0B0B0B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ftr-icon{
    position: fixed;
    top: 70%;
    right: 0;
    z-index: 11;
}
.mb-nav-menu ul{
    text-align: left !important;
        margin-bottom: 50px;
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    background: #A3BFED;
    padding: 15px;
    height: 60px;
  }
  
  .marquee .content{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.711px; /* 111.295% */
    letter-spacing: -0.72px;
  }
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-15%); }
  }

  .service-sec{
    border-radius: 35px;
    background: linear-gradient(180deg, #C9D8F4 0%, #FFF 100%);
    width: 100%;
    height: 400px;
    padding: 25px;
    position: relative;
        z-index: 1;

  }

  .nav-item {
    width: 100%;
  }
  .service-sec h3{
    color: #20264B;
    text-align: center;
  }
  .service-sec p{
    color: #20264B;
        text-align: center;
        width: 60%;
    margin: auto;
  }

.service{
    border-radius: 10px;
    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;
    margin-bottom: 20px;
        height: 100%;
}
.service img{
    border-radius: 10px;
    margin-bottom: 20px;
        height: 200px;
    width: 100%;
    object-fit: cover;
}
.destination-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.service-list .row{
    margin: 0 70px;
        width: 93%;
}
.service-list{
    position: absolute;
    top: 190px;
    left: 0;
       display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.service a{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
}
.service h6{
    color: #323E83;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height:normal; 
        margin: 0;
            margin-bottom: 10px;
}
.service-btn .banner-btn-cnt{
    color: #fff;
}
.service-btn{
    width: 100%;
}
.service-btn .banner-btn{
    margin: 65px auto 0;
}
.service-list .cap{
     position: absolute;
            right: 0;
    bottom: 25px;
     z-index: -1;
    animation: moveUpDown 5s linear infinite;
}
.service-list .cap img {
    width: 100%;
}
.video-section h3{
    color: #000;

text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 75.487px;
}
.cap{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: moveUpDown 5s linear infinite;
}

@keyframes moveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }

  .top-sec{
    position: relative;
}
.swiper-slider {
    margin: -390px 73px 0;
    position: relative;
}
.course-main{
    position: relative;
}
.course-main .cap{
    top: -70px;
    left: 30%;
    right: auto;
    bottom: auto;
    z-index: 3;
}
.top-sec .cap{
    left: 10px;
    right: auto;
    top: -100px;
    z-index: 3;
}
.swiper-slider .card, .mySwiper-popular .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;
    height: 100%;
}
.mySwiper-popular .card{
    background: #F6F7FF !important;
        border: 0;
}
.swiper-slider .subcard  {
    background: #fff;
    height: auto;
    width: auto;
    position: absolute;
    top: 29px;
    z-index: 14;
    border-radius: 20px 0 0 20px;
    right: 0;
    padding: 5px 10px 5px 5px;
}

.swiper-slider .card {
    position: relative;
}
.swiper-slider .card:hover, .mySwiper-popular .card:hover, .scolarship-sec .card:hover, .mySwiper-university .card:hover, .blog-card:hover{
    box-shadow: 0px 2px 12px #5c8fc2;
    
}
.swiper-slider h4, .mySwiper-popular h4, .service-box .card h4{
    color: #323E83;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    margin-top: 15px;
    text-transform:capitalize;
}
.swiper-slider a, .mySwiper-popular a, .service-box .card a{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.course-cnt li{
    color: #434343;
    font-family: Satoshi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}
.swiper-slider a svg, .mySwiper-popular a svg, .service-box .card a 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: 60% !important;
}
.top-sec .swiper-button-prev, .top-sec .swiper-rtl .swiper-button-next{
    right: auto !important;
    left: -45px !important;
    top: 60% !important;
}
.top-sec .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0 !important;
}
.swiper-pagination-bullet-active{
    background: #434343 !important;
}
.top-sec p{
    color: #20264B;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}
.top-sec h3 {
    color: #20264B;
    margin-bottom: 10px;
    text-align: center;
}
.slider-sec{
    margin-top: 400px !important;
}
.mySwiper{
    padding-bottom: 42px !important;
}
.mySwiper-popular, .scholarship, .mySwiper-university{
    padding: 42px 0 !important;
}
.mySwiper-popular .swiper-button-next, .mySwiper-university .swiper-button-next {
    right: 10px;
    left: auto;
    top: 75px;
}
.mySwiper-popular .swiper-button-prev, .mySwiper-university .swiper-button-prev {
    left: auto;
    right: 55px;
    top: 75px;
}
.evnt-sec{
    position: relative;
}
.blog{
  margin-top: -120px; 
  padding-top: 100px !important; 
}
.swiper-pagination-bullet-active{
    background-color: transparent !important;
        background-image: url('../images/icon/active-slide.svg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
        background-size: contain !important;
}
.swiper-pagination-bullet{
    background-color: transparent !important;
    background-image: url('../images/icon/active-slide.svg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
        background-size: contain !important;
            width: 16px !important;
    height: 16px !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px !important;
}
.blog .swiper-button-next {
    right: auto;
    left: 70px;
    top: 40px;
}
.blog .swiper-button-prev {
    left: 10px;
    right: 0;
    top: 40px;

}

.mySwiper-popular h3{
    text-align: left;
    color: #434343;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mySwiper-popular .swiper-wrapper{
    margin-top: 30px;
}


.bg-light{
    background: #F9F9F9;
    padding-bottom: 60px !important;
    padding-top: 40px !important;
}
.course-sec .cap{
    bottom: -100px !important;
    top: auto;
    left: auto;
    right: 15%;
}
.video-sec, .cap-para{
    position: relative;
}
.video-sec .cap{
    z-index: -1;
        left: -150px;
    bottom: 100px;
}
.cap-para p{
    color: #000;
    margin-top: 20px;
    text-align: center;
}
.cap-para .cap{
        bottom: -220px;
    z-index: 1;
    right: -120px;
}
.box-sec{
    position: relative;
}
.box-sec .cap{
    left: 5%;
    right: inherit;
    top: -100px;
}
.course-sec{
    display: flex;
    align-items: baseline;
    flex-direction: inherit;
}
.course-sec .card img{
    width: 100%;
}
.compass-display{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.first-gradient{
    background: linear-gradient(90deg, #789DE2 0%, #E9E5FF 330.78%);
}
.second-dradient{
    background: linear-gradient(180deg, #67A68A 0%, #4A9172 334.9%);
}
.third-gradient{
    background: linear-gradient(302deg, #F9FFAC 32.18%, #B9C24C 84.04%);
}
.four-gradient{
    background: linear-gradient(90deg, #C9CFD4 0%, #C9CFD4 208.31%);
        margin: auto;
}
.compass-about{
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    position: relative;
}
.partners .swiper-slide .partner-img{
    width: 80%;
}
.compass-about p, .country p{
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    text-align: left;
    margin-bottom: 0;
}
.partners .swiper-slide .partner-img {
    width: 80% !important;
    height: 200px;
    object-fit: contain;
}
.course img {
        width: 70%;
    position: absolute;
    right: -48px;
    bottom: 0;
}
.compass-about p span{
    color: #fff;
    text-decoration: none;
}
 .country p span{
    color: #323E83;
    text-decoration: none;
}
.compass-about h5, .country h5{
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.ReadMoreText{
    cursor: pointer;
    text-decoration: underline;
    font-size: 18px;
}
.ViewmoreText{
    display: none;
}
.ViewmoreText.view{
    display: block;
}
.study-register-btn a{
    color: #fff;
}
.ReadMoreText1{
    cursor: pointer;
    text-decoration: underline;
    font-size: 18px;
}
.ViewmoreText1{
    display: none;
}
.ViewmoreText1.view{
    display: block;
}

.country{
    border-radius: 15px;
    background: linear-gradient(180deg, #767C7E 0%, #ADA3FA 263.2%);
    padding: 25px;
    height: 100%;
}
.swiper-gradient{
    position: relative;
        z-index: 1;
}
.white-bg{
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(274deg, #ffffff 28px, transparent);
    width: 20%;
    height: 100%;
    z-index: 9;
}
.left-side{
    left: 0;
    right: inherit;
    background: linear-gradient(90deg, #ffffff 28px, transparent);
}
.scolarship-sec .card{
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 20px;
    box-shadow: inherit;
    height: 84%;
}
.swiper-slider h4{
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.study-abroad-sec {
    display: block !important;
}
.scolarship-sec{
    padding: 35px 100px;
}
.scolarship-sec, .evnt-sec{
    position: relative;
}
.scolarship-sec .cap{
       top: -134px;
    bottom: auto;
    right: 15%;
    left: auto;
    z-index: -1;
}
.evnt-sec .cap{
    z-index: 3;
    top: -30px;
}
.partner-section h3{
    font-weight: 600;
}
.card-cnt{
    padding: 20px 20px 40px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #EFEFEF;
    background: #FFF;
    box-shadow: 0px 86px 24px 0px rgba(97, 97, 97, 0.00), 0px 55px 22px 0px rgba(97, 97, 97, 0.01), 0px 31px 19px 0px rgba(97, 97, 97, 0.03), 0px 14px 14px 0px rgba(97, 97, 97, 0.04), 0px 3px 8px 0px rgba(97, 97, 97, 0.05);
}
.scolarship-sec .card img{
    border-radius: 20px 20px 0 0;
        height: 150px;
    object-fit: cover;
}
.card-cnt a{
    padding: 8px 15px;
    background: transparent;
    border: 1px solid #2D387B;
    border-radius: 20px;
    color: #2D387B;
    font-size: 16.61px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.card-cnt h4{
    color: #323E83;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}
.card-cnt h6{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.partner-bottom{
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 32px;
    z-index: -1;
}
.event img{
    border-radius: 50px 0px 0px 0px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.evnt-sec{
    background: linear-gradient(90deg, #323E83 0%, #5C8FC3 100%);
    padding: 50px 0 50px 100px;
}
.evnt-sec h3{
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-bottom: 5px;
}
.blog .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: auto;
    top: 70px;
    left: 10px !important;
}
.blog .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.blog .swiper-pagination-bullet-active {
    background: #ffffff !important;
}
.evnt-sec p{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}
.blog .card{
    position: relative;
    border-radius: 0px 30.795px;
}
.blog .card img{
    border-radius: 0px 30.795px;
}
.blog-cnt{
    position: absolute;
    bottom: 20px;
    padding: 10px;
    z-index: 9;
}
.blog-cnt h6{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; 
        text-transform: capitalize;
}
.blog-cnt p{
    color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 33px;
}
.join a{
    border-radius: 6.644px;
    border: 0.831px solid #FFF;
    padding: 7px 15px;
    color: #fff;
    margin-right: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.view a{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.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;
text-align: left;
}
.testimonial h6{
    color: #434343;
font-size: 13px;
font-style: italic;
font-weight: 500;
line-height: 33px;
}
footer p{
    color: #3d2020;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 0;
    text-align: left;
}
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: #6A6A6A;
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    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: 400;
    line-height: 30px;
    margin: 0;
}
footer p{
    color: #434343;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}
footer h5{
    color: #6A6A6A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testimonial-sec h3{
    border-bottom: 1px solid #cdd6da40;
}
.modal-header .btn-close {
    position: absolute;
    top: -25px;
    right: 0;
    filter: invert(5);
        z-index: 9;
}
.modal-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal-form input{
    width: 100%;
    border-radius: 8px;
    border: 0.7px solid #E3E3E3;
    background: #F9F9F9;
    margin-bottom: 10px;
    padding: 0 13px;
    height: 46px;
}
.modal-form h4{
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.modal-form p{
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 20px;
}
.modal-form .modal-btn{
    border-radius: 10px;
    background: linear-gradient(37deg, #6468B0 -3.13%, #333F84 80.37%);
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
}
.modal-form .modal-btn a{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.modal-body{
    padding: 25px;
}
.breadcrumbs span, .breadcrumbs span a{
    color: #303B7D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.study p{
    color: #434343;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; 
}
.study-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #C7C7C7;
    margin: 0 60px;
}

.study-details .detail{
    display: flex;
    align-items: center;
        color: #000;
}
.study-details .detail img{
    margin-right: 15px;
}
.usp-sec p{
    color: #434343;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}
.usp-sec h3 {
    text-align: left;
}
.why-sec li {
    list-style: none;
    color: #434343;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}
.why-sec ul{
    padding: 0;
}
.why-sec li img{
    margin-right: 10px;
}
.study-loc p{
    color: #000;
    font-size: 18.609px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    letter-spacing: -0.372px;
    margin-bottom: 0;
}
.study-loc{
    display: flex;
    align-items: baseline;
}
.course-count{
    border-radius: 10.02px;
    border: 1.431px solid #EBEBEB;
    text-align: center;
    padding: 5px 15px;
}
.study-university-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.course-count p{
    color: #666;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    letter-spacing: -0.372px;
    margin-bottom: 0 ;
}
.course-count h6{
    color: #6468B0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 134%;
    letter-spacing: -0.429px;
}
.mySwiper-university{
    width: 100%;
}
.mySwiper-university .card{
    padding: 15px;
}
.mySwiper-university .card img{
    border-radius: 10px;
}
.Popular-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.bg-dark{
    background: linear-gradient(180deg, #6165AB 0%, #7C7E9D 157.34%);
}
.bg-dark h3{
    color: #fff;
}
.view-all-btn{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.view-all-btn a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.accordion ul{
    padding: 0;
}
.accordion h3{
    color: #434343;
    font-size: 28px !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: 15px;
  }
  .accordion li{
    list-style: none;
  }
  
: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);
    border-radius: 8px;
    border: 1px solid #E4E9ED;
    background: #FFF !important;

    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: '';
  }

  .ftr-bg{
    background: linear-gradient(90deg, #323E83 24.61%, #0B1348 100%);
  }
  .top-footer{
    padding: 50px 0 50px 100px;
    width: 90%;
  }
  .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-between;
  }
  .course-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    }

    .course-box {
        width: 24%;
        height: 115px;
        position: relative;
        margin: 0 10px 10px 0;
    }
    .overlay{
        content: '';
        position: absolute;
        border-radius: 6px;
        background: linear-gradient(0deg, rgb(0 0 0 / 62%) 0%, rgba(0, 0, 0, 0.35) 100%);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .course-box:hover .overlay{
        content: '';
        position: absolute;
        background: linear-gradient(0deg, rgba(50, 62, 131, 0.65) 0%, rgba(50, 62, 131, 0.65) 100%);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .course-title p {
        margin-bottom: 0;
        color: #FFF;
        text-align: center;
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    
    .course-title {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        width: 100%;
    }
    .course-list{
        display: flex;
        flex-wrap: wrap;
    }

    .course-main h5{
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 30px;
    }

    .course-padding{
        margin-bottom: 50px;
    }
    .course-spacing{
        margin: 70px 0;
    }
    .course .swiper-slide, .service-dtl-slide .swiper-slide{
        width: fit-content !important;
        position: relative;
    }
    .course-list-sec ul {
        padding-left: 64px;
    }
    .course-list-sec li {
        list-style: auto;
    }
    .course-cnt h4{
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .course-cnt img{
        object-fit: cover;
    }
    .service-cnt h3{
        white-space: inherit !important;
    }
    .scolarship-sec h3{
        color: #000;
    }
    .service-cnt p{
        color: #434343;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 166%;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .service-cnt li{
        color: #434343;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 166%;
    }
    .about-sec h3{
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
            margin-bottom: 10px;
    }
    .about-sec h6{
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .about-sec p{
        color: #434343;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 37px;
        text-align: justify;
            word-break: break-all;
    }

     .story-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .story-content.limited {
    max-height: 150px; /* adjust based on design */
  }

  .toggle-story {
    display: inline-block;
    margin-top: 8px;
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
  }







    .send-btn {
        background: #eee;
        width: fit-content;
        padding: 5px 15px;
    }
    .send-btn a {
        color: #000;
    }
    span.arrow-icon {
        background: #888;
        padding: 5px;
        transition: .5s;
    }
    span.arrow-icon:hover svg {
        transform: rotate(180deg);
        transition: .5s;
    }

    
 .full-message {
      display: none;
    }
.study-abroad h3, .study-abroad p{
    text-align: left;
}
.btn-abroad{
    margin-top: 40px;
}
.btn-abroad a{
    border-radius: 100px;
    background: linear-gradient(92deg, #20264B 1.57%, rgba(32, 38, 75, 0.85) 100.8%);
    padding: 10px 30px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 285px;
        margin-right: 15px;
}
.evnt-sec h3 {
    margin-bottom: 20px;
}

.eligibility a{
    border-radius: 100px;
    border: 1px solid #23294E;
    color: #22284D;
    text-align: center;
    padding: 10px 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 285px;
    background: transparent;
}
.abroad-student-testimonial{
    background: url('../images/country-testi.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 55px;
}
.testi-slide{
    padding: 30px 30px 50px;
}
.testi-img img{
    width: 140px;
    height: 180px;
    border-radius: 70px 70px 0 0;
    object-fit: cover;
}
.testi-slide h2{
    color: #434343;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; 
    margin-top: 25px;
}
.testi-slide h2 span{
    color: #000;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}
.testi-slide p{
    color: #434343;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; 
    margin-bottom: 30px;
}
.testi-slide a{
    border-radius: 100px;
    background: #000;
    padding: 10px 60px;
    color: #FFF !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mySwiper-study-testi .swiper-pagination{
    position: absolute;
    bottom: 0;
}

.mySwiper-study-testi .swiper-pagination{
    position: absolute;
    bottom: 0;
}

/* .counter {
    display: flex;
    justify-content: space-between;
} */
.column span{
    color: #000;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.column p{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
}

.counter-sec{
    border-bottom: 1px solid #C7C7C7;
    padding: 20px;
}

.mission h2{
    color: #323E83;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 26px;
}
.mission p{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.team .card{
    width: 100%;
}
.team-detail {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 10px;
}
.team-detail h3{
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
    text-align: center;
        text-transform: capitalize;
}
.team-detail h6{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 134%; /* 26.8px */
    letter-spacing: -0.4px;
}
.blog-card{
    position: relative;
    border-radius: 12px;
    border: 0.758px solid #C7C7C7;
    background: rgba(255, 255, 255, 0.67);
}
.date-sec{
    background: url('../images/blog/date.svg');
    position: absolute;
    top: 0;
    right: 10px;
    background-repeat: no-repeat;
    background-size: contain, 106%;
    padding: 9px 10px 27px;
    text-align: center;
}
.blog-list-img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.date-sec h6{
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.blog-card-cnt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.blog-card-cnt p{
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;

}
.view-all{
    border-radius: 8px;
    background: linear-gradient(180deg, #333F84 0%, #6367AF 100%);
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
}
.course .swiper-slide h6 {
    position: relative;
    white-space: nowrap;
    margin-left: 20px;
}
.course .swiper-slide h6.active::after{
    content: '';
    background: radial-gradient(#323E82, transparent 70%);
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.service-dtl-slide .swiper-slide h6.active::after{
    content: '';
    background: radial-gradient(#323E82, transparent 70%);
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.team-sec h3{
    text-align: left;
}
.course .swiper-slide h6.active, .service-dtl-slide .swiper-slide h6.active {
    color: #424c92;
}
.course-list a {
    width: 100%;
}
.destination-home .card{
    min-height: 400px;
}
.blog .card .blog-cnt p img{
    border-radius: 0;
}
.blog-detail-cnt h4{
    color: #434343;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; 
    margin-top: 30px;
}
.blog-detail-cnt p, .blog-detail-cnt h6{
    color: #434343;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}
.blog-detail-cnt h6{
    font-weight: 700;
}
.recent-blog img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
}
.blog-detail-head h3, .recent-blog h3{
    color: #000;
}
.recent{
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 10.602px 19.879px 0px rgba(129, 129, 129, 0.10);
    padding: 15px;
    margin-bottom: 15px;
}
.recent p{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.recent a{
    border-radius: 7.533px;
    border: 0.942px solid #323E83;
    background: #FFF;
    padding: 8px 25px;
    color: #323E83;
    text-align: center;
    font-size: 14.124px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.248px;
}
.recent:hover{
    background: #323E83;
}
.recent:hover p{
    color: #FFF;
}
.recent:hover a{
    border: 0.942px solid #323E83;
    background: #FFF;
    color: #323E83;
}
.recent-blog{
    border-radius: 13.253px;
    background: #F9F9F9;
    padding: 25px 40px;
}
.contact-sec{
    background: linear-gradient(270deg, #0B1348 0%, #323E83 100%);
    padding: 80px 0;
}
.contact-sec input, .contact-sec textarea{
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border: 0;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 0;
}
.iti__flag{
    display: none;
}
.iti__selected-dial-code {
    color: #fff;
}
.iti__arrow{
        border-top: 4px solid #ffffff !important;
}
.contact-sec h5{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
}
.iti__selected-dial-code {
    margin: 0 !important;
}
.iti__selected-flag {
    background: transparent !important;
}
.iti{
    width: 100%;
}

.contact-detail{
    display: flex;
}
.icon-img{
    width: 100px;
}
.contact-detail p {
    margin-left: 17px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.social-icon {
    display: flex;
    width: 250px;
    justify-content: space-between;
    margin-top: 20px;
}
.mega-menu.show {
    display: block;
    height: 400px;
    overflow-y: scroll;
}
.contact-map{
    width: 100%;
    height: 100%;
        object-fit: cover;
}
.contact-content-sec{
    padding: 0 50px 0 100px;
}
.study-university-card h5 {
    text-align: left;
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
       text-transform: capitalize;

}
.mySwiper-university .card {
    min-height: 370px;
}
.scholarship .card-cnt{
    min-height: 300px;
}
 
.privacy-policy h6{
    color: #434343;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.privacy-policy p, .privacy-policy li{
    color: #434343;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}
.navbar .mega-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-radius: 10px;
border: 1px solid #E5E5E5;
background: #FFF;
top:68px;
padding: 50px 100px !important;
}

/* Optional hover effect (if you want menu to open on hover instead of click) */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.mega-menu li{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; /* 168.182% */
    letter-spacing: -0.44px;
    margin-bottom: 10px;
}
.mega-menu li a{
    color: #000;
    
}
.mega-menu h6{
    color: #323E83;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 37px; /* 142.308% */
letter-spacing: -0.52px;
margin-bottom: 20px;
}
.mega-menu li a.active, .mega-menu li a:hover{
    color: #323E83;
        border-bottom: 3px solid;
    transition: .5s;
    padding-bottom: 10px;
}
.study-abroad {
    margin-top: 30px;
}
.student-review {
    display: flex;
    justify-content: space-between;
    margin: 10px 20px 25px;
    align-items: center;
}
.student-list div {
    margin-left: -23px;
}
.student-list, .student-count {
    display: flex;
    align-items: center;
}
.student-count h6{
    margin-left: 10px;
    color: #333E83;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
.student-review p{
    color: #434343;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    margin: 0;
}
.program h6{
    color: #021E51;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-top: 50px;
}
.program p{
    color: #434343;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
        word-break: break-all;
}
.study-abroad-sec .mySwiper-popular .swiper-wrapper{
        margin-top: 79px;
}
.banner-cnt .study-register-btn{
    width: 400px ;
}
.study-register-btn{
    border-radius: 100px;
    background: linear-gradient(92deg, #20264B 1.57%, rgba(32, 38, 75, 0.85) 100.8%);
    width: 335px;
    text-align: center;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 50px auto 0;
        text-transform: capitalize;
}
.study-register-btn:hover{
    background: #000;
}
.study-register-btn svg{
    margin-left: 10px;
}
.banner-cnt .study-register-btn {
    margin: inherit;
}
.box-sec h3 {
    text-align: center;
}
.student-list img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.about-sec{
    margin-top: 30px;
}
.about-sec-img img{
    height: 400px;
    object-fit: cover;
    border-radius: 25px;
}
.about-sec-img {
    position: relative;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
        background-color: #2b3571 !important;
        color: #fff;
        border-radius: 5px;
}
.banner-cnt h1{
    text-align: left;
}
.navbar .dropdown:hover .dropdown-menu{
    padding: 0 !important;
}
.team img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.branch li {
    width: 34%;
}
.branch h3{
    margin-bottom: 20px;
}
.branch {
    margin-top: 25px;
    
}
.branch li
 {
    width: 34%;
}
.branch ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
}
.blog-img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.service-bg-img{
    margin-top: 30px;
}

.event-content{
    min-height: 550px;
}
.blog-main-head h3{
    color: #000;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

/* Hide section on scroll */
/* .hide-on-scroll {
    display: none !important;
} */


.marquee {
      width: 100%;
      overflow: hidden;
      padding: 15px 0;
      position: relative;
      display: flex;
      align-items: center;
      min-height: 50px;
    }

    .marquee-track {
      display: flex;
      width: max-content;
      will-change: transform;
    }

    .marquee-content {
      display: inline-flex;
      white-space: nowrap;
    }

    .announcement {
      margin-right: 10px;
      font-size: 25px;
      display: inline-flex;
      align-items: center;
      color: #323F82;
      text-transform: capitalize;
    }

    .announcement img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    object-fit: contain;
    }

    .no-announcement {
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      width: 100%;
    }




    .banner-cnt {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-in-out;
}

.swiper-slide-active .banner-cnt {
  opacity: 1;
  transform: translateY(0);
}

#navbarDropdown{
    display: none !important;
}
.mySwiper-study-img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.evnt-img{
    width: 100%;
    height: 400px;
    object-fit: cover;
        border-radius: 0px 30.795px;
}
.abroadbg-sec img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.why-sec{
    position: relative;
}
    #map { height: 600px; }




.toggle-read {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
}
#eligibilityForm input::placeholder {
    color: #434343 !important;
}
::placeholder {
  color: rgba(255, 255, 255, 0.20);
}
.virtual-form h4 {
    font-size: 26px;
    font-weight: 600;
}
.virtual-form h6 {
    font-size: 20px;
    font-weight: 500;
}
.virtual-form p {
    font-size: 16px;
}

.submit-btn button{
   background: #fff;
    width: fit-content;
    padding: 8px 35px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    color: #303C80;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.success-img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.scholarship .card-cnt {
    min-height: 63%;
}
.partners .swiper-slide {
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 200px !important;
      border-radius: 10px;
    }
.mega-menu {
  display: none;
}
.mega-menu.show {
  display: block;
}
.content-text {
    transition: max-height 0.4s ease;
}

.readmore-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: calc(1.5em * 6); /* 6 lines */
  transition: all 0.3s ease;
}

.readmore-text.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.readmore-toggle {
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
}


.arrow-mob{
    display: none;
}

.course .swiper-button-prev img, .course .swiper-button-next img{
    width: 50px;
    height: 50px;
}
.course {
    padding:  0 15px !important;

}
    .course .swiper-button-next, .course .swiper-button-prev {
    right: 0;
    top: 28px;
}
.course .swiper-button-prev{
    left: inherit !important;
    right: 90px !important;
}
.course {
        top: 0;
        left: -20px;
        margin-bottom: 15px;
        padding-top: 0px !important;
    }
.course .swiper-button-next{
    right: 47px;
}
.course .swiper-button-prev{
    left: 0;
}


.vertual-loc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}
.vertual-loc img{
    width: 100px;
    height: 235px;
    object-fit: contain;
}
.vertual-loc p{
    text-align: center;
}
.blog .card{
    background: transparent !important;
}

.event-cards::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);


border-radius: 0px 30.795px;
}