@charset "utf-8";
/* CSS Document */

@import url('bootstrap.min.css');
@import url('fontawesome.min.css');
@import url('feathericon.css');
@import url('animate.min.css');
@import url('owl.carousel.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('select2.css');
@import url('swiper-slider.css');
@import url('magnific-popup.css');
@import url('slick.css');
@import url('lightbox.min.css');
@import url('normal.css');

.lazy{position: relative;}
.lazy:after{opacity:1;filter:alpha(opacity=100);visibility: visible;
    /* background-image:url('../images/lazy-loader.gif');background-repeat:no-repeat;background-position:center center;background-size:40px auto; */
    background: #ffffff url(../images/lazy-icon.png) no-repeat center;
    background-size: 50px;
    overflow:hidden;
    top:0;left:0;top:0;left:0;width: 100%;height: 100%;position:absolute;display:block;content:"";-webkit-transition: 1s;transition: 1s;z-index: 98;}
/* .lazy-loader::after{top:0;left:0;top:0;left:0;width: 100%;height: 100%;position:absolute;display:block;content:"";transition: 0.3s;
    background: linear-gradient(-90deg, #efefef 0%, #fcfcfc 50%, #efefef 100%);
    background-size: 400% 400%;
    -webkit-animation: shine 1.3s infinite;
    animation: shine 1.3s infinite;
    opacity:0.7;
    visibility: visible;
    z-index: 99;
} */
.lazy.lazy-loaded:after{opacity:0;filter:alpha(opacity=0);visibility: hidden;} 
.lazy.lazy-error{opacity:0;filter:alpha(opacity=0);}
.lazy.lazy-error:after{opacity:0;filter:alpha(opacity=0);}

/* .lazy-loader img{opacity: 0;}
.lazy-loader.lazy-loaded img{opacity: 1;filter: alpha(opacity=100);} */
/* .lazy-opacity-0{opacity:0;filter:alpha(opacity=0);visibility: hidden;} */
/* .lazy-loader.lazy-loaded .lazy-opacity-0{opacity:1;filter:alpha(opacity=100);visibility: visible;} */
.bg-gray{
    background: #F7F9FC;
}
.go-top {
    background-color: #EF8336;
    color: #FFF;
    width: 35px;
    height: 35px;
    border-radius: 0;
    bottom: -100%;
    right: 20px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: fixed;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.go-top:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    color: #fff;
}
.go-top i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
}
.go-top.show {
    bottom: 20px;
}

/*----------drodpown----------*/
.dropdown-toggle::after{
    display: none;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(20%) !important;
}
.dropdown-menu:before {
    background-image: url(../images/dropdown-arrow.png);
    position: absolute;
    content: '';
    top: -11px;
    right: 10px;
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
}
.dropdown-menu.show {
    opacity: 1;
    transform: translateY(5%) !important;
    visibility: visible;
}


/*------------Header--------------*/

  .nav-navigation .nav-bar > ul {
    display: flex;
    flex-wrap: wrap !important;         /* force wrapping */
    justify-content: center !important; /* center items */
  }

  .nav-navigation .nav-bar > ul > li {
    flex: 0 0 auto;
    margin: 4px 8px; /* adjust spacing between items */
  }

  .nav-navigation .nav-bar > ul > li > a {
    white-space: nowrap; /* keep each label together */
  }


.header-wrapper.account-logined{
    background-color: #fff;
}
.header-wrapper {
   position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: 0.45s;
    background-color: #fff;
}
.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrapper.header-sticky {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
.inner-page-navbar {
    background-color: #27282c;
}
.logo-part {
    margin-top: -15px;
}
.logo-part a{
    display: flex;
    position: relative;
    height: 60px;
}
.logo-icon{
    position: relative;
    min-width: 120px;
    max-width: 120px;
    transition: 0.4s;
}
.header-sticky span.logo-icon {
    max-width: 65px;
    min-width: 65px;
}
.logo-text{
    max-width: 200px;
    margin-left: 7px;
    margin-top: 25px;
}
.main-navigation{
    position: relative;
}
.nav-bar{
    width: 100%;
    position: relative;
}
.nav-bar > ul > li {
    margin-left: 5px;
}
.nav-bar > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #6C757D;
    position: relative;
    display: block;
    padding: 5px 8px
}
.nav-bar > ul > li > a:hover{
    color: #fff;
}
.header-sticky .nav-bar > ul > li > a:hover,
.header-sticky .nav-bar > ul > li.active > a{

}
.nav-bar > ul > li > a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 0%;
    background-color: #2D4DA1;
    border-radius: 25px;
    transition: 0.25s;
    z-index: -1;
}
.nav-bar > ul > li > a:hover::after{
    width: 100%;
    height: 100%;
}
.nav-bar > ul > li > a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 70%;
    height: 2px;
    margin: auto;
    background-color: #2D4DA1;
    opacity: 0;
    transition: 0.5s;
}
.nav-bar > ul > li.menu-item-has-children > a{
    cursor: pointer;
}
 .nav-bar > ul > li.active > a::before {
    opacity: 1;
}
.account-right {
    margin: 16px 0px;
}
.account-right li:first-child{
    margin-left: 0px;
}
.account-right li{
    position: relative;
    margin-left: 10px;
}
.nav-bar .menu-item-has-children{
    position: relative;
}
.nav-bar .menu-item-has-children .sub-menu{
    position: absolute;
    top: 100%;
    left: -50%;
    right: 0;
    min-width: 210px;
    max-width: 210px;
    margin:0 -30px;
    box-shadow: 0px 4px 20px #221F1F1F;
    border-radius: 20px;
    padding: 10px 15px;
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    z-index: 1000;
    transition: all 0.5s ease;
    transform: translateY(25px) !important;
}

.nav-bar .menu-item-has-children .sub-menu.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(15px) !important;
}
.nav-bar .schools-dropdown.menu-item-has-children{
    position: static;
}
.nav-bar .schools-dropdown.menu-item-has-children .sub-menu{
    min-width: 720px;
    max-width: 720px;
    left: -60px;
    right: 0;
    padding-bottom: 0;
    margin: auto;
}
.nav-bar .menu-item-has-children .sub-menu:before {
    background-image: url(../images/dropdown-arrow.png);
    position: absolute;
    content: '';
    top: -11px;
    right: 10px;
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
}
.nav-bar .menu-item-has-children .sub-menu:before {
    left: 0;
    right: 0;
    margin: auto;
}
.nav-bar .schools-dropdown.menu-item-has-children .sub-menu:before {
    left: -30px;
}
.nav-bar > ul > li > a.open{
    color: #fff;
}
.nav-bar > ul > li > a.open::after{
    width: 100%;
    height: 100%;
}

