* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    line-height: inherit;
}

.fredoka-font {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

:root {
    /* --theme-primary-dark: #0D1D51; */
    --theme-primary: #3AC8BA;
    --theme-primary-light: #F1F8FC;
    --theme-primary-dark: #112541;
    --theme-warning: #FDDD17;
    --theme-danger: #EB1D27;
    --theme-green: #34A345;
    --font-family: "Fredoka", sans-serif;
    --theme-gray: rgb(248, 248, 248);
    --theme-primary-accent: #F1F3F2;
    --theme-dark: #0A0A0A;
    --step--2: clamp(0.6076rem, 0.5964rem + 0.0563vw, 0.64rem);
    --step--1: clamp(0.7292rem, 0.7045rem + 0.1232vw, 0.8rem);
    --step-0: clamp(0.875rem, 0.8315rem + 0.2174vw, 1rem);
    --step-1: clamp(1.05rem, 0.9804rem + 0.3478vw, 1.25rem);
    --step-2: clamp(1.26rem, 1.1548rem + 0.5261vw, 1.5625rem);
    --step-3: clamp(1.512rem, 1.3586rem + 0.7672vw, 1.9531rem);
    --step-4: clamp(1.8144rem, 1.5963rem + 1.0904vw, 2.4414rem);
    --step-5: clamp(2.1773rem, 1.8731rem + 1.5208vw, 3.0518rem)
}

body,
html {
    font-size: var(--step-0);
    color: var(--theme-dark);
    line-height: 1.6em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    font-family: var(--font-family);
    scroll-behavior: smooth
}


/* !
==============================================
 * Design and developed by Edunext Technology
 * Designer Santosh Jha 
==============================================
*/



.fs-14 {
    font-size: .8rem
}

.border-white-50 {
    border-color: rgba(255, 255, 255, .5) !important
}

.border-theme-primary {
    border-color: var(--theme-primary) !important;
}

.font-tiffin {
    font-family: "tiffin-devanagari", sans-serif !important;
}

.font-dm {
    font-family: "DM Sans", sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700 !important;
    font-family: "tiffin-devanagari", sans-serif;
    /* letter-spacing: 2px */
}

.h1,
h1 {
    font-size: var(--step-5)
}

.h2,
h2 {
    font-size: var(--step-4)
}

.h3,
h3 {
    font-size: var(--step-3)
}

.h4,
h4 {
    font-size: var(--step-2)
}

.h5,
h5 {
    font-size: var(--step-1)
}

.h6,
h6 {
    font-size: var(--step-0)
}

.small,
small {
    font-size: var(--step--1)
}

.smallest {
    font-size: var(--step--2)
}

.bg-theme-primary-accent {
    background-color: var(--theme-primary-accent) !important;
}

.bg-theme-primary-light {
    background-color: var(--theme-primary-light) !important;
}

.bg-theme-primary {
    background-color: var(--theme-primary)
}

.bg-theme-primary-dark {
    background-color: var(--theme-primary-dark)
}

.bg-theme-warning {
    background-color: var(--theme-warning) !important
}



.text-theme-primary {
    color: var(--theme-primary) !important
}

.border-4 {
    border: 4px solid;
}

.border-theme-warning {
    border-color: var(--theme-warning) !important;
}

.text-theme-primary-dark {
    color: var(--theme-primary-dark) !important
}

.text-theme-warning {
    color: var(--theme-warning) !important
}


.ls-1 {
    letter-spacing: 1px
}

.ls-2 {
    letter-spacing: 2px
}

.lh-13 {
    line-height: 1.3
}

.lh-1 {
    line-height: 1
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0 auto;
}

.text-black {
    color: #000 !important;
}

.text-shadow {
    text-shadow: 0 0 black;
}

body.mobile-menu-visible .page-wrapper {
    z-index: 999999
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    color: var(--blue-color)
}

a:focus,
a:hover,
a:visited {
    text-decoration: none !important;
    outline: 0
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.content-header ul a i:hover{
    background-color: orangered;
    width: 100%;
    transition: background-color 0.3s ease;
}
.main-header li,
.main-header ul {
    list-style: none;
    padding: 0;
    margin: 0
}

figure {
    margin-bottom: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.dropdown-toggle::after {
    display: none
}

.btn,
button {
    outline: 0 !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.lh {
    line-height: 1.4;
}

.scroll-to-top.style-two {
    background-color: #2d3247
}

.scroll-to-top:hover {
    color: #fff;
    background: var(--theme-primary-dark)
}



.circular_card_sec .circular_title {
    font-size: .875rem;
}

.circular_card_sec {
    height: 350px;
    overflow: hidden auto;
}

.circular_card_sec .btn-link {
    color: var(--theme-primary);
    transition: all 0.3s;
}

.circular_card_sec .circular_viewAll {
    margin-bottom: -1em;
}

.circular_card_sec .btn-link:hover {
    filter: brightness(70%);
}

/* width */
.circular_card_sec::-webkit-scrollbar {
    width: 5px;

}

/* Track */
.circular_card_sec::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.circular_card_sec::-webkit-scrollbar-thumb {
    background: var(--theme-warning);
}

/* Handle on hover */
.circular_card_sec::-webkit-scrollbar-thumb:hover {
    background-color: #ffc000;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 27px;
}

.btn_top-links img.edunext-logo {
    width: 13px;
}


/* marque section end */


.list-style-auto {
    list-style-type: auto;
}

.list-style-auto li {
    list-style-type: auto;
}



/* gallery section  */

.activity-gal-card {
    position: relative;
    box-shadow: 0px 3px 6px #0000000F;
    border: 1px solid #70707040;

}

.activity-gal-card:hover .activity-gal-content {
    bottom: 100%;
    transform: translateY(100%);
}

.activity-gal-content {
    background: #0b7c2d;
    padding: 10px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: all 1s;
}

.activity-gal-content .act-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.activity-gal-img {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.activity-gal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@keyframes scrollDown {
    0% {
        transform: translate3d(0, -70px, 0);
    }

    50% {
        animation-timing-function: ease-in-out;
        transform: translate3d(0, 0, 0);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate3d(0, 65px, 0);
    }
}




/* end about section */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    clear: both;
}



.container.auto-container,
.header-upper .auto-container,
.main-header.header-style-one .auto-container {
    max-width: 1520px
}

.main-header.header-style-one {
    position: relative
}

.rs-toolbar {
    padding: 4px 0 5px;
    font-size: 12px;
    position: relative;
    /* background: url(https://resources.edunexttechnologies.com/web-data/amenity-school/img/header-strip.png) no-repeat; */
    background-color: var(--theme-primary);
}

.rs-toolbar .container {
    position: relative;
    z-index: 2
}

.top-bar a {
    color: rgba(255, 255, 255, 0.863);
    transition: all 0.3s;
}

.top-bar a:hover {
    color: white;
}

@media (max-width: 768px) {
    .top-bar a {
        /* background: rgba(0, 0, 0, .2); */
        border-radius: 3px !important;
    }

    .top-bar a:hover {
        background: var(--theme-danger);
        color: white;
    }
}

.left-img-column img {
    max-width: 200px
}

a.fb-color {
    background: #3e5c9a !important
}

a.ld-color {
    background: #0c63bc !important
}

a.tw-color {
    background: #1c9cea !important
}

a.ins-color {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.fb-bg {
    background: #3e5c9a
}

.ins-bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.fb-bg:hover {
    background: #3e5c9a !important
}

.insta-bg:hover {
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important
}

.ld-bg:hover {
    background: #0c63bc !important
}

.yb-bg:hover {
    background: #c3271a !important
}


ul.btns-link {
    max-width: 100%;
    text-align: right;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

ul.btns-link li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 8px
}

.add-enq {
    position: relative
}

.add-enq:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #84858f63
}

ul.btns-link li:first-child {
    margin-left: 0
}

ul.btns-link li a {
    padding: 6px 6px;
    font-size: 12px;
    font-weight: 400
}

ul.btns-link li .cbse-btn {
    color: #001742;
    background: #f9fbff;
    box-shadow: 2px 3px 3px #0000000D;
    border: 1px solid var(--blue-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    transition: .3s
}

ul.btns-link li .cbse-btn:hover {
    background: var(--gold-color);
    color: #fff;
    border: 1px solid #fff
}

ul.btns-link li:hover .cbse-btn img {
    filter: brightness(20)
}

.border-primary-btn {
    border: 1px solid #343f64 !important;
    color: #343f64 !important
}

.header-upper .navbar-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50px
}

.header-upper {
    position: relative;
    z-index: 222;
    /* background: #fff */
}

.header-internal .header-upper {
    background: #fff
}

.header-upper .inner-container {
    position: relative;
    display: flex;
    /* flex-wrap: wrap-reverse; */
    align-items: center;
    justify-content: center
}

.header-upper .logo-box {
    z-index: 10
}

.header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 6px 0
}

.header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}


.header-upper .search-btn {
    margin-left: 35px;
    padding-left: 20px;
    line-height: 20px;
    border-left: 1px solid #919191;
    margin-right: 20px
}

.header-upper .link-btn a {
    vertical-align: middle
}

.header-upper .search-toggler {
    color: #000;
    background: 0 0;
    font-size: 22px
}

.nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%
}

.main-header .nav-outer .main-menu {
    position: relative
}

.main-menu .inner-container {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .12);
    margin-bottom: -25px;
    background: #fff
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important
}

