:root {
    --theme-primary: #11296b;
    --theme-primary-light: #d6ebff;
    --theme-primary-dark: #112541;
    --theme-warning: #ffcb05;
    --theme-danger: #eb1d27;
    --theme-green: #34a345;
    --font-family: "segoe-ui", sans-serif;
    --font-heading: "bricolage-grotesque-24-cond", sans-serif;
    --theme-gray: rgb(248, 248, 248);
    --theme-primary-accent: #f7f8fa;
    --theme-dark: #212121;
    --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.8462rem + 0.1282vw, 1rem);
    --step-1: clamp(1.05rem, 1.0038rem + 0.2051vw, 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
}

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

.accordion-button {
    box-shadow: none
}

.table-theme td,
.table-theme th {
    --bs-table-bg: var(--theme-primary);
    color: #fff
}

.text-wrap-balance {
    text-wrap-style: balance !important
}

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

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

.font-body {
    font-family: var(--font-family)
}

.font-heading {
    font-family: var(--font-heading);
    font-size: 1.1em
}

.bg-light-blue {
    background: #f7f8fa !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: var(--font-heading)
}

.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) !important
}

.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
}

.btn {
    transition: all .2s
}

.btn-theme-warning {
    border: 2px solid var(--theme-warning) !important;
    color: var(--theme-dark) !important;
    border-radius: var(--bs-border-radius-lg);
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    position: relative
}

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

.btn-theme-warning-fill {
    border: 2px solid var(--theme-warning) !important;
    background: var(--theme-warning);
    color: var(--theme-dark) !important;
    border-radius: var(--bs-border-radius-lg);
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.btn-theme-warning-fill:hover {
    background-color: var(--theme-warning) !important
}

.btn-theme-warning-fill::before,
.btn-theme-warning::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    top: 4px;
    left: 4px;
    border: 3px solid transparent;
    filter: blur(2px);
    border-left-color: #fff;
    border-top-color: #fff;
    transition: all .2s
}

.btn-theme-warning-fill::before,
.btn-theme-warning::after {
    content: "";
    position: absolute;
    right: 4px;
    width: 1em;
    height: 1em;
    bottom: 4px;
    border: 3px solid transparent;
    filter: blur(2px);
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: all .2s
}

.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 {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(45, 89, 144, 0.2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.20);
}

.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: 3rem;
    bottom: 90px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    display: none;
    transition: .3s;
    filter: drop-shadow(1px 4px 5px rgba(0, 0, 0, .2))
}

.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: .8rem;
    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
}

.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 .sub-menu {
    padding-left: .8em
}

.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-size: .8em;
    content: "\f054";
    top: .8rem;
    line-height: 15px;
    color: #fff
}

.mobile-menu .navigation li.dropdown>a::after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    display: inline-flex;
    border-radius: .25rem;
    align-items: center;
    font-size: .9em;
    justify-content: center;
    width: 30px;
    height: 30px !important;
    right: 0;
    top: .5rem;
    height: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobile-menu .navigation>li.dropdown>a::after {
    background: rgba(255, 255, 255, .2)
}

.mobile-menu .navigation li.dropdown>a.open::after {
    transform: rotate(-180deg)
}

.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)
}

.page-title {
    position: relative;
    padding: 1rem 0;
    background: var(--theme-warning)
}

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

@media (max-width:767px) {
    .page-title {
        padding: .4rem 0
    }

    .page-title h1 {
        font-size: 1.3rem
    }
}

.bread-crumb li {
    padding-left: .5rem
}

.bread-crumb li a {
    color: #212121 !important
}

.bread-crumb li:last-child {
    color: var(--theme-primary) !important
}

.bread-crumb li a>span,
.bread-crumb li>span {
    padding-left: .5rem;
    font-size: 1rem
}

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

@media only screen and (min-width:992px) {
    #newmodal .modal-dialog {
        max-width: max(100px, 35%);
    }
}

@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: 1px solid var(--theme-primary);
    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: 3rem;
    width: 40px;
    position: fixed;
    z-index: 22;
    filter: drop-shadow(1px 4px 5px rgba(0, 0, 0, .2))
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px !important;
    height: 40px !important
}

.owl-prev {
    left: 10% !important;
    border: 1px solid #fff !important;
    border-radius: 130px
}

.owl-next {
    right: 10% !important;
    border: 1px solid #fff !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
}

.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: 5;
    transition: all .3s;
    animation: slideUp .6s ease alternate
}

.navbar .navigation .dropdown:hover>ul {
    display: block
}

.navigation .home-icon img {
    width: 1.2em
}

.navbar .navigation .dropdown ul .dropdown ul {
    left: 100%;
    margin: 0;
    top: 0
}

.navbar .dropdown::after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 55%;
    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
}

.navigation li a:hover {
    color: var(--theme-warning)
}

.mobile-menu-toggler {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color)
}

#leftSideMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .9rem;
    text-transform: uppercase
}

#leftSideMenu li>a {
    padding: .35rem 1.25rem;
    border: 6px solid transparent
}

#leftSideMenu li {
    display: block;
    cursor: pointer;
    position: relative
}

#leftSideMenu li a {
    display: block;
    color: #fff !important;
    font-weight: 600
}

#leftSideMenu .active-leftPage {
    border: 6px solid transparent;
    border-left-color: var(--theme-warning)
}

.title-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 25%, rgba(255, 255, 255, 0) 100%)
}

#leftSideMenu li a:hover {
    background-color: rgba(0, 0, 0, .1);
    transition-duration: .3s
}

#leftSideMenu .sec-levelm.active-leftPage:after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%)
}

#leftSideMenu .leftMenu-drop li>a {
    padding: .25rem 1.75rem
}

#leftSideMenu li:hover>a {
    color: var(--theme-dark)
}

#leftSideMenu>li.leftMenuBtn::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: .9em;
    font-weight: 600;
    position: absolute;
    right: 2rem;
    top: .6rem;
    transition: all .3s;
    color: #fff !important
}

