body {
    font-family: "Manrope", sans-serif;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.88px;
    line-height: normal;
}

.border-img img {
    width: 5em;
}

ul {
    margin: 10px 0;
}

ul li,
ol li {
    margin-bottom: 0.75em;
}


/** Links **/

.site-container {
    padding: 6.97em 22.57em 5.69em 24.33em;
}

a {
    text-decoration: none;
}

a.link-common,
button.link-common {
    color: #FFF;
    text-align: center;
    font-size: 0.9375em;
    font-style: normal;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 0.23906em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border: none;
}

a.link-common::after,
button.link-common::after {
    display: block;
    content: '';
    background-color: #2B7A39;
    height: 0.0335em;
    width: 2.70306em;
    margin: 0.5em auto 0;
    transition: all 0.5s;
}

a.line-blue::after {
    background-color: #0F377F;
}

a.line-white::after {
    background-color: #FFF;
}

a.link-common:hover::after,
button.link-common:hover::after {
    width: 100%;
}

a.line-yellow::after,
button.line-yellow::after {
    background-color: #D5AD39;
}

.text-blue,
a.text-blue,
button.text-blue {
    color: #0F377F;
}

.text-green,
a.text-green {
    color: #2B7A39;
}

.link-margin {
    margin-top: 2em;
}

.welcome-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 256px;
    align-items: end;
}

.top-border-title {
    position: relative;
}

.top-border-title::before {
    content: '';
    top: -0.893em;
    background: url(../../images/bottom-border.svg) no-repeat;
    background-size: 1.4286em;
    position: absolute;
    width: 100%;
    height: 0.375em;
}

.top-border-title.x30::before {
    top: -1.04167em;
    background-size: 1.667em;
    height: 0.125em;
}

.top-border-title.x60::before {
    top: -3em;
    background-size: 5em;
    height: 1em;
}


/** Banner Gradients **/

.banner-gradient::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.unique-slider.slick-initialized.slick-slider {
    margin-top: 5.86em;
}

.banner-gradient-1::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.74%, rgba(0, 0, 0, 0.67) 87.49%), radial-gradient(211.97% 111.8% at 0% 0%, rgba(0, 0, 0, 0.74) 16.43%, rgba(0, 0, 0, 0.00) 37.55%), transparent 50% / cover no-repeat;
}

.banner-gradient-2::after {
    background: radial-gradient(211.97% 111.8% at 0% 0%, rgba(0, 0, 0, 0.74) 16.43%, rgba(0, 0, 0, 0.00) 37.55%), lightgray 0px -70.404px / 135.544% 153.188% no-repeat;
}


/** Links Ends **/

.pl-100 {
    padding-left: 8.19em;
}

.pr-100 {
    padding-right: 8.19em;
}

.section-padding {
    padding: 100px 50px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.logo-bg-left {
    background-image: url('../images/logo-grey.svg');
    background-repeat: no-repeat;
    background-position: right -20px bottom 10px;
    background-size: 145px;
}

.logo-bg-right {
    background-image: url('../images/paging-logo.svg');
    background-repeat: no-repeat;
    background-position: left 120px bottom 10px;
    background-size: 145px;
}

.bg-position-vcenter {
    background-position-y: center;
}

.grey-bg {
    background-color: #EDEFF2;
}

.blue-bg {
    background-color: #00002D;
}

.light-blue-bg {
    background-color: #0F377F;
}

.paragraph-text {
    color: #011E41;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.055em;
}

.excellence-descr.paragraph-text {
    margin: 0 auto;
    margin-bottom: 40px;
}

.head-text-line::before {
    content: '';
    width: 8.45481em;
    background-color: #2B7A39;
    height: 0.0625em;
    position: absolute;
    left: 13em;
    display: flex;
    align-items: center;
}

.section-margin {
    margin: 7.5em 0;
}

.fit-content {
    width: 100%;
    height: 100%;
}


/* Page Loader CSS */

.page-loader,
.page-loader-v,
.page-loader-home {
    position: relative;
    overflow: hidden;
}

.page-wrapper,
.page-wrapper-home {
    opacity: 0;
}

.animate-rtl .page-wrapper,
.animate-ltr .page-wrapper,
.animate-in .page-wrapper-home,
.animate-btt .page-wrapper {
    animation: textHidden 0.1s 1.6s forwards;
}


/* .page-loader:before, */

.page-loader:after,
.page-loader-home:after,
.page-loader-home:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
}