.main-menu .navigation {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    list-style:none;
    
}
@media (max-width: 425px) {
    .navigation {
        display: none;
    }
}


.main-menu .navigation>li {
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 .1em;
}

/* .main-menu .navigation>li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    top: calc(50% - 25%);
    background: rgb(0 0 0 / 19%);
} */

.main-menu .navigation>li.current:before {
    opacity: 1
}


.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: .8rem;
    line-height: 26px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* font-family: Aleo, serif; */
    letter-spacing: .5px;
    font-weight: 600;
    padding: 2px 6px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}


.header_links>a {
    font-size: .8rem;
    transition: all 0.3s;
    padding: 0 .7em;
}

@media (max-width: 768px) {
    .header_links>a {
        width: 49%;
    }
}

.header_links .link_contact {
    background: #386D51;
    color: white;
}

.header_links .link_mandatory {
    background: #79318A;
    color: white;
}

.link_enquiry {
    background: #D26E1F;
    color: white;
}

.link_fee {
    background: var(--theme-warning);
    color: white;
}

.header_links a:hover,
.slider-bottom-links a:hover {
    color: white;
    filter: brightness(90%);
}

.header-social a {
    width: 27px;
    height: 27px;
    border: 2px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    border-radius: 50% !important;
    font-size: 12px;
    transition: all 0.2s;
}