#leftSideMenu>li.leftMenuBtnActive::after {
    transform: rotate(90deg)
}

#leftSideMenu li:hover::after {
    color: inherit
}

#leftSideMenu li a {
    background-color: var(--theme-primary);
    color: #fff !important
}

#leftSideMenu .leftMenu-drop {
    display: none;
    padding-left: 0;
    font-size: .9em
}

#leftSideMenu .active-leftPage {
    background-color: rgba(255, 255, 255, .1);
    color: var(--theme-warning) !important;
    position: relative;
    transition-duration: .3s;
    overflow-x: hidden
}

#leftSideMenu .leftMenu-drop li>a {
    position: relative
}

#leftSideMenu .leftMenu-drop li>a::before {
    content: "\f105";
    color: inherit;
    font-family: FontAwesome;
    margin-right: .5em
}

@media (min-width:992px) {
    .home-page-slider {
        position: relative;
        min-height: 600px
    }

    .home-page-slider img {
        max-height: 100vh
    }
}

.home-page-slider .owl-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    background: linear-gradient(180deg, rgba(20, 19, 19, .3) 0, rgba(0, 0, 0, 0) 72%);
    pointer-events: none
}

.home-page-slider img {
    min-height: 210px;
    aspect-ratio: 9/7;
    object-fit: cover
}

.close-btn,
.close-btn:focus,
.mobile-nav-toggler,
.mobile-nav-toggler:focus,
.search-icon,
.search-icon:focus {
    background: 0 0 !important;
    border: none !important
}

.close-btn img,
.mobile-nav-toggler img,
.search-icon img {
    width: 2.4rem
}

.desktop-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: var(--theme-primary) url(../images/logo-dark.png) no-repeat center;
    background-size: 300px;
    color: #fff;
    display: none
}

.menu-list {
    color: inherit
}

.desktop-menu .navigation,
.menu-list .navigation {
    flex-wrap: wrap;
    text-transform: uppercase
}

.desktop-menu .navigation>*,
.menu-list .navigation>* {
    width: calc(20% - .4rem);
    font-size: .9rem
}

.desktop-menu .navigation>*>a,
.menu-list .navigation>*>a {
    font-family: var(--font-heading) !important;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .4em;
    margin-bottom: .6em;
    display: inline-block;
    position: relative
}

.desktop-menu .navigation>li>a::after,
.menu-list .navigation>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    border-bottom: 3px solid var(--theme-warning)
}

.desktop-menu .navigation>*>a:hover {
    color: #fff
}

.menu-list ul {
    list-style: none;
    padding: 0
}

.desktop-menu .navigation li li,
.menu-list .navigation li li {
    font-weight: 400;
    border-bottom: none;
    margin-bottom: .5em
}

.menu-list .navigation li li {
    font-weight: 500
}

.desktop-menu .navigation li li a,
.menu-list .navigation li li a {
    padding: .15rem .5rem .15rem 0;
    line-height: 1.4
}

.desktop-menu .navigation li li a:hover {
    color: var(--theme-warning)
}

.menu-list .navigation li li a:hover {
    color: var(--theme-primary)
}

.desktop-menu .navigation li li ul,
.menu-list .navigation li li ul {
    padding-left: .5em
}

.desktop-menu {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-thumb, #ffffff42) var(--scroll-track, transparent)
}

.desktop-menu::-webkit-scrollbar {
    width: 5px
}

.desktop-menu::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .103)
}

.desktop-menu::-webkit-scrollbar-thumb {
    background-color: #081c52;
    border-radius: 10px;
    border: 2px solid transparent;
    background: content-box
}

.desktop-menu::-webkit-scrollbar-thumb:hover {
    background: #04133b
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.animate-x {
    transition: all .3s
}

.animate-x:hover {
    transform: translateX(4px)
}

.main-header .close-btn {
    border: 0;
    background: 0 0
}

.main-header .logo {
    flex: 1
}

.main-header button {
    flex-shrink: 0;
    padding: 0
}

.search-sec {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d6ebfff0;
    z-index: 999
}

.search-help {
    margin-top: 1rem
}

.search-help a {
    display: inline-block;
    color: inherit;
    padding: .5rem 1rem;
    font-weight: 500;
    transition: all .2s
}

.search-help a:hover {
    color: var(--theme-primary)
}

.search-help li {
    margin-bottom: .5rem;
    border-bottom: 1px solid #add8e6
}

.input-search {
    width: 100%;
    border: 0;
    padding: .8rem .8rem .8rem 2rem;
    font-family: var(--font-heading);
    background: 0 0;
    border-bottom: 2px solid var(--theme-primary);
    background: transparent url(../images/search-input-icon.svg) no-repeat left center;
    background-size: 1em;
    font-weight: 600;
    font-size: 1.4rem
}

.search-container {
    width: 90%;
    max-width: 678px;
    margin-bottom: 15rem
}

@media (min-width:992px) {
    .search-help {
        margin-bottom: 6rem
    }
}

.input-search:focus {
    outline: 0
}

.input-search::placeholder {
    color: #11296b62
}

.banner-content {
    pointer-events: none;
    margin-top: 75px
}

.banner-content .title {
    font-size: clamp(1.3125rem, .9279rem + 1.9231vw, 2.5625rem)
}

.tab-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0
}

.tab-btns li button {
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: var(--step-1);
    font-weight: 700;
    display: flex;
    width: 100%;
    color: #212121db;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    background: 0 0;
    border: 0;
    position: relative;
    font-family: var(--font-heading)
}

.tab-btns li button.active,
.tab-btns li button:hover {
    color: var(--theme-primary)
}

.tab-btns li button::after {
    content: "\f105";
    font-family: FontAwesome;
    color: inherit;
    font-weight: 500;
    font-size: .9em;
    opacity: 0;
    transition: all .3s ease-in-out
}