.page-loader-v:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 10;
}


/* .page-loader:before {
    background-color: #000F38;
} */

.page-loader:after,
.page-loader-v:after {
    background-color: #00002D;
    animation-delay: 0.5s;
}

.page-loader-home:after {
    background-color: #00002D;
}

.page-loader-home:before {
    background-color: #0F377F;
    animation-delay: 0.5s;
}


/* .page-loader.animate-in:before {
    animation: revealLTR 1.8s ease;
} */

.page-loader.animate-rtl:after {
    animation: revealRTL 2s .6s ease;
}

.page-loader.animate-ltr:after {
    animation: revealLTR 2s .6s ease;
}

.page-loader-v.animate-btt:after {
    animation: revealBTT 2s .6s ease;
}

.page-loader-home.animate-in:before {
    animation: revealRTL 1.8s ease;
}

.page-loader-home.animate-in:after {
    animation: revealRTL 1s .6s ease;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes revealBTT {
    0% {
        height: 0;
        top: 100%;
    }

    50% {
        height: 100%;
        top: 0;
    }

    100% {
        height: 0;
        top: 0;
    }
}

@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }

    65% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes textHidden {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes textHiddenHome {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}


/* Page Loader CSS End */


/** Image Container **/

.img-container {
    background-color: #000;
    overflow: hidden;
    border: 1px solid #2B7A39;
    position: relative;
}

.img-container img {
    /* transition: all 1s; */
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img-container .img-layer,
.img-container .img-gradient,
.img-container .img-content {
    background-color: #00002D;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    padding: 10px;
}

.img-container .img-gradient,
.img-container.paging-img .img-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), lightgray 50% / cover no-repeat;
}

.img-container.paging-img .img-gradient {
    display: none;
}


/* Paging css */

.img-container.paging-img {
    background: transparent;
    position: relative;
}

.img-container.paging-img img {
    opacity: 0;
}

.img-container.paging-img:hover img {
    opacity: 1;
    transform: scale(1.2);
    transition: all 2s;
}

.img-container.paging-img:hover .img-gradient {
    display: block;
}

.square {
    position: relative;
}


/* End Neew paging css */

.img-container .img-content {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.img-container .img-content h3 {
    font-family: 'Cinzel', serif;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 125%;
    margin: auto 0;
    justify-content: center;
    padding: 10px;
}

.img-container a.link-common,
.img-container button.link-common {
    color: #FFF;
    text-align: center;
    font-size: 0.8125em;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.20719em;
    text-transform: uppercase;
    margin: auto;
    display: none;
}

.img-container:hover .img-layer {
    opacity: 0;
    transition: all 2s;
}

.img-container:hover .img-gradient {
    opacity: 0.5;
    transition: all 2s;
}

.img-container:hover h3 {
    top: 20%;
    width: 100%;
}

.img-container:hover a.link-common,
.img-container:hover button.link-common {
    display: block;
}

.img-container:hover img {
    transform: scale(1.2);
    transition: all 2s;
}


/** Image Container Ends **/


/* Header/sidebar */

#sidebarMenu ul {
    padding-left: 0;
}

#sidebarMenu ul li {
    list-style: none;
}

#sidebarMenu ul.inner-sub-menu li {
    color: #FFF;
}

#sidebarMenu ul.inner-sub-menu li a {
    display: flex;
    align-items: center;
}

#sidebarMenu ul.inner-sub-menu li a:before {
    display: block;
    content: '';
    background-color: #2B7A39;
    width: 1em;
    height: 0.0625em;
    margin-right: 1.23em;
}

