@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-Regular.woff2") format("woff2"),
       url("../../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans-SemiBold.woff2") format("woff2"),
       url("../../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../../fonts/PlayfairDisplay-Regular.woff2") format("woff2"),
       url("../../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2"),
       url("../../fonts/PlayfairDisplay-SemiBold.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Playfair Display";
  src: url("../../fonts/PlayfairDisplay-Bold.woff2") format("woff2"),
       url("../../fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: 600;
}

/* body {
  font-family: "Open Sans";
} */

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

[class*="col-"] {
    position: relative;
    width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 0.25rem !important
}

.pt-2 {
    padding-top: 0.5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 0.25rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-0,
.ps-0 {
    padding-left: 0 !important
}

.pl-1,
.ps-1 {
    padding-left: 0.25rem !important
}

.pl-2,
.ps-2 {
    padding-left: 0.5rem !important
}

.pl-3,
.ps-3 {
    padding-left: 1rem !important
}

.pl-4,
.ps-4 {
    padding-left: 1.5rem !important
}

.pl-5,
.ps-5 {
    padding-left: 3rem !important
}

.pr-0,
.pe-0 {
    padding-right: 0 !important
}

.pr-1,
.pe-1 {
    padding-right: 0.25rem !important
}

.pr-2,
.pe-2 {
    padding-right: 0.5rem !important
}

.pr-3,
.pe-3 {
    padding-right: 1rem !important
}

.pr-4,
.pe-4 {
    padding-right: 1.5rem !important
}

.pr-5,
.pe-5 {
    padding-right: 3rem !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 0.25rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-0,
.ms-0 {
    margin-left: 0 !important
}

.ml-1,
.ms-1 {
    margin-left: 0.25rem !important
}

.ml-2,
.ms-2 {
    margin-left: 0.5rem !important
}

.ml-3,
.ms-3 {
    margin-left: 1rem !important
}

.ml-4,
.ms-4 {
    margin-left: 1.5rem !important
}

.ml-5,
.ms-5 {
    margin-left: 3rem !important
}

.mr-0,
.me-0 {
    margin-right: 0 !important
}

.mr-1,
.me-1 {
    margin-right: 0.25rem !important
}

.mr-2,
.me-2 {
    margin-right: 0.5rem !important
}

.mr-3,
.me-3 {
    margin-right: 1rem !important
}

.mr-4,
.me-4 {
    margin-right: 1.5rem !important
}

.mr-5,
.me-5 {
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

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

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

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

.text-white {
    color: #ffffff !important
}

.text-black {
    color: #000000 !important
}

.text-primary {
    color: #007bff !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid #fff0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: .5rem 1rem;
    color: #495057;
    text-decoration: none;
    background: #fff0;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-item {
    list-style: none
}

.tab-content {
    width: 100%
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal.fade {
    transition: opacity 0.15s linear
}

.modal.show {
    display: block;
    opacity: 1
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px)
}

.modal-lg {
    max-width: 800px
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-lg {
        max-width: 800px
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #fff0;
    border: 1px solid #fff0;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.btn:hover {
    color: #212529
}

.btn:focus,
.btn:active {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: #fff0;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    cursor: pointer
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25);
    opacity: 1
}

.fade {
    transition: opacity 0.15s linear
}

.fade:not(.show) {
    opacity: 0
}

.border-radius {
    border-radius: 0.25rem !important
}

.overflow-clip {
    overflow: clip !important
}

.white-color {
    color: #ffffff !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-items-end {
    align-items: flex-end !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.spotlight-nav {
    gap: 5px
}

.bottom-space {
    margin-bottom: 16px
}

:root {
    --white-color: #fff;
    --blue--color: #0066b0;
    --orange--color: #f9b101;
    --font-size-14: 0.972vw
}

.font-14 {
    font-size: .972vw
}

.font-16 {
    font-size: 1.111vw
}

.font-18 {
    font-size: 1.25vw
}

.font-24 {
    font-size: 1.667vw
}

.light-blue {
    background-color: #e6f0f8
}

.p-top-8 {
    padding-top: 8vw
}

.p-bottom-8 {
    padding-bottom: 8vw
}

.p-top-5 {
    padding: 5vw 0
}

.orange {
    color: #faa011
}

.blue {
    color: #0066b0
}

.h-140 {
    line-height: 140%
}

.h-160 {
    line-height: 160%
}

.h-120 {
    line-height: 120%
}

.dark-grey {
    color: #00243d
}

.f-light {
    font-family: "Open Sans", sans-serif;
    font-weight: 300
}

.f-regular {
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.f-medium {
    font-family: "Open Sans", sans-serif;
    font-weight: 500
}

.f-semibold {
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.f-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.f-playfair {
    font-family: "Playfair Display", serif
}

.home-slider .caption-box .custom-btn img {
    width: unset !important
}

.section_home-slide .custom-btn {
    margin-top: 2vw;
    width: fit-content;
    padding: 0 1.5vw;
    color: #fff;
    border: 1px solid #fff;
    width: fit-content;
    height: 2.778vw
}

.home-slider .caption-box {
    position: absolute;
    top: 18vw;
    left: 6vw
}

.section_home-slide h2 {
    font-size: 3.75vw;
    line-height: 120%;
    font-family: "Playfair Display", serif;
    color: #fff
}

.section_home-slide h2 span {
    color: #f9b101
}

.heading {
    font-size: 2.778vw;
    font-family: "Playfair Display", serif;
    color: #0066b0;
    /* font-weight: 600 */
}

.heading span {
    color: #faa011
}

.lifeat {
    margin: 33px 0 8px
}

.middletitle {
    margin-bottom: 16px
}

.shrea-single p {
    font-size: var(--font-size-14);
    margin-bottom: 0;
    line-height: 20px
}

.shrea-single h5 {
    color: var(--blue--color);
    font-size: 1.25rem;
    margin-bottom: 8px;
    font-weight: 500
}

.shrea-single span {
    background-color: #f9b101;
    width: 2.083vw;
    height: .104vw;
    display: block;
    margin: 1.8vw 0
}

.shrea-single h6 {
    font-size: 1.25vw;
    line-height: 160%;
    margin-bottom: 0
}

.shrea-single .text-box {
    background-color: #e6f0f8;
    width: 90%;
    margin: 0 auto;
    padding: 4vw 2.5vw;
    margin-top: -6.5vw;
    position: relative;
    transition: all 0.7s
}

.shrea-single .text-box .home-quote {
    position: absolute;
    top: 3vw;
    left: 1.5vw
}

.shrea-single:hover .text-box {
    margin-top: -6.6vw
}

.share-vision-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.shrea-single {
    width: 48.5%;
    margin-top: 2.3vw
}

.shrea-single:hover .text-box {
    width: 94%
}

.shrea-single .main-img {
    position: absolute;
    bottom: 0;
    left: 0
}

.shrea-single img {
    transition: all 0.4s
}

.shrea-single:hover .main-img {
    transform: scale(1.07)
}

.shrea-single .img-box {
    position: relative
}

.shrea-single .bg-img {
    transition: transform 0.6s ease;
    transform-origin: top
}

.shrea-single:hover .bg-img {
    transform: scaleY(.95)
}

.heading-p {
    font-size: 1.25vw;
    font-family: "Open Sans", sans-serif;
    line-height: 160%
}

.our-campus .img-box {
    height: 32.014vw
}

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

.our-campus a {
    font-size: 1.736vw;
    line-height: 140%;
    color: #0066b0;
    text-decoration: none;
    display: block;
    margin-bottom: .5vw
}

.our-campus .nav-link {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    padding: 0vw 0 1.4vw 0;
    margin-bottom: 1.9vw;
    position: relative
}

.our-campus .nav-link.active {
    padding: 0vw 0 1.4vw 0;
    margin-bottom: 1.4vw;
    border-bottom: 1px solid #ccc
}

.our-campus .nav-link.active a {
    color: var(--orange--color)
}

.our-campus .nav-link.active p {
    opacity: 1;
    height: auto;
    top: 0
}

.our-campus ul {
    border-bottom: 0;
    padding-top: 1.5vw
}

.our-campus li {
    width: 90%;
    border: 0
}

.our-campus .row {
    margin-top: 5vw
}

.our-campus .nav-link p {
    color: #00243d;
    opacity: 0;
    height: 0;
    top: -24px;
    transition: all 1s;
    position: relative
}

.our-campus .nav-item:nth-child(1) .nav-link {
    border-top: 0
}

.our-campus .nav-item:last-child .nav-link {
    border-bottom: 0
}

.life-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.life-wrapper .life-single {
    width: 31%;
    height: 400px;
    position: relative;
    transition: all 0.6s;
    margin-bottom: 0vw
}

.life-wrapper .life-single .img-box {
    position: relative;
    transition: all 0.6s;
    height: 100%
}

.life-wrapper .life-single .img-box::before {
    position: absolute;
    content: "";
    background-color: #00477a;
    opacity: 85%;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    border-radius: 20px
}

.life-wrapper .life-single:hover .img-box::before {
    opacity: 60%
}

.life-wrapper .life-single h5 {
    font-size: 1.944vw;
    line-height: 2.5vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.4vw;
    text-align: center;
    width: 100%;
    font-weight: 500
}

.life-wrapper .life-single .img-box:hover {
    transform: scale(.95)
}

.custom-btn {
    width: fit-content;
    height: 2.778vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 2vw;
    text-decoration: none;
    letter-spacing: .014vw;
    line-height: 145%;
    transition: all 0.4s;
    cursor: pointer;
    font-size: .97vw;
    padding: 0 1.8vw
}

.custom-btn:hover {
    background-color: #0066b0;
    color: #fff !important
}

.custom-btn img {
    margin-left: .6vw
}

.life-single .blue-bg-center {
    background-color: #00477a;
    height: 100%;
    display: block;
    transition: all 0.6s
}

.life-single .text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.life-single.logo-box .heading {
    margin: 2.8vw 0 1vw 0
}

.life-wrapper .life-single:hover .blue-bg-center {
    transform: scale(.95)
}

.life {
    padding-top: 11vw;
    margin-top: 6vw;
    padding-bottom: 7vw
}

.life-wrapper .life-single:nth-child(2) {
    margin-top: -11vw
}

.life-wrapper .life-single:nth-child(5) {
    margin-top: -4vw;
    height: 500px
}

.life-wrapper .life-single:nth-child(8) {
    margin-top: 1.6vw
}

.life-wrapper .life-single:nth-child(7),
.life-wrapper .life-single:nth-child(9) {
    margin-top: -1vw
}

.life-single .custom-btn:hover {
    background-color: unset
}

.home-story .heading {
    font-size: 3.75vw;
    line-height: 120%
}

.home-story .row {
    align-items: center
}

.column a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: .972vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.944vw
}

.home-story {
    padding: 5.5vw 0;
    margin-top: 8vw
}

.custom-tabs .nav-link {
    font-size: 1.111vw;
    line-height: 1.944vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: var(--blue--color);
    border: 1px solid #0066b0;
    border-radius: 2vw;
    padding: .5vw 2vw;
    margin-right: 1vw
}

.custom-tabs ul {
    border-bottom: 0
}

.custom-tabs .nav-link.active,
.custom-tabs .nav-link:hover {
    background: #0066b0;
    color: #fff
}

.custom-tabs {
    padding-top: 1vw
}

.spotlight-div {
    display: flex !important;
    gap: 10px;
    align-items: stretch;
    background: #e6f0f8;
    border-radius: 0;
    position: relative;
    padding: .6vw;
    justify-content: space-between;
    transition: all 0.4s;
    height: 26.944vw;
    transition: width 1s ease;
    flex-shrink: 0;
    margin-right: 1.8vw;
    margin-top: 5vw
}

.slick-slide.slick-current.slick-active .spotlight-div.active .inner-text p {
    color: #0066b0
}

.slick-slide.slick-current.slick-active .spotlight-div.active .inner-text {
    width: auto
}

.spotlight-div .inner-text {
    width: 190px;
    transition: width 0.75s ease
}

.slick-slide.slick-current.slick-active .spotlight-single .text-box {
    flex-basis: 70%
}

.spotlight-div span {
    color: #0f0e0f;
    font-size: 3.333vw;
    line-height: 2.5vw;
    letter-spacing: calc(3.333vw * -0.04)
}

.spotlight-div h4 {
    font-size: 1.875vw;
    line-height: 2.083vw;
    letter-spacing: calc(1.875vw * -0.04);
    margin-bottom: 1vw;
    color: #0f0e0f
}

.spotlight-div .img-box img {
    width: 100%;
    height: 100%;
    object-fit: unset;
    object-position: top;
    border-radius: 0
}

.spotlight-div .text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2vw;
    width: 50%;
    transition: all 0.75s ease
}

.spotlight-div .img-box {
    border-radius: 0;
    width: 0%;
    opacity: 1;
    overflow: hidden;
    transition: width 0.75s ease, opacity 0.75s ease;
    padding: 2vw 2vw 2vw 0
}

.spotlight .slick-slider .slick-track {
    display: flex !important
}

.spotlight .slick-slide.slick-current.slick-active .spotlight-div .img-box {
    width: 45%
}

.spotlight .slick-slide.slick-current.slick-active {
    min-width: calc(15%) !important
}

.spotlight-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 5vw;
    overflow: visible;
    gap: 2vw;
    padding-left: 10vw
}

.spotlight-div .inner-text p br {
    display: block
}

.spotlight-div.active .img-box {
    width: 45%;
    opacity: 1
}

.spotlight-div.active .text-box {
    flex-basis: 70%
}

.key-highlights {
    padding-top: 7vw;
    padding-bottom: 12vw
}

.spotlight-single.active {
    background: #e6f0f8;
    width: calc(50% - 1vw);
    border: 1px solid #0066b0
}

.spotlight-single.active .inner-text {
    width: auto
}

.spotlight-single.active .inner-text p {
    color: #0066b0
}

.spotlight-single.active .inner-text p br {
    display: none
}

header.animated.shrink {
    display: none
}

.spotlight-div h4 {
    color: #00243d
}

.spotlight-div .custom-btn {
    border: 1px solid #0066b0;
    color: #0066b0;
    position: absolute;
    bottom: 2.4vw
}

.spotlight-div .custom-btn img {
    transition: all 0.4s;
    filter: invert(24%) sepia(79%) saturate(2500%) hue-rotate(189deg) brightness(88%) contrast(101%)
}

.spotlight-div:hover .custom-btn {
    background-color: #0066b0;
    color: #fff
}

.spotlight-div:hover .custom-btn img {
    filter: unset
}

.spotlight {
    padding-top: 8vw !important;
    overflow-x: hidden
}

.spotlight .tab-content {
    padding-left: 1vw
}

.section_home-slide.overflow-clip {
    overflow: clip
}

.banner-slider {
    height: calc(100vh - 3.125rem);
    display: flex;
    position: relative;
    overflow: hidden
}

.section_home-slide.overflow-clip {
    overflow: clip
}

.banner-slider {
    height: calc(100vh - 3.125rem);
    display: flex;
    position: relative;
    overflow: hidden
}

.wb-swiper {
    aspect-ratio: 1;
    width: 100%;
    overflow: clip
}

.wb-swiper-wrapper {
    flex-flow: row;
    align-items: stretch;
    height: 100%;
    display: flex;
    position: relative
}

.wb-slide {
    flex: none;
    width: 100%;
    position: relative
}

.slide-image {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.slide-text-overlay {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--dias-color--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    inset: 0%
}

.slide-text-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    max-width: 100%;
    margin-top: 7rem;
    padding-bottom: 1rem;
    display: flex
}

.icon-embed-tiny {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex
}

.wb-controls-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 2rem;
    padding-right: 4.75rem;
    position: absolute;
    inset: auto 0% 0%
}

.wb-swiper-controls {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex
}

.wb-swiper-pagination {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex
}

.wb-swiper-bullet {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    width: .75rem;
    height: .75rem;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: flex;
    border: 0
}

.wb-swiper-bullet.is-active {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    background-color: #fff0;
    color: #f9b101;
    background-image: url("../images/pagination-slider.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: flex-end;
    align-items: center;
    width: 90px;
    height: 34px;
    font-size: .972vw;
    display: flex;
    border: 0
}

.section_home-slide.overflow-clip {
    overflow: clip;
    margin-top: -4.9vw
}

.locationscontent.nav-link .orange-arrow {
    opacity: 0;
    position: absolute;
    right: -2vw;
    transition: all 0.4s;
    top: 0vw
}

.locationscontent.nav-link.active .orange-arrow {
    opacity: 1
}

.our-campus .locationscontent .img-box {
    display: none
}

.p-blue {
    color: #00243d
}

.p-bottom-5 {
    padding-bottom: 5.556vw
}

.slick-slide.slick-current.slick-active .spotlight-div {
    border: 1px solid #0066b0
}

.heading-p {
    width: 57%
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

.border-radius {
    border-radius: 20px !important;
    overflow: hidden
}

.white-color h2 span {
    color: #fff
}

.banner-slide {
    margin-top: 14rem
}

.spotlight-text {
    font-size: 20px
}

@media (min-width:768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .d-none.d-md-block {
        display: none !important
    }

    .text-box {
        margin-bottom: 15px
    }

    .spotlight-text {
        font-size: 14px !important
    }

    .map {
        display: none
    }

    .heading-p,
    .shrea-single h6 {
        font-size: 16px
    }

    .heading-p {
        line-height: 160%;
        width: 100%
    }

    .home-story .heading {
        font-size: 32px;
        line-height: 120%
    }

    .home-story .img-box {
        margin-top: 2vw
    }

    .home-story {
        padding: 50px 0
    }

    .home-story .img-wrapper,
    .share-vision-wrapper {
        flex-wrap: wrap
    }

    .shrea-single {
        width: 100%;
        margin-top: 8.3vw
    }

    .heading-p br,
    .mobile-life .item h5 br,
    .our-campus .nav-link.active p br,
    .our-campus .tab-content,
    .shrea-single h6 br,
    .spotlight-div .inner-text p br {
        display: none
    }

    .shrea-single span {
        width: 16.98px;
        margin: 25px 0 16px
    }

    .font-14,
    .shrea-single p,
    .wb-swiper-bullet.is-active {
        font-size: 14px
    }

    .shrea-single .text-box {
        padding: 20px
    }

    .our-campus a {
        font-size: 20px;
        line-height: 140%
    }

    .our-campus .nav-link,
    .our-campus .nav-link.active {
        margin-bottom: 17px;
        padding-bottom: 15px
    }

    .mobile-life .heading-p br {
        display: block
    }

    .custom-btn {
        width: fit-content;
        height: 40px;
        border-radius: 30px;
        border: 1px solid #0066b0;
        color: #0066b0;
        font-size: 14px;
        padding: 0 23px
    }

    .mobile-life .custom-btn img {
        filter: invert(72%) sepia(97%) saturate(1837%) hue-rotate(187deg) brightness(93%) contrast(101%);
        margin-left: 7px
    }

    .mobile-life .img-box {
        position: relative
    }

    .mobile-life .img-box::before {
        position: absolute;
        content: '';
        background-color: #00477a;
        opacity: 85%;
        width: 100%;
        height: 100%;
        transition: .6s
    }

    .mobile-life .item h5 {
        font-size: 24px;
        line-height: 140%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 11.4vw;
        text-align: center;
        width: 100%
    }

    .mobile-life .owl-dots {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%)
    }

    .home-slider .caption-box,
    .slide-text-overlay {
        left:2%;
        top: 50%;
        width: 100%
    }

    .lifeAtimg {
        width: 100%;
        height: 327px !important
    }

    .mobile-life .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px 2px;
        background: 0 0;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s;
        border-radius: 30px;
        border: 1px solid #fff
    }

    .mobile-life .owl-theme .owl-dots .owl-dot.active span,
    .mobile-life .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff
    }

    .life-slider {
        margin-top: 37px
    }

    .mobile-life {
        padding: 54px 0 60px
    }

    .spotlight-div p {
        font-size: 18px;
        line-height: 150%
    }

    .section_home-slide.overflow-clip,
    .slider-section {
        margin-top: -13.5vw
    }

    .home-slider .caption-box {
        position: absolute
    }

    .section_home-slide h2 {
        font-size: 32px;
        text-align: left
    }

    .section_home-slide .custom-btn {
        width: fit-content;
        padding: 0 18px;
        margin: 0 auto;
        border: 1px solid #fff;
        font-size: 14px;
        height: 11.778vw
    }

    .slide-text-wrapper {
        width: 100%;
        margin-top: 0
    }

    .wb-swiper-bullet {
        width: 10px;
        height: 10px
    }

    .wb-controls-wrapper {
        padding-right: 12vw
    }

    .custom-tabs .nav-link {
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 100%;
        border-radius: 50px;
        padding: 0 21px
    }

    .spotlight {
        overflow-x: hidden;
        padding-top: 17vw !important
    }

    .home-story {
        margin-top: 55px
    }

    .spotlight-div {
        height: 343px;
        width: calc(93% - 1vw);
        margin-left: 0;
        margin-right: 0
    }

    .spotlight-div .inner-text {
        width: 147px
    }

    .slick-slide.slick-current.slick-active .spotlight-div .img-box {
        width: 56%
    }

    .spotlight-div .img-box {
        padding: 15px
    }

    .spotlight-div .custom-btn {
        bottom: 7.4vw
    }

    .spotlight-wrapper {
        padding-top: 9vw;
        column-gap: 6vw;
        width: 400px;
        overflow-x: scroll
    }

    .custom-tabs {
        padding-top: 2vw
    }

    .our-campus .img-box {
        height: 223px;
        width: 100%;
        object-fit: cover
    }

    .our-campus .img-box img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .our-campus .nav-link p {
        opacity: 1;
        height: auto;
        top: 0;
        display: block;
        margin: 13px 0 17px;
        transition: unset
    }

    .our-campus,
    .share-vision {
        padding-top: 68px
    }

    .our-campus {
        padding-bottom: 20px
    }

    .spotlight-div.active {
        width: calc(100% - 1vw)
    }

    .spotlight-div.active .img-box {
        width: 60%
    }

    .mobile-spotlite .spotlight-div .inner-text,
    .mobile-spotlite .spotlight-div .text-box,
    .our-campus li,
    .spotlight.mobile-spotlite .slick-slide.slick-current.slick-active .spotlight-div .img-box {
        width: 100%
    }

    .custom-btn img {
        margin-left: 8px
    }

    .home-story .box1:last-child {
        display: flex;
        width: 100%;
        gap: 4.4vw
    }

    .home-story .img-wrapper .img1,
    .home-story .img-wrapper .img1 iframe {
        width: 148px !important;
        height: 148px !important;
        margin-bottom: 4.4vw !important
    }

    .home-story .img-wrapper .img2,
    .home-story .img-wrapper .img2 iframe {
        width: 153px !important;
        height: 311px !important
    }

    .home-story .box1:last-child .img1:last-child {
        width: 152px;
        height: 147px
    }

    .home-story .img-wrapper .extra {
        gap: 4.4vw
    }

    .spotlight .tab-content {
        padding-left: 0
    }

    .spotlight .slick-slide.slick-current.slick-active {
        min-width: calc(9%) !important
    }

    .mobile-heading h2 {
        margin-bottom: 2px !important
    }

    .mobile-spotlite .spotlight-div .img-box {
        padding: 0;
        width: 100%;
        height: 200px
    }
    .mobile-spotlite .spotlight-div .img-box img {
        height: 100%;
       object-fit: cover;
    }

    .mobile-spotlite .spotlight-div {
        flex-direction: column-reverse;
        height: auto;
        padding: 0
    }

    .mobile-spotlite .spotlight-div .custom-btn {
        bottom: 0;
        position: relative
    }

    .mobile-spotlite .spotlight-div p {
        font-size: 16px;
        line-height: 160%
    }

    .mobile-spotlite .spotlight-div .text-box {
        padding: 18px 15px
    }

    .mobile-spotlite .custom-tabs ul {
        flex-wrap: unset;
        overflow-x: unset
    }

    .videomodal .btn-close {
        font-size: 17px
    }
}

@media(max-width:992px) {
    .heading {
        font-size: 24px;
        line-height: 140%
    }

    .custom-btn,
    .font-14,
    .font-16,
    .font-18,
    .heading-p {
        font-size: 14px
    }

    .font-16 {
        line-height: 160%
    }

    .heading-p {
        margin-bottom: 16px
    }

    .custom-tabs .nav-link {
        font-size: 14px;
        line-height: 28px;
        border-radius: 30px
    }

    .custom-btn {
        width: fit-content;
        height: 40px;
        border-radius: 42px
    }

    .section_home-slide.overflow-clip {
        margin-top: -6.6vw
    }

    .wb-controls-wrapper {
        padding-right: 7.75rem;
    }

    body.body-overlay {
        overflow: hidden
    }
}

@media (max-width:1024px) {
    .life-wrapper .life-single {
        height: 250px
    }

    .life-wrapper .life-single:nth-child(5) {
        height: 350px
    }

    .life-wrapper .life-single:nth-child(5) {
        margin-top: -3vw
    }

    .life-wrapper .life-single:nth-child(8) {
        margin-top: 2.6vw
    }

    .spotlight-text {
        font-size: 14px
    }

    .spotlight-div .inner-text {
        width: 200px;
        transition: width 0.75s ease
    }
}