.tab-btns li button.active::after,
.tab-btns li button:hover::after {
    opacity: 1;
    transform: translateX(5px)
}

.tab-btns button::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 6px solid transparent;
    transition: all .2s
}

@media (min-width:768px) {
    .tab-btns li button {
        padding: 1rem
    }

    .tab-btns li button::before {
        left: -3rem
    }
}

.tab-btns button.active::before {
    border-left-color: var(--theme-warning) !important;
    color: var(--theme-primary)
}

.tab-btns li:not(:last-child) {
    border-bottom: 1px solid var(--bs-border-color)
}

.tab-content>:not(.active) {
    display: none
}

.img-card {
    position: relative
}

.img-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .2em .5em;
    background: rgba(255, 205, 5, .829);
    color: var(--theme-primary);
    font-size: .875rem;
    margin: 0;
    z-index: 1
}

.sec-title {
    font-size: calc(var(--step-3) + .2rem);
    font-family: var(--font-heading) !important;
    align-items: center
}

.sec-subtitle {
    font-size: calc(var(--step-2) + .1em);
    font-weight: 800
}

@media (max-width:576px) {
    .tab-btns .sec-subtitle {
        font-size: calc(var(--step-1))
    }
}

.readmore {
    font-weight: 600;
    color: var(--theme-primary);
    text-decoration: none;
    display: inline-block;
    font-family: var(--font-heading)
}

.team-sec {
    background: url(../images/team-bg.png) no-repeat center;
    background-size: cover
}

.owl-custom-nav {
    display: flex;
    align-items: center;
    gap: .2rem
}

.owl-custom-nav>* {
    width: 30px;
    height: 30px;
    display: block;
    font-size: .8rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--theme-primary);
    background: 0 0;
    color: var(--theme-primary)
}

.owl-custom-nav>:hover {
    background: var(--theme-primary);
    color: #fff
}

.designation {
    background: transparent linear-gradient(90deg, #2184ff 0, #2184ff00 100%) 0 0 no-repeat padding-box;
    color: #fff;
    padding: .2rem .5rem;
    display: inline-block;
    font-size: .9rem;
    font-weight: 600
}

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

.team-slider {
    transform: skewX(-10deg)
}

.team-slider .item {
    overflow: hidden
}

.team-slider img {
    transform: skewX(10deg) scale(1.3);
    transition: all .3s ease-in-out
}

.img-wrapper {
    overflow: hidden;
    border: 3px solid #2184ff
}

@media (max-width:576px) {
    .team-slider-small .img-wrapper {
        width: fit-content !important;
        height: 250px !important;
        margin: auto
    }
}

.team-slider-thumb .img-wrapper {
    transform: skewX(-10deg)
}

.team-slider-thumb .img-wrapper img {
    transform: skewX(10deg) scale(1.35)
}

.team-slider,
.team-slider .owl-stage,
.team-slider .owl-stage-outer {
    height: 100%
}

.team-slider-thumb,
.team-slider-thumb-content {
    position: relative;
    z-index: 1
}

.team-slider-thumb-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-primary-light);
    transform: skewX(-10deg);
    z-index: -1
}

.team-slider-thumb-content {
    padding-inline: 2.5rem
}

.team-slider .owl-stage {
    display: flex
}

.team-slider .item {
    height: 100%
}

.team-slider .item img {
    width: auto !important;
    height: 100%;
    transform: skewX(10deg) scale(1.5);
    object-fit: cover;
    transition: all .3s ease-in-out
}

.team-slider .owl-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    height: 100%;
    border-right: 2px solid var(--bs-border-color)
}

.team-sec {
    position: relative
}

.team-sec .designation {
    width: 200px;
    max-width: 100%
}

.team-sec .team-bg-heading {
    width: 100%;
    position: absolute;
    bottom: 6%;
    text-align: right;
    font-weight: 700;
    font-family: var(--font-heading);
    padding: .5rem 1rem;
    padding-right: calc((100vw - 1306px)/ 3);
    background: var(--theme-primary)
}

.team-sec .team-bg-heading a {
    color: #fff;
    transition: all .2s;
    z-index: 5;
    position: relative
}

.view-all {
    color: var(--theme-primary);
    font-family: var(--font-heading);
    text-transform: uppercase;
    transition: all .2s;
    display: flex;
    align-items: center;
    font-size: .8em;
    gap: .3em
}

.view-all i {
    font-weight: 600;
    font-size: .8em
}

.view-all:hover {
    filter: hue-rotate(10deg)
}

.view-all i {
    transition: all .2s
}

.view-all:hover i {
    transform: translateX(5px)
}

.trending-sec {
    background: #eee url(../images/trending-sec-bg.png) no-repeat center;
    background-size: cover
}

.owl-carousel,
.owl-carousel .owl-item,
.owl-carousel .owl-item img,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
    height: 100%
}

.trending-slider img {
    aspect-ratio: 9/7;
    object-position: top
}

.trending-sec .img-card .content {
    font-size: 1.2rem;
    color: inherit
}

.sc-sec .img-card .content {
    color: inherit;
    font-size: 1rem
}

@media (min-width:576px) {
    .sc-sec .img-card .content {
        font-size: 1rem;
        color: inherit;
        line-height: 1.3
    }
}

@media (min-width:1500px) {
    .sc-sec .img-card .content {
        font-size: 1rem;
        color: inherit
    }
}

.home-page-slider .caption {
    position: absolute;
    bottom: 0;
    padding: 1em 0;
    width: calc(100% - 5rem);
    line-height: 1.1;
    color: #fff;
    text-wrap: balance;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-heading);
    font-size: 1.5rem;
    text-align: center;
    text-shadow: 3px 0 0 #000;
    z-index: 1
}

@media (min-width:768px) {
    .home-page-slider .caption {
        font-size: 2.2rem;
        padding: 2em;
        bottom: 60px
    }
}