header.header-sect {
    width: 5.40444em;
    background-color: #00002D;
    height: calc(100vh);
    text-align: center;
    z-index: 12;
    box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

header.header-sect ul {
    list-style: none;
    padding: 0;
    margin: 1.55rem auto;
    margin-top: 0;
}

header.header-sect ul.mb-5 {
    margin-bottom: 10rem !important;
}

.news-event-circle {
    position: fixed;
    left: -3.22em;
    bottom: -3.86em;
    z-index: 13;
    width: 11.09981em;
    height: 11.09981em;
    flex-shrink: 0;
    background-color: #0F377F;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.25));
}

.circle {
    padding-top: 2.55em;
    padding-left: 4.48em;
}

.circle span::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.709em;
    background: #2B7A39;
    height: 0.0625em;
    top: 50%;
    left: -2.25em;
}

.circle span {
    max-width: 4.90319em;
    position: relative;
    margin-top: 0.5em;
    font-size: 1.25em;
    display: block;
    color: #FFF;
    font-family: 'Cinzel', serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.03938em;
    line-height: 107.9%;
}

.circle span.events {
    font-size: 1.125em;
}

.sidebar-logo {
    display: none;
    padding: 8px;
    margin-bottom: 2.5em;
}

.sidebar-logo img {
    width: 3em;
}

.news-event-circle:hover {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}


/** General Page **/

.introduction-content.paragraph-text {
    font-size: 1.125em;
    letter-spacing: 0.06188em;
    padding: 2.5em 0;
    padding-bottom: 0;
}

.pagination {
    margin-left: 16.18rem;
    background-color: #0F377F;
}

.introduction img {
    width: 4.3125em;
    height: 7.5625em;
}


/** Home Page -> Experience **/

.experience {
    margin-left: 4.76rem;
    background-color: #EDEFF2;
    padding: 5.86rem;
    display: flex;
}

.experience .content {
    max-width: 478px;
    margin-right: 100px;
}

.experience .content-right {
    width: calc(100% - 734px);
    max-height: 100%;
}

.experience .content h2 {
    text-align: center;
    font-family: "Cinzel", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.experience .slide-content {
    position: absolute;
    bottom: -125px;
    top: auto;
    left: 0;
    right: 0;
    padding: 20px;
    transition: all 0.6s;
}

.experience .slide-content.no-dec {
    bottom: -42px;
}

.latest-news-section .experience .slide-content {
    bottom: -115px;
}

.experience .latest-news-item:hover .slide-content {
    bottom: 0;
}

.experience .latest-news-item:hover .slide-content .btn-link {
    font-family: 'Philosopher', sans-serif;
    text-decoration: none;
}

.experience .slide-content>* {
    z-index: 9;
    position: relative;
}

.experience .slide-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.header-logo {
    padding: 0;
    position: absolute;
    top: 2.55em;
    z-index: 1;
    left: 9.46em;
}

.header-logo img {
    width: 11.675em;
}

.footer-logo a {
    position: relative;
    display: inline-block;
}

.main-banner-cont {
    position: relative;
    background-color: #f7f7f7;
    height: calc(100vh);
    overflow: hidden;
    z-index: 0;
}

.search-banner.main-banner-cont {
    height: calc(50vh);
}

.main-banner-cont .main-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.main-banner-cont .main-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: zoomOut 1.5s ease 1.5s;
}

.main-banner-cont .h-100 {
    position: relative;
    z-index: 5;
}

.main-banner-cont .main-banner-text {
    color: #fff;
    font-weight: 400;
    position: relative;
}

.introduction {
    position: relative;
}

.introduction::before {
    content: '';
    position: absolute;
    top: -3.525em;
    width: 1em;
    height: 5.9375em;
    left: calc(50%);
    background-image: url('../images/gradient-line-grey.svg');
    background-position: left;
    background-repeat: no-repeat;
}

.site-container .introduction::before {
    content: '';
    position: absolute;
    top: -10.625em;
    width: 1em;
    height: 5.9375em;
    left: calc(50%);
    background-image: url('../images/gradient-line-grey.svg');
    background-position: left;
    background-repeat: no-repeat;
}