.header-social .social-face:hover {
    background: white;
    color: #3d5c99 !important;
}

.header-social .social-you:hover {
    background: white;
    color: #ff0000 !important;
}

.header-social .social-insta:hover {
    background: white;
}

.header-social .social-insta:hover i {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.main-menu .navigation li:last-child a::before {
    display: none
}

li.dropdown ul li a::before {
    display: none !important
}

.header-internal .main-menu .navigation>li>a {
    color: #070707
}


.header-internal .main-menu .navigation>li.current:not(:last-child)>a,
.header-internal .main-menu .navigation>li>a:hover,
.main-menu .navigation>li.current:not(:last-child)>a,
.main-menu .navigation>li>a:hover {
    color: var(--theme-primary) !important;
    border-bottom: 2px solid var(--theme-primary);
    /* background-color: var(--theme-warning); */
    /* border-radius: 3px */
}

.main-menu .navigation>li>a img {
    filter: invert(1) brightness(0);
    width: 15px;
    margin-bottom: 2px;
}

.main-menu .navigation>li.current>a img,
.main-menu .navigation>li:hover>a img {
    filter: unset;
}

.main-menu .navigation .home-icon img {
    max-width: 18px
}

@media (min-width: 992px) {
    .main-header .inner-container .inner-container::after {
        content: "";
        position: absolute;
        right: -9px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 70%;
        background-color: #ffffffc4;
    }

}



/* .main-menu .navigation li.dropdown:hover>a:after {
    color: #fff
} */

/* .main-menu .navigation li.current>a:after {
    color: #fff !important
} */

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li:last-child>ul {
    right: 0;
    left: unset;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 15px
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation .dropdown ul li.current:after {
    display: none
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e9e5df;
    line-height: 20px;
    font-size: .8rem;
    font-weight: 600;
    font-family: Aleo, sans-serif;
    /* color: var(--theme-primary); */
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation .dropdown li {
    transition: all 0.3s ease;
}

.main-menu .navigation .dropdown li:hover {
    padding-left: 1.5rem;
    background-color: var(--theme-danger);
}

.main-menu .navigation .dropdown li:hover a {
    color: white;
    border-color: var(--theme-danger);
}

.about_left {
    background: #f7f7f7 url("https://resources.edunexttechnologies.com/web-data/idps-assets/images/about-bg-min.png") no-repeat center;
    background-size: cover;

}

.activity-sec {
    background: #f7f7f7;
}

.mission-card {
    background: var(--theme-primary) url("https://resources.edunexttechnologies.com/web-data/idps-assets/images/mission-bg.png") no-repeat center;
    background-size: 100%;
}

.key_left-col {
    background: var(--theme-primary) url("https://resources.edunexttechnologies.com/web-data/idps-assets/images/kc-bg.png") no-repeat center;
    background-size: 100%;
}

.key-char .heading-img {
    max-width: min(640px, 90%);
}

.key-char .card-item {
    background: rgb(240, 252, 246);
    /* background: linear-gradient(145deg, rgba(240, 252, 246, 1) 35%, rgba(250, 207, 15, 1) 100%); */
    transition: background 0.3s;
}

.key-char .card-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--theme-primary);
    background: linear-gradient(145deg, var(--theme-primary) 35%, rgba(250, 207, 15, 1) 100%);
    transition: all 0.5s;
}

.key-char .card-item:hover::after {
    height: 7px;
    bottom: -7px;
}

.key-char .card-item:hover {
    background: rgb(240, 252, 246);
    background: linear-gradient(145deg, rgba(240, 252, 246, 1) 41%, rgba(250, 207, 15, 0.5914740896358543) 100%);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.key-char .key-char_sub-h {
    margin-top: -20px;
    line-height: 1.3;
}

.message-sec .heading-img {
    max-width: min(410px, 80%);
}

.heading-img {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 90%;
    max-width: min(850px, 80%);
}

.acitvity-school-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    width: fit-content;
}

.activity-sec .a_card-item {
    position: relative;
    transition: all 0.3s;
}

.activity-sec .a_card-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 50%;
    transform: translateY(-50%);
    background-color: var(--theme-primary);
    transition: all 0.3s;
}