.heading-card,
.insight-sec {
    background: var(--theme-primary) url(../images/logo-dark.png) no-repeat center 20%;
    background-size: 100%;
    color: #fff;
    padding: 5px
}

.award-slider .owl-item>*,
.publications-slider .owl-item a>* {
    background-size: cover !important;
    height: 100%
}

.publications-slider .owl-item>* {
    background-size: cover !important;
    height: 100%
}

.award-slider img,
.publication-internal img,
.publications-slider .owl-item img {
    background: rgba(255, 255%, 255%, 50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    aspect-ratio: 16/7;
    object-fit: contain
}

.border-head {
    position: relative
}

.border-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: max(100px, 10%);
    height: 3px;
    border-radius: 80px;
    background: var(--theme-warning)
}

.border-head-sm::after {
    width: 50px
}

.border-head-center::after {
    left: 50%;
    transform: translateX(-50%)
}

.partner-sec {
    background: #f6f6f6;
    background: linear-gradient(180deg, rgba(246, 246, 246, 1) 55%, rgba(17, 41, 107, 1) 55%, rgba(17, 41, 107, 1) 65%, rgba(246, 246, 246, 1) 65%)
}

.list-links {
    font-family: var(--font-heading);
    font-weight: 600;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: .7rem;
    margin-bottom: 0;
    position: relative
}

.partner-sec .logo-col {
    position: relative
}

.partner-sec .list-col .col:nth-child(1) .list-links::after,
.partner-sec .list-col .col:nth-child(3) .list-links::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
    background: #11296b66;
    border-radius: 100rem
}

@media (max-width:991px) {

    .partner-sec .list-col .col:nth-child(1) .list-links::after,
    .partner-sec .list-col .col:nth-child(3) .list-links::after {
        right: 0;
        height: 100%
    }
}

.partner-sec .logo-col {
    padding-bottom: 1rem
}

.partner-sec .logo-col::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--theme-warning);
    border-radius: 100rem
}

@media (min-width:768px) {
    .partner-sec .list-col .col:not(:last-child) .list-links::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 2px;
        height: 90%;
        background: #11296b66;
        border-radius: 100rem
    }
}

@media (min-width:992px) {
    .partner-sec .logo-col {
        padding-bottom: 0
    }

    .partner-sec .logo-col::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        left: unset;
        transform: translateY(-50%);
        width: 4px;
        height: 100%;
        background: var(--theme-warning);
        border-radius: 100rem
    }
}

.list-links a {
    color: inherit;
    font-size: 1.1rem;
    display: flex;
    gap: .3em;
    align-items: center;
    transition: all .2s
}

.list-links a:hover {
    color: var(--theme-primary)
}

.list-links a i {
    font-size: 1rem;
    transition: all .2s
}

.list-links a:hover i {
    margin-left: .4rem
}

.affliation-slider img {
    border: 1px solid var(--theme-warning);
    border-radius: var(--bs-border-radius-lg);
    background-color: #fff;
    aspect-ratio: 1;
    padding: 1rem;
    object-fit: contain
}

.affliation-slider .owl-next,
.affliation-slider .owl-prev {
    background: #fff !important;
    border: 1px solid var(--theme-warning) !important;
    color: var(--theme-primary) !important;
    transition: all .2s
}

.affliation-slider .owl-next:hover,
.affliation-slider .owl-prev:hover {
    background: var(--theme-warning) !important
}

.affliation-slider .owl-prev {
    left: -14% !important
}

.affliation-slider .owl-next {
    right: -14% !important
}

.menu-list {
    background: #f6f6f6
}

.f-links {
    display: flex;
    flex-direction: column;
    gap: .5em
}

.f-links i {
    width: 1.3rem;
    flex-shrink: 0;
    text-align: center;
    margin-top: .25em
}

.f-links a {
    color: inherit;
    transition: all .2s;
    font-weight: 600;
    font-size: .9rem;
    transition: all .2s
}

.f-links a:hover {
    color: var(--theme-primary)
}

.social-slider img {
    object-fit: contain
}

.social-slider .owl-nav,
.team-slider-small .owl-nav {
    font-size: .8rem;
    position: absolute;
    top: 1rem;
    right: 0;
    display: flex;
    gap: .2rem
}

.social-slider .owl-next,
.social-slider .owl-prev,
.team-slider-small .owl-next,
.team-slider-small .owl-prev {
    background: #fff !important;
    border: 1px solid var(--theme-primary) !important;
    color: var(--theme-primary) !important;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important
}

.social-slider .owl-next:hover,
.social-slider .owl-prev:hover,
.team-slider-small .owl-next:hover,
.team-slider-small .owl-prev:hover {
    background: var(--theme-primary) !important;
    color: #fff !important
}

.social-slider .owl-next i,
.social-slider .owl-prev i {
    line-height: 10px
}

.social-slider {
    max-width: 260px
}

.social-slider .subtitle {
    font-size: .7em;
    font-family: var(--font-heading);
    font-weight: 700
}

.social-slider img {
    width: 2rem !important
}

.copyright-sec {
    font-size: .9rem
}

.copyright-sec a {
    color: inherit
}

.affliation-sec {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 62%, rgba(17, 41, 107, 1) 60%)
}

.school-sec {
    position: relative
}

.school-sec img {
    aspect-ratio: 9/6;
    object-fit: cover
}

@media (min-width:992px) {
    .school-sec::after {
        content: "";
        width: 3px;
        height: 100%;
        background: #11296b80;
        border-radius: 100rem;
        position: absolute;
        top: 0;
        right: -1px
    }
}

.sc-sec .sec-title {
    font-size: clamp(1.5rem, 1.3039rem + .9804vw, 2.125rem)
}

.sc-sec .sec-subtitle {
    font-size: .9em
}

.desktop-fixed-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    background: var(--theme-primary)
}

