@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);

:root {
    --theme-primary: #111d4a;
    --theme-primary-light: #f1f8fc;
    --theme-primary-dark: #112541;
    --theme-warning: #cc9c47;
    --theme-danger: #d50e15;
    --theme-green: #34a345;
    --font-family: "Noto Sans", 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)
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-warning);
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: var(--theme-primary);
    border-radius: 4px;
    transition-duration: .3s
}

::-webkit-scrollbar-thumb:hover {
    background: var(--theme-primary-dark);
    transition-duration: .3s
}

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
}

.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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important
}

.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 #000
}

a {
    text-decoration: none
}

body.mobile-menu-visible .page-wrapper {
    z-index: 999999
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto
}

.main-header li,
.main-header ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.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;
    transition: .3s
}

.scroll-to-top:hover {
    color: #fff;
    background: var(--theme-primary-dark)
}

.gal-card {
    position: relative;
    box-shadow: 0 3px 6px #0000000f;
    border: 1px solid #70707040
}

.gal-card:hover .gal-content {
    bottom: 100%;
    transform: translateY(100%)
}

.gal-content {
    background: #0b7c2d;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: 1s
}

.gal-content .act-name {
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.gal-img {
    height: 250px;
    width: 100%
}

.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)
    }
}

.mobile-menu,
.sticky-header {
    position: fixed;
    visibility: hidden;
    top: 0
}

.sticky-header {
    opacity: 0;
    left: 0;
    width: 100%;
    padding: 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;
    -o-transition: top .3s;
    transition: top .3s
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible
}

.mobile-menu {
    right: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    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 .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: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -ms-transition: .9s;
    -o-transition: .9s;
    background-color: #000
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .3;
    visibility: visible;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -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;
    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: .7s;
    -o-transition: .7s;
    transition: .7s;
    -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: .9s;
    -o-transition: .9s;
    transition: .9s
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    padding: 0
}

.mobile-menu .navigation .home-icon {
    filter: invert(1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block
}

.mobile-menu .navigation:last-child {
    border-bottom: 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: .5s;
    -o-transition: .5s;
    transition: .5s
}

.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: .5s;
    -o-transition: .5s;
    transition: .5s
}

.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;
    transform: rotate(90deg);
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.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: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 5px 10px
}

.scroll-to-top {
    color: var(--theme-primary-dark);
    background: #fff;
    border: 2px dashed var(--theme-primary-dark)
}

.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
}

.page-title h1 {
    font-size: 24px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 0;
    font-weight: 500
}

@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 .close,
.modal .close {
    position: absolute;
    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
}

#enquirymodal h4 {
    color: #fff;
    font-size: 20px
}

#enquirymodal .close {
    top: 16px;
    right: 16px
}

.modal .close {
    top: 0;
    right: 0
}

#newmodal .modal-dialog .modal-dialog-centered {
    width: 100%
}

.whats-img {
    bottom: 45px;
    right: 10px;
    width: 40px;
    position: fixed;
    z-index: 22
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    width: 40px !important;
    height: 40px !important
}

.owl-prev {
    left: 5% !important;
    border: 1px solid #cc9c47 !important;
    border-radius: 130px
}

.owl-next {
    right: 5% !important;
    border: 1px solid #cc9c47 !important;
    border-radius: 130px
}

.navigation {
    display: none;
    font-weight: 500
}

@media screen and (min-width:768px) {
    .navigation {
        display: flex;
        gap: .4rem
    }
}

.navigation ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.navigation .dropdown {
    position: relative;
    padding-right: 10px
}

.navigation .dropdown ul {
    background-color: var(--theme-primary) !important
}

.navbar .navigation ul a {
    padding: .4em 1em
}

@keyframes slideUp {
    from {
        transform: translateY(10px)
    }

    to {
        transform: none
    }
}

.navbar .navigation .dropdown ul {
    position: absolute;
    font-size: .9rem;
    width: 200px;
    left: 0;
    background-color: #fff;
    border: 1px solid var(--clr-border);
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    display: none;
    z-index: 1;
    transition: all .3s;
    animation: slideUp .6s ease alternate
}

.navbar .navigation .dropdown:hover>ul {
    display: block
}

.navigation .home-icon img {
    width: 1.2em;
    margin-bottom: .15rem
}

.navbar .navigation .dropdown ul .dropdown ul {
    left: 100%;
    margin: 0;
    top: 0
}

.navbar .dropdown::after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    font-size: .7em;
    font-weight: 700;
    font-family: FontAwesome
}

.navbar .dropdown .dropdown::after {
    top: 50%;
    font-family: FontAwesome;
    content: "\f054";
    right: 5px
}

.navbar .dropdown-btn {
    display: none
}

.navigation li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: .3em .5em;
    transition: all .3s;
    font-size: small
}

.navigation li:hover {
    background-color: #cc9c47;
    color: #fff
}

.mobile-menu-toggler {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color)
}

#leftSideMenu {
    list-style: none;
    padding: 0 .5rem;
    margin: 0;
    font-size: .875rem
}

#leftSideMenu li {
    display: block;
    cursor: pointer;
    position: relative
}

#leftSideMenu li a {
    display: block
}

#leftSideMenu li>a {
    padding: .25em .5em;
    border-radius: 0;
    transition: all .3s;
    border: 4px solid transparent
}

#leftSideMenu>li.leftMenuBtn::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: .9em;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all .3s;
    color: #fff;
    transform: translateY(-50%)
}

#leftSideMenu>li.leftMenuBtnActive::after {
    transform: rotate(90deg)
}

#leftSideMenu li:hover::after {
    color: inherit
}

#leftSideMenu .active-leftPage {
    background: #fff;
    color: var(--theme-primary-dark) !important;
    font-weight: 600;
    border-left: 4px solid var(--theme-primary-dark)
}

#leftSideMenu li:not(:last-child) {
    border-bottom: 1px solid var(--bs-border-color)
}

#leftSideMenu .leftMenu-drop {
    display: block;
    padding-left: 1em;
    font-size: .9em
}

.mainMenu .navigation .home-icon {
    margin-right: 1rem
}

.mainMenu .navigation .dropdown {
    margin-right: 2rem
}

li,
ul {
    list-style-type: none
}

header {
    background: #fff 0 0 no-repeat padding-box
}

.mobile-nav-toggler {
    height: 3rem;
    width: 3rem
}

.header-img {
    width: 2.5rem
}

.header-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    border: 2px solid #cc9c47;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    transition: color .4s ease;
    text-decoration: none;
    z-index: 0;
    padding: 6px 12px;
    height: 5rem;
    width: 10rem
}

.header-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cc9c47;
    transform: translate(-100%, 100%);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
    border-radius: 10px
}

.header-button div,
.header-button img,
.header-button span {
    position: relative;
    z-index: 2;
    transition: color .4s ease, filter .4s ease
}

.header-button:hover::before {
    transform: translate(0, 0)
}

.header-button:hover {
    color: #fff
}

.header-button:hover img {
    filter: brightness(0) invert(1)
}

.header-button:hover div,
.header-button:hover span {
    color: #fff !important
}

.edu-header {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #005fa1;
    border: 2px solid #005fa1;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    transition: color .4s ease;
    text-decoration: none;
    z-index: 0;
    padding: 6px 12px;
    height: 5rem;
    width: 10rem
}

.edu-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 29, 74, 1);
    transform: translate(-100%, 100%);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
    border-radius: 10px
}

.edu-header div,
.edu-header img,
.edu-header span {
    position: relative;
    z-index: 2;
    transition: color .4s ease, filter .4s ease
}

.edu-header:hover::before {
    transform: translate(0, 0)
}

.edu-header:hover {
    color: #fff
}

.edu-header:hover img {
    filter: brightness(0) invert(1)
}

.edu-header:hover div,
.edu-header:hover span {
    color: #fff !important
}

.lower-section {
    background-color: var(--theme-primary);
    color: #fff
}

.lower-section ul li a {
    color: var(--theme-primary-light);
    font-weight: 600
}

.mobile-logo {
    height: 5rem;
    width: auto;
    margin-top: .3rem
}

.slider-prev {
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(100%, 0);
    z-index: 3
}

.slider-prev:hover {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.slider-next {
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-100%, 0);
    z-index: 3
}

.slider-next:hover {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.slider-text {
    position: absolute;
    bottom: 10%;
    right: 50%;
    transform: translate(50%, 100%);
    color: #fff;
    z-index: 3
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #111d4a00 0, #111d4a 100%) 0 0 no-repeat padding-box;
    opacity: .4;
    z-index: 2
}

.heading::after {
    content: "";
    width: 17%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--theme-danger);
    transform: translate(0, 100%);
    border-radius: 4px
}

.common-heading::after {
    content: "";
    width: 7%;
    height: 4px;
    position: absolute;
    right: 50%;
    top: 100%;
    background-color: var(--theme-danger);
    transform: translate(50%, 100%);
    border-radius: 4px;
    margin-top: .5rem
}

.about-us {
    background: #fff 0 0 no-repeat padding-box
}

.about-btn {
    background-color: var(--theme-primary);
    color: var(--theme-primary-light)
}

.about-btn:hover {
    background-color: var(--theme-danger);
    transition-duration: .3s
}

.yellow-dots {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    height: 14rem;
    width: 15rem
}

.red-dots {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(50%, 50%);
    height: 4rem;
    width: 4rem;
    z-index: 4
}

.box {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(50%, -36%);
    z-index: 1
}

.about-img {
    position: relative;
    z-index: 3
}

.black-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, -100%);
    height: 2.5rem;
    width: 2.5rem;
    z-index: 2
}

.about-text {
    background-color: rgba(213, 14, 21, .9);
    color: #fff;
    position: absolute;
    right: .6rem;
    bottom: 11%;
    transform: translate(0, -100%);
    z-index: 4;
    padding: .6rem 2.5rem
}

footer {
    background-color: var(--theme-primary)
}

.footer-upper-div {
    z-index: 1
}

.footer-upper-div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3rem;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #cc9c47;
    z-index: -1
}

.social-icons a {
    background: rgba(255, 255, 255, .1);
    transition-duration: .3s;
    color: #fff;
    display: inline-flex;
    border: .015rem solid var(--theme-warning);
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    padding: .25rem;
    font-size: 1rem
}

.social-icons a:hover {
    background: #fff;
    transition-duration: .3s
}

.social-icons a:first-child:hover {
    color: #1877f2;
    transition-duration: .3s
}

.social-icons a:nth-child(2):hover {
    color: #e52765;
    transition-duration: .3s
}

.social-icons a:nth-child(3):hover {
    color: #0a66c2;
    transition-duration: .3s
}

.social-icons a:nth-child(4):hover {
    color: #14171a;
    transition-duration: .3s
}

.social-icons a:last-child:hover {
    color: red;
    transition-duration: .3s
}

.footer-section ul li a {
    color: var(--theme-primary-light);
    opacity: 75%;
    font-size: small
}

.w-fit {
    width: fit-content
}

.footer-section ul li:hover {
    color: var(--theme-warning);
    transition-duration: .3s
}

.border-head {
    position: relative
}

.border-head::after {
    content: "";
    width: 2.5rem;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -.75rem;
    background-color: var(--theme-danger);
    transform: translate(0, 0);
    border-radius: 4px;
    margin-top: 1.5rem
}

.contact ul li a {
    color: #fff;
    opacity: 80%
}

.important ul li a:hover {
    color: #cc9c47;
    opacity: 100%;
}

.quick-links ul li a:hover {
    color: #cc9c47;
    opacity: 100%;
}

.admission ul li a:hover {
    color: #cc9c47;
    opacity: 100%;
}

.contact ul li a:hover {
    color: #cc9c47;
    opacity: 100%;
}

.edunext a:hover {
    color: #cc9c47
}

.learning-section {
    background: url(https://resources.edunexttechnologies.com/web-data/sunbeamtanda/img/learning.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.title-strip {
    background-color: rgba(204, 155, 71, .9);
    transition-duration: .5s;
    visibility: visible;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.des-strip {
    background: transparent linear-gradient(147deg, #cc9b47c2 0, #111d4ad5 100%) 0 0;
    transition-duration: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0 10px
}

.learn-pat:hover .title-strip {
    visibility: hidden;
    opacity: 0;
    transition-duration: .5s
}

.learn-pat:hover .des-strip {
    height: 100%;
    padding: 10px 10px;
    transition-duration: .5s;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: left
}

.news {
    background: #f5f6f8 0 0 no-repeat padding-box;
    box-shadow: 0 2px 16px #00000029;
    display: flex;
    flex-direction: column
}

.news-content {
    border-bottom: 4px solid var(--theme-primary);
    flex: 1
}

.news:hover .news-content {
    border-bottom: 4px solid var(--theme-danger)
}

.learning-heading::after {
    content: "";
    width: 6rem;
    height: 3px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--theme-danger);
    transform: translate(0, 100%);
    border-radius: 4px;
    margin-top: .5rem
}

.learning-prev {
    border-radius: 1.2rem;
    background: 0 0;
    border: 1px solid var(--theme-warning);
    color: var(--theme-dark)
}

.learning-next {
    border-radius: 1.2rem;
    background: 0 0;
    border: 1px solid var(--theme-warning);
    color: var(--theme-dark)
}

.wing-card-content {
    position: absolute;
    bottom: -75%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, transparent 0, #000000db 25%);
    transition: all .5s ease
}

.wing-card:hover .wing-card-content {
    bottom: 0;
    background: var(--theme-primary);
    color: #fff
}

.title-des-strip {
    background-color: rgba(204, 155, 71, .9);
    transition-duration: .5s;
    visibility: visible;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.des-space-strip {
    background: transparent linear-gradient(147deg, #cc9b47c2 0, #111d4ad5 100%) 0 0;
    transition-duration: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0 10px
}

.learn-pat:hover .title-des-strip {
    visibility: hidden;
    opacity: 0;
    transition-duration: .5s
}

.learn-pat .des-space-strip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition-duration: .3s
}

.learn-pat:hover .des-space-strip {
    height: 100%;
    padding: 10px 10px;
    transition-duration: .5s;
    position: absolute;
    visibility: visible;
    opacity: 1;
    transition-duration: .3s
}

.learning-prev:hover {
    background-color: #cc9c47;
    color: #fff
}

.learning-next:hover {
    background-color: #cc9c47;
    color: #fff
}

.board-members {
    background-color: #111d4a
}

.board-members .left-img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(50%, 0);
    width: 7rem
}

.board-members .right-img {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%, 0);
    width: 7rem
}

.board-btn {
    color: var(--theme-warning)
}

.board-btn:hover {
    transform: translateX(10%)
}

.chairman-card {
    background-color: #374167;
    width: 100%
}

.chairman-img {
    height: 17rem;
    position: absolute;
    transform: scale(1.03, 1.25);
    top: 0;
    left: 0
}

.chariman-text p {
    text-align: justify;
    line-height: 1rem
}

.chairman-title {
    background: transparent linear-gradient(90deg, #fff 0, #ffffff00 100%) 0 0 no-repeat padding-box
}

.chairman-head {
    display: inline-block
}

.chairman-head::after {
    content: "";
    width: 2.5rem;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 1.7rem;
    background-color: var(--theme-danger);
    transform: translate(100%, 0);
    border-radius: 4px
}

.navbar-brand img {
    width: 550px;
    max-width: 90%
}

.chairMan {
    background-color: rgba(255, 255, 255, .25)
}

.chairMan-strip {
    background: linear-gradient(90deg, #fff, transparent)
}

.admin-img {
    position: absolute;
    width: 13rem !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid var(--theme-warning)
}

.splide__pagination {
    position: relative !important;
    margin-top: 2rem !important
}

a .icon {
    transition: transform .3s ease
}

a:hover .icon {
    transform: translateX(4px)
}

.heading-chairman::after {
    content: "";
    width: 10%;
    height: 2px;
    position: absolute;
    right: 50%;
    top: 50%;
    background-color: red;
    transform: translate(-50%, 0);
    border-radius: 4px
}

.awards {
    background: url(https://resources.edunexttechnologies.com/web-data/sunbeamtanda/img/learning.png) no-repeat center/cover;
    padding: 6rem 0 4rem 0
}

.award-heading {
    left: 10%
}

.award-heading::after {
    content: "";
    width: 7rem;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: var(--theme-danger);
    border-radius: 4px;
    margin-top: .5rem;
    transform: translate(-100%, -100%)
}

.school-awards {
    font-family: Poppins, sans-serif;
    clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%, 0 0)
}

.school-awards video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1
}

.awards-images {
    position: absolute;
    bottom: -1rem;
    left: 25%;
    transform: translate(-40%, 0);
    z-index: 5
}

.awards-child img:first-child {
    width: 100%;
    height: 18rem
}

.award-owl .owl-stage-outer {
    overflow: visible !important
}

.awards-child img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem !important
}

.fill-btn {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-primary);
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 23px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: color .4s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
    display: inline-block
}

.fill-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #d50e15;
    z-index: 1;
    transition: width .2s cubic-bezier(.4, 0, .2, 1)
}

.fill-btn span {
    position: relative;
    z-index: 2
}

.fill-btn:hover::before {
    width: 100%
}

.fill-btn:hover {
    color: #fff
}

.view-btn {
    position: relative;
    overflow: hidden;
    background-color: var(--theme-primary);
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 19px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: color .4s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
    display: inline-block
}

.view-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #d50e15;
    z-index: 1;
    transition: width .2s cubic-bezier(.4, 0, .2, 1)
}

.view-btn span {
    position: relative;
    z-index: 2
}

.view-btn:hover::before {
    width: 100%
}

.view-btn:hover {
    color: #fff
}

hr {
    color: #fff
}

.theme-btn {
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 16px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: color .4s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
    display: inline-block
}

.theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #d50e15;
    z-index: 1;
    transition: width .2s cubic-bezier(.4, 0, .2, 1)
}

.theme-btn span {
    position: relative;
    z-index: 2
}

.theme-btn:hover::before {
    width: 100%
}

.theme-btn:hover {
    color: #fff
}

.footer-btn {
    position: relative;
    overflow: hidden;
    color: #111d4a;
    border: none;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: color .4s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
    display: inline-block
}

.footer-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #d50e15;
    z-index: 1;
    transition: width .2s cubic-bezier(.4, 0, .2, 1)
}

.footer-btn span {
    position: relative;
    z-index: 2
}

.footer-btn:hover::before {
    width: 100%
}

.footer-btn:hover {
    color: #fff
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1.Times {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 0;
    font-weight: 500;
   padding: 10px 24px;
    position: absolute;
    left: 50%;
    /* width: 50%; */
    top: 50%;
    transform: translate(-50%, -50%);
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 0, #cc9c47 10%, #cc9c47 90%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%); */
    color: #ffff;
    /* padding: 0 100px; */
    text-wrap: nowrap;
}

.about-section {
    background: url(https://resources.edunexttechnologies.com/web-data/sunbeamtanda/img/bg-img-latest.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.img-bg p {
    background: rgba(0, 0, 0, .25);
    color: #000;
    margin-bottom: 0;
    padding: 1rem;
    border-radius: .5rem
}

#leftSideMenu li a {
    background-color: var(--theme-primary);
    color: #fff;
    margin-bottom: .25rem
}

#leftSideMenu li a:hover {
    background-color: var(--theme-primary);
    color: #fff !important;
    border-radius: 0;
    margin-bottom: .25rem
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.icon-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px
}

.icon-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: var(--theme-primary)
}

.club {
    padding: 20px 20px;
    background: #f1f1f1;
    border-radius: 15px
}

.learning-space-owl .customFirst {
    transform: scaleY(1.1);
    transition: all .3s
}

.learning-space-owl .owl-item {
    transition: all .3s
}

.first-slide {
    border: 3px solid #ff0 !important
}

.leader-img {
    border: 4px solid var(--theme-warning);
    height: 18rem
}

.awards-card {
    background-color: #000
}

.awards-child-internal img:first-child {
    width: 100%;
    height: 18rem;
    aspect-ratio: 9/7
}

.awards-child-internal img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem !important
}

.first-visible-slide .item .learning-card img:first-child {
    border: 2px solid #f60;
    transform: scale(1.05)
}

.learning-space-owl .owl-item {
    transform: scaleY(1);
    transition: all .75s
}

.learning-space-owl .owl-item.firstSlide {
    transform: scaleY(1.1);
    transition: all .75s
}

.learning-space-owl .owl-stage-outer {
    overflow: visible !important
}

.learning-space-owl {
    padding: 20px 0;
    overflow-x: hidden
}

.gallery-div img {
    height: 17rem !important;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/2;
    object-position: top
}

.gallery-overlay {
    min-height: 3rem
}

.news-owl img {
    aspect-ratio: 9/7;
    object-fit: cover;
    object-position: top
}

.news-owl .owl-stage {
    display: flex
}

.news-owl .news-img-section {
    width: 33%
}

.leader-img-interal {
    border: 4px solid var(--theme-warning);
    aspect-ratio: 7/9;
    object-fit: cover;
    object-position: top
}

.learning-img-internal {
    border-radius: 1.7rem
}

.learning-path-des {
    background-color: var(--theme-primary-light);
    padding: 1rem;
    text-align: justify
}

.learning-space-single {
    background: var(--bs-border-color);
    color: #000
}

.learning-space-single p {
    line-height: 1.5;
    text-align: justify
}

.awards-description-right {
    background: var(--bs-border-color-translucent);
    color: #000
}

.awards-description-right p {
    text-align: justify
}

.chairMan .right-content p {
    line-height: 1.5rem
}

.admission-accordion .accordion-button {
    transition: background-color .3s ease, color .3s ease
}

.admission-accordion .accordion-button:hover {
    background-color: #cc9c47
}

.admission-accordion .accordion-button.collapsed:hover {
    background-color: #cc9c47
}

.admission-accordion .accordion-button:not(.collapsed) {
    background-color: #cc9c47;
    color: #000
}

.admission-accordion .accordion-button:focus {
    box-shadow: none
}

.mobile-menu .navigation li:hover {
    background-color: inherit !important
}

.des-space-strip p {
    color: #fff !important;
}