.activity-sec .a_card-item:hover {
    background-color: var(--theme-warning);
    border-color: var(--theme-primary) !important;
}

.activity-sec .a_card-item:hover::before {
    transform: translateY(-60%);
}

@media (min-width: 768px) {


    .activity_card {
        padding-right: 4rem !important;
    }

    .acitvity-school-title {
        margin-right: 40px;
        margin-left: unset;
    }



    .mission-card {
        transform: translate(-70px, 10px);
    }
}

@media (min-width: 992px) {
    .activity-sec {
        padding-bottom: 9rem;
    }

    .key_right-thumb img {
        transform: scaleX(1.1);
        transform-origin: top right;
    }

    .activity-sec {
        background: #f7f7f7 url("https://resources.edunexttechnologies.com/web-data/idps-assets/images/as-bg-min.png") no-repeat center;
        background-size: 100%;
    }
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: FontAwesome;
    font-weight: 400
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 15px
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    display: block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 0;
    line-height: 20px;
    font-weight: 400;
    border-bottom: 1px solid #e9e5df;
    font-size: 14px;
    font-weight: 500;
    color: var(--blue-color);
    text-align: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .header-upper .contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee
}

.main-header .header-upper .contact-info .icon {
    position: relative;
    font-size: 24px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #e1eeeb;
    border-radius: 50%;
    margin-right: 15px;
    color: #126051;
    transition: .5s
}

.main-header .header-upper .contact-info:hover .icon {
    color: #fff
}

.main-header .header-upper .contact-info .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.main-header .header-upper .contact-info:hover .icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.main-header .header-upper .contact-info .icon span {
    position: relative
}

.main-header .header-upper .contact-info h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.main-header .header-upper .contact-info h4 {
    font-size: 26px;
    font-weight: 700
}

.main-header .header-upper .contact-info h4 a {
    color: #222
}

.menuup .main-menu .navigation>li>ul {
    top: auto;
    bottom: 100%;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.header-internal .menuup .main-menu .navigation>li>ul {
    top: 100%;
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: -1;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    float: right;
    margin: 13px 0;
    margin-left: 0;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .mCSB_scrollTools {
    right: -6px
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 25px;
    text-align: left;
    margin: 0;
    background: #fff
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    background-color: #000
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .3;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--theme-primary);
    padding: 0 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%)
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-btn {
    position: absolute;
    right: 5px;
    top: 10px;
    line-height: 10px;
    width: 24px;
    text-align: center;
    font-size: 20px;
    color: var(--theme-primary-dark);
    cursor: pointer;
    z-index: 10;
    font-weight: 400;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 7px 25px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li a img {
    filter: invert(1) brightness(100);
    max-width: 18px
}

.mobile-menu .navigation li ul li>a {
    font-size: 13px;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li ul li:before {
    position: absolute;
    left: 22px;
    font-family: FontAwesome;
    font-weight: 800;
    content: "\f178";
    top: 11px;
    line-height: 15px;
    color: #fff
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: .2em;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 5px 10px
}


.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, .7);
    overflow: hidden;
    cursor: none
}

.banner-section {
    position: relative
}

.banner-section .background-text {
    position: absolute;
    right: -280px;
    bottom: 190px;
    z-index: 99;
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 200px;
    color: rgb(255 255 255 / .1);
    transform: rotate(-30deg)
}

.banner-section .background-text .text-2 {
    position: absolute;
    top: -5px;
    left: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / .2);
    color: transparent
}