.desktop-fixed-links a {
    padding: .3rem 1rem;
    background: #f6f6f642;
    color: #fff;
    font-family: var(--font-heading);
    border-radius: var(--bs-border-radius-sm);
    font-weight: 700;
    transition: all .2s
}

.desktop-fixed-links a:hover {
    background: #fff;
    color: var(--theme-primary)
}

.fixed-left-btn,
.fixed-right-btn {
    z-index: 99
}

.fixed-right-btn img {
    height: 8rem;
    cursor: pointer
}

.fixed-left-btn img {
    height: 11rem
}

@media (min-width:576px) {

    .fixed-left-btn img,
    .fixed-right-btn img {
        height: 13rem
    }

    .fixed-left-btn img {
        height: 13rem
    }
}

.enquiry-form {
    position: fixed;
    top: 50%;
    width: 450px;
    max-width: 100%;
    max-height: 100dvh;
    overflow-y: auto;
    border-radius: var(--bs-border-radius-sm);
    right: 0;
    transform: translate(100%, -50%);
    background: #fff;
    z-index: 9999;
    padding: 1.5rem 2rem;
    transition: all .5s;
    box-shadow: var(--bs-box-shadow)
}

.enquiry-form::-webkit-scrollbar {
    width: 4px
}

.enquiry-form::-webkit-scrollbar-track {
    background: #f1f1f1
}

.enquiry-form::-webkit-scrollbar-thumb {
    background: #888
}

.enquiry-form.open {
    transform: translate(0, -50%)
}

.enquiry-form input,
.enquiry-form select {
    box-shadow: none;
    font-size: .9rem;
    border-color: #b6ddff !important;
    accent-color: #80b8ea
}

.enquiry-form input:focus,
.enquiry-form select:focus {
    border-color: #80b8ea !important;
    box-shadow: none
}

.btn-submit {
    background: #0a3cc3;
    color: rgba(255, 255, 255, .948);
    box-shadow: var(--bs-box-shadow-sm);
    font-weight: 500
}

.btn-submit:hover {
    background: #0530a4;
    color: #fff
}

.enquiry-form .subtitle {
    font-size: .8rem;
    line-height: 16px
}

.enquiry-form .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    margin: 1.5rem 2rem
}

.enquiry-form label {
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: .2em
}

.enquiry-form ::placeholder {
    font-size: .9rem;
    color: #888
}

.enquiry-form input[type=date],
.enquiry-form select {
    color: #888
}

.owl-dots button {
    width: 8px;
    height: 8px;
    border-radius: 100rem;
    background-color: rgba(255, 255, 255, .512) !important;
    margin-right: .2rem;
    transition: all .3s
}

.home-page-slider .owl-dots {
    position: absolute;
    left: 50px;
    bottom: 10%
}

.owl-dots button.active {
    background: #fff !important;
    width: 17px
}

.btn i {
    transition: all .2s
}

.btn:hover i {
    transform: translateX(5px)
}

.floating-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem .1rem;
    background: var(--theme-primary);
    color: #fff;
    font-family: var(--font-heading);
    writing-mode: sideways-lr;
    z-index: 9
}

.search-help {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto
}

@media (max-width:576px) {
    .whats-img {
        right: 1rem
    }

    .scroll-to-top {
        right: 1rem
    }
}

.trending-slider .owl-item>* {
    position: relative;
    overflow: hidden
}

.trending-slider .owl-item>::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    width: calc(100% - 8px);
    height: calc(100% - 40px);
    transform: translateX(-50%) scale(.8);
    background: #fff;
    opacity: 0;
    backdrop-filter: blur(4px);
    transition: all .3s
}

.trending-slider .owl-item>:hover::after {
    transform: translateX(-50%) scale(1);
    opacity: .6
}

.trending-slider .owl-item a {
    position: absolute;
    top: 40%;
    right: 0;
    text-align: center;
    display: block;
    width: calc(100% - 1.3em);
    padding-right: .5em;
    z-index: 2;
    font-weight: 700;
    color: var(--theme-primary);
    font-size: 1.4rem;
    font-family: var(--font-heading);
    opacity: 0;
    transition: all .3s;
    transform: translateY(-40%)
}

.trending-slider .owl-item>:hover a {
    opacity: 1
}

.ph-slider {
    background: url(../images/logo-dark.png) no-repeat center 10%;
    background-size: 60%
}

.about-section h2.h5,
.heading-dec {
    color: var(--theme-primary) !important;
    padding: 10px;
    background: #f1f1f1;
    border-left: 4px solid #ffcb05
}

.about-section .content ul>li {
    list-style: none;
    position: relative
}

.about-section .content ul>li::before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    font-size: .8em;
    left: -1.5em;
    color: var(--theme-primary-dark)
}

.menu-list {
    background: #f6f6f6;
    color: #514d4d
}

.menu-list a {
    font-weight: 600
}

.desktop-menu .navigation li li li::before,
.menu-list .navigation li li li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1em
}

.navigation li li li a {
    font-size: .95em
}

.desktop-menu .navigation li li li::before {
    color: var(--theme-warning)
}

.menu-list .navigation li li li::before {
    color: var(--theme-primary)
}

.menu-list .navigation>li>a {
    color: var(--theme-dark)
}

.desktop-menu .navigation li li li,
.menu-list .navigation li li li {
    display: flex;
    gap: .3em;
    font-size: .95em
}

.title-img img {
    min-height: 150px;
    object-fit: cover
}

.fixed-left-btn,
.fixed-right-btn {
    top: 50vh
}

.ignite-img img,
.ignite-text {
    height: 22.5rem;
    object-fit: cover;
    overflow-y: hidden
}

.ignite-text .ignite-ul {
    overflow-y: scroll;
    height: 18rem
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-primary-light);
    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
}