.main-banner-text.event::after {
    content: '';
    border-radius: 73.39581em;
    background: radial-gradient(47.51% 47.51% at 48.2% 49.29%, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 43.75%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    width: 73.39581em;
    height: 73.39581em;
    top: -22.5em;
    left: -24.95em;
    z-index: -1;
}

.main-banner-text h1 {
    font-size: 3.875em;
    font-family: 'Cinzel', serif;
    line-height: 110%;
    font-weight: 400;
	/*padding-left:60px;*/
	padding-left:100px;
}

.main-banner-text h1.lg-text {
    font-size: 5.125em;
}

.main-banner-text h2 {
    font-size: 3em;
    font-family: 'Cinzel', serif;
    line-height: 115.879%;
    letter-spacing: 0.055em;
    margin-bottom: 1.458em;
}

.main-banner-text p {
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.055em;
    margin-bottom: 1.5em;
}

.slider-btn-link {
    max-width: 137px;
}


/* Section Title */

.sect-title::before {
    content: '';
    width: 4.271em;
    background-color: #2B7A39;
    height: 0.02084em;
    position: absolute;
    left: -5.334em;
    display: flex;
    align-items: center;
    top: 50%;
}

.sect-title.no-border::before {
    display: none !important;
}

.sect-title.line-top::before {
    height: 2.084em;
    width: 0.021em;
    left: 50%;
    top: -2.284em;
}

.sect-title.line-top {
    margin-top: 3.284em;
}

.sect-title {
    color: #0F377F;
    font-family: 'Cinzel', serif;
    font-size: 3em;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.sect-title span {
    font-family: "Cinzel", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.border-img {
    text-align: center;
    margin-bottom: 40px;
}

.join-us-img img {
    height: 57.55231em;
    object-fit: cover;
}


/** Call for Action **/

.join-us-bg {
    position: relative;
    margin-bottom: 9.6875em;
}

.join-us-cont {
    position: absolute;
    right: 0;
    width: 52.7995em;
    bottom: -6.97em;
}

.join-us-container-bg {
    background-color: #00002D;
    width: 100%;
    background-image: url('../images/bg-logo.svg');
    background-position: right -1.25em center;
    background-repeat: no-repeat;
    padding: 2.25em 6.39em 5.34em;
    background-size: 11.1875em;
}

.join-us-cont .top-border {
    margin: 24px auto;
}

.join-us-title-cont h6 {
    color: #D5AD39;
    font-family: 'Cinzel', serif;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 400;
    line-height: 115.879%;
    letter-spacing: 0.0225em;
    padding-bottom: 16px;
}

.join-us-title-cont h2 {
    color: #FFF;
    font-family: 'Cinzel', serif;
    font-size: 3em;
    font-style: normal;
    font-weight: 400;
    line-height: 115.879%;
    letter-spacing: 0.06em;
    padding-bottom: 0.73em;
}

.join-us-content {
    margin-bottom: 24px;
    color: #FFF;
}

.join-us-content p {
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.055em;
    margin-bottom: 0px;
}

.join-us-address {
    padding-bottom: 24px;
}

.join-us-address p {
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.055em;
    margin-bottom: 0px;
}

.learn-more-btn {
    width: max-content;
}

.excellence.container-fluid {
    padding-left: 0px;
    position: relative;
    z-index: 1;
}

.excellence.container-fluid .featured-container {
    margin-right: 76px;
}

.get-excellence-section .get-excellence-banner .get-excellence-pic {
    overflow: hidden;
}

.get-excellence-pic img {
    object-fit: cover;
    width: 125%;
}

.excellence-cont {
    width: 29.86069em;
    margin: 0 auto;
    padding: 103px 0px 153px 0px;
    text-align: center;
}

.featured-container .excellence-cont {
    padding: 103px 135px 160px 161px;
}

.excellence-logo img {
    width: 4.3125em;
}

.excellence-logo,
.excellence-descr {
    margin-bottom: 2.5em;
    color: #011E41;
    text-align: center;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.055em;
}

.learning-cont .excellence-logo,
.learning-cont .excellence-title,
.learning-cont .excellence-descr {
    margin-bottom: 3.5em;
}

.excellence .row>.col-lg-7,
.excellence .row>.col-lg-5 {
    padding-left: 0px;
    padding-right: 0px;
}

footer {
    background-color: #00002D;
    padding: 9.69em 17.34em 3.39em 15.5em;
}

.footer-logo img {
    width: 12.875em;
}

.color-green {
    color: #2B7A39;
}

.footer-cont h4 {
    font-family: 'Cinzel', serif;
    font-size: 1.75em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2.09em;
}

.footer-address-cont h4,
.footer-tab-content h4 {
    font-family: 'Cinzel', sans-serif;
    font-weight: 400;
    font-size: 1.75em;
}

.sm-text-address {
    color: #2B7A39;
    font-family: 'Manrope', serif;
    font-size: 0.536em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.825px;
    margin-bottom: 0px;
}

.footer-address-cont .nav-item {
    margin-bottom: 1.22em;
}

.footer-address-cont .nav-tabs {
    border-bottom: 0px;
}

.footer-address-cont .nav-tabs .nav-link {
    padding: 0px;
}

.footer-address-cont .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.footer-address-cont .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #2B7A39;
    display: flex;
    align-items: start;
    padding: 0px;
}

.footer-address-cont .nav-tabs .nav-link.active::before {
    display: block;
    content: '';
    background-color: #2B7A39;
    width: 1.626em;
    height: 0.0625em;
    margin-right: 0.625em;
    margin-top: 0.9375em;
}

.footer-tab-content .accordion-body {
    padding: 0px;
}

.footer-tab-content .accordion-item {
    background-color: transparent;
    border: 0;
}

.footer-tab-content h4::after {
    display: inline-block;
    content: '';
    width: 100%;
    background-color: #0F377F;
    height: 0.0625em;
    margin-top: 0.9375em;
    margin-bottom: 0.625em;
}

.call-email-location {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.call-email-location .cont-detail {
    border-right: 1px solid #0F377F;
    text-align: center;
    padding: 0 0.625em;
}

.call-email-location .cont-detail.email {
    width: 80%;
}

.cont-detail a {
    color: #EDEFF2;
    text-align: center;
    font-size: 0.9375em;
    font-style: normal;
    font-weight: 400;
    line-height: 18.675px;
    letter-spacing: 0.825px;
}

.call-email-location .cont-detail:nth-last-child(1) {
    border-right: none;
}

.icon-img {
    margin-bottom: 12px;
}

.icon-img img {
    width: 1.5em;
}

.footer-border {
    margin-top: 6.49em;
    margin-bottom: 1.19em;
}

.footer-descr {
    margin-bottom: 2.64em;
    width: 52.98869em;
}

.footer-descr h6 {
    color: #FFF;
    font-family: 'Cinzel', serif;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1em;
}

.footer-descr p {
    color: #EDEFF2;
    font-size: 0.8125em;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: 0.02438em;
}

.copy-text,
.copy-text-letter {
    color: #FFF;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 134.5%;
    letter-spacing: 0.04125em;
}

.copy-text-letter {
    letter-spacing: 0.22875em;
}

.copy-text-letter a {
    color: inherit;
}

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
	.main-banner-text h1{
		padding-left:0;
	}
}

.ml-260 {
    margin-left: 260px;
}

.general-page {
    margin-bottom: -5.33em;
    position: relative;
}

.general-page.paging {
    margin-left: 16.18em;
}

.general-page .campus-grid {
    grid-template-columns: 3fr 3fr 0.98fr;
    background-color: #0F377F;
    gap: 10.61em;
    padding-left: 8.07em;
    padding-right: 0;
    background-size: 10.6875em;
}

.general-page .img-container {
    height: 15.80506em;
}

.general-page .img-container.blank {
    background: none;
    border: none;
}

.general-page .img-container img {
    height: 100%;
}

.general-page.paging .campus-grid {
    background-image: url(../../images/paging-logo.svg);
    background-size: 10.6875em;
    background-position-y: center;
}

.general-page .img-container .img-layer {
    background-color: #0F377F;
}

.general-page .img-container .img-content {
    justify-content: center;
}

.general-page .img-container .img-content h3 {
    margin: 0;
}

.general-page .img-container .img-content p {
    font-family: 'Cinzel', sans-serif;
    color: #2B7A39;
    font-size: 0.9375em;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.825px;
}


/* Default slide */
.stay-connected-center-slider .slick-track {
    display: flex;
    align-items: center;
    padding: 2.5em 0;
}

.stay-connected-center-slider .slick-slide {
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.stay-connected-center-slider .slick-slide,
.stay-connected-center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.9, 0.9);
    transition: all 0.4s ease-in-out;
    aspect-ratio: 1/1;
}

.stay-connected-center-slider .slick-center,
.stay-connected-center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
    background-color: #00002D;
}

