@font-face {
    font-family: Aeoniktrial-regular;
    src: url("../fonts/aeoniktrial-regular.otf");
}

@font-face {
    font-family: Aeoniktrial-bold;
    src: url("../fonts/aeoniktrial-bold.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    padding: 0;
    margin: 0;
}

p {
    color: #1e3a5f;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: 600;
}

p a {
    display: inline-block;
    position: relative;
    color: #0073e6;
}

p a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    transition: 0.4s;
    background-color: #0073e6;
}

p a:hover::after {
    width: 0;
}

ul,
ol,
li {
    list-style: none;
    position: relative;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1440px;
    width: 80%;
    position: relative;
    z-index: 55;
    padding-left: 12px;
    padding-right: 12px;
}



.main_header {
    position: relative;
    z-index: 999;
    top: 0;
    background-color: #1e3a5f;
}

.main_header .container {
    display: flex;
    align-items: center;
}

.header_icons .d-flex li {
    margin-left: 50px;
}

.header_icons .d-flex li a {
    display: inline-block;
}

.header_icons .d-flex li:first-child {
    margin-left: 0px;
}

.fixed .head_bottom {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.main_header .logo {
    width: 400px;
    transition: all 0.4s ease;
}

header .logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 15px 0;
}

header .logo a img {
    width: 100%;
}

.main_header .menuLink {
    width: calc(100% - 400px);
    padding-left: 20px;
}

.main_header .menuLink .menu {
    justify-content: flex-end;
    transition: all 0.4s ease;
}

.menu {
    display: flex;
    align-items: center;
}

.menuLink .menu>li {
    margin-right: 25px;
}

.menuLink .menu>li:last-child {
    margin-right: 0px !important;
}

.menu>li>a:hover {
    color: #2877af;
}

.main_header .menuLink .menu>li>a {
    padding: 20px 0;
}

.menu li a {
    font-size: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.menu li a::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    transition: 0.4s;
    background-color: #fff;
    opacity: 0;
}

.menuLink .menu li.current-page-ancestor a,
.menuLink .menu li.current-menu-item a {
    font-weight: 700;
    color: #ffff;
    margin-left: 20px;
}

.menuLink .menu li.current-page-ancestor a::after {
    opacity: 1;
}

.main_header .menuLink .menu>li>a:hover::after {
    opacity: 1;
}

.cart__wrap .logo {
    display: none;
}

.menu li a:hover,
.login_btn a:hover {
    color: #fff !important;
}

/* .menu li.current-menu-item>a,
.menu li.current-menu-ancestor>a {
    color: #fff !important;
} */

/* .menu li.current-menu-item>a::after {
    width: 100%;
} */

.login_btn a span {
    display: inline-block;
    margin-right: 22px;
}

.menuLink .menu>li.menu-item-has-children {
    margin-right: 50px;
}

.menuLink ul li.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 9px;
    height: 9px;
    transform: rotate(-135deg);
    display: block;
    cursor: pointer;
    right: -16px;
    top: 27px;
    transition-duration: 0.4s;
}

.sub-menu li a {
    text-transform: capitalize !important;
    letter-spacing: 0px;
    font-size: 16px;
}

.menuLink ul li.current-menu-ancestor.menu-item-has-children::after {
    border-top: 2px solid #204289;
    border-left: 2px solid #204289;
}

.sub-menu li a {
    display: inline-block;
    width: 100%;
}

.sub-menu li {
    margin-right: 0;
}

header ul li.current-menu-ancestor a,
.menuLink>.menu>li>a:hover {
    color: #204289;
}

.cart_wrap_grid ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.cart_wrap_grid ul li {
    margin-left: 35px;
}

.head_bottom .cart_wrap_grid ul li:first-child {
    margin-left: 0px;
}

.cart_wrap_grid ul li .btn-ctn {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 20px;
    background-color: #2c2975;
    border: none;
}

.cart_wrap_grid ul li a {
    display: inline-flex;
    align-items: center;
}

.cart_wrap_grid ul li .btn-ctn img {
    margin-right: 12px;
    max-width: 30px;
    margin-top: -5px;
}

.btn-ctn {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 8px 15px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 55;
    text-align: center;
    border-radius: 8px;
    text-transform: capitalize;
    background: #333;
    width: 100%;
}

.btn-ctn:hover {
    color: #fff;
    background-color: #1e3a5f;
}

.burger {
    display: none;
}


.banner_wrap {
    padding: 60px 0px;
    position: relative;
}

.clander_grid iframe {
    width: 100%;
    height: 700px;
}

.heading_text {
    text-align: center;
    margin-bottom: 50px;
}

.heading_text h1 {
    color: #1e3a5f;
    font-weight: 700;
    font-size: 45px;
}

.heading_text h1 span {
    color: #0073e6;
}

.heading_text h2 {
    color: #1e3a5f;
    font-weight: 700;
    font-size: 40px;
}

.heading_text h2 span {
    color: #0073e6;
}

.get_involved {
    align-items: center;
    padding-bottom: 20px;
}

.get_involved p {
    font-size: 24px;
}

.get_involved form {
    background-color: #fff;
    box-shadow: 2px 3px 40px #A3A3A37A;
    padding: 30px;
    border-radius: 28px;
}