.banner-slider,
.three-item-carousel {
    position: relative;
    height: 100% !important;
    z-index: 9
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.slider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 20px 0;
    width: 100%;
    background: transparent linear-gradient(180deg, #00000000 0, #222 100%)
}

.slider-overlay .main-head-text {
    font-size: 16px;
    font-weight: 400;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-decoration: underline
}

.slider-overlay .slider-con-text {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    font-style: italic;
    text-shadow: 0 3px 6px #0000004F
}

.slider-logo-img img {
    max-width: 60px;
    margin: 0 10px
}

.sec-title {
    position: relative;
    margin-bottom: 50px
}

.preloader-close,
.scroll-to-top:hover,
.search-popup .search-form fieldset input[type=submit] {
    background-color: var(--theme-warning);
    color: var(--them-primary);
}

.scroll-to-top {
    color: var(--theme-primary-dark);
    background: #fff;
    border: 2px dashed var(--theme-primary-dark);
}




.font-itallic {
    font-style: italic
}

.fw-500 {
    font-weight: 500 !important
}

.page-title {
    position: relative;
    padding: 45px 0;
    text-align: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    border-top: 1px solid var(--gold-color);
    background: var(--theme-primary) url(https://resources.edunexttechnologies.com/web-data/page-title-bg.png) no-repeat center;
    background-size: 100%
}

.page-title h1 {
    font-size: 24px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 0;
    font-weight: 500
}

.page-title .bread-crumb {
    position: relative
}


.page-title .bread-crumb li {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 35px
}

.page-title .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0
}

.page-title .bread-crumb li:before {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
    font-weight: 400
}

.page-title .bread-crumb li:last-child:before {
    display: none
}

.page-title .bread-crumb li a {
    color: #fff
}

.main-menu .navigation>li.dropdown:nth-child(10) .dropdown-btn,
.main-menu .navigation>li.dropdown:nth-child(8) .dropdown-btn,
.main-menu .navigation>li.dropdown:nth-child(9) .dropdown-btn {
    display: none !important
}

@media only screen and (min-width:992px) {
    #newmodal .modal-dialog {
        max-width: 580px
    }
}

@media only screen and (max-width:991px) {
    .mobile-menu .navigation {
        max-height: 70vh;
        overflow: auto
    }
}






#enquirymodal,
#newmodal {
    z-index: 9999;
    background: rgb(0 0 0 / 74%)
}

#enquirymodal .modal-header {
    background: var(--blue-color);
    padding: .2rem 1rem;
    border-bottom: none
}

#enquirymodal .modal-content {
    border-radius: 10px
}

#enquirymodal h4 {
    color: #fff;
    font-size: 20px
}

#enquirymodal .close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 18px;
    background: #343f64;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    padding: 0 4px 8px 8px;
    border-radius: 0 0 0 42px;
    cursor: pointer;
    z-index: 22
}

.btn-send {
    background: var(--blue-color);
    color: #fff;
    padding: 6px;
    width: 125px;
    border-radius: 5px
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    background: #343f64;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    padding: 0 4px 8px 8px;
    border-radius: 0 0 0 42px;
    cursor: pointer;
    z-index: 22
}


#newmodal .modal-dialog .modal-dialog-centered {
    width: 100%
}





.ser-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a29161cf;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 10px 40px
}


.page-inner-heading:after {
    display: block;
    content: "";
    height: 1px;
    width: 50px;
    background: #89764b;
    margin: 0;
    margin-top: 10px;
    position: relative
}

.enquiry-btn-page {
    background: #001744;
    color: #fff !important;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.inner-page-card ol {
    color: #000;
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400 !important
}

.inner-page-card ol li {
    list-style-type: decimal;
    padding-left: 5px
}

.inner-page-card ol li::marker {
    color: var(--gold-color);
    font-weight: 700
}

.submenu {
    display: none;
    margin-top: 15px;
    padding: 15px;
    padding-top: 5px
}

.submenu_second {
    display: none;
    margin-top: 15px;
    padding: 15px;
    padding-top: 5px
}

.whats-img {
    bottom: 45px;
    right: 10px;
    width: 40px;
    position: fixed;
    z-index: 22;
}



.owl-prev {
    position: absolute;
    top: 50%;
    left: 10% !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid white !important;
    border-radius: 130px;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 10% !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid white !important;
    border-radius: 130px;
}


.list-style-disc {
    list-style-type: disc !important;
}

.list-style-disc li {
    list-style-type: disc !important;
}