.stay-connected-center-slider .slick-current.slick-active {
    transform: scale(1.2);
    z-index: 1;
}

.stay-connected-sect {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: wrap;
}

.stay-connected-card {
    position: relative;
    background: #00002D;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}

.stay-connected-card img {
    transition: 0.3s ease-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.stay-connected-card:hover img.banner {
    opacity: 0.3;
}

.stay-connected-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 2.75em;
    text-align: center;
    color: #fff;
    display: grid;
    align-content: center;
}

.stay-connected-overlay img {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-out;
    margin: 0 auto;
    margin-bottom: 0.75em;
    width: 0.75em;
}

.text-descri {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-out;
    color: #FFF;
    text-align: center;
    font-size: 0.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 145.5%;
}

.font-weight-400 {
    font-weight: 400;
}

.stay-ellipse {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.share-icon {
    color: #fff;
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease-out 0.4s;
    display: flex;
    justify-content: center;
}

.share-icon-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-icon-cont img {
    width: 0.6875em;
    margin: 16px 16px;
}

.share-icon-cont p {
    margin-bottom: 0px;
    color: #FFF;
    font-size: 0.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 145.5%;
}

.slick-current:hover .stay-connected-overlay img {
    opacity: 1;
    transform: translateY(0);
    object-fit: contain;
}

.slick-current:hover .stay-connected-overlay .text-descri {
    opacity: 1;
    transform: translateY(0);
}

.slick-current:hover .stay-connected-overlay .share-icon {
    opacity: 1;
    transform: translateY(0);
}

.stay-slider-btn {
    margin: 4.375em 0px;
    margin-left: 3.75em;
    text-align: center;
}

.slider-nav button,
.slider-nav a {
    background-color: transparent;
    border: 1px solid #0F377F;
    width: 2.79338em;
    height: 2.79338em;
    border-radius: 50%;
    margin: 0px 0.85em;
    padding: 0;
}

.slider-nav button img,
.slider-nav a img {
    width: 1.64475em;
}

.slider-nav button:hover,
.slider-nav a:hover {
    transform: scale(1.2);
    transition: all 0.5s;
    background-color: #EDEFF2;
}


/* End Stay Connected CSS */


/** Experiences */

.excellence.unique.container-fluid {
    padding-left: 18px;
    position: relative;
    z-index: 1;
}

.excellence.unique.container-fluid .container {
    width: 100%;
    max-width: 100%;
}


/* End Uniqye Immersive Experiences */

.uniq-slider-cont {
    padding: 0px 1.635em;
    position: relative;
    aspect-ratio: 1/1.347;
}

.uniq-slider-cont img {
    height: 100%;
    object-fit: cover;
}

.unique-slider-btn {
    margin: 2.54em 0px;
    text-align: center;
    margin-right: 16.7em;
    margin-left: auto;
    width: fit-content;
    margin-bottom: 3.34em;
}

.uniq-slider-text {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}

.uniq-slider-cont .img-container .img-content h4 {
    color: #FFF;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 1.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
}

.uniq-slider-cont .img-container {
    border: 0;
    height: 100%;
}

.uniq-slider-cont .img-container .img-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.6%, rgba(0, 0, 0, 0.60) 75.39%), transparent 50% / cover no-repeat;
}