.get_involved form .form_group {
    position: relative;
    margin-bottom: 25px;
}

.get_involved form .form_group:last-child {
    margin-bottom: 0px;
}

.get_involved form .form_group label {
    display: block;
    color: #0073E6;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.get_involved form .form_group input {
    color: #A3A3A3;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #E3E6F0;
    outline: none;
    box-shadow: none;
    font-size: 20px;
}

.get_involved form .form_group input::-webkit-input-placeholder {
    color: #A3A3A3;
    opacity: 1;
}

.get_involved form .form_group input:-moz-placeholder {
    color: #A3A3A3;
    opacity: 1;
}

.get_involved form .form_group input::-moz-placeholder {
    color: #A3A3A3;
    opacity: 1;
}

.get_involved form .form_group input:-ms-input-placeholder {
    color: #A3A3A3;
    opacity: 1;
}

.get_involved form .form_group input:focus {
    outline: none;
    box-shadow: none;
}

.get_involved form .form_group input[type="submit"] {
    border-color: #333333;
    background-color: #333333;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: 0.4s;
}

.get_involved form .form_group input[type="submit"]:hover {
    border-color: #1e3a5f;
    background-color: #1e3a5f;
}



.highlights__wrap {
    background-color: #f4f5f9;
    position: relative;
    padding: 50px 0px;
}

.highlights__wrap .row {
    margin: -8px;
}

.highlights__wrap .row .col-md-3 {
    width: 25%;
    padding: 8px;
}

.view_more_btn {
    text-align: center;
    margin-top: 50px;
}

.view_more_btn a {
    display: inline-flex;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 8px;
    height: 60px;
    align-items: center;
    justify-content: center;
    min-width: 202px;
    font-weight: 600;
    font-size: 20px;
}

.view_more_btn a:hover {
    color: #fff;
    background-color: #333;
}

.video-container {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
}

.video-container .my-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.video-btn {
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    width: 70px;
    transition: 0.s;
}

.video-playing .video-btn {
    opacity: 0;
    transition: all 0.4s ease;
}

.video-container:hover .video-btn {
    opacity: 1;
}

.video-btn:focus {
    outline: none;
    box-shadow: none;
}



.services_wrap {
    position: relative;
    padding-top: 20px;
}

.services_wrap .row {
    margin: -10px;
}

.services_wrap .row .col-md-4 {
    padding: 10px;
    width: 33.3333%;
}

.services_box {
    border: 1px solid #E3E6F0;
    border-radius: 14px;
    padding: 25px 25px 100px;
    position: relative;
    height: 100%;
}

.services_box .reg_button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.services_icon {
    width: 200px;
    height: 180px;
    background-color: #f4f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    margin-bottom: 15px;
}

.services_icon img {
    transition: 0.4s;
    width: 100%;
}

.services_box:hover .services_icon img {
    transform: translateX(10px);
}