.schools-dropdown .drop-menu-part{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -5px;
    margin-left: -5px;

}
.schools-dropdown .drop-menu-part li{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 5px;
    padding-left: 5px;
}
.schools-dropdown .drop-menu-part li a{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.schools-dropdown .drop-menu-part li a img {
    max-width: 40px;
    min-width: 40px;
    margin-right: 10px;
	height: auto;
}
.schools-dropdown .drop-menu-part li a span {
    font-size: 14px;
    font-weight: 600;
    color: #2D4DA1;
    font-style: normal;
}
.drop-menu-part li a{
    font-size: 14px;
    font-weight: 600;
    color: #2D4DA1;
    font-style: normal;
    padding: 5px 0;
    display: block;
}
.drop-menu-part li a:hover{color: #2D4DA1;}

.dropdown.schools-dropdown{
    position: static;
}

.schools-dropdown .dropdown-menu{
    min-width: 750px;
    box-shadow: 0px 4px 20px #221F1F1F;
    border-radius: 20px;
    padding: 15px;
    left: -60px;
    border: none;
    transform: translateY(25px) !important;
}
.schools-dropdown .dropdown-menu.show{
    transform: translateY(15px) !important;
}
.schools-dropdown .dropdown-menu:before{
    left: 0;
    right: 0;
    margin: auto;
}
.schools-dropdown-items{
    display: flex;
    align-items: center;
}
.schools-dropdown-items span{
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: block;
    margin-right: 10px;
}
.schools-dropdown-items span img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.schools-dropdown-items i{
    font-size: 14px;
    font-weight: 600;
    color: #2D4DA1;
    font-style: normal;
}

.header-btn{
    display: block;
}
.header-btn i{
    display: none;
}
.menu-part {
    margin-left: 25px;
    margin-right: 15px;
}
.menu-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
/* .menu-overlay-bg.active{
	opacity: 1;
    visibility: visible;
} */

.header-user-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.header-sticky .header-user-dropdown{
    color: #C1C1C2;
}
.user-header-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.user-dropdown-icon{
    font-size: 13px;
}
.user-header-name {
    position: relative;
    font-weight: 400;
    letter-spacing: 0.3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 12px;
    display: inline-block;
    margin-bottom: 0;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-dropdown-arrow{
    font-size: 12px;
}
.header-profile-dropdown .dropdown-menu:before {
    background-image: url(../images/dropdown-arrow.png);
    position: absolute;
    content: '';
    top: -11px;
    right: 10px;
    width: 17px;
    height: 13px;
    background-repeat: no-repeat;
}
.header-profile-dropdown .dropdown-menu {
    border: none;
    min-width: 200px;
    -webkit-box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    right: -2px;
    left: initial;
    padding: 0;
}
.profile-dropdown-link {
    padding: 10px 4px;
}
.profile-dropdown-link a {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #4f4f4f;
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
}
.profile-dropdown-link a:hover {
    color: #00AE86;
    padding-left: 20px;
}

.footer-col{
    margin-bottom: 50px;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-logo a{
    display: flex;
    align-items: center;
}
.footer-logo span{
    display: inline-block;
}
.footer-logo .logo-icon{
    position: relative;
    max-width: 70px;
    min-width: 70px;
}
.footer-logo .logo-text{
    margin-left: 15px;
}
.footer-col-info p{
    color: #BDDCE8;
    max-width: 150px;
}
.footer-title{
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #EF8336;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.footer-menu li a{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.footer-menu li a:hover {
    color: #ef8336;
}
.footer-icon{
    margin-top: 20px;
}
.footer-icon li a{
    font-size: 16px;
    color: #EF8336;
    display: block;
    margin-right: 18px;
}
.footer-contact li{
    font-size: 14px;
    color: #fff;
    display: flex;
    margin-bottom: 12px;
}
.footer-contact li a{
    color: #fff;
    display: flex;
}
.footer-contact li i{
    min-width: 16px;
    margin-right: 10px;
}
.footer-bottom{
    background-color: #000000 ;
    padding: 15px 0;
    text-align: center;
}
.footer-copyright p{
    color: #fff;
    margin-bottom: 0;
}
.form-footer-link p {
    font-size: 14px;
    font-weight: 700;
}



/*---------------login-page---------------*/
.page-ath-wrap {
    display: flex;
    min-height: 100vh
}

.page-ath-logo{
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}
.page-ath-logo img{
    max-width: 180px;
}
.page-ath-heading {
    font-size: 26px;
    font-weight: 600;
    color: #121212;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 35px;
}

.page-ath-heading small {
    display: block;
    font-weight: 400;
    font-size: 0.66em;
    color: #495463;
    letter-spacing: normal;
    margin-top: 10px
}

.page-ath-heading span {
    display: block;
    font-weight: 400;
    font-size: 0.61em;
    color: #495463;
    letter-spacing: normal;
    line-height: 1.62;
    padding-top: 15px
}



.page-ath-form {
    width: 460px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 50px;
}

.page-ath-header {
    padding-top: 40px
}

.page-ath-footer {
    padding-bottom: 30px
}
.page-ath-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}
.page-ath-gfx {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: flex;
    align-items: center;
    width: 60%;
}
.forgot-link a{
    color: #121212;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.form-control:disabled, 
.form-control[readonly] {
    background-color: #e4e6e9;
    opacity: 1;
}
.mt-btn {
    margin-top: 35px;
}
.form-footer-link p {
    color: #4e4e4e;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.form-footer-link p a {
    color: #00ae86;
}
.forgot-link a {
     font-size: 14px;
    color: #121212;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.login-btn{
    background-color: #00ae86;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 12px 32px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.5s;
    text-align: center;
    text-transform: capitalize;
}


    /*-----login-center-----*/
    .page-ath-center{
        position: relative;
    }
    .page-ath-center .page-ath-gfx{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .page-ath-center .page-ath-content{
        z-index: 1;
        position: relative;
        width: 100%;
        background-color: rgba(0,0,0,0.3);
        align-items: center;
    }
    .page-ath-center .page-ath-form{
        background-color: #fff;
        box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
        border-radius: 6px;
        margin: 30px;
        max-width: 460px;
        width: 95%;
    }


/*-------------footer----------*/
.page-footer {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}
.page-footer p {
    color: #3A506B;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.page-footer ul li{
    display: inline-block;
}
.page-footer ul li a {
    color: #3A506B;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 3px 10px;
    display: inline-block;
}



/*-------default-content-------*/
.default-content-area {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.16);
    border-radius: 6px;
}
.content-area {
    margin-bottom: 30px;
}
.default-content-area h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.default-content-area h4 span {
    color: #000;
}
.content-area h6 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    line-height: 25px;
}
.content-area ul {
    padding-left: 20px;
}
.content-area li{
    list-style: initial;
}
.content-area p, 
.content-area li {
    letter-spacing: 0.3px;
    font-size: 16px;
    color: #8e8c8c;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 24px;
}
.content-area a {
    font-weight: 600;
    color: #2660a4;
}

.bg-banner{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bg-banner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #0C1B41 0%, #697FA700 100%);
}
.page-banner-part{
    min-height: 180px;
    display: flex;
    align-items: center;
}
.pb-content-part {
    position: relative;
    z-index: 1;
}
.pb-content-part h1{
    font-size: 26px;
    font-weight:900;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}
.pb-content-part h1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
.pb-content-part h1 .letter {
    display: inline-block;
    line-height: 1em;
  }
.home-banner-part{
    min-height: 770px;
    display: flex;
    align-items: center;
    position: relative;
    
}
.home-banner-part video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hb-content{
    max-width: 700px;
    position: relative;
    z-index: 1;
}
.hb-content-top h6{
    font-weight: 500;
}
.hb-content-top h1{
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}
.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  
  .ml6 .letter {
    display: inline-block;
    line-height: 1em;
  }
.hb-content-countdown > p{
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
}
.hb-countdown li{
    position: relative;
}
.time_circles{
    display: flex;
}
.time_circles>div{
    position: relative !important;
    width: auto !important;
    top: auto !important;
    left: auto !important;
}
.hb-countdown li:not(:last-child), 
.time_circles>div:not(:last-child){
    margin-right: 15px;
    padding-right: 20px;
}
.hb-countdown li:not(:last-child):after,
.time_circles>div:not(:last-child):after{
    content: ':';
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 28px;
    color: #fff;
    line-height: 1;
}
.hb-countdown p{
    font-size: 14px;
    color: #CCCCCC;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.hb-countdown p span,
.hb-content-countdown #ycd-circle-473 span{
    font-size: 40px !important;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.hb-content-countdown #ycd-circle-473 h4{
    font-family: 'Lato', sans-serif !important;
    font-size: 12px !important;
}
.donation-part{
    background: #FBFCFF;
    box-shadow: 0px 8px 20px #000C5826;
    border: 4px solid #DCE0EC;
    border-radius: 24px;
    padding: 30px 20px;
    margin-top: -70px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}
.donation-part::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/gradient_bg.png) no-repeat top right 0% / 100% 100%;
    transform: translateX(30%);
    transition: 0.8s;
}
.donation-part:hover::before {
    transform: translateX(55%);
}
.donation-part h3{
    font-size: 20px;
    color: #2D4DA1;
    font-weight: 500;
    margin-bottom: 8px;
}
.donation-part p{
    color: #A3A3A3;
    margin-bottom: 15px;
}
.donation-part a{
    min-width: 150px;
}
.school-categories ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.school-categories ul li a{
    font-size: 16px;
    color: #2D4DA1;
    background: #F8F8F8;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    padding: 10px 30px;
    margin: 7px 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.school-categories ul li a span{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.school-categories ul li a::after, .o-school-detailBtn::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    right: 0;
    bottom: 0;
    background: #2D4DA1;
    transition: .4s
}
.o-school-detailBtn::after{
    background-color: #2D4DA1;
}

.school-categories ul li a:hover:after, .o-school-detailBtn:hover:after {
    width: 100%;
    height: 100%;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
}
.school-categories ul li a:hover{
    color: #fff;
}
.school-categories ul li a.active{
    background: #2D4DA1;
    color: #fff;
}
.section-title{
    margin-bottom: 30px;
}
.section-title h2{
    font-size: 24px;
    color: #2D4DA1;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0
}
.section-title.text-white h2{
    color: #fff;
}
.section-title h2::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right:0;
    width: 90%;
    height: 10px;
    margin:0 auto;
    background: #2D4DA126;
}
.section-title.text-white h2::before{
    background: #FFFFFF26;
}
.section-title p{
    margin-bottom: 0;
}
.h-newsevents-section{
    background: #FAFAFA;
}
.news-event-col{
    margin-bottom: 15px;
}
.h-newsevents-scrollbar .news-event-col{
    padding: 0 5px;
}
.h-newsevents-scrollbar{
    max-height: 650px;
    padding-right: 70px;
}
.news-event-block{
    padding: 10px;
    display: flex;
    background: #F8F8F8;
    border-radius: 12px;
    height: 100%;
    transition: 0.4s;
}
.news-event-block:hover{
    box-shadow: 0px 0px 12px #00000029;
}
.news-event-left{
    min-width: 120px;
    max-width: 120px;
    margin-right: 15px;
}
.news-event-left img{
    border-radius: 5px;
    background-color: #f5f5f5;
    height: 93px;
    object-fit: cover;
}
.news-event-right {
    width: 100%;
}
.news-event-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-event-top h6{
    font-size: 12px;
    color: #A3A3A3;
    text-transform: uppercase;
    font-weight: 400;
}
.news-event-top span{
    font-size: 12px;
    display: block;
    color: #A3A3A3;
    text-transform: uppercase;
}
.news-event-right h2{
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.news-event-right h2 a{
    color: #2D4DA1;
    display: block;
}
.news-viewmore-btn{
    font-size: 14px;
    display: inline-block;
}

.announcement-part{
    background: #2D4DA1;
    height: 100%;
}
.announcement-part{
    padding-left: 40px;
}
.h-announcement-scrollbar{
    max-height: 650px;
    padding-right: 20px;
}
.announcement-row{
    margin-bottom: 35px;
}
.announcement-row > span{
    font-size: 14px;
    color: #CCCCCC;
    margin-bottom: 10px;
    display: block;
}
.announcement-row > h3{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 10px;
}
.announcement-row > h3 a{
    color: #FFFFFF;
}
.announcement-row > p{
    color: #CCCCCC;
    margin-bottom: 0;
}
.announcement-row > a{
    margin-top: 10px;
    display: block;
    text-transform: capitalize;
}


.schools_lists{
    padding-top: 85px;
    position: relative;
    max-width: 900px;
    margin: auto;
}
.schools_lists::before{
    content: '';
    position: absolute;
    width: 188px;
    height: 86px;
    background: url(../images/dotted-path-0.svg) no-repeat 0 0 / 100% 100%;
    margin: auto;
    left: 50%;
    right: 0;
    top: 0;
    transform: translateX(-90%);
}
.schools_lists_row{
    align-items: center;
    position: relative;
    padding-bottom: 85px;
}

.schools_lists_row:nth-of-type(2n+1)::before{
    content: '';
    position: absolute;
    width: 302px;
    height: 86px;
    background: url(../images/dotted-path-1.svg) no-repeat 0 0 / 100% 100%;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(-74%) rotate(-5deg);
}
.schools_lists_row::before{
    content: '';
    position: absolute;
    width: 298px;
    height: 78px;
    background: url(../images/dotted-path-2.svg) no-repeat 0 0 / 100% 100%;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(-77%) rotate(5deg);
}
.schools_lists_row:last-child::before{
    display:none;
}
/* .schools_info_block a:hover{
    text-decoration: underline;
} */
.schools_lists_row:nth-of-type(2n+1){
    flex-direction: row-reverse;
}
.schools_lists_row:nth-of-type(2n+1) .schools_info_block{
    text-align: right;
}
.schools_lists_row:nth-of-type(2n+1) .schools_logo_block{
    text-align: left;
    justify-content: flex-start;
}
.schools_info_block h4{
    font-size: 20px;
    font-weight: 600;
    color: #2D4DA1;
    margin-bottom: 5px;
}
.schools_info_block h4 a {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}
.schools_info_block h4 a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #2d4da1;
    transition: 0.4s;
}
.schools_lists_row:hover h4 a::before {
    width: 100%;
}
.schools_info_block span{
    font-size: 15px;
    color: #EF8336;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}
.schools_info_block p{
    margin-bottom: 20px;
}
.schools_logo_block {
    display: flex;
}
.schools_logo_img{
    min-width: 240px;
    max-width: 240px;
    border: 2px dashed #2660a4;
    border-radius: 50%;
    transition: 0.4s;
    padding: 10px;
}
.schools_lists_row:hover .schools_logo_img {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}
.schools_logo_img img{
    border-radius: 50%;
    transition: 0.7s;
}
.schools_logo_img:hover  img{
    transform: rotate(360deg);
}
.schools_lists_row .schools_logo_block{
    text-align: right;
    justify-content: flex-end;
}
.client-logo-slider.swiper-wrapper{
    justify-content: center;
}
.partners_logo_list {
    max-width: 960px;
    margin: auto;
}
.partners_logo_col{
    width: 130px;
    height: 130px;
    margin: 10px auto;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 10px;
    background: #fff;
    padding: 10px;
    box-shadow:0 0 10px rgb(0 0 0 / 15%);
}
.partners_logo_col img{
    
}
.client-logo-slider .swiper-wrapper{
    /* justify-content: center; */
}

.bg-vector-left{
    position: relative;
}
/* .bg-vector-left::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/bg-vector-left.png') no-repeat 0 0 / 100% 100%;
}
.bg-vector-right::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/bg-vector-right.png') no-repeat 0 0 / 100% 100%;
} */
.newsevents-part .news-event-col{
    margin-bottom: 15px;
}

.aboutus-tab-list{
    margin-top: 30px;
    border-bottom: 1px solid #9EABC1;
}
.aboutus-tab-list .nav-pills{
    justify-content: space-between;
}
.aboutus-tab-list .nav-pills .nav-item:not(:last-child){
    margin-right: 10px;
}
.aboutus-tab-list .nav-pills .nav-item .nav-link{
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 25px;
}
.aboutus-tab-list .nav-pills .nav-item .nav-link.active{
    color: #FFFFFF;
    background: #2D4DA1;
}

.about-team-part .col-12{
    margin-top: 35px;
}

.about-us-team{
    height: 100%;
}

.about-team-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
}
.about-team-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about-team-cnt{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px #221F1F1F;
    border-radius: 20px;
    padding: 15px;
    padding-top: 35px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    margin-top: -20px;
    height: calc(100% - 100px);
}
.about-team-name {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-team-cnt h4{
    font-size: 18px;
    font-weight: 700;
    color: #2D4DA1;
    margin-bottom: 20px;
}
.about-team-cnt h6{
    font-size: 13px;
    letter-spacing: 0.36px;
    color: #6C757D;
    font-weight: 400;
}
.about-team-bottom{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
}
.at-social-icon li a:hover {
    color: #2d4da1;
}
.at-social-icon li a{
    font-size: 20px;
    color: #BCBCBD;
}

.at-viewbtn{
    border-top: 1px solid rgba(112, 112, 112, 0.4);
    margin-top: 5px;

}
.at-viewbtn a{
    font-size: 14px;
    display: block;
    padding: 12px 0;
}
.text-right-arrow{
    position: relative;
    transition: 0.5s;
}
.text-right-arrow i{
    position: relative;
    top: 1px;
    margin-left: .25rem!important;
    transition: 0.5s;
}
.text-right-arrow:hover i{
    transform: translateX(5px);
}
.abouttab-approach-row{
    margin-bottom: 30px;
}
.abouttab-approach-row h5{
    font-size: 20px;
    font-weight: 600;
    color: #2D4DA1;
    margin-bottom: 12px;
}
.abouttab-approach-row strong{
    color: #000;
    font-weight: 700;
}
.abouttab-approach-row ul{
    margin-top: 5px;
}
.abouttab-approach-row li{
    font-size: 14px;
    color: #626262;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.abouttab-approach-row li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #626262;
}
.img-radius{
    border-radius: 15px;
}

.section-contact{
    border-bottom:1px solid #adb1b8;
}
.contact-form{
  height: 100%;
}
.contact-form label{
    display: block;
    margin-bottom: 5px;
}
.contact-form .form-control{
  
}

.contact-map{
    max-height: 400px;
    height: 100%;
}

.contact-deails-col{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.c-deails-icon{
    min-width: 40px;
    max-width: 40px;
    margin-right: 15px;
}
.contact-deails-col a{
    font-size: 16px;
    color: #10316B;
  display: block;
}
.contact-deails-col p{
    margin-bottom: 0;
}
.c-deails-left p{
  margin-bottom: 0;
}
.c-deails-share p{
  margin-bottom: 0;
}

.c-deails-share li a{
    font-size: 20px;
    color: #b1b1b1;
    display: block;
    margin-left: 18px;
}

.announ-popup-content{
    position: relative;
    padding: 20px;
}
button.close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #A3A3A3;
}
.announ-date{
    font-size: 14px;
    color: #A3A3A3;
    display: block;
    margin-bottom: 7px;
}
.announ-popup-content h3{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.announ-text-part{

}
.announ-text-part p{
    font-weight: 400;
    color: #000000;
}
.announ-text-part p:first-child{
    margin-bottom: 0;
}
.ci-cross-col{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 1px solid #707070;
    border-radius: 12px;
    height: 100%;
    padding-bottom: 100%;
}


.gallery-imgvideo-row > .col-6 {
    margin-bottom: 15px;
}
.gallery-imgvideo-item{
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.gallery-imgvideo{
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.gallery-imgvideo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
     -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}
.gallery-imgvideo:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6;
    visibility: visible;
}

.gallery-imgvideo.gallery-videos:before{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2;
    visibility: visible;
}
.gallery-videos i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}
.gallery-imgvideo.gallery-videos i {
    opacity: 1;
    visibility: visible;
}
.sd-full-bg{
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sd-full-bg::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00173E;
    opacity: 0.5;
    z-index: 1;
}
.sd-full-bg video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.school-social-icon{
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}
.school-social-icon li a{
    width: 30px;
    height: 30px;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transition: 0.3s;
}
.school-social-icon li a:hover{
    width: 40px;
}
.school-social-icon li a img {
    height: 15px;
    max-width: 14px;
}
.admission-enq-btn{
    position: absolute;
    right: 0;
    top: 65%;
    transform: translateY(-50%) matrix(0, 1, -1, 0, 0, 0);
    background: #FFFFFF;
    padding: 3px 4px;
    transform-origin: right 0px;
    border-radius: 0px 0px 5px 5px;
    z-index: 1;
}
.admission-enq-btn a{
    font-size: 14px;
    color: #10316B;
    font-weight: 700;
}
.admission-enq-btn a i{
    color: #EF8336;
    margin-right: 4px;
}
.school-title-detail {
    position: relative;
    padding: 0 40px;
    z-index: 1;
}
.school-title-detail h1{
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
}
.school-title-detail p{
    color: #FFFFFF;
}

/* .school-detail-row {
    margin-bottom: 30px;
} */
.sd-logo{
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 8px 24px #00000029;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -120px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.sd-logo img{
    display: block;
}
.sd-title-detail{
    margin-top: 20px;
}
.sd-title-detail h2{
    font-size: 26px;
    margin-bottom: 15px;
}
.sd-social-icon li a{
    font-size: 16px;
    color: #b1b1b1;
    display: block;
    margin-right: 20px;
}
.school-link{
    text-align: center;
    margin-bottom: 35px;
    margin-top: -15px
}
.school-detail-wrap .row:nth-child(even){
    flex-direction: row-reverse;
}
.sd-section-title{
    margin-bottom: 40px;
}
.sd-section-title h3{
    font-size: 32px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 20px;
}
.school-detail-img{
    width: 340px;
    padding: 15px 25px 25px 15px;
    margin: auto;
    position: relative;
    height: 340px;
}
.school-detail-img span{
    margin: auto;
    position: relative;
    display: block;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.school-detail-img span img{
    border-radius: 50%;
    height: 100%;
	width:100%;
    object-fit: cover;
    object-position: center;
}
.sd-circle-img{
    position: absolute;
    left: -5px;
    top: -5px;

}
.sd-circle-shape{
    position: absolute;
    width: 320px;
    height: 320px;
    left: 22px;
    bottom: 0px;
    border-radius: 100%;
    background-color: #EF8336;
}

.school-tour-part{
    position: relative;
    padding-top: 60px;
}
.school-tour-part::before{
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 775px;
    background: url('../images/school-tour-bg.png') no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
}

.school-tour-video{
    position: relative;
}
.school-tour-video img{
    max-height: 545px;
    width: 100%;
    object-fit: cover;
}
.tour-video-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: #2D4DA1;
}
.sd-job-futuer-col{
    margin-bottom: 12px;
}
.sd-parents-slider-part{
    position: relative;
}
.sd-parents-slider-part .sd-parents-slider{
    padding-bottom: 40px;
}
.sd-parents-slider-part::before{
    content: '';
    position: absolute;
    top: -20px;
    right: 35px;
    width: 57px;
    height: 45px;
    background: url('../images/quote.svg') no-repeat 0 0;
    background-size: 100% 100%;
    z-index: 2;
}
.sd-parents-bm{
    margin-top: 50px;
}
.sd-parents-col{
    background: #EAF2FD;
    border-radius: 24px;
    padding: 50px;
}
.sd-parents-col h5{
    font-size: 22px;
    color: #1F1A17;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}
.sd-parents-bm h6{
    font-size: 18px;
    color: #1F1A17;
    font-weight: 800;
    margin-bottom: 5px;
}
.sd-parents-bm p{
    font-size: 14px;
    color: #6C757D;
    margin-bottom: 0;
}
.sd-media-references-col{
    padding: 45px 30px;
    background: url('../images/media-bg.png') no-repeat 0 0;
}
.sd-media-references-col h5{
    font-size: 30px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 30px;
}
.sd-media-references-col p{
    margin-bottom: 0;
}
.hs-arrow {
    font-size: 14px;
    color: #2D4DA1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.swiper-prev{
    left: 0;
}
.swiper-next{
    right: 0;
}
.parents-arrow-b .hs-arrow{
    bottom:0px;
    top: auto;
    transform: none;
}
.parents-arrow-b .swiper-prev{
    left: 10px;
}
.parents-arrow-b .swiper-next{
    right: 10px;
}

.sd-media-slider{
    padding-top: 70px;
    margin-top: -65px;
}
.sd-media-slider-part .hs-arrow{
    top: 0;
    transform: none;
}
.sd-media-slider-part .swiper-prev{
    right: 45px;
    left: auto;
}
.sd-media-slider-part .swiper-next{
    right: 0px;
}
.other-school-container{
    max-width: 1360px;
    margin: auto;
}
.other-school-slider .swiper-prev{
    left: 30px;
}
.other-school-slider .swiper-next{
    right: 30px;
}



.sd-title-tag{
    font-size: 12px;
    font-weight: 600;
    color: #0582CB;
    text-transform: uppercase;
    background: #CEF0FF;
    border-radius: 16px;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 0;
}

.sd-left-row{
    background: #FFFFFF;
    box-shadow: 0px 5px 20px #0000000d;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 20px;
}
.sd-left-row h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.sd-school-coordinator p{
    font-size: 14px;
    color: #757576;
    margin: 3px 0;
}
.sd-left-infolist li {
    margin-bottom: 15px;
}
.sd-left-infolist h4{
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 400;
    margin-bottom: 12px;
}
.sd-left-infolist p{
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.sd-left-infolist p a{
    color: #326CD1;
}

.sd-map-part{
  height: 300px;
}

.sd-right-col ul.nav-tabs{
    border: none;
    justify-content: space-between;
}
.sd-right-col > ul.nav-tabs.sd-four-tab > .nav-item:not(:last-child){
    margin-right: 5px;
}
.sd-right-col > ul.nav-tabs > .nav-item{
    border: none;
}
.sd-right-col > ul.nav-tabs > .nav-item .nav-link{
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    border: none;
    background-color: #f2f4f8;
    text-align: center;
    padding: 15px 25px;
}
.sd-right-col > ul.nav-tabs > .nav-item > .nav-link.active{
    background-color: #fff;
}

.sd-right-tabs-content{
    background-color: #fff;
}
.aboutus-pic{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    float: right;
    margin-left: 20px;
    margin-right: 20px;
}
.aboutus-pic img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.sd-tabs-content{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 20px #0000000D;
    border-radius: 0px 0px 12px 12px;
}
.sd-tabs-content-row{
    margin-bottom: 20px;
}
.sd-tabs-content h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1D1D1D;
}
.sd-aboutus-content h4{
    font-size:18px;
    font-weight: 500;
}
.sd-aboutus-content > p{
    margin-bottom: 15px;
}
.sd-aboutus-content li{
    font-size: 14px;
    padding-left: 18px;
    position: relative;
}
.sd-aboutus-content li::before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.about_regards p{
  margin-bottom: 0;
}
.sh-left-img img{
    width: 420px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

.sh-right-side h5{
    font-size: 20px;
    color: #14406D;
    font-weight: 600;
    margin-bottom: 15px;
}
.sh-tab-slider{
  padding: 10px 35px 30px 35px;
}
.sh-tab-slider .nav-link{
    background-color: transparent;
    padding: 0;
    position: relative;
    line-height: 1;
    min-height: 15px;
}
.sh-tab-slider .nav-link::before{
    content: '';
    width: 15px;
    height: 15px;
    background-color: #a3a3a3;
    border-radius: 50%;
    position: absolute;
    left:50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.sh-tab-slider .nav-link.active::before{
    background-color: #2d4da1;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 77, 161, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(45, 77, 161, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 77, 161, 0.3);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 77, 161, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(45, 77, 161, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 77, 161, 0.3);
  }
}
.sh-tab-slider .nav-link::after{
    content: '';
    border-top: 1px dashed #a3a3a3;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sh-tab-slider .nav-link span{
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    text-align: center;
    position: relative;
    top: 30px;
}

.swiper-slider-prev{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.swiper-slider-next{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
}
.arrow_left_disabled, .arrow_right_disabled{
    display: none;
}

.swiper-button-disabled .arrow_left_disabled,
.swiper-button-disabled .arrow_right_disabled{
    display: block;
}

.swiper-button-disabled .arrow_left_active,
.swiper-button-disabled .arrow_right_active{
  display: none;
}

.sd-tabs-usual-block{
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.sd-tabs-usual-block h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sd-usual-list li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px;
}
.sd-usual-list li p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.sd-usual-list li span{
    font-size: 14px;
    display: block;
}
.other-school-slider .swiper-slide{
    height: auto;
}
.other-school-logo{
    display: block;
    max-width: 175px;
    margin: auto;
}
.other-school-col h4{
    font-size: 20px;
    font-weight: 800;
    color: #121212;
    margin-bottom: 5px;
}
.other-school-col h4 a{
    color: #121212;
    display: block;
}
.other-school-col h6{
    font-size: 14px;
    color: #787878;
    font-weight: 500;
    margin-bottom: 25px;
}
.other-school-col p{
    font-size: 15px;
    color: #5A616E;
    font-weight: 400;
    margin-bottom: 25px;
}


.view-more-btn{
    font-size: 12px;
    font-weight: 500;
    color: #BEBEBE;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 12px;
}

.sd-tabs-content .news-event-block{
    background-color: transparent;
}
.sd-announcement-col{
    margin-bottom: 35px;
}
.sd-announcement-col > span{
    font-size: 12px;
    color: #757576;
    margin-bottom: 5px;
    display: block;
}
.sd-announcement-col h2{
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 8px;
}
.sd-announcement-col h2 a{
    color: #000000;
}
.sd-announcement-col > p{
    color: #757576;
    margin-bottom: 0;
}
.announ-info p{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.sd-announcement-col > a{
    margin-top: 10px;
    display: block;
    text-transform: capitalize;
}

.sd-doc-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    min-height: 53px;
}
.sd-doc-row h2{
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 0;
    padding-right: 15px;
}
.sd-doc-btn{
    min-width: 130px;
    max-width: 130px;
    white-space: nowrap;
}
.sd-doc-btn a{
    font-size: 13px;
    padding: 6px 15px;
    display: block;
}
.sd-doc-btn a img{
    max-width: 15px;
}

.newsevent-breadcrumbs{
    margin-bottom: 5px;
}
.newsevent-breadcrumbs a,
.newsevent-breadcrumbs span{
    font-size: 14px;
    color: #002032;
}

.newsevent-bg img{
    object-fit: cover;
    height: 300px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 20px;
}
/* .newsevent-bg::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1C222700 0%, #080C0EE5 100%);
    opacity: 0.6;
} */

.ned-date{
    font-size: 12px;
    display: block;
    color: #A3A3A3;
    margin-bottom: 5px;
}
.newsevent-detail-left h1{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}
.newsevent-detail-left img{
    max-width: 100%;
    height: auto;
}
.newsevent-right-bar h3{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.ned-share-icon li a {
    font-size: 16px;
    color: #EF8336;
    display: block;
}
.ned-similar-row{
    display: flex;
    margin-bottom: 20px;
}
.ned-similar-left{
    min-width: 80px;
    max-width: 80px;
    margin-right: 15px;
}
.ned-similar-left a{
    display: block;
}
.ned-similar-left a img{
    border-radius: 5px;
    background-color: #f5f5f5;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.ned-similar-right span{
    font-size: 12px;
    color: #757576;
    margin-bottom: 5px;
    display: block;
}
.ned-similar-right h2{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.advent-season-img{
    max-width: 500px;
    float: right;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.tas-row{
    margin-bottom: 40px;
}
.ci-right-img img{
    border-radius: 24px;
}
.about-tab-content h3{
    font-size: 20px;
    font-weight: 600;
    color: #2D4DA1;
    margin-bottom: 10px;
}


/*-------wizard----------*/
.wizard {
    position: relative;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    flex-wrap: nowrap;
}

.wizard > div.wizard-inner {
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
}
.wizard .nav-tabs > li a .round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: 0.5s;
    font-size: 14px;
    background: #E6E6E6;
    border: 1px solid #CCCCCC;
}
.wizard .nav-tabs > li > a.active .round-tab,
.wizard .nav-tabs > li > a.active:hover .round-tab,
.wizard .nav-tabs > li > a.active:focus .round-tab {
    cursor: default;
    border-color: #2D4DA1;
    background: #2D4DA1;
    color: #fff;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}
.wizard .nav-tabs > li > a.active .round-tab::before {
    
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 77, 161, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(45, 77, 161, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 77, 161, 0.3);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 77, 161, 0.3);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(45, 77, 161, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 77, 161, 0.3);
  }
}

.wizard .nav-tabs > li > a.active .step-text,
.wizard .nav-tabs > li > a.active:hover .step-text,
.wizard .nav-tabs > li > a.active:focus .step-text {
    color: #333;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li a {
    padding: 15px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wizard .nav-tabs > li {
    width: 33%;
    position: relative;
    text-align: center;
}
.wizard .nav-tabs > li a .step-text {
    font-size: 14px;
    font-weight: 600;
    color: #a8a9ab;
    letter-spacing: 0.3px;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}

.wizard .nav-tabs > li:before,
.wizard .nav-tabs > li:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 28px;
    border-bottom: 1px dashed #525A65;
    left: 50%;
    transition: 0.5s;
}
.wizard .nav-tabs > li:after {
    background-color: #2D4DA1;
    width: 0;
}

.wizard .nav-tabs > li.done a .round-tab {
    background-color: #2D4DA1;
    border-color: #2D4DA1;
    color: #fff;
}

.wizard .nav-tabs > li.done a .step-text {
    color: #2D4DA1;
}

.wizard .nav-tabs > li.done:after {
    width: 100%;
}

.wizard .nav-tabs > li.done.active a .round-tab {
    border-color: #2D4DA1;
    background-color: #2D4DA1;
    color: #ffffff;
}

/*.wizard .nav-tabs > li:last-child.active a .round-tab {
    background-color: #2D4DA1;
    border-color: #2D4DA1;
    color: #fff;
}*/

/*.wizard .nav-tabs > li:last-child.active a .step-text {
    color: #2D4DA1;
}*/

.wizard .nav-tabs > li.done.active a .step-text {
    color: #0b2039;
}

.wizard .nav-tabs > li.done.active ~ li .round-tab {
    color: #646669;
    background-color: #E6E6E6;
    border-color: #CCCCCC;
}

/*.wizard .nav-tabs > li.done.active:last-child a .step-text{
    color: #2D4DA1;
}*/

.wizard .nav-tabs > li.done.active ~ li .step-text {
    color: #a8a9ab;
}

.wizard .nav-tabs > li.active:after,
.wizard .nav-tabs > li.active ~ li:after {
    width: 0;
}

.wizard .nav-tabs > li:last-child:before,
.wizard .nav-tabs > li:last-child:after {
    display: none;
}

.wizard .nav-tabs > li a.disabled {
    cursor: not-allowed;
}
.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .tab-content > .active {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wizard .tab-pane {
    position: relative;
}
.step-btn {
    background-color: #0b2039;
    color: #fff;
    padding: 13px 16px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 600;
    width: 100%;
    border-radius: 7px;
    margin-left: 33px;
    margin-right: 20px;
}

.wizard-actions-setup > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wizard-actions-setup>ul>li.disabled{
    opacity: 0;
    visibility: hidden;
}
.wizard-actions-setup>ul>li {
    float: left
}

.wizard-actions-setup>ul>li+li {
    margin-left: 10px
}

.wizard-actions-setup>ul>li>a {
    min-width: 120px;
}
.wizard-actions-setup>ul>li>button{
    min-width: 120px;
    border: none;
}

.form-input-steps{
    background: #FFFFFF;
    box-shadow: 0px 5px 20px #0000000D;
    border-radius: 12px;
    padding: 15px 25px;
}
.wizard-input-row h3, .input-label{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.wizard-input-row h3 span{
    color: #FF0000;
    display: inline-block;
}
.wizard-input-row > p{
    margin-bottom: 20px;
    color: #455864;
}
.wizard-input-row{
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.wizard-input-row:not(:last-child){
    border-bottom: 1px solid #CCCCCC;
}
.wizard-radio-row .form-group{
    position: relative;
    margin-bottom: 10px;
}
.wizard-radio-row input[type="radio"], 
.wizard-checkbox-row input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.wizard-radio-row label{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #455864;
    margin-bottom: 0;
    padding-left: 28px;
    cursor: pointer;
}
.wizard-radio-row label::before{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 50%;
    transition: 0.4s;
}
.wizard-radio-row label::after{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 3px;
    top: 5px;
    background: #2D4DA1;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.wizard-radio-row input[type="radio"]:checked + label::before{
    border-color: #2D4DA1;
}
.wizard-radio-row input[type="radio"]:checked + label::after{
    opacity:1;
    visibility: visible;
}
.inputbox-group .form-control{
    border: none;
    padding: 3px;
}
.form-input-steps > h2{
    font-size: 20px;
    color: #1D1D1D;
    font-weight: 700;
    margin-bottom: 15px;
}
.empty-date-part{
     display: none; 
    height: 200px;
}
.empty-date-part p{
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
}
.all_announcement_posts .empty-date-part p{
    color: #fff;
}
.data-loader{
    position: relative;
    width: 100%;
    min-height: 130px;
    text-align: center;
    font-size: 12px;
}
/* .data-loader::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    max-width: 25px;
    max-height: 25px;
    background: url('../images/loading.svg') no-repeat 0 0 / 100% 100%;
} */
.data-loader.loading-white{
    background: url('../images/loading-white.svg') no-repeat 0 0 / 100% 100%;
}
.data-loader.l-white p{
    color: #fff;
}
.data-loader img{
    max-width: 20px;
    margin-bottom: 5px;
}

.thank-you-part.page-ath-center .page-ath-form{
    margin:0;
    padding: 40px 30px;
}
.thank-you-icon {
    max-width: 90px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: -100px;
}
.thank-you-part.page-ath-center {
    margin-top: 60px;
}

.notfound-404 h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2d3032;
    margin: 0px;
    letter-spacing: 3px;
    padding-left: 6px;
}

.notfound-404 h1 {
    font-size: 198px;
    line-height: 1;
    font-weight: 900;
    margin: 0px;
    color: #2d4da1;
    text-transform: uppercase;
    letter-spacing:-30px;
}
.notfound-404 h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #2d3032;
    margin-top: 0px;
    margin-bottom: 0;
}

.notfound-404 h1>span {
    text-shadow: -8px 0px 0px #fff;
}
.notfound-404 h1>span:nth-child(2){
    color: #ef8336;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button,
.cf7mls_back.action-button,
form.cf7mls input.wpcf7-form-control.wpcf7-submit{
    font-size: 16px;
    font-weight: 600;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    border: none;
    transition: 0.4s;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    background-color: #2D4DA1;
    margin-bottom: 0;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit{
    background-color: #EF8336 !important;
}

.fieldset-cf7mls-wrapper .fieldset-cf7mls span.ajax-loader {
    position: absolute;
    right: 100px;
    margin-top: 25px;
}
.announ-popup-dbtn img{
    max-width: 16px;
}


.partner-logo-slider .slick-slide div {
    overflow: hidden;
    margin: 20px 0px;
}
.partner-logo-slider .slick-slide div:nth-child(odd){
    margin-left: -45px;
}
.slick-slide img{
    width: 100%;
    transition: all 1s cubic-bezier(.7,0,.3,1);
    transform: scale(1);
}
.partner-logo-slider .slick-slide div:nth-child(odd) img{
    max-width: 75%;
    display: inline-block;
}
div.heateor_sss_horizontal_sharing li:not(:last-child){
    margin-right: 15px !important;
}
.heateor_sss_horizontal_sharing .heateorSssSharing, .heateor_sss_standard_follow_icons_container .heateorSssSharing{
    background:none;
    width: auto !important;
    height: auto !important;
    font-size: 16px;
    color: #EF8336;
}
.heateorSssSharingSvg{
    background: none !important;
    border-radius:0 !important ;
}
.heateorSssSharingSvg::before{
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.heateorSssFacebookSvg::before{
    content: "\f39e";
}
.heateorSssTwitterSvg::before{
    content: "\f099";
}
.heateorSssLinkedinSvg::before{
    content: "\f0e1";
}
.heateorSssInstagramSvg::before{
    content: "\f16d";
}
.heateorSssWhatsappSvg::before{
    content: "\f232";
}
.careers-left-text  h6{
    font-size: 18px;
}
.currently-hiring{
    background-color: #f5f5f5;
}
.view-openings-part .col-12 {
    margin-bottom: 50px;
}
.view-openings-col {
    background: #FFFFFF;
    box-shadow: 5px 5px 30px rgb(255 55 97 / 10%);
    border-radius: 20px;
    position: relative;
    padding: 20px;
    padding-left: 100px;
    overflow: hidden;
    height: 100%;
}
.view-openings-icon {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 15px;
}
.view-openings-icon::before {
    content: '';
    position: absolute;
    left: -22px;
    top: -22px;
    width: 100px;
    height: 100px;
    background: url(../images/icons/polygon.png) no-repeat 0 0 / 100% 100%;
}
.view-openings-icon img {
    height: 38px;
    position: relative;
}
.view-openings-col h5 {
    margin-bottom: 10px;
}
.view-openings-col p {
    margin-bottom: 5px;
}
.cd-left-title {
    display: flex;
    max-width: 370px;
}
.cd-label-icon {
    min-width: 60px;
    margin-right: 10px;
    margin-top: 8px;
}
.cd-list-currently ul{
    margin-right: 15px;
}
.cd-list-currently ul li{
    font-size: 18px;
    color: #3C393A;
    margin-bottom: 10px;
}
.content-area .content-flex.active h6{
    color: #2D4DA1;
}

.view-openings-col ul {
    margin-bottom: 15px;
}
.view-openings-col ul li {
    font-size: 14px;
    color: #8e8c8c;
    margin-bottom: 5px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.view-openings-col ul li:before{
    content: '\f0a4';
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.sub_title{
    color: #8e8c8c;
    font-size: 16px;
    margin-bottom: 20px;
}
.registration-title {
    margin-bottom: 30px;
}
.registration-title p{
    color: #2d4da1;
    font-size: 16px;
}

.blog-col {
    background: #FFFFFF;
    border: 1px solid #E5E6EF;
    border-radius: 15px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.blog-col-img .post-thumbnail{
    height: 225px;
    overflow: hidden;
}
.blog-col-img figure{
    margin-bottom: 0;
}
.blog-col-img img{
    border-radius: 15px 15px 0 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
    max-width: 100% !important;
}
.blog-col-content{
    padding:15px;
}
.blog-col-content h5{
    margin-bottom: 16px;
}
.blog-col-content h5 a{
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.blog-col-content-inner p{
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-col-content-inner p:not(:first-child){
    display: none !important;
}

.bd-content{
    max-width: 850px;
    margin:auto;
}
.bd-full-img img{
    border-radius: 15px;
    margin-bottom: 15px;
}
.bd-content p{
    margin-bottom: 30px;
}

.single-post .heateor_sss_sharing_container{
    display: none;
}
.school-tour-arrow{
    display: flex;
    justify-content: center;
}
.school-tour-arrow .hs-arrow{
    position: unset;
    transform: none;
    margin: 20px 10px 0;
}
.blog-col-img{
    height: 225px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 15px 15px 0 0;
}
.blog-col-img a{
    display: block;
}
.single-post .page-banner-part{
    display: none !important;
}

.video-container {
    position: relative;
    display: inline-block;
    max-width: 960px;
    max-height: 540px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
  }

  .video-container video{
    border-radius: 20px;
  }

  .margin-60{
    margin: 60px 0;
  }

  .video-container img {
    width: 100%;
    border-radius: 20px;
  }

  .video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    cursor: pointer;
  }

  /* .blue-dot {
    display: inline-block;
    background-image: url('./assets/img/point.svg');
    background-size: cover;
    width: 10px;
    height: 10px;
    margin-right: 16px;
  } */

  .registration-list li {
    margin-bottom: 10px;
    list-style: none;
    color: #1D1D1D;
    font-size: 16px;
    display: flex;
  }

  .registration-list li img{
    margin-right: 16px;
  }

  .collaps-img::before{
    background-image: url('./assets/img/collapse.svg') !important;
    background-size: contain;
  }
  .collaps-img{
    color: rgb(29, 29, 29, 0.7) !important;
  }

  /* .registration-list li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 16px;
    background-image: url('./assets/img/point.svg');
    background-repeat: no-repeat;
  } */
  .youtube-text{
    font-weight: bold;
    font-size: 18px;
    color: #1D1D1D;
    margin: 60px 0;
  }
  .call-link{
    color: #2D4DA1;
    text-decoration: none;
  }

.thumbnail-img{
height:100% !important;
/* 	max-height:390px !important; */
}

  .registration-sec{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
  }

.registration-sec h3{
    color: #10316B;
    font-size: 24px;
    font-weight: bold;
}
.registration-sec h5{
    color: #10316B;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 40px;
}
.register-title{
    display: flex;
    justify-content: center;
    font-weight: bold;
    position: relative;
font-size:  40px;
letter-spacing: 0px;
color: #10316B;
}

.register-title img{
    position: absolute;
    top: 100%;
    max-width: 300px;
    width: 100%;
}

.registration-list-2{
    margin-top: 40px;
}
.registration-list-2 li img{
    margin-right: 16px;
}

.registration-list-2 li {
    margin-bottom: 10px;
    list-style: none;
    color: #1D1D1D;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  /* .registration-list-2 li::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 16px;
    background-image: url('./assets/img/tick.svg');
    background-repeat: no-repeat;
  } */

  .registration {
    margin: 60px 0;
    position: relative;
    color: #FFFFFF;
  }
  .registration-text{
    position: absolute;
    top: 20%;
    left: 6%;
  }

.registration h5{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
	color:#FFFFFF;
}

.registration img{
 max-width: 1440px;
 width: 100%;
 min-height: 350px;
 object-fit: cover;
 border-radius: 20px;   
}

.registration p{
    font-size: 18px;
    /* font-weight: 600; */
    margin-bottom: 40px;
}

.registration button{
    padding: 20px 45px;
    background-color: #EF8336;
    border-radius: 38px;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;   
}

.hero-img{
    position: relative;
}
.hero-img img{
    min-height: 200px;
    object-fit: cover;
}

.hero-img p{
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 8%;
}

.faq .section-title {
    margin-bottom: 50px;
    color: #10316B;
    position: relative;
    display: flex;
    justify-content: center;
}
.faq .section-title img{
    position: absolute;
    top: 100%;
    width: 100px;
}

.faq .accordion-item{
    margin: 20px 0;
    background-color: #F8F8F8;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
}

.accordion-button{
    background-color: #F8F8F8 !important;
    color: #2D4DA1 !important;
    font-weight: 700;
    border: none;
    box-shadow: none !important;
    font-size: 24px;
    padding: 31px 30px;
}

.accordion-body{
    background-color: #F8F8F8;
    color: #6C757D;
    font-size: 18px;
}

.accordion-button:not(.collapsed):after{
    transform: translateY(-50%) rotate(-90deg) !important;
}

.accordion-button::after{
    position: absolute;
    right: 39px;
    top: 50%;
    content: "" !important;
    width: 2px !important;
    height: 20px !important;
    background-color: orange;
	background-image: none !important;
}

.accordion-button::before{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) !important;
    content: "";
    width: 20px !important;
    height: 2px !important;
    background-color: orange;
}

.accordion-button::after{
    transform: translateY(-50%) !important;
}

/* General Responsive Styles */
@media (max-width: 992px) { /* For tablets and smaller screens */
  .register-title {
    font-size: 32px;
  }

  .register-title img {
    max-width: 200px;
  }

  .youtube-text {
    font-size: 16px;
  }

  .registration-sec h3 {
    font-size: 28px;
  }

  .registration-sec h5 {
    font-size: 24px;
  }

  .registration-list li {
    font-size: 14px;
  }

  .registration-list-2 li {
    font-size: 16px;
  }

  .registration h5 {
    font-size: 28px;
  }

  .registration p {
    font-size: 16px;
  }

  .registration button {
    font-size: 16px;
    padding: 15px 35px;
  }

  .registration-text {
    top: 25%;
    left: 5%;
  }

  .accordion-button {
    font-size: 20px;
    padding: 25px 20px;
  }

  .accordion-body {
    font-size: 16px;
  }

  .faq .section-title img {
    width: 80px;
  }

  .margin-60 {
    margin: 40px 0;
  }

  .video-container .play-button {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) { /* For mobile devices */
  .register-title {
    font-size: 28px;
  }

  .registration-list-2{
    padding-left: 0px;
}

  .youtube-text {
    font-size: 14px;
    margin: 40px 0;
  }

  .registration-sec h3 {
    font-size: 24px;
  }

  .registration-sec h5 {
    font-size: 20px;
  }

  .registration-list li {
    font-size: 12px;
  }

  .registration-list-2 li {
    font-size: 14px;
  }

  .registration h5 {
    font-size: 24px;
  }

  .registration p {
    font-size: 14px;
  }

  .registration button {
    font-size: 14px;
    padding: 10px 25px;
  }

  .registration-text {
    top: 20%;
    left: 4%;
  }

  .accordion-button {
    font-size: 18px;
    padding: 20px 15px;
  }

  .accordion-body {
    font-size: 14px;
  }

  .faq .section-title img {
    width: 60px;
  }

  .margin-60 {
    margin: 30px 0;
  }

  .video-container .play-button {
    width: 30px;
    height: 30px;
  }

  .registration {
    margin: 30px 0;
  }

  .registration-list-2 li::before {
    background-size: contain;
  }
}