.uniq-slider-cont .img-container .img-layer {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 36.6%, rgba(0, 0, 0, 0.60) 75.39%), transparent -40.169px -27.787px / 120.316% 140.485% no-repeat;
    opacity: 0;
}

.uniq-slider-cont .img-container .img-content {
    background: transparent;
    z-index: 2;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.uniq-slider-cont .img-container a.link-common {
    display: block;
    margin: 30px auto;
}

.uniq-slider-cont:hover .img-container .img-content {
    bottom: 20%;
    transition: all 2s;
}

.uniq-slider-cont:hover .img-container .img-layer {
    opacity: 1;
    transition: all 2s;
}

.school-card.container-fluid {
    padding-left: 16.07em;
    padding-right: 0;
    position: relative;
    z-index: 1;
    margin: 80px 0px;
}

.school-card.container-fluid.welcome-content,
.school-card.container-fluid.news-content {
    padding-right: 17.98em;
}

.campus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.84fr;
    gap: 0.67em;
    background: #00002D url('../../images/bg-logo.svg') no-repeat right -1.25em bottom 5px;
    background-size: 10.6875em;
    padding: 3.4em 3.55em;
}

.item-slider-btn.month-slider-arrow a.prev-btn {
    display: inline-block;
    text-align: center;
    line-height: 125%;
}