.services_title {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.services_title h3 {
    color: #333;
    font-size: 26px;
    font-weight: 500;
}

.services_title h3 a {
    color: #333;
    display: inline-block;
}

.services_title h3 a:hover {
    color: #0073E6;
}

.services_para {
    min-height: 175px;
    padding-bottom: 5px;
}

.services_para p {
    color: #555;
}

.share_grow {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.share_grow a {
    display: inline-block;
    color: #0073E6;
    font-size: 20px;
}

.share_grow a:hover {
    color: #333;
}





.book_row_wrap .row {
    /* align-items: center; */
    padding: 60px 0;
    position: relative;
}

.book_row_wrap .row:nth-child(2n) {
    flex-direction: row-reverse;
}

.book_row_wrap .row .col-md-6 {
    width: 50%;
}

.book_div_img {
    border: 1px solid #E3E6F0;
    padding: 100px 70px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.book_div_img img {
    transition: 0.4s;
}

.book_div_img:hover img {
    transform: scale(1.02);
}

.book_div_content h4 {
    color: #0073E6;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
    max-width: 450px;
}

.book_div_content h4 a {
    display: inline-block;
    color: #0073E6;
}

.book_div_content h4 a:hover {
    color: #333;
}

.book_div_content .btn-ctn {
    max-width: 370px;
}

.book_div_content .btn_grid {
    margin-top: 35px;
}

.book_div_content p {
    max-width: 650px;
    color: #555;
    font-size: 24px;
    margin-bottom: 15px;
}

.book_row_wrap .row:nth-child(2n+1) .book_div_content {
    max-width: 600px;
    margin-left: 30px;
}




.school_reformer_wrap {
    background-color: #f4f5f9;
    padding: 40px 0px;
    position: relative;
}

.school_reformer_wrap .heading_text h2 {
    margin-bottom: 12px;
}

.school_reformer_wrap .heading_text p {
    max-width: 1000px;
    margin: 12px auto 0;
    font-size: 22px;
}

.school_reformer_wrap .row {
    margin: 0 -30px;
}

.school_reformer_wrap .row .col-md-4 {
    width: 33.3333%;
    padding: 20px 30px;
}

.school_services {
    position: relative;
    height: 100%;
    padding-bottom: 60px;
}

.top_reforme_row .col-md-4 .school_services {
    padding-bottom: 80px;
}

.top_reforme_row .col-md-4 .school_services .reg_button {
    bottom: 0px;
}

.school_services .reg_button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.school_services_icon {
    max-width: 70px;
    min-height: 65px;
}

.school_services_icon img {
    transition: 0.4s;
}

.school_services:hover .school_services_icon img {
    transform: translateX(10px);
}

.school_services p {
    color: #555;
}

.about_us_wrap {
    background-color: #fafafa;
    padding: 100px 0px;
    position: relative;
}

.about_us_wrap .heading_text {
    text-align: left;
    margin-bottom: 20px;
}

.about_us_wrap p {
    color: #555;
    padding-right: 10px;
}

.about_us_img {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.about_us_img img {
    width: 100%;
    transition: 0.4s;
}

.about_us_img:hover img {
    transform: scale(1.03);
}







.footer_main {
    background-color: #1e3a5f;
}

.footer_main .row>article {
    padding-top: 50px;
    position: relative;
}

.footer_main .row .col-md-7 {
    width: 56%;
}

.footer_main .row .col-md-2 {
    width: 12%;
}

.footer_main .row .col-md-3 {
    width: 32%;
}

.footer_links h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer_links .menu {
    display: block;
}

.footer_links .menu li {
    margin-bottom: 15px;
}

.footer_links .menu li:last-child {
    margin-bottom: 0px;
}

.footer_links .menu li a::after {
    width: 0;
    bottom: 0;
    right: 0;
}

.footer_links .menu li a:hover::after {
    width: 100%;
    opacity: 1;
}

.footer_logo {
    max-width: 450px;
}

.footer_logo a {
    display: block;
}

.footer_media {
    margin-top: 35px;
}

.desktop_none {
    display: none;
}

.footer_media ul {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer_media ul li a {
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}

.footer_media ul li a img {
    transition: 0.4s;
}

.footer_media ul li a:hover img {
    transform: rotate(360deg);
}

.contact_info li {
    display: flex;
    color: #fff;
    margin-bottom: 20px;
}

.contact_info li:last-child {
    margin-bottom: 0px;
}

.image_icon {
    width: 40px;
}

.image_icon img {
    transition: 0.4s;
}

.contact_info li:hover .image_icon img {
    transform: translateX(8px);
}

.image_title {
    width: calc(100% - 40px);
    padding-left: 5px;
}

.image_title p {
    color: #fff;
    max-width: 380px;
}

.image_title a {
    color: #fff;
    font-size: 20px;
    position: relative;
}

.image_title a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    transition: 0.4s;
    background-color: #fff;
}

.image_title a:hover::after {
    width: 100%;
}

.copyright {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 20px 0px;
    text-align: center;
}

.copyright p {
    color: #fff;
}

.copyright p a {
    color: #fff;
}

.copyright p a::after {
    background-color: #fff;
}

.footer_links .menu li a {
    font-size: 20px;
}

.Introduction_wrap {
    padding-top: 50px;
}

.Introduction_wrap .heading_text {
    margin-bottom: 0px;
}

.Introduction_wrap .heading_text h1 {
    font-size: 40px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



.btn_grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.banner_wrap .heading_text {
    margin-bottom: 30px;
}

.meeting_btn {
    text-align: center;
    margin-bottom: 50px;
}

.meeting_btn a.btn-ctn {
    width: auto;
    padding: 8px 35px;
    background-color: #0073e6;
}

.meeting_btn a.btn-ctn:hover {
    background-color: #0e72ed;
}




.video-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#myModal .modal-dialog {
    max-width: 1200px;
}

#myModal .modal-header {
    position: absolute;
    right: -30px;
    border: none;
    top: -20px;
    background-color: #fff;
    z-index: 55;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.modal-header .btn-close {
    padding: 0;
    position: static;
    margin: 0;
    opacity: 1;
    outline: none;
    box-shadow: none;
}

.modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

@media(max-width: 1280px) {
    #myModal .modal-dialog {
        padding: 40px;
    }
}

@media(max-width: 991px) {
    #myModal .modal-header {
        right: -20px;
        top: -23px;
        width: 40px;
        height: 40px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 600px) {
    #myModal .modal-dialog {
        padding: 25px;
    }
}

@media(max-width: 575px) {
    #myModal .modal-dialog {
        padding: 15px;
    }
}

@media(max-width: 414px) {
    #myModal .modal-dialog {
        padding: 8px;
    }

    #myModal .modal-header {
        right: -10px;
        top: -20px;
        width: 30px;
        height: 30px;
        padding: 8px;
    }
}

/*************************/

.dd_none {
    display: none;
}

/********************
   Gravity form
********************/
.gform_validation_errors {
    display: none !important;
}

.gform-loader {
    display: none !important;
}




/* 404 CSS */
.error-page {
    position: relative;
    overflow: hidden;
}

.error-page::before {
    content: "";
    position: absolute;
    background-image: url("../images/our_location_before.svg");
    width: 185px;
    height: 310px;
    background-position-x: 0px;
    background-position-y: 0px;
    left: 0;
    top: 0;
    opacity: 0.4;
    background-size: contain;
    background-repeat: no-repeat;
}

.error-page::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/health_care_bodies_after.svg");
    width: 160px;
    height: 100%;
    right: -10px;
    bottom: 0px;
    background-position-x: 100%;
    background-position-y: 100%;
}

.error-info-inner {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 0;
}

.error-info-inner .container {
    max-width: 1200px;
}

.error-info-inner .heading-slider {
    text-align: center;
}

.error-page h1 {
    margin-bottom: 25px;
}

.heading-slider h1 {
    color: #C3B3A3;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
}

.heading-slider h1 span {
    color: #6A6A6A;
    display: inline-block;
}

.error-info-inner .heading-slider .btn-ctn {
    min-width: auto;
    padding: 5px 65px;
    margin-top: 10px;
}

@media(max-width: 1399px) {
    .heading-slider h1 {
        font-size: 24px;
    }
}

@media(max-width: 1200px) {
    .heading-slider {
        padding: 20px 0;
    }

    .heading-slider h1 {
        font-size: 24px;
    }

    .error-info-inner {
        min-height: 66vh;
        padding: 50px 0;
    }

    .error-page::after {
        width: 100px;
        right: 0px;
    }
}

@media(max-width: 900px) {
    .heading-slider h1 {
        font-size: 20px;
    }
}

@media(max-width: 600px) {

    .error-info-inner {
        min-height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heading-slider h1 {
        font-size: 22px;
    }

}



/***********************************************************

///////////////// RESPONSIVE CSS START HERE ////////////////

***********************************************************/

@media only screen and (min-width: 1201px) {

    .butgurBtn {
        display: none;
    }

    .menuLink ul li>ul.sub-menu {
        color: #fff;
        position: absolute;
        min-width: 220px;
        max-width: 220px;
        display: block !important;
        width: 100%;
        /* left: -30px; */
        top: calc(100% + 5px);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        /* -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0); */
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        transform-origin: 0 0 0;
        margin-left: 0;
        -webkit-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        -moz-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        border-radius: 15px;
        background-color: #1e3a5f;
        /* border: 4px solid #02939C; */
        /* background-color: #fff; */

        /* transform: scale(0.01);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease 0.15s; */

        /* background: #B9C4B1;
        background: linear-gradient(90deg, rgba(185, 196, 177, 1) 0%, rgba(120, 149, 163, 1) 100%); */

        background-image: url("../images/service_box_bg.png");
        background-repeat: no-repeat;
        background-size: 105px;
        background-position-x: 100%;
    }

    .menuLink .menu>li.menu-item-has-children>a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: 0 auto;
        border-radius: 50%;
        background-color: #40aacf;
        opacity: 0;
        transition: 0.4s;
    }

    .menuLink .menu>li.menu-item-has-children.active>a::before {
        opacity: 1;
    }

    .menuLink ul.menu>li>ul.sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        height: 23px;
    }

    .menuLink ul li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        left: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transform: scale(1);
    }

    .menuLink ul li>ul.sub-menu li a::after {
        display: none;
    }

    .sub-menu li:last-child a {
        border-bottom: none;
    }

    .sub-menu li .sub-menu {
        left: 220px !important;
        top: 0 !important;
    }

    .sub-menu li:hover .sub-menu {
        left: 220px !important;
    }

    .sub-menu .menu-item-has-children::after {
        right: 15px !important;
        top: 18px !important;
        border-color: #fff transparent transparent #fff !important;
        transform: rotate(138deg) !important;
    }

    /* .sub-menu>li {
        padding: 8px 20px !important;
        background-color: #fff;
    } */

    .sub-menu li a {
        position: relative;
        width: auto;
        padding: 8px 20px !important;
    }

    ul.menu li .sub-menu li a::after {
        content: "" !important;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 1px;
        transition: 0.4s;
        background-color: #204289;
    }

    .sub-menu li a:hover::after {
        width: 100%;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children {
        padding-right: 10px;
    }

    .menuLink .fixed__menu_link>ul>li.current-menu-ancestor::after {
        border-color: #e80303 !important;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children::after {
        right: -9px;
        top: 7px;
        border-color: #fff;
    }

    .sub-menu li a {
        color: #fff !important;
        display: block;
        border-bottom: 1px solid #ffffff4f;
        /* box-shadow: 0px 1px 0px #0000004f; */
    }

    .sub-menu li:last-child a {
        border-bottom: none;
        box-shadow: none;
    }

    .sub-menu li a:hover {
        color: #fff !important;
        background: #0073e6;
        /* background: linear-gradient(90deg, rgba(185, 196, 177, 1) 0%, rgba(120, 149, 163, 1) 100%); */
    }

    .menuLink .menu>li.menu-item-has-children>.sub-menu>li.current-menu-ancestor>a {
        background-color: #40aacf;
    }

    .menuLink .menu>li.menu-item-has-children>.sub-menu>li.current-menu-ancestor>.sub-menu>li.current_page_item a {
        background-color: #40aacf;
    }

    .right-div {
        width: 0;
    }

    /* Menu css */

    .menu .sub-menu li:first-child a {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu>li>.sub-menu li:last-child a {
        border-bottom: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .menu .sub-menu li:first-child .sub-menu li a {
        border-radius: 0;
    }

    .menu .sub-menu li:first-child .sub-menu li:first-child a {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu .sub-menu li:first-child .sub-menu li:last-child a {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    /* Menu css end */

}


@media(max-width: 1699px) {
    .container {
        width: 85%;
    }

    p {
        font-size: 20px;
    }

    .services_para {
        min-height: 160px;
    }

    .share_grow a {
        font-size: 18px;
    }


    /* 1699 ends here */
}

@media(max-width: 1550px) {
    .video-container {
        height: 320px;
    }

    .clander_grid iframe {
        height: 660px;
    }

    .menu li a {
        font-size: 18px;
    }

    .book_div_content p {
        font-size: 22px;
    }

    /* 1699 ends here */
}


@media(max-width: 1399px) {
    p {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .menuLink ul li.menu-item-has-children::after {
        right: -15px;
        top: 25px;
    }

    .main_header .logo {
        width: 350px;
    }

    .main_header .menuLink {
        width: calc(100% - 350px);
        padding-left: 10px;
    }

    .menuLink .menu>li {
        margin-right: 25px;
    }

    .menuLink .menu>li.menu-item-has-children {
        margin-right: 40px;
    }

    .banner_wrap {
        padding: 50px 0px;
    }

    .heading_text {
        margin-bottom: 30px;
    }

    .meeting_btn {
        margin-bottom: 30px;
    }

    .heading_text h1 {
        font-size: 38px;
    }

    .clander_grid iframe {
        height: 580px;
    }

    .get_involved form {
        padding: 25px;
    }

    .get_involved form .form_group label {
        font-size: 18px;
    }

    .get_involved form .form_group input {
        height: 55px;
        font-size: 18px;
    }

    .get_involved form .form_group input[type="submit"] {
        font-size: 18px;
    }

    .highlights__wrap {
        padding: 50px 0px;
    }

    .video-container {
        height: 250px;
    }

    .view_more_btn {
        margin-top: 30px;
    }

    .view_more_btn a {
        height: 55px;
        min-width: 170px;
        font-size: 18px;
    }

    .services_wrap .row {
        margin: -8px;
    }

    .services_wrap .row .col-md-4 {
        padding: 8px;
    }

    .services_box {
        padding: 20px 20px 75px;
    }

    .services_box .reg_button {
        bottom: 15px;
    }

    .services_icon {
        width: 150px;
        height: 130px;
        padding: 30px;
    }

    .services_title {
        height: 60px;
        padding: 8px 0;
    }

    .services_title h3 {
        font-size: 20px;
    }

    .share_grow a {
        font-size: 17px;
    }

    .btn-ctn {
        font-size: 17px;
        height: 55px;
    }

    .book_row_wrap .row {
        padding: 40px 0;
    }

    .book_div_img {
        padding: 70px 40px;
    }

    .book_row_wrap .row:nth-child(2n+1) .book_div_content {
        margin-left: 10px;
    }

    .school_reformer_wrap {
        padding: 50px 0px;
    }

    .book_div_content h4 {
        margin-bottom: 15px;
        font-size: 28px;
        max-width: 360px;
    }

    .book_div_content .btn-ctn {
        max-width: 250px;
    }

    .school_reformer_wrap .heading_text p {
        max-width: 800px;
        font-size: 20px;
    }

    .school_services_icon {
        max-width: 55px;
        min-height: 60px;
    }

    .about_us_wrap {
        padding: 50px 0px;
    }

    .footer_links h6 {
        font-size: 18px;
    }

    .footer_main .row .col-md-7 {
        width: 53%;
    }

    .footer_links .menu li a {
        font-size: 16px;
    }

    .footer_main .row .col-md-2 {
        width: 15%;
    }

    .footer_logo {
        max-width: 360px;
    }

    .image_title a {
        font-size: 16px;
    }

    .menu li a {
        font-size: 16px;
    }

    .video-btn {
        width: 60px;
    }

    .heading_text h2 {
        font-size: 32px;
    }

    .get_involved p {
        font-size: 22px;
    }

    .Introduction_wrap .heading_text h1 {
        font-size: 32px;
    }

    .services_wrap {
        padding-top: 40px;
    }

    /* 1399 ends here */
}

@media(max-width: 1280px) {
    .container {
        width: 90%;
    }

    .main_header .logo {
        width: 300px;
    }

    .main_header .menuLink {
        width: calc(100% - 300px);
    }

    .video-container {
        height: 220px;
    }

    .footer_logo {
        max-width: 320px;
    }

    .footer_media ul li a {
        width: 40px;
        height: 40px;
    }

    .footer_main .row>article {
        padding-top: 40px;
    }

    .footer_main .row .col-md-7 {
        width: 50%;
    }

    .footer_main .row .col-md-2 {
        width: 18%;
    }

    .clander_grid iframe {
        height: 550px;
    }

    .heading_text h2 {
        font-size: 26px;
    }

    /* 1280 ends here */

}

@media(max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 30px;
    }

    .main_header .container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .header_btn {
        width: auto;
        position: static;
        display: flex;
        align-items: center;
    }

    .main_header .logo {
        width: 320px;
    }

    header .logo a {
        min-height: auto;
    }

    .right-div button.burger {
        border: none;
        background-color: transparent;
        outline: none;
    }

    header .menu-link {
        display: none;
    }

    header .menuLink {
        display: none;
    }

    header .right-div .header-btn {
        display: none;
    }

    .right-div {
        min-width: auto;
        margin-left: 20px;
    }

    .burger {
        display: block;
        cursor: pointer;
        width: 40px;
        min-width: 40px;
    }

    .burger span {
        display: block;
        width: 40px;
        height: 3px;
        border-radius: 8px;
        background: #fff;
        margin-bottom: 7px;
        margin-right: 0;
        margin-left: auto;
    }

    .burger span:nth-child(2) {
        width: 28px;
    }

    .burger span:last-child {
        margin-bottom: 0;
        width: 20px;
    }

    .header-wrap {
        padding-right: 0px;
        padding-left: 0px;
        min-height: auto;
    }

    .offcanvas-header .container {
        width: 100%;
    }

    #Right_Funnel {
        width: 100%;
        border: unset;
        z-index: 9999999;
    }

    .offcanvas .header-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .offcanvas .burger span:nth-child(2) {
        opacity: 0;
    }

    .offcanvas .burger span {
        transform: translate(2px, 10px) rotate(-45deg);
        width: 30px;
    }

    .offcanvas .burger span:last-child {
        width: 30px;
        transform: translate(2px, -10px) rotate(45deg);
    }

    .offcanvas-header .logo {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }

    .main_header .row .col-md-2 {
        width: 160px;
    }

    .offcanvas .header-wrap .right-div.tilt-hover {
        margin-left: 0px;
        padding-right: 8px;
    }

    .main_header .row .col-md-5:nth-child(3) {
        width: calc(100% - 160px);
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main_header .row .col-md-5:nth-child(1) {
        display: none;
    }

    .offcanvas-header {
        padding: 15px 0px;
        background-color: #1e3a5f;
    }

    .offcanvas-body {
        padding: 0px 0 10px;
    }

    .offcanvas-body .menuLink {
        width: 100%;
        padding: 0px;
    }

    .offcanvas-body nav .menu li a {
        padding: 10px 40px 10px 20px;
        margin: 0;
        color: #58585A;
        border-bottom: 1px solid #58585A;
    }

    .sub-menu>li>a {
        padding: 10px 40px 10px 40px !important;
    }

    .sub-menu>li .sub-menu li a {
        padding: 10px 40px 10px 70px !important;
    }

    .sub-menu li a {
        font-size: 16px !important;
    }

    .offcanvas-body nav>ul.menu>.current-menu-ancestor>a {
        color: #2AADE3;
    }

    .offcanvas-body nav .menu li a:hover {
        color: #fff;
    }

    .offcanvas-body .header-btn {
        padding: 20px 20px 0px;
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offcanvas-body .header-btn .btn-ctn {
        max-width: 290px;
        background-color: #2c2975;
        color: #fff;
    }

    .offcanvas-body .header-btn .btn-ctn img {
        max-width: 28px;
        margin-right: 10px;
        margin-top: -5px;
    }

    .header-btn .btn-ctn.login__btn {
        color: #1998A0;
    }

    .header-btn .btn-ctn.login__btn:hover {
        color: #fff;
    }

    .header-btn .btn-ctn.schedual__btn:hover {
        border-color: #c19873;
        background-color: transparent;
        color: #c19873;
    }

    .menu {
        flex-direction: column;
        justify-content: flex-start;
    }

    .menu li {
        width: 100%;
        margin: 0px !important;
    }

    .menuLink .menu>li {
        margin-right: 0px;
    }

    .menu li a {
        border-bottom: 1px solid #1e3a5f;
        display: inline-block;
        width: 100%;
        color: #1e3a5f;
        padding: 12px 50px 12px 25px;
    }

    .menuLink ul li.menu-item-has-children::after {
        right: 20px;
        top: 16px;
        border-top: 1px solid #1e3a5f;
        border-left: 1px solid #1e3a5f;
        width: 12px;
        height: 12px;
    }

    .sub-menu li::after {
        top: 12px !important;
    }

    .menuLink ul li span {
        position: absolute;
        width: 50px;
        height: 55px;
        right: 0;
        top: -1px;
        z-index: 999;
        cursor: pointer;
    }

    .offcanvas-body .menuLink ul.menu li a {
        font-size: 16px;
        margin: 0px;
        color: #1e3a5f;
    }

    .menu li a:hover,
    .login_btn a:hover {
        color: #1e3a5f !important;
    }

    .footer_links .menu li a:hover {
        color: #fff !important;
    }

    .menuLink .menu li.current-page-ancestor a::before {
        display: none;
    }

    .sub-menu>li>a {
        padding: 10px 40px 10px 40px !important;
    }

    .sub-menu>li .sub-menu li a {
        padding: 10px 40px 10px 55px !important;
    }

    .sub-menu {
        display: none;
    }

    .menuLink .menu>li.menu-item-has-children {
        margin-right: 0px;
    }

    .offcanvas-body .menuLink ul li a::after {
        display: none;
    }

    .heading_text h1 {
        font-size: 30px;
    }

    .get_involved p {
        font-size: 20px;
    }

    .clander_grid iframe {
        height: 500px;
    }

    .footer_main .container {
        width: 100%;
        padding: 0px;
        margin: 0;
    }

    .footer_main .row {
        margin: 0;
    }

    .footer_main .row>article {
        padding: 0px !important;
    }

    .footer_main .row .col-md-7 {
        width: 100%;
    }

    .footer_main .row .col-md-2 {
        width: 100%;
    }

    .footer_main .row .col-md-3 {
        width: 100%;
    }

    .footer_logo {
        max-width: 100%;
        padding: 25px 10px;
        border-bottom: 1px solid #eeeeee4d;
    }

    .footer_logo a {
        max-width: 320px;
        margin: 0 auto;
    }

    .mobile_none {
        display: none;
    }

    .desktop_none {
        display: block;
    }

    .footer_links h6 {
        font-size: 16px;
        text-align: center;
        padding: 15px 15px;
        margin: 0;
        border-bottom: 1px solid #eeeeee4d;
    }

    .footer_links .menu li a {
        color: #fff;
        padding: 15px 15px;
        text-align: center;
        border-bottom: 1px solid #eeeeee4d;
    }

    .footer_links .menu li a::after {
        display: none;
    }

    .contact_info li {
        margin-bottom: 0px;
        padding: 15px 15px;
        border-bottom: 1px solid #eeeeee4d;
        justify-content: center;
    }

    .image_title {
        width: auto;
    }

    .copyright {
        border-top: none;
        margin-top: 0px;
        padding: 15px 0px;
        text-align: center;
    }

    .copyright p {
        margin: 0px;
        padding: 0px 12px 15px;
    }

    .copyright .footer_media {
        margin-top: 0px;
        padding-top: 15px;
        border-top: 1px solid #eeeeee4d;
    }

    .footer_media ul {
        justify-content: center;
    }

    .services_title h3 {
        font-size: 18px;
    }

    .btn-ctn {
        font-size: 15px;
    }

    .share_grow a {
        font-size: 15px;
    }

    .book_div_content h4 {
        font-size: 24px;
        max-width: 300px;
    }

    .book_div_content p {
        font-size: 20px;
    }

    .school_reformer_wrap .heading_text p {
        font-size: 18px;
    }

    .Introduction_wrap .heading_text h1 {
        font-size: 25px;
    }

    p {
        font-size: 18px;
    }

    /* 1200 ends here */

}

@media(max-width: 1024px) {
    .video-container {
        height: 230px;
    }

    .top_reforme_row .col-md-4 .school_services {
        padding-bottom: 70px;
    }

    /* 1024 ends here */

}

@media(max-width: 991px) {
    .banner_wrap {
        padding: 30px 0px;
    }

    .main_header .logo {
        width: 250px;
    }

    .offcanvas-header .logo {
        width: 250px;
        min-width: 250px;
        max-width: 250px;
    }

    .heading_text h1 {
        font-size: 24px;
    }

    .heading_text h2 {
        font-size: 22px;
    }

    .highlights__wrap .row {
        margin: -5px;
    }

    .highlights__wrap .row .col-md-3 {
        padding: 5px;
    }

    .video-container {
        height: 200px;
    }

    .view_more_btn a {
        height: 50px;
        font-size: 15px;
    }

    .get_involved form .form_group input {
        height: 50px;
        font-size: 16px;
    }

    .highlights__wrap {
        padding: 30px 0px;
    }

    .meeting_btn {
        margin-bottom: 25px;
    }

    .banner_wrap .heading_text {
        margin-bottom: 20px;
    }

    .heading_text {
        margin-bottom: 25px;
    }

    .meeting_btn a.btn-ctn {
        padding: 8px 25px;
    }

    .services_wrap .row {
        margin: -5px;
    }

    .services_wrap .row .col-md-4 {
        padding: 5px;
    }

    .services_box {
        padding: 15px 15px 75px;
    }

    .services_icon {
        width: 110px;
        height: 110px;
        padding: 18px;
    }

    .services_title h3 {
        font-size: 16px;
    }

    .share_grow a {
        font-size: 15px;
    }

    .btn-ctn {
        height: 50px;
    }

    .book_div_img {
        padding: 40px 25px;
    }

    .book_row_wrap .row {
        padding: 20px 0;
    }

    .book_row_wrap .row:nth-child(2n+1) .book_div_content {
        margin-left: 0px;
    }

    .book_div_content h4 {
        margin-bottom: 15px;
        font-size: 20px;
        max-width: 270px;
    }

    .book_div_content .btn-ctn {
        max-width: 100%;
        font-size: 14px;
    }

    .reg_button .btn-ctn {
        font-size: 13px;
    }

    .about_us_wrap p {
        padding-right: 0px;
    }

    .school_reformer_wrap .row {
        margin: 0 -15px;
    }

    .school_reformer_wrap .row .col-md-4 {
        padding: 15px 15px;
    }

    .school_reformer_wrap {
        padding: 15px 0px;
    }

    .about_us_wrap {
        padding: 30px 0px;
    }

    p {
        font-size: 16px;
    }

    .get_involved p {
        font-size: 16px;
    }

    .get_involved form .form_group label {
        font-size: 16px;
    }

    .get_involved form .form_group input[type="submit"] {
        font-size: 16px;
    }

    .book_div_content p {
        font-size: 16px;
    }

    .school_reformer_wrap .heading_text p {
        font-size: 16px;
    }

    .Introduction_wrap {
        padding-top: 30px;
    }

    .Introduction_wrap .heading_text h1 {
        font-size: 20px;
    }

    /* 991 ends here */
}

@media(max-width: 900px) {

    /* 900 ends here */
}

@media(max-width: 800px) {

    /* 800 ends here */

}

@media(max-width: 767px) {
    .get_involved .col-md-6 {
        width: 50%;
    }

    .services_para {
        min-height: 150px;
    }

    .highlights__wrap .row .col-md-3 {
        width: 50%;
    }

    .video-container {
        height: 250px;
    }

    .clander_grid iframe {
        height: 450px;
    }

    .reg_button .btn-ctn {
        font-size: 13px;
    }

    .about_us_wrap .row .col-md-6 {
        width: 50%;
    }

    .reg_button .btn-ctn {
        font-size: 12px;
        padding: 8px;
    }

    /* 767 ends here */

}

@media(max-width: 700px) {

    /* 700 ends here */

}

@media(max-width: 650px) {
    .services_wrap .row .col-md-4 {
        width: 50%;
    }

    .video-container {
        height: 280px;
    }

    .book_row_wrap .row {
        align-items: flex-start;
    }

    .book_div_img {
        padding: 20px 15px;
    }

    .book_div_content .btn-ctn {
        max-width: 220px;
    }

    .school_reformer_wrap .row .col-md-4 {
        width: 50%;
    }

    p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .services_wrap {
        padding-top: 20px;
    }

    /* 650 ends here */

}

@media(max-width: 600px) {
    .container {
        width: 98%;
        padding: 0 20px;
    }

    .heading_text h1 {
        font-size: 22px;
    }

    .clander_grid iframe {
        height: 400px;
    }

    .services_wrap .row .col-md-4 {
        width: 100%;
    }

    .school_reformer_wrap .row .col-md-4 {
        width: 100%;
    }

    .get_involved .col-md-6 {
        width: 100%;
    }

    .get_involved .col-md-6:first-child {
        text-align: center;
        margin-bottom: 40px;
    }

    .video-container {
        height: 200px;
    }

    .services_icon {
        width: 130px;
        height: 130px;
        padding: 25px;
        margin: 0 auto;
    }

    .services_title {
        height: auto;
        padding: 18px 0;
        text-align: center;
        justify-content: center;
    }

    .services_para {
        min-height: auto;
        text-align: center;
    }

    .services_para p {
        color: #555;
        display: block;
        overflow: visible;
    }

    .share_grow {
        min-height: auto;
        align-items: center;
        padding: 20px 0;
        justify-content: center;
    }

    .book_row_wrap .row .col-md-6 {
        width: 100%;
    }

    .book_div_img {
        padding: 20px 15px;
        max-width: 320px;
        margin: 25px auto;
    }

    .book_div_content {
        text-align: center;
    }

    .book_div_content h4 {
        margin-bottom: 10px;
        font-size: 18px;
        max-width: 100%;
    }

    .school_services_icon {
        margin: 0 auto;
    }

    .school_services p {
        text-align: center;
    }

    .about_us_wrap .row .col-md-6 {
        width: 100%;
    }

    .mm_none {
        display: none;
    }

    .dd_none {
        display: block;
    }

    .about_us_wrap {
        text-align: center;
    }

    .about_us_wrap .about_us_img {
        margin-bottom: 25px;
    }

    .about_us_wrap .heading_text {
        text-align: center;
    }

    .reg_button .btn-ctn {
        font-size: 15px;
        padding: 8px;
    }

    .book_div_content .btn-ctn {
        max-width: 250px;
        font-size: 15px;
    }

    .btn_grid {
        justify-content: center;
    }

    .school_services {
        padding-bottom: 15px;
    }

    .school_services .reg_button {
        position: static;
        margin-top: 20px;
    }

    .services_wrap {
        padding-top: 0px;
    }

    .school_reformer_wrap .row .col-md-4 {
        padding: 12px;
    }

    /* 600 ends here */

}

@media(max-width: 575px) {
    .highlights__wrap .row .col-md-3 {
        width: 100%;
    }

    .video-container {
        height: 320px;
    }

    .btn_col {
        width: 100%;
    }

    .book_div_content .btn-ctn {
        max-width: 100%;
    }

    .top_reforme_row .col-md-4 .school_services {
        padding-bottom: 20px;
    }

    /* 575 ends here */

}

@media(max-width: 484px) {
    .video-container {
        height: 280px;
    }

    /* 484 ends here */

}

@media(max-width: 414px) {
    .main_header .logo {
        width: 200px;
    }

    .video-container {
        height: 220px;
    }

    .offcanvas-header .logo {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }

    .footer_logo a {
        max-width: 210px;
    }

    /* 414 ends here */

}

@media(max-width: 375px) {

    /* 375 ends here */

}

@media(max-width: 360px) {

    /* 360 ends here */

}

/***********************************************************

///////////////// RESPONSIVE CSS END HERE ////////////////

***********************************************************/