.datepicker {
    background-image: url(https://resources.edunexttechnologies.com/default-form/img/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 7px center;
    background-size: 12px
}

.accordion-item {
    border: 0;
    margin-bottom: 1rem
}

.accordion-button:focus {
    border: none;
    box-shadow: none
}

.accordion-button.collapsed {
    background-color: #f1f1f1 !important;
    color: var(--theme-primary)
}

.accordion-button:hover {
    background-color: var(--theme-primary) !important;
    color: #fff
}

.accordion-button:hover::after {
    filter: brightness(100)
}

.accordion-button:not(.collapsed) {
    background-color: var(--theme-primary) !important;
    color: #fff
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(100)
}

.accordion-body {
    border: 2px solid var(--theme-primary)
}

.img-square {
    aspect-ratio: 1;
    width: 100%;
    object-fit: contain
}

.award-wrapper>* {
    margin-bottom: 1rem;
    padding: 1rem .75rem
}

.forNewss {
    margin-bottom: 1rem;
    padding: 1rem .75rem
}

.forDescNews {
    height: 18rem;
    overflow-y: auto
}

.award-wrapper .img-wrapper,
.media-wrapper .img-wrapper {
    text-align: center;
    background-size: cover;
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow-sm)
}

.award-wrapper .img-wrapper img,
.media-wrapper .img-wrapper img {
    width: 100%;
    aspect-ratio: 9/7;
    object-fit: contain;
    background: rgba(255, 255%, 255%, 50%);
    backdrop-filter: blur(4px)
}

.award-wrapper .img-wrapper {
    border-top: 8px solid var(--theme-primary);
    border-left: 8px solid var(--theme-primary);
    border-bottom: 8px solid var(--theme-warning);
    border-right: 8px solid var(--theme-warning)
}

@media (max-width:767px) {
    .footer-main {
        border-top: 2px solid var(--bs-border-color)
    }
}

.leadership-center {
    background: transparent linear-gradient(308deg, #e2f0ff 0, #fff 100%) 0 0 no-repeat padding-box;
    padding: 1.25rem .75rem;
    box-shadow: var(--bs-box-shadow-sm);
    position: relative;
    z-index: 1
}

.leadership-center .img-card .content {
    font-size: 1.1rem
}

.leadership-center .subtitle {
    color: #fff
}

.leadership-center .subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2rem;
    width: 100%;
    background: #2184ff;
    z-index: -1
}

.leadership-center .quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5.2rem;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .5);
    z-index: -1
}

.leadership-center .quote i {
    padding: 0 .25rem;
    background: #f3f9ff
}

@media (max-width:991px) {
    .leadership-center .img-card {
        height: 100%;
        max-height: 350px;
        width: fit-content;
        margin: auto
    }

    .leadership-center .img-card img {
        max-height: 350px
    }

    .leadership-center .quote {
        position: relative
    }

    .leadership-center .quote::before {
        top: 50%;
        transform: translateY(-50%)
    }
}

.leadership-owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: space-between;
    width: 100%;
    padding: 0 .55rem
}

.img-square {
    aspect-ratio: 1;
    width: 100%;
    object-fit: contain
}

.alumniSchoolData,
.monthdata,
.newsSchoolData {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem
}

.alumniSchoolData span,
.monthdata span,
.newsSchoolData span {
    width: fit-content;
    text-align: center;
    display: flex;
    justify-content: center
}

.alumniSchoolData span,
.monthdata span,
.newsSchoolData span {
    border: 1px solid var(--theme-primary);
    color: var(--theme-primary);
    padding: .1rem .5rem;
    border-radius: var(--bs-border-radius);
    transition: all .3s;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px
}

.alumniSchoolData span.active,
.alumniSchoolData span:hover,
.monthdata span.active,
.monthdata span:hover,
.newsSchoolData span.active,
.newsSchoolData span:hover {
    background: var(--theme-primary);
    color: #fff
}

.eventType {
    font-size: 10px;
    padding: 0 7px;
    background: #f1f1f1;
    color: var(--theme-primary);
    border-radius: 5px;
    cursor: pointer
}

.event-list li {
    background: #fff;
    padding: .8em .8em .8em 1em;
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer
}

.event-list li::before {
    content: '';
    display: inline-block;
    background: var(--theme-warning);
    width: .2rem;
    margin-right: .5em;
    align-self: normal
}

.event-list li.divider {
    justify-content: center;
    font-size: .9em;
    background: 0 0
}

.event-list li.divider span {
    background: var(--theme-primary-accent);
    padding-inline: .8em;
    z-index: 1;
    font-family: var(--font-heading)
}

.event-list li.divider::before {
    position: absolute;
    display: block;
    height: 2px;
    background: rgba(0, 0%, 0%, 14%);
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.event-list li:not(:last-child) {
    margin-bottom: .6em
}

.event-list li .date {
    text-transform: uppercase;
    color: var(--theme-primary);
    font-family: var(--font-heading);
    font-size: 1.2em;
    margin-right: 1em;
    font-weight: 700
}

.event-list {
    list-style: none;
    margin: 0;
    padding: 0 .5em 0 0;
    overflow: auto
}

.upcoming-event {
    max-height: 390px
}

.past-event {
    max-height: 196px
}

.text-right {
    text-align: right !important
}

.span-border-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: translate(0, 100%);
    height: .05rem;
    border-radius: 12px;
    border: .1rem solid var(--theme-primary);
    width: 50%;
    border-radius: 50px
}

.facility-card {
    width: fit-content
}

.facility-img {
    border: .2rem solid #fff
}

.facility-img img {
    object-fit: cover;
    aspect-ratio: 9/6;
    min-height: 100% !important;
    width: 100% !important
}

.fac-name {
    background-color: rgb(255, 203, 5, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.1rem
}

.fac-count {
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: start
}

.facility-nav .facility-next,
.facility-nav .facility-prev {
    height: 2rem;
    width: 2rem;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    transition-duration: .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px
}

.facility-nav .facility-next:hover,
.facility-nav .facility-prev:hover {
    color: var(--theme-primary);
    background-color: #fff;
    transition-duration: .3s;
    cursor: pointer
}

.about-section .facility-card img {
    object-fit: cover;
    aspect-ratio: 6/8
}

.about-section .content {
    text-align: justify
}

.about-section h1,
.about-section h2,
.about-section h3,
.about-section h4,
.about-section h5,
.about-section h6 {
    text-align: left
}

.leaders {
    background-color: #f7f8fa
}

.leader-img {
    position: relative
}

.leader-img img {
    position: relative;
    z-index: 10;
    aspect-ratio: 7/9;
    object-fit: cover
}

.leader-img::after,
.leader-img::before {
    content: "";
    height: 5rem;
    width: 4rem;
    position: absolute;
    top: -.45rem;
    z-index: 6;
    background-color: #0f3899
}

.leader-img::before {
    left: -.45rem
}

.leader-img::after {
    right: -.45rem
}

.leader-strip1 {
    position: absolute;
    right: -.35rem;
    bottom: 4rem;
    z-index: 11;
    background-color: rgb(255, 203, 5, .9);
    width: 95%;
    text-align: start;
    color: #000;
    font-weight: 700;
    font-family: var(--font-heading);
    padding: .35rem 12px;
    font-size: 1.2rem
}

.leader-strip2 {
    position: absolute;
    left: -.35rem;
    bottom: 1.75rem;
    z-index: 11;
    background-color: rgb(15, 56, 153, .9);
    width: 95%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-heading);
    padding: .125rem 10px
}

.leader-title-strip {
    background-color: #11296b;
    padding: .45rem 15px
}

.sam-custom-nav {
    display: flex;
    align-items: center;
    gap: .2rem
}

.sam-custom-nav>* {
    width: 30px;
    height: 30px;
    display: block;
    font-size: .8rem;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--theme-primary);
    background: 0 0;
    color: var(--theme-primary)
}

.sam-custom-nav>:hover {
    background: var(--theme-primary);
    color: #fff
}

.ignite-text {
    padding-right: 1rem !important
}

.ignite-ul {
    padding-right: .5rem
}

.about-section .tab-btns .tab-btn {
    font-weight: 600;
    color: var(--theme-primary);
    background: var(--theme-primary-accent);
    border: 2px solid var(--theme-primary);
    transition: all .2s
}

.about-section .tab-btns .tab-btn.active {
    background: var(--theme-primary);
    color: var(--theme-warning)
}

.alumniSchoolData span {
    width: fit-content;
    font-size: 14px;
    padding: .4rem 1rem
}

.newsSchoolData span {
    width: fit-content;
    font-size: 14px;
    padding: .4rem 1rem
}

.dropdown-custom {
    position: relative;
    border-radius: var(--bs-border-radius-sm);
    cursor: pointer
}

.dropdown-custom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 2px solid var(--theme-primary);
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
    overflow: hidden;
    z-index: 9999
}

.dropdown-custom label,
.dropdown-custom ul li {
    padding: .5rem 2rem .5rem 1rem;
    cursor: pointer
}

.dropdown-custom ul li {
    background-color: #fff;
    color: var(--theme-primary);
    transition: all .2s
}

.dropdown-custom ul li:not(:last-child) {
    border-bottom: 1px solid var(--theme-primary) !important
}

.dropdown-custom ul li:hover {
    background-color: var(--theme-primary);
    color: #fff
}

.dropdown-custom::after {
    content: "\f078";
    font-family: Fontawesome;
    color: inherit;
    position: absolute;
    top: .5rem;
    right: 1rem
}

.fee-ul li {
    margin-bottom: .5rem !important
}

.tabCss {
    border: none !important;
    border-bottom: 2px solid var(--theme-primary) !important;
    border-radius: 0;
    position: relative;
    z-index: 4;
    color: var(--theme-primary)
}

.tabCSS-right {
    min-height: 100%;
    width: .25rem !important;
    background-color: var(--theme-warning);
    z-index: 4;
    border-radius: 10px !important;
    margin: 0 5px;
    padding: 0 !important;
    border: none !important
}

.tabCss.active::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -.6rem;
    height: 1rem;
    width: 1rem;
    background-color: var(--theme-primary);
    z-index: -1;
    transform: rotate(-135deg);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%)
}

.points {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.points>* {
    padding: .8em 1.2em;
    background: #e2f0ff 0 0 no-repeat padding-box;
    border: .5px solid #2184ff;
    position: relative;
    flex: 1 1 auto;
    text-align: center;
    text-wrap: balance;
    max-width: 300px;
    width: 100%
}

.points>:not(:last-child)::after {
    content: "\f103";
    background: #2184ff;
    font-family: FontAwesome;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: .2em;
    width: 1.5em;
    height: 1.5em;
    font-size: 1rem;
    aspect-ratio: 1;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%)
}

.points>:not(:last-child) {
    margin-bottom: 1.4em
}

.max-w-lg {
    max-width: 992px;
    margin-inline: auto
}

@media (min-width:576px) {
    .points {
        flex-direction: row;
        align-items: center
    }

    .points>:not(:last-child) {
        margin-right: 1.4em;
        margin-bottom: unset
    }

    .points>:not(:last-child)::after {
        content: "\f101";
        left: 100%;
        top: 50%;
        transform: translateY(-50%)
    }
}

.schools-fee {
    background-color: #f1f1f1;
    transition-duration: .3s
}

.schools-fee:hover {
    background-color: var(--theme-warning);
    transition-duration: .3s
}

.careerPageTable tr td,
.careerPageTable tr th {
    text-align: center
}

.careerBtn {
    position: relative;
    padding: 5px 30px
}

.careerBtn:hover {
    background-color: var(--theme-primary);
    color: #fff
}

.btn::before {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 0;
    left: 2px;
    background: url(../images/btn-top.svg) no-repeat center;
    background-size: 1.5em;
    filter: blur(1px);
    opacity: 0;
    transition: all .2s
}

.btn::after {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    bottom: 0;
    right: 2px;
    background: url(../images/btn-bottom.svg) no-repeat center;
    background-size: 1.5em;
    filter: blur(1px);
    opacity: 0;
    transition: all .2s
}

.careerBtn:hover::after,
.careerBtn:hover::before,
.media-list button.active::after,
.media-list button.active::before,
.media-list button:hover::after,
.media-list button:hover::before {
    opacity: 1 !important
}

@media (max-width:767px) {
    .team-sec .team-bg-heading {
        text-align: center;
        position: relative;
        margin-top: .5em
    }
}

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-primary)
}

.media-list {
    min-height: 250px;
    max-height: 665px;
    overflow-y: auto;
    list-style: none;
    padding: 1rem;
    border: 2px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background: var(--bs-light)
}

.media-list::-webkit-scrollbar-thumb {
    background-color: var(--theme-primary)
}

.media-list li {
    margin-bottom: .5em
}

.media-list li:not(:last-child) {
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: .5em
}

.media-list .btn {
    font-weight: 600;
    font-size: 1rem;
    display: block;
    width: 100%
}

.media-list .btn:hover {
    color: var(--theme-primary)
}

.media-list .btn.active {
    background: #11296b;
    background: linear-gradient(354deg, rgba(17, 41, 107, 1) 0, rgba(23, 85, 209, 1) 100%);
    color: #fff;
    box-shadow: var(--bs-box-shadow)
}

.icon-div {
    background: rgba(23, 85, 209, .5) url(../images/logo-op25.png) !important;
    background-position: center !important;
    background-size: 25rem !important;
    background-repeat: no-repeat !important
}

@media (max-width:576px) {

    .fixed-left-btn,
    .fixed-right-btn {
        top: 25vh !important
    }
}

.modal-backdrop {
    display: none;
    opacity: 0 !important;
    z-index: 0 !important
}

#virtualTour .close {
    border: 2px solid var(--theme-primary) !important
}

.header-dropdown {
    display: inline-block;
    width: fit-content;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    user-select: none;
    color: #fff;
    font-weight: 600;
    font-size: var(--step-3);
    font-family: var(--font-heading)
}

@media (max-width:426px) {
    .header-dropdown {
        font-size: var(--step-2)
    }

    .header-dropdown .option {
        font-size: var(--step-0) !important;
        padding: 5px 0 !important
    }

    .header-dropdown .options {
        top: 50% !important
    }

    .headerCombo {
        display: inline;
        width: 250px
    }
}

.header-dropdown .init {
    position: relative
}

.header-dropdown .options {
    display: none;
    background: rgba(255, 255, 255, .9);
    z-index: 9999;
    padding: 10px;
    border-radius: 12px;
    width: max-content;
    max-width: calc(100% - 1rem);
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0, 10%)
}

.header-dropdown .option {
    font-size: var(--step-0);
    padding: 5px
}

.header-dropdown .option:hover {
    background: rgba(255, 255, 255, .5);
    border-radius: 12px
}

.count-tab-last::before {
    content: "";
    width: 3px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: var(--theme-warning);
    transform: translate(0, -50%);
    border-radius: 4px
}

@media only screen and (max-width:769px) {
    .count-tab-last::before {
        content: none
    }
}

.option {
    color: rgb(33, 33, 33, .6)
}

.option.selected {
    color: #11296b
}

.erp-btn {
    background: transparent linear-gradient(226deg, #007fd0 0, #002348 100%) 0 0 no-repeat padding-box;
    font-family: var(--font-heading);
    border-radius: 8px
}

.erp-btn span {
    position: absolute;
    top: -4px;
    left: 0;
    filter: blur(1px)
}

.pagination li::before {
    content: none !important
}

.page-item .page-link {
    font-weight: 600;
    color: var(--theme-primary)
}

.page-item .page-link:hover {
    background: var(--theme-primary);
    color: #fff
}

.page-item .page-link:focus {
    box-shadow: none
}

.page-item.active .page-link {
    background: var(--theme-primary);
    color: #fff;
    z-index: auto;
    border-color: transparent
}


.news-marquee {
    height: 470px;
    overflow: hidden;
    background: #f5f8fd;
    border-radius: 15px;
    padding: 15px;
    position: relative;
}

.news-track {
    animation: scrollNews 10s linear infinite;
}

.news-marquee:hover .news-track {
    animation-play-state: paused;
}

.news-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 10px;
    margin-bottom: 18px;
    border-radius: 15px;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    border-left: 4px solid #f5b400;
}

/* Timeline Line */


.timeline-dot {
    width: 14px;
    height: 14px;
    min-width: 14px;
    background: #ffb400;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1f4d9b;
    z-index: 2;
}

.news-date {
    width: 65px;
    height: 65px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0b4ea2, #1c73d5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-shadow: 0 8px 20px rgba(0, 80, 180, .25);
}

.news-date span {
    font-size: 24px;
    line-height: 1;
}

.news-date small {
    font-size: 11px;
    letter-spacing: 2px;
}

.news-content {
    flex: 1;
}

.news-content h5 {
    margin: 8px 0 6px;
    color: #16396b;
    font-size: 17px;
    font-weight: 700;
}

.news-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.news-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.news-tag.new {
    background: #ff3b30;
}

.news-tag.event {
    background: #007bff;
}

.news-tag.notice {
    background: #28a745;
}


.badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.badge-red {
    background: #ff3b30;
}

.badge-blue {
    background: #0d6efd;
}

.badge-green {
    background: #28a745;
}

.badge-orange {
    background: #ff9800;
}

.news-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1c5cb8;
    transition: .3s;
}

.news-item:hover {
    transform: translateX(10px);
    border-left-color: #0b4ea2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.news-item:hover .news-arrow {
    background: #0b4ea2;
    color: #fff;
}

@keyframes scrollNews {

    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }

}