.item-slider-btn.month-slider-arrow a img {
    margin: 0.5em 0px;
}

.item-slider-btn.month-slider-arrow a.next-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 125%;
    color: #CBD1D2;
    border-radius: 50%;
    border: 1px solid #0F377F;
    margin-left: 16px;
}

.menu-items ul li a:hover {
    border-bottom: 1px solid #2B7A39;
}

.mtb-45 {
    margin: 45px 0px !important;
}


/* Form CSS */

figcaption {
    color: #2B7A39;
    font-family: 'Cinzel', serif;
    font-size: 0.9375em;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.825px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

figcaption::before {
    display: block;
    content: '';
    background-color: #2B7A39;
    width: 15px;
    height: 0.0625em;
    margin-right: 8px;
}

.fui-checkbox label,
.fui-radio label {
    color: #011E41;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 300;
    line-height: 175% !important;
    letter-spacing: 0.055em;
    padding-left: 1.75em !important;
}

.fui-field:not(.fui-type-hidden-field) {
    display: grid;
    align-items: center;
}

.fui-form-container input,
.fui-form-container select {
    height: 2.93775em;
    background: #EDEFF2;
    border-radius: 0px;
    border: 0;
    font-size: 1em;
    padding: 0 0.95em;
}

.fui-input-container textarea {
    height: 7.75913em;
    background: #EDEFF2;
    border-radius: 0px;
    border: 0;
    font-size: 1em;
}

.fui-input.fui-focus,
.fui-input:focus,
.fui-select.fui-focus,
.fui-select:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0;
}

.fui-form-container ::placeholder {
    color: #011E41;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.055em;
}

.fui-input,
.fui-select {
    padding-right: 0px !important;
}

.fui-select:not([multiple]):not([size]) {
    background-size: 6% !important;
}

.fui-checkbox input:checked+label:before {
    background-color: #D9D9D9 !important;
    border-color: #2B7A39 !important;
    background-size: 70% !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='rgb(43,122,57)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
}

.fui-radio input:checked+label:before {
    background-color: #D9D9D9 !important;
    border-color: #2B7A39 !important;
    background-size: 70% !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgb(43,122,57)'/%3E%3C/svg%3E") !important;
}

.fui-checkbox label:before,
.fui-radio label:before {
    height: 1.25em !important;
    width: 1.25em !important;
}

.fui-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #0F377F;
    border: 0;
    font-size: 1em;
}


/* End Form CSS */

.sidebar-icon ul li a:hover {
    filter: invert(36%) sepia(36%) saturate(804%) hue-rotate(79deg) brightness(98%) contrast(89%);
}


/* New Sturctu */

.learning-cont {
    width: 60%;
    margin: 0 auto;
    padding: 103px 0px 160px 0px;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.learning-img {
    padding: 0;
    z-index: 2;
    transform: scale(1.15);
}

.learning-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.stay-wrapper {
    margin-left: 30px;
}

.stay-wrapper ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.stay-wrapper ul li {
    display: flex;
    padding: 16px;
}

.social-head {
    margin-left: 60px;
    padding-top: 1px;
}


/** Animations **/

.animate__animated.animate__fadeInLeft {
    --animate-duration: 2s;
}

.modal-backdrop {
    z-index: -1;
}