@import url("https://p.typekit.net/p.css?s=1&k=gqa0thk&ht=tk&f=58306.58309.58310&a=632231&app=typekit&e=css");
@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf') format('opentype'), url('../fonts/Gotham-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Black-Italic';
    src: url('../fonts/Gotham-BlackItalic.otf') format('opentype'), url('../fonts/Gotham-BlackItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype'), url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Bold-Italic';
    src: url('../fonts/Gotham-BoldItalic.otf') format('opentype'), url('../fonts/Gotham-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf') format('opentype'), url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Book-Italic';
    src: url('../fonts/Gotham-BookItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Light-Italic';
    src: url('../fonts/Gotham-LightItalic.otf') format('opentype'), url('../fonts/Gotham-LightItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.otf') format('opentype'), url('../fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Medium-Italic';
    src: url('../fonts/Gotham-MediumItalic.otf') format('opentype'), url('../fonts/Gotham-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.otf') format('opentype'), url('../fonts/Gotham-Thin.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Thin-Italic';
    src: url('../fonts/Gotham-ThinItalic.otf') format('opentype'), url('../fonts/Gotham-ThinItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Ultra';
    src: url('../fonts/Gotham-Ultra.otf') format('opentype'), url('../fonts/Gotham-Ultra.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Ultra-Italic';
    src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-XLight';
    src: url('../fonts/Gotham-XLight.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-XLight-Italic';
    src: url('../fonts/Gotham-XLightItalic.otf') format('opentype'), url('../fonts/Gotham-XLightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
/* Common Css Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* scrollbar-width: thin;
    scrollbar-color: #FFFFFFAF #231F2066; */
}
/* ScrollBar CSS Start */
::-webkit-scrollbar-track {
    background-color: #231F2066;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #00234B !important;
    border-radius: 10px;
}
/* ScrollBar CSS End */
body, html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
    font-family: "Gotham-Light", sans-serif;
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
html.remove-overflow,
body.remove-overflow {
    overflow: hidden;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-none {
    cursor: auto;
}
.spacer {
    flex: 1 1 auto;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mobile-view {
    display: none;
}
/* Custom Button Css Start */
.transparent-arrow-btn {
    background: transparent;
    border: 0;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.transparent-arrow-btn p {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.transparent-arrow-btn .arrow-icon {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
    margin-left: 15px;
}
.transparent-arrow-btn:hover .arrow-icon {
    background: #FFFFFF;
}
.transparent-arrow-btn .arrow-icon .right-arrow-icon {
    width: 20px;
    transition: all 1s;
}
.transparent-arrow-btn:hover .arrow-icon .right-arrow-icon,
.transparent-arrow-btn .arrow-icon .right-arrow-icon-long {
    display: none;
    transition: all 1s;
}
.transparent-arrow-btn:hover .arrow-icon .right-arrow-icon-long {
    display: inline-block;
    width: 22px;
}
.blue-arrow-btn-link {
    background: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    height: 38px;
}
.blue-arrow-btn-link p {
    font-size: 16px;
    line-height: 18px;
    color: #003D58;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 1s;
}
.blue-arrow-btn-link:hover p {
    color: #98263C;
}
.blue-arrow-btn-link .arrow-icon {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #003D58;
    background: transparent;
    transition: all 1s;
    margin-left: 15px;
}
.blue-arrow-btn-link:hover .arrow-icon {
    background: #98263C;
    border: solid 1px #98263C;
    height: 32px;
    width: 32px;
    margin-left: 10px;
}
.blue-arrow-btn-link .arrow-icon i {
    font-size: 14px;
    color: #003D58;
    transition: all 1s;
}
.blue-arrow-btn-link:hover .arrow-icon i {
    color: #FFFFFF;
}
.green-arrow-btn-link {
    background: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    height: 38px;
}
.green-arrow-btn-link p {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.green-arrow-btn-link .arrow-icon {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
    margin-left: 15px;
}
.green-arrow-btn-link:hover .arrow-icon {
    background: #FFFFFF;
    height: 32px;
    width: 32px;
    margin-left: 10px;
}
.green-arrow-btn-link .arrow-icon i {
    font-size: 14px;
    color: #A6CE39;
    transition: all 1s;
}
.green-arrow-btn-link:hover .arrow-icon i {
    color: #98263C;
}
/* Custom Button Css End */
/* Sticky Header Css Start */
.sticky-header-section {
    position: fixed;
    top: -1px;
    right: 0;
    background: #003D58;
    width: 120px;
    border-right: solid 15px #D0A643;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 50px;
    z-index: 9;
    clip-path: url(#curveDesktopHeaderClip);
    backdrop-filter: blur(24px);
    transition: all 1s;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
}
.sticky-header-section.scrolled {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}
.sticky-header-section .menu-btn-box {
    cursor: pointer;
    text-align: center;
}
.sticky-header-section .menu-btn-box .menu-icon-box {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
}
.sticky-header-section .menu-btn-box:hover .menu-icon-box {
    background: #98263C;
    border: solid 1px #98263C;
}
.sticky-header-section .menu-btn-box .menu-icon-box .menu-bar-icon {
    width: 24px;
    transition: all 1s;
}
.sticky-header-section .menu-btn-box:hover .menu-icon-box .menu-bar-icon {
    rotate: 90deg;
}
.sticky-header-section .menu-btn-box p {
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0 0;
}
.sticky-header-section .portals-tours-enrolment-icon-con {
    padding: 40px 0 50px;
    text-align: center;
}
.sticky-header-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.sticky-header-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:not(:last-child) {
    margin-bottom: 20px;
}
.sticky-header-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
}
.sticky-header-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box {
    background: #98263C;
    border: solid 1px #98263C;
    box-shadow: none;
}
.sticky-header-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg {
    width: 30px;
    height: 30px;
}
.sticky-header-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg path {
    fill: #D7E8F7;
    transition: all 1s;
}
.sticky-header-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box svg path {
    fill: #FFFFFF;
}
.sticky-header-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box p {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0 0;
}
/* Sticky Header Css End */
/* Menu Css Start */
.menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, #0092CB 0%, #003D58 100%);
    transform: translateX(100%);
    transition: all 1s;
    z-index: 101;
    padding: 0;
}
.menu-nav.active {
    transform: translateX(0);
}
.menu-nav .menu-box {
    width: 100vw;
    height: 100vh;
    display: inline-flex;
    align-items: flex-start;
}
.menu-nav .menu-box .parent-menu-con {
    height: 100vh;
    width: 550px;
    padding: 50px 0 30px;
}
.menu-nav .menu-box .parent-menu-con .parent-menu-box {
    height: calc(100vh - 145px);
    overflow-y: auto;
}
.menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li:not(:last-child) {
    margin-bottom: 5px;
}
.menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li {
    background: transparent;
    transition: all 1s;
    padding: 10px 50px;
}
.menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li:hover,
.menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li.active {
    background: #98263C;
}
.menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li a {
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: all 1s;
}
.menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li:hover a,
.menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li.active a {
    color: #D0A643;
}
.menu-nav .menu-box .parent-menu-con .stay-connected-box {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding: 0 50px;
}
.menu-nav .menu-box .parent-menu-con .stay-connected-box .stay-connected-title {
    font-size: 28px;
    line-height: 38px;
    color: #D0A643;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.menu-nav .menu-box .parent-menu-con .stay-connected-box .social-media-icon-con {
    display: inline-flex;
    align-items: center;
    margin-left: 30px;
}
.menu-nav .menu-box .parent-menu-con .stay-connected-box .social-media-icon-con .social-media-icon-box {
    background: transparent;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #FFFFFF;
    text-decoration: none;
    margin: 0 0 0 20px;
    transition: all 1s;
}
.menu-nav .menu-box .parent-menu-con .stay-connected-box .social-media-icon-con .social-media-icon-box:hover {
    background: #98263C;
    border: 1px solid #98263C;
}
.menu-nav .menu-box .parent-menu-con .stay-connected-box .social-media-icon-con .social-media-icon-box i {
    font-size: 20px;
    color: #FFFFFF;
    transition: all 1s;
}
.menu-nav .menu-box .important-menu-con {
    height: 100vh;
    width: calc(100vw - 550px);
    align-items: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clip-path: url("#curveBottomRightClip");
}
.menu-nav .menu-box .important-menu-con .important-menu-box {
    width: calc(100% - 120px);
    padding: 50px 70px;
}
.menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-title {
    font-size: 32px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    letter-spacing: 0.03rem;
    font-weight: 700;
    margin-bottom: 0;
    border-top: solid 1px #D0A643;
    padding-top: 15px;
}
.menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box {
    margin-top: 50px;
    text-align: center;
}
.menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt .important-menu-icon-box {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    margin-bottom: 0;
}
.menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt:hover .important-menu-icon-box {
    background-color: #98263C;
}
.menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt .important-menu-icon-box .important-menu-icon {
    width: 35px;
    transition: all 1s;
}
.menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt:hover .important-menu-icon-box .important-menu-icon {
    width: 25px;
}
.menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt .important-menu-txt {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box {
    width: 120px;
    height: 100vh;
    border-right: solid 15px #D0A643;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    overflow-y: auto;
    overflow-x: hidden;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .menu-close-search-icon-box .menu-btn-box {
    cursor: pointer;
    text-align: center;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .menu-close-search-icon-box .menu-btn-box .menu-icon-box {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .menu-close-search-icon-box .menu-btn-box:hover .menu-icon-box {
    background: #98263C;
    border: solid 1px #98263C;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .menu-close-search-icon-box .menu-btn-box .menu-icon-box .menu-close-icon {
    width: 18px;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .menu-close-search-icon-box .search-icon-box {
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .menu-close-search-icon-box .search-icon-box .search-icon {
    width: 20px;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .menu-close-search-icon-box .search-icon-box.translate-icon-box .search-icon {
    width: 24px;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con {
    padding: 20px 0;
    text-align: center;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:not(:last-child) {
    margin-bottom: 20px;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box {
    background: #98263C;
    border: solid 1px #98263C;
    box-shadow: none;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg {
    width: 30px;
    height: 30px;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg path {
    fill: #D7E8F7;
    transition: all 1s;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box svg path {
    fill: #FFFFFF;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box p {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0 0;
}
.menu-nav .menu-box .important-menu-con .important-side-menu-box .menu-logo-box .menu-logo-img {
    width: 65px;
}
.menu-nav .menu-box .child-menu-con {
    height: 100vh;
    width: calc(100vw - 550px);
    background: #98263C;
    display: none;
    align-items: flex-start;
}
.menu-nav .menu-box .child-menu-con .child-menu-box {
    width: calc(100% - 550px);
    padding: 50px;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu-content-box {
    height: calc(100vh - 100px);
    width: 100%;
    overflow-y: auto;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu,
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu .child-sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu .child-sub-menu {
    display: none;
    margin-left: 30px;
    margin-top: 25px;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li.has-submenu.submenu-open .child-sub-menu {
    display: block;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li:not(:last-child) {
    margin-bottom: 25px;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu .child-sub-menu li:last-child {
    margin-bottom: 25px;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li.has-submenu {
    position: relative;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li.has-submenu::after {
    content: '\f0d7';
    position: absolute;
    top: 2px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #D0A643;
    font-family: "Font Awesome 6 Free";
	font-weight: 600;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li.has-submenu.submenu-open::after {
    content: '\f0d8';
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li a {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all 1s;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li:hover a,
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li.active a {
    color: #D0A643;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu .child-sub-menu li a {
    color: #FFFFFF !important;
}
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu .child-sub-menu li:hover a,
.menu-nav .menu-box .child-menu-con .child-menu-box .child-menu .child-sub-menu li.active a {
    color: #D0A643 !important;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con {
    width: 550px;
    height: 100vh;
    /*background: linear-gradient(#003D5866, #003D5866), url("../images/important-menu-bg.webp") center center / cover no-repeat;*/
    background: linear-gradient(#003D5866, #003D5866);
    clip-path: url("#curveBottomRightClip");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url('../images/child-menu-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; */
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box {
    width: 120px;
    height: 100vh;
    border-right: solid 15px #D0A643;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: auto;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .menu-close-search-icon-box .menu-btn-box {
    cursor: pointer;
    text-align: center;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .menu-close-search-icon-box .menu-btn-box .menu-icon-box {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .menu-close-search-icon-box .menu-btn-box:hover .menu-icon-box {
    background: #98263C;
    border: solid 1px #98263C;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .menu-close-search-icon-box .menu-btn-box .menu-icon-box .menu-close-icon {
    width: 18px;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .menu-close-search-icon-box .search-icon-box {
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .menu-close-search-icon-box .search-icon-box .search-icon {
    width: 20px;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .menu-close-search-icon-box .search-icon-box.translate-icon-box .search-icon {
    width: 24px;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con {
    padding: 20px 0;
    text-align: center;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:not(:last-child) {
    margin-bottom: 20px;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box {
    background: #98263C;
    border: solid 1px #98263C;
    box-shadow: none;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg {
    width: 30px;
    height: 30px;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg path {
    fill: #D7E8F7;
    transition: all 1s;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box svg path {
    fill: #FFFFFF;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box p {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0 0;
}
.menu-nav .menu-box .child-menu-con .child-side-menu-con .child-side-menu-box .menu-logo-box .menu-logo-img {
    width: 65px;
}
/* Menu Css End */
/* Search Css Start */
.search-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    background: linear-gradient(180deg, #0092CB 0%, #003D58 100%);
    transform: translateX(100%);
    transition: all 1s;
    z-index: 101;
}
.search-nav.active {
    transform: translateX(0);
}
.search-nav .search-box {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: flex-start;
}
.search-nav .search-box .search-close-icon-box {
    width: 120px;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 25px 20px;
}
.search-nav .search-box .search-close-icon-box .close-icon-box {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
    cursor: pointer;
}
.search-nav .search-box .search-close-icon-box .close-icon-box:hover {
    background: #98263C;
    border: solid 1px #98263C;
}
.search-nav .search-box .search-close-icon-box .close-icon-box img {
    width: 18px;
}
.search-nav .search-box .search-content-con {
    width: calc(100vw - 120px);
    height: 100vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    border-right: solid 15px #D0A643;
    background-image: url('../images/search-bg-img.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    clip-path: url(#curveBottomRightClip);
}
.search-nav .search-box .search-content-con::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #003D58CC;
    clip-path: url(#curveBottomRightClip);
}
.search-nav .search-box .search-content-con .search-content-box {
    text-align: center;
    max-width: 650px;
    position: relative;
    z-index: 1;
}
.search-nav .search-box .search-content-con .search-content-box h5 {
    font-size: 62px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.search-nav .search-box .search-content-con .search-content-box .search-again {
    font-size: 32px;
    line-height: 40px;
}
.search-nav .search-box .search-content-con .search-content-box .search-input-box {
    position: relative;
}
.search-nav .search-box .search-content-con .search-content-box .search-input-box input {
    width: 650px;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #FFFFFF;
    border-radius: 0;
    padding: 10px 65px 10px 20px;
    box-shadow: none !important;
    height: 70px;
    font-size: 32px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-align: left;
}
.search-nav .search-box .search-content-con .search-content-box .search-input-box input::placeholder {
    font-size: 32px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
}
.search-nav .search-box .search-content-con .search-content-box .search-input-box .search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: transparent;
    border: dashed 1px #FFFFFF;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-nav .search-box .search-content-con .search-content-box .search-input-box .search-btn img {
    width: 20px;
}
.search-nav .search-box .search-content-con .search-content-box .search-result-box {
    margin-top: 15px;
    text-align: left;
}
.search-nav .search-box .search-content-con .search-content-box .search-result-box h6 {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.035rem;
}
.search-nav .search-box .search-content-con .search-content-box .search-result-box .search-result-list-box {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
}
.search-nav .search-box .search-content-con .search-content-box .search-result-box .search-result-list-box .search-result-list {
    padding-top: 10px;
}
.search-nav .search-box .search-content-con .search-content-box .search-result-box .search-result-list-box .search-result-list:not(:last-child) {
    border-bottom: #D0A643;
    padding-bottom: 30px;
}
.search-nav .search-box .search-content-con .search-content-box .search-result-box .search-result-list-box .search-result-list h6 {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.035rem;
    text-transform: initial;
    margin: 0 0 5px;
}
.search-nav .search-box .search-content-con .search-content-box .search-result-box .search-result-list-box .search-result-list .search-result-link {
    font-size: 16px;
    line-height: 22px;
    color: #D0A643;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.035rem;
}
.search-nav .search-box .search-content-con .search-content-box .search-result-box .search-result-list-box .search-result-list .search-result-detail {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin: 6px 0 0;
    letter-spacing: 0.035rem;
}
/* Search Css End */
/* Banner Css Start */
.banner-section {
    padding: 0;
    height: 100vh;
    background: linear-gradient(180deg, #003D58 53%, #0092CB 100%);
    position: relative;
    overflow: hidden;
}
.banner-section::before,
.banner-section::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-color: #fff;
    z-index: 2;
    transition: transform 1.5s ease-in-out;
}
.banner-section::before {
    left: 0;
    transform: translateX(0);
}
.banner-section::after {
    right: 0;
    transform: translateX(0);
}
.banner-section .banner-con .banner-box .carousel-item {
    display: flex;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
}
.banner-section .banner-con .banner-box video,
.banner-section .banner-con .banner-box iframe,
.banner-section .banner-con .banner-box .banner-img,
.banner-section .banner-con .banner-box .banner-iframe-box {
    height: 100vh;
    width: calc(100vw - 120px);
    object-fit: cover;
    object-position: center center;
    clip-path: url(#curveClip);
}
.banner-section .banner-con .banner-box .banner-iframe-box iframe {
    top: -52%;
    width: 130%;
    height: 200%;
    border: 0;
    left: -4%;
    position: absolute;
    transform: unset;
}
.banner-section .banner-con .banner-box .carousel-caption {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 70.55%, rgba(0, 0, 0, 0.4) 91.66%);
    height: 100vh;
    width: calc(100vw - 120px);
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px 0;
    clip-path: url(#curveClip);
}
.banner-section .banner-con .banner-box .carousel-caption .banner-logo-img-box {
    display: inline-block;
    margin: 0 60px;
}
.banner-section .banner-con .banner-box .carousel-caption .banner-logo-img-box .banner-logo-img {
    width: 140px;
}
.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box {
    margin-bottom: 70px;
}
.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-title-img {
    width: 700px;
}
.banner-section .banner-con .banner-box .banner-side-menu-box {
    width: 120px;
    height: 100vh;
    border-right: solid 15px #D0A643;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box .menu-btn-box {
    cursor: pointer;
    text-align: center;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box .menu-btn-box .menu-icon-box {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box .menu-btn-box:hover .menu-icon-box {
    background: #98263C;
    border: solid 1px #98263C;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box .menu-btn-box .menu-icon-box .menu-bar-icon {
    width: 24px;
    transition: all 1s;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box .menu-btn-box:hover .menu-icon-box .menu-bar-icon {
    rotate: 90deg;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box .menu-btn-box p {
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0 0;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box  .search-icon-box {
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box  .search-icon-box .search-icon {
    width: 20px;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .menu-search-icon-box  .search-icon-box.translate-icon-box .search-icon {
    width: 24px;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con {
    padding: 20px 0;
    text-align: center;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:not(:last-child) {
    margin-bottom: 20px;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box {
    background: #98263C;
    border: solid 1px #98263C;
    box-shadow: none;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg {
    width: 30px;
    height: 30px;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg path {
    fill: #D7E8F7;
    transition: all 1s;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box svg path {
    fill: #FFFFFF;
}
.banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box p {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0 0;
}
/* General Banner Css Start */
.general-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box {
    text-align: left;
    padding: 0 150px;
}
.general-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.general-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-title {
    font-size: 62px;
    line-height: 66px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.general-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-title::before {
    content: '';
    display: inline-block;
    width: 150px;
    height: 8px;
    background: #A6CE39;
    margin-left: -170px;
    vertical-align: middle;
}
.general-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-txt {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0;
}
/* General Banner Css End */
/* Newsletter Banner Css Start */
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 70.55%, rgba(0, 0, 0, 0.4) 91.66%), linear-gradient(180deg, rgba(0, 0, 0, 0) 58.44%, rgba(0, 0, 0, 0.6) 100%);
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box {
    margin-bottom: 0;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box {
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .previous-edition-btn {
    margin-top: 100px;
    margin-bottom: 40px;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .previous-edition-btn .green-arrow-btn-link .arrow-icon {
    margin-left: 0;
    margin-right: 15px;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn {
    height: 100px;
    width: 60px;
    border-radius: 0;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    padding: 0;
    text-decoration: none;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn:not(:last-child) {
    margin-right: 50px;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn svg {
    height: 30px;
    width: 30px;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn svg path {
    stroke: #CBCBCB !important;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn:hover svg path,
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn.active svg path {
    stroke: #FFFFFF !important;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn p {
    font-size: 12px;
    line-height: 15px;
    color: #CBCBCB;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin: 10px 0 0;
    text-align: center;
}
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn:hover p,
.newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box .newsletter-three-icon-btn.active p {
    color: #FFFFFF;
}
/* Newsletter Banner Css End */
/* Banner Section End */
/* Sticky Call Action Css Start */
.sticky-call-action-box {
    position: fixed;
    bottom: 15px;
    right: 50px;
    z-index: 9;
}
.sticky-call-action-box .pop-up-action-box {
    width: 460px;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: stretch;
    background: #003D58;
    box-shadow: 0px 0px 12px 0px #00000040;
}
.sticky-call-action-box .pop-up-action-box .pop-up-img-box {
    width: 220px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-img-box .pop-up-img {
    width: 220px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sticky-call-action-box .pop-up-action-box .pop-up-detail-box {
    width: calc(460px - 220px);
    padding-left: 20px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-detail-box .pop-up-detail-title {
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-detail-box .pop-up-detail-txt {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-detail-box .transparent-arrow-btn {
    margin-top: 20px;
    text-decoration: none;
}
.sticky-call-action-box .pop-up-action-box .pop-up-close-btn,
.open-call-action-btn-box .expand-btn {
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #000000CC;
    border: solid 1px #000000CC;
    outline: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.sticky-call-action-box .pop-up-action-box .pop-up-close-btn img,
.open-call-action-btn-box .expand-btn img {
    width: 16px;
}
.open-call-action-btn-box {
    display: none;
}
.open-call-action-btn-box .img-heading-text {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px #00000040;
}
.open-call-action-btn-box .img-heading-text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.open-call-action-btn-box .popup-hide {
    background: #00000066;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 14px;
    padding: 2px 9px;
    position: absolute;
    top: 30px;
    left: -50px;
    text-decoration: none;
    cursor: pointer;
}
.open-call-action-btn-box .popup-hide span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
/* Sticky Call Action Css End */
/* Footer Css Start */
.footer-section {
    padding: 80px 0 30px;
    background: linear-gradient(180deg, rgba(0, 146, 203, 0.8) 0%, #003D58 100%),
                linear-gradient(270deg, rgba(0, 61, 88, 0) 50%, #003D58 100%),
                url("../images/footer-bg.jpg") center center / cover no-repeat;
}
.footer-section .footer-logo-contact-btn-box {
    padding: 0 110px 120px;
}
.footer-section .footer-logo-contact-btn-box .footer-logo-con .footer-logo-box .footer-logo {
    width: 430px;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box .top-to-scroll-btn {
    background: transparent;
    border: 0;
    text-align: center;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box .top-to-scroll-btn .arrow-icon {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
    margin-bottom: 10px;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box .top-to-scroll-btn:hover .arrow-icon {
    background: #FFFFFF;
    height: 40px;
    width: 40px;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box .top-to-scroll-btn .arrow-icon i {
    font-size: 14px;
    color: #FFFFFF;
    transition: all 1s;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box .top-to-scroll-btn:hover .arrow-icon i {
    color: #98263C;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box .top-to-scroll-btn p {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box .green-arrow-btn-link .arrow-icon i {
    color: #FFFFFF;
}
.footer-section .footer-logo-contact-btn-box .footer-contact-box .green-arrow-btn-link:hover .arrow-icon i {
    color: #98263C;
}
.footer-section .footer-zest-logo-content-box {
    padding: 0 110px;
}
.footer-section .footer-zest-logo-content-box .footer-zest-logo-con .footer-zest-logo-box {
    margin-top: 40px;
}
.footer-section .footer-zest-logo-content-box .footer-zest-logo-con .footer-zest-logo-box .footer-zest-logo {
    width: 430px;
}
.footer-section .footer-zest-logo-content-box .footer-content-con {
    position: relative;
    padding: 0;
}
.footer-section .footer-zest-logo-content-box .footer-content-con::after {
    content: '';
    display: block;
    width: 5000px;
    height: 1px;
    background: #D0A643;
    position: absolute;
    top: 0;
    left: 0px;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box {
    margin-top: 40px;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-content-title {
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 40px;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box:not(:last-child) {
    margin-bottom: 10px;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    word-break: break-word;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box .footer-link-txt {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all 1s;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box .footer-link-txt:hover {
    color: #D0A643;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box:not(:last-child) {
    margin-bottom: 17px;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box img {
    width: 16px;
}
.footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box .footer-link-txt-box {
    width: calc(100% - 16px);
    margin-bottom: 0;
    padding-left: 15px;
}
.footer-section .copyright-partner-con {
    padding: 0 110px;
    margin-top: 50px !important;
}
.footer-section .copyright-partner-box {
    align-items: center;
    border-top: solid 1px #D0A643;
    padding: 20px 0 0;
}
.footer-section .copyright-partner-box .copyright-design-bg-box {
    display: flex;
    align-items: center;
    padding: 0;
}
.footer-section .copyright-partner-box .copyright-design-bg-box .copyright-txt {
    font-size: 15px;
    line-height: 31px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.footer-section .copyright-partner-box .copyright-design-bg-box .website-by-txt {
    font-size: 15px;
    line-height: 31px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.footer-section .copyright-partner-box .copyright-design-bg-box .website-by-txt .jwam-logo {
    width: 56px;
    margin-left: 15px;
}
.footer-section .copyright-partner-box .partner-img-box {
    text-align: right;
    padding: 0;
}
.footer-section .copyright-partner-box .partner-img-box .partner-img {
    width: 380px;
}
/* Footer Css End */
/* Read Previous & Next Css Start */
.read-previous-next-section {
    padding: 80px 0;
    background: #F7F7F7;
}
.read-previous-next-section h6 {
    font-size: 22px;
    line-height: 24px;
    color: #D0A643;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    border-top: solid 1px #CBCBCB;
    text-decoration: none;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover {
    border-color: #003D58;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:last-child {
    border-bottom: solid 1px #CBCBCB;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-content-box {
    width: calc(100% - 240px);
    padding: 15px 15px 15px 0;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-content-box .read-previous-next-sub-title {
    font-size: 16px;
    line-height: 18px;
    color: #CBCBCB;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 1s;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-content-box .read-previous-next-sub-title {
    color: #D0A743;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-content-box .read-previous-next-title {
    font-size: 38px;
    line-height: 41px;
    color: #CBCBCB;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    transition: all 1s;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-content-box .read-previous-next-title {
    color: #003D58;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box {
    width: 240px;
    height: 130px;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box .read-previous-next-img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-img-box .read-previous-next-img {
    display: block;
}
/* Read Previous & Next Css End */
/* Common Css End */
/* Home Page Css Start */
/* Welcome to Oakleigh Grammar Css Start */
/* .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box {
    padding: 0 70px;
} */
.welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-sub-title {
    font-size: 22px;
    line-height: 26px;
    color: #D0A643;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 700px;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-title {
    font-size: 52px;
    line-height: 56px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    max-width: 700px;
    margin-bottom: 50px;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-txt-btn-box {
    padding-left: 130px;
    max-width: 700px;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-txt p {
    font-size: 18px;
    line-height: 24px;
    color: #4E6B79;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img {
    position: relative;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-animation {
    height: 525px;
    position: relative;
    overflow: hidden;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-animation::before,
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-animation::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1;
    transition: transform 1.5s ease-in-out;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-animation::before {
    left: 0;
    transform: translateX(0);
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-animation::after {
    right: 0;
    transform: translateX(0);
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img {
    height: 100% !important;
    /* --bs-aspect-ratio: calc(9 / 16 * 100%) !important; */
}
.welcome-to-oakleigh-section .video-wrapper {
    position: relative;
}
.welcome-to-oakleigh-section .video-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
}
.welcome-to-oakleigh-section iframe {
    pointer-events: none !important;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img iframe {
    /* position: absolute;
    inset: -10%;
    width: 195%;
    height: 120%;
    border: 0; */
    width: 143%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25%;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-video {
    width: 100%;
    height: 525px;
    object-fit: cover;
    object-position: center;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .play-btn-img-box {
    position: absolute;
    bottom: 10px;
    left: 20px;
    height: 140px;
    width: 140px;
    display: inline-block;
    border-radius: 50%;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .play-btn-img-box .play-btn-img {
    width: 140px;
    animation: rotate 10s linear infinite;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .play-btn-img-box .play-icon-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
}
.welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .play-btn-img-box .play-icon-img-box .play-icon-img {
    width: 25px;
}
/* Welcome to Oakleigh Grammar Css End */
/* Inspiring Css Start */
.inspiring-section .inspiring-box {
    padding: 80px 0 !important;
    border-top: solid 1px #D0A643;
}
.inspiring-section .inspiring-box .inspiring-title-box .inspiring-title {
    font-size: 52px;
    line-height: 56px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    max-width: 700px;
    margin-bottom: 0;
}
.inspiring-section .inspiring-box .inspiring-content-box .inspiring-content-txt p {
    font-size: 18px;
    line-height: 24px;
    color: #4E6B79;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.inspiring-section .inspiring-box .inspiring-content-box .inspiring-content-txt p:not(:last-child) {
    margin-bottom: 20px;
}
.inspiring-section .inspiring-four-con {
    display: flex;
    gap: 20px;
    width: 100%;
}
.inspiring-section .inspiring-four-con .inspiring-four-box {
    flex: 1;
    height: 700px;
    position: relative;
    background: #C5DAE5;
    cursor: pointer;
    overflow: hidden;
    transition: all 1s;
}
.inspiring-section .inspiring-four-con .inspiring-four-box:hover {
    flex: 2;
}
.inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-person-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-bg-img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:hover .inspiring-person-img {
    display: none;
}
.inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:hover .inspiring-bg-img {
    display: block;
}
.inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box {
    background: linear-gradient(180deg, rgba(197, 218, 229, 0) 74.09%, rgba(197, 218, 229, 0.6) 80.4%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 30px 10px;
    text-decoration: none;
}
.inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:not(:hover) .inspiring-four-detail-box {
    background: linear-gradient(180deg, rgba(197, 218, 229, 0) 73.77%, rgba(197, 218, 229, 0.8) 88.57%);
    padding: 40px 10px;
}
.inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:hover .inspiring-four-detail-box {
    background: linear-gradient(180deg, rgba(0, 82, 109, 0) 58.02%, rgba(0, 82, 109, 0.8) 69.32%);
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-four-box-title {
    font-size: 42px;
    line-height: 42px;
    color: #003D58;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
.inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:hover .inspiring-four-detail-box .inspiring-four-box-title {
    color: #FFFFFF;
}
.inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:not(:hover) .inspiring-four-detail-box .inspiring-four-box-title {
    font-size: 32px;
    line-height: 32px;
}
.inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-four-box-txt p {
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
    margin: 30px 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    width: 0;
}
.inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:hover .inspiring-four-detail-box .inspiring-four-box-txt p {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition-delay: 0.7s;
}
.inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-learn-more-btn-box {
    transition: all 1s;
    display: none;
}
.inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:hover .inspiring-four-detail-box .inspiring-learn-more-btn-box {
    display: inline-block;
}
/* Inspiring Css End */
/* Our Values Css Start */
.our-value-section {
    background: #003D58;
    margin-top: -250px;
    padding: 350px 0 820px;
}
.our-value-section .our-value-border-box {
    border-top: 1px solid #D0A643;
}
.our-value-section .our-value-slider {
    padding-left: 40px;
    margin: 100px 0 0;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-img-box {
    padding: 0;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-img-box .our-value-slider-img {
    width: 100%;
    height: 100%;
    /* max-height: 700px; */
    object-fit: cover;
    object-position: center;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box {
    padding: 160px 100px;
    position: relative;
    z-index: 1;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.tilt-bg-color {
    background: #00AAAD;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color {
    background: #F7F7F7;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color {
    background: #D0A643;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color {
    background: #98263C;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color {
    background: #00516D;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-title {
    position: absolute;
    left: 20px;
    top: 100px;
    z-index: -1;
    font-size: 120px;
    line-height: 120px;
    color: #11B6B8;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .our-value-title {
    color: #E6EAEC;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .our-value-title {
    color: #D9B869;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .our-value-title {
    color: #A74659;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .our-value-title {
    color: #266B83;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-title {
    font-size: 82px;
    line-height: 82px;
    color: #FFFFFF;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    margin-bottom: 50px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .our-value-slider-title {
    color: #003D58;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-txt p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    border-left: solid 1px #003D58;
    padding-left: 20px;
    max-width: 500px;
    margin-bottom: 100px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .our-value-slider-txt p {
    color: #4E6B79;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .our-value-slider-txt p {
    border-left: solid 1px #98263C;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .our-value-slider-txt p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .our-value-slider-txt p {
    border-left: solid 1px #D0A643;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box {
    cursor: pointer;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box p {
    display: none;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n) svg {
    width: 105px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 1) svg {
    width: 105px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 2) svg {
    width: 105px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 3) svg {
    width: 110px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box svg path {
    fill: #FFFFFF !important;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:hover svg path {
    fill: #003D58 !important;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .blue-arrow-btn-link .arrow-icon i,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .blue-arrow-btn-link .arrow-icon i {
    color: #98263C;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .blue-arrow-btn-link:hover .arrow-icon i,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .blue-arrow-btn-link:hover .arrow-icon i {
    color: #FFFFFF;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .blue-arrow-btn-link p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .blue-arrow-btn-link p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .blue-arrow-btn-link p {
    color: #FFFFFF;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .blue-arrow-btn-link .arrow-icon,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .blue-arrow-btn-link .arrow-icon,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .blue-arrow-btn-link .arrow-icon {
    border: dashed 1px #FFFFFF;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .blue-arrow-btn-link:hover .arrow-icon {
    border: dashed 1px #98263C;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .blue-arrow-btn-link:hover .arrow-icon,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .blue-arrow-btn-link:hover .arrow-icon {
    border: dashed 1px #FFFFFF;
    background: #FFFFFF;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .blue-arrow-btn-link .arrow-icon i,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .blue-arrow-btn-link:hover .arrow-icon i,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .blue-arrow-btn-link .arrow-icon i,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .blue-arrow-btn-link:hover .arrow-icon i {
    color: #D0A643;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-bg-icon {
    width: 200px;
    position: absolute;
    right: 100px;
    bottom: 50px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    width: 38px;
    height: 100%;
    transform: rotate(270deg);
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box:not(:last-child) {
    margin-right: 60px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box p {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box i {
    font-size: 16px;
    line-height: 16px;
    margin-left: 20px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box.active i {
    font-size: 30px;
    line-height: 30px;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.tilt-bg-color .slider-change-btn-con .slider-change-btn-box p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.tilt-bg-color .slider-change-btn-con .slider-change-btn-box i {
    color: #16D4D7;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .slider-change-btn-con .slider-change-btn-box p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .slider-change-btn-con .slider-change-btn-box i,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .slider-change-btn-con .slider-change-btn-box p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .slider-change-btn-con .slider-change-btn-box i {
    color: #7898A7;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .slider-change-btn-con .slider-change-btn-box.active p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.white-bg-color .slider-change-btn-con .slider-change-btn-box.active i {
    color: #003D58;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .slider-change-btn-con .slider-change-btn-box p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .slider-change-btn-con .slider-change-btn-box i {
    color: #EEC86E;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .slider-change-btn-con .slider-change-btn-box.active p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.orange-bg-color .slider-change-btn-con .slider-change-btn-box.active i,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .slider-change-btn-con .slider-change-btn-box.active p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .slider-change-btn-con .slider-change-btn-box.active i,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .slider-change-btn-con .slider-change-btn-box.active p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.blue-bg-color .slider-change-btn-con .slider-change-btn-box.active i {
    color: #FFFFFF;
}
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .slider-change-btn-con .slider-change-btn-box p,
.our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box.red-bg-color .slider-change-btn-con .slider-change-btn-box i {
    color: #C88C98;
}
/* Our Values Css End */
/* Start Your Journey Css Start */
.start-your-journey-section .start-your-journey-con {
    padding: 0 110px;
}
.start-your-journey-section .start-your-journey-con .start-your-journey-box {
    margin-top: -720px;
    padding: 80px 0 0;
    border-top: solid 1px #D0A643;
}
.start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-title-box .start-your-journey-title {
    font-size: 52px;
    line-height: 56px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    max-width: 700px;
    margin-bottom: 0;
}
.start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-content-box .start-your-journey-content-txt p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-content-box .start-your-journey-content-txt p:not(:last-child) {
    margin-bottom: 20px;
}
.start-your-journey-section .start-your-journey-tab-slider-box {
    padding: 0 0 0 110px;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box {
    padding-top: 50px;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box {
    margin-bottom: 20px;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs {
    border-bottom: 0;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link:not(:last-child) {
    margin-right: 50px;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link {
    border: 0;
    margin-bottom: 0;
    padding: 0;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-item.show .nav-link,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link.active,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link p {
    font-size: 18px;
    line-height: 18px;
    color: #7898A7;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    transition: all 1s;
    margin: 0 20px 0 0;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link i {
    font-size: 14px;
    line-height: 14px;
    color: #7898A7;
    transition: all 1s;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-item.show .nav-link p,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link.active p,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link:hover p,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-item.show .nav-link i,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link.active i,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link:hover i {
    color: #D0A643;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link i.caret-icon,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-item.show .nav-link i.circle-icon,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link.active i.circle-icon {
    display: none;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-item.show .nav-link i.caret-icon,
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link.active i.caret-icon {
    display: block;
    font-size: 28px;
    line-height: 28px;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider {
    margin: 0;
    padding-bottom: 0;
    position: relative;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider {
    padding: 0 10px 0 0;
    height: 430px;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box {
    height: 430px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box .start-your-journey-slider-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box:hover .start-your-journey-slider-img {
    transform: scale(1.3);
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box .start-your-journey-slider-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 49.85%, rgba(0, 61, 88, 0.85) 100%);
    padding: 15px;
    transition: all 1s;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box:hover .start-your-journey-slider-content-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 40%, rgba(0, 61, 88, 0.85) 79.81%);
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box .start-your-journey-slider-content-box h2 {
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin: 0;
    transition: all 1s;
}
.start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box:hover .start-your-journey-slider-content-box h2 {
    margin-bottom: 20px;
}
/* Start Your Journey Css End */
/* What Happening Css Start */
.what-happening-section {
    padding: 80px 0;
}
.what-happening-section .what-happening-con {
    padding: 0 110px;
}
.what-happening-section .what-happening-con .what-happening-box {
    padding: 80px 0 40px;
    border-top: solid 1px #D0A643;
}
.what-happening-section .what-happening-con .what-happening-box .what-happening-title-content-box {
    align-items: flex-end;
}
.what-happening-section .what-happening-con .what-happening-box .what-happening-title-box .what-happening-title {
    font-size: 52px;
    line-height: 56px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    max-width: 700px;
    margin-bottom: 0;
}
.what-happening-section .what-happening-con .what-happening-box .what-happening-content-box {
    text-align: center;
    margin-bottom: 10px;
}
.what-happening-section .what-happening-slider-box {
    padding: 0 0 0 110px;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider {
    margin: 0;
    padding-bottom: 0;
    position: relative;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider {
    height: 370px;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-content-box {
    padding: 10px;
    height: 100%;
    border: dashed 1px transparent;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider:hover .what-happening-slider-img-content-box {
    border: dashed 1px #D0A643;
    background: #FFFFFF;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box {
    height: 350px;
    position: relative;
    overflow: hidden;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider.without-facebook-slider:hover .what-happening-slider-img-box {
    height: 220px;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider.without-facebook-slider:hover .what-happening-slider-img-box .what-happening-slider-img {
    height: 220px;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .facebook-icon-box {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #FFFFFF;
    text-decoration: none;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .facebook-icon-box i {
    font-size: 20px;
    color: #D7E8F7;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider:hover .what-happening-slider-img-box .facebook-icon-box,
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box,
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-title {
    display: none;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider:hover .what-happening-slider-img-box .what-happening-slider-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #00000066;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider.with-facebook-slider:hover .what-happening-slider-img-box .what-happening-slider-content-box {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .what-happening-detail-box .what-happening-slider-txt {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .read-more-txt {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-decoration: underline;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .post-like-comment-facebook-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .post-like-comment-facebook-icon-box .post-like-comment-box {
    display: inline-flex;
    align-items: center;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .post-like-comment-facebook-icon-box .post-like-comment-box img {
    width: 18px;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .post-like-comment-facebook-icon-box .post-like-comment-box p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin: 0 0 0 10px;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .post-like-comment-facebook-icon-box .facebook-bg-icon-box {
    background: #FFFFFF;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    margin: 0 10px;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .post-like-comment-facebook-icon-box .facebook-bg-icon-box i {
    font-size: 20px;
    color: #98263C;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider:hover .what-happening-slider-img-box .what-happening-slider-content-box .green-arrow-btn-link .arrow-icon i {
    color: #FFFFFF;
}
.what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider:hover .what-happening-slider-title {
    display: block;
    font-size: 24px;
    line-height: 31px;
    color: #003D58;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin: 5px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.stay-connected-con {
    padding: 50px 110px 0;
}
.stay-connected-con .stay-connected-title-box {
    display: flex;
    align-items: center;
}
.stay-connected-con .stay-connected-title-box .stay-connected-title {
    font-size: 32px;
    line-height: 42px;
    color: #D0A643;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.stay-connected-con .stay-connected-title-box .social-media-icon-con {
    display: inline-flex;
    align-items: center;
    margin-left: 40px;
}
.stay-connected-con .stay-connected-title-box .social-media-icon-con .social-media-icon-box {
    background: transparent;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #98263C;
    text-decoration: none;
    margin: 0 0 0 20px;
    transition: all 1s;
}
.stay-connected-con .stay-connected-title-box .social-media-icon-con .social-media-icon-box:hover {
    background: #98263C;
    border: 1px solid #98263C;
}
.stay-connected-con .stay-connected-title-box .social-media-icon-con .social-media-icon-box i {
    font-size: 20px;
    color: #98263C;
    transition: all 1s;
}
.stay-connected-con .stay-connected-title-box .social-media-icon-con .social-media-icon-box:hover i {
    color: #FFFFFF;
}
/* What Happening Css End */
/* Call to Action Css Start */
.call-to-action-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.call-to-action-section::before,
.call-to-action-section::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-color: #fff;
    z-index: 2;
    transition: transform 1.5s ease-in-out;
}
.call-to-action-section::before {
    left: 0;
    transform: translateX(0);
}
.call-to-action-section::after {
    right: 0;
    transform: translateX(0);
}
.call-to-action-section .carousel-item {
    position: relative;
}
.call-to-action-section .carousel-indicators {
    margin: 0;
    padding: 10px 100px 50px;
    justify-content: flex-end;
}
.call-to-action-section .carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: transparent;
    border: solid 1px #FFFFFF;
    opacity: 1;
}
.call-to-action-section .carousel-indicators .active {
    background: #98263C;
    border: solid 1px #98263C;
}
.call-to-action-section .carousel-item .call-to-action-img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
    object-position: top;
}
.call-to-action-section .carousel-item .call-to-action-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 48.23%, rgba(0, 0, 0, 0.85) 100%);
    padding: 100px 100px 130px;
}
.call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content .call-to-action-title {
    font-size: 100px;
    line-height: 100px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content .call-to-action-txt,
.call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content p {
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 40px;
    max-width: 500px;
    margin-left: auto;
}
.call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content .green-arrow-btn-link p {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content.second-slide-content-box .call-to-action-title,
.call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content.second-slide-content-box .call-to-action-txt,
.call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content.second-slide-content-box .call-to-action-txt p {
    max-width: 700px;
}
/* Call to Action Css End */
/* Explore Oakleigh Grammar Css Start */
.explore-oakleigh-section .explore-oakleigh-box {
    padding: 0 110px;
}
.explore-oakleigh-section .explore-oakleigh-content-box {
    padding-right: 50px;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-title {
    font-size: 52px;
    line-height: 56px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    max-width: 700px;
    margin-bottom: 90px;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-txt-btn-box {
    padding-left: 60px;
    max-width: 700px;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-txt p {
    font-size: 18px;
    line-height: 24px;
    color: #4E6B79;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box {
    margin-top: 60px;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn {
    width: 100%;
    background: transparent;
    border: 0;
    border-top: solid 1px #D0A643;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    transition: all 1s;
    text-decoration: none
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn:hover {
    background: #98263C;
    padding: 15px 10px;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn:last-child {
    border-bottom: solid 1px #D0A643;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn p {
    font-size: 16px;
    line-height: 18px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn:hover p {
    color: #FFFFFF;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn .arrow-icon {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #003D58;
    background: transparent;
    transition: all 1s;
    margin-left: 15px;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn:hover .arrow-icon {
    height: 32px;
    width: 32px;
    border: solid 1px #FFFFFF;
    background: #FFFFFF;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn .arrow-icon i {
    font-size: 14px;
    color: #003D58;
    transition: all 1s;
}
.explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box .explore-oakleigh-btn:hover .arrow-icon i {
    color: #98263C;
}
.explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img {
    position: relative;
}
.explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-animation {
    max-height: 750px;
    position: relative;
    overflow: hidden;
}
.explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-animation::before,
.explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-animation::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1;
    transition: transform 1.5s ease-in-out;
}
.explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-animation::before {
    left: 0;
    transform: translateX(0);
}
.explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-animation::after {
    right: 0;
    transform: translateX(0);
}
.explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-video {
    width: 100%;
    height: 100%;
    max-height: 750px;
    object-fit: cover;
    object-position: center;
}
/* Explore Oakleigh Grammar Css End */
/* Home Page Css End */
/* General Page Css Start */
/* Full Text Editor Css Start */
.full-text-editor-section.table-full-text-editor-section {
    background-color: #F7F7F7;
}
.only-heading-one-section {
    margin: 80px 0;
}
/* .full-text-editor-section.border-top-section .container {
    position: relative;
}
.full-text-editor-section.border-top-section .container::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #D0A643;
    position: absolute;
    top: -50px;
    left: 0;
} */
.full-text-editor-section blockquote {
    font-size: 30px;
    line-height: 39px;
    color: #4E6B79;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    border-left: solid 1px #D0A643;
    padding-left: 20px;
}
.full-text-editor-section p,
.full-text-editor-section a,
.full-text-editor-section ul li,
.full-text-editor-section ol li {
    font-size: 16px;
    line-height: 25px;
    color: #4E6B79;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.full-text-editor-section a {
    transition: all 1s;
    color: #002fff;
    text-decoration: none;
}
.full-text-editor-section a:hover {
    color: #003D58;
}
.full-text-editor-section ul {
    padding-left: 14px;
    margin-bottom: 30px;
}
.full-text-editor-section ul li,
.full-text-editor-section ol li {
    margin-bottom: 0;
}
.full-text-editor-section h1,
.full-text-editor-section h2,
.full-text-editor-section h3,
.full-text-editor-section h4 {
    color: #003D58;
}
.full-text-editor-section h1 {
    font-size: 65px;
    line-height: 70px;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 60px;
    border-top: solid 1px #D0A643;
    padding-top: 30px;
    margin-left: -80px;
}
.full-text-editor-section h2 {
    font-size: 52px;
    line-height: 62px;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 40px;
}
.full-text-editor-section h3 {
    font-size: 42px;
    line-height: 46px;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 30px;
}
.full-text-editor-section h4 {
    font-size: 32px;
    line-height: 34px;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 30px;
}
.full-text-editor-section h5 {
    font-size: 22px;
    line-height: 32px;
    color: #4E6B79;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.full-text-editor-section h6 {
    font-size: 22px;
    line-height: 24px;
    color: #D0A643;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.full-text-editor-section .learn-more-btn-box {
    margin-bottom: 35px;
}
.full-text-editor-section .learn-more-btn-box .blue-arrow-btn-link {
    font-size: 16px;
    line-height: 18px;
    color: #003D58;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.full-text-editor-section .learn-more-btn-box .blue-arrow-btn-link:hover p {
    color: #98263C;
}
.full-text-editor-section .table-responsive {
    margin: 40px 0;
}
.full-text-editor-section table,
.full-text-editor-section figure,
.full-text-editor-section .table {
    width: 100%;
    overflow-x: auto;
}
.full-text-editor-section .table thead tr th {
    font-size: 22px;
    line-height: 28px;
    color: #4E6B79;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    border-bottom: solid 1px #98263C !important;
    padding: 20px 10px;
}
.full-text-editor-section .table tbody tr td {
    font-size: 16px;
    line-height: 22px;
    color: #003D58;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    border-bottom: solid 1px #98263C;
    padding: 20px 10px;
}
.full-text-editor-section .download-document-btn-con {
    margin: 30px 0;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box {
    border-bottom: solid 1px #D0A643;
    max-width: 530px;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box:first-child {
    border-top: solid 1px #D0A643;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box .blue-arrow-btn-link {
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    height: 78px;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box .blue-arrow-btn-link:hover {
    padding: 20px 10px;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box .blue-arrow-btn-link p {
    font-size: 16px;
    line-height: 18px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    width: calc(100% - 53px);
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box .blue-arrow-btn-link:hover p {
    color: #98263C;
}
.full-text-editor-section .general-page-editor-img-box {
    position: relative;
    margin-bottom: 30px;
}
.full-text-editor-section .general-page-editor-img-box img {
    width: 100%;
}
.full-text-editor-section .general-page-editor-img-box .img-caption-box,
.full-text-editor-section .image .figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8) 95%);
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.full-text-editor-section .general-page-editor-img-box .img-caption-box p,
.full-text-editor-section .image .figcaption {
    font-size: 16px;
    line-height: 28px;
    color: #D0A643;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
/* Image and Text Side By Side Css Start */
.image-txt-side-by-side-section .general-page-editor-img-box,
.full-text-editor-section .image.image-style-align-left {
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
    width: 500px;
    height: auto;
    position: relative;
}
.image-txt-side-by-side-section.right-side-img-box .general-page-editor-img-box,
.full-text-editor-section .image.image-style-align-right {
    margin-bottom: 0;
    float: right;
    margin-left: 20px;
    margin-right: 0;
    width: 350px;
    position: relative;
}
.image-txt-side-by-side-section .general-page-editor-img-box img,
.full-text-editor-section .image img {
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.full-text-editor-section .accordion-body .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
} 
/* Image and Text Side By Side Css End */
/* Full Text Editor Css End */
/* Web Form Css Start */
.web-form-section {
    padding: 80px 0;
    background: #00516D;
}
.web-form-section h1 {
    font-size: 52px;
    line-height: 56px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.web-form-section .form-label,
.web-form-section .form-check .form-check-label,
.web-form-section .form-check-label,
.fui-radio-label,
.fui-instructions p {
    font-size: 18px !important;
    line-height: 26px !important;
    color: #FFFFFF !important;
    font-family: "Gotham-Light", sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}
.web-form-section .form-check .form-check-label,
.web-form-section .form-check-label {
    margin-bottom: 0 !important;
}
.web-form-section .form-control,
.web-form-section .form-select {
    background-color: transparent;
    border-radius: 10px;
    border: solid 1px #FFFFFF !important;
    padding: 10px 20px;
    margin-bottom: 15px;
    caret-color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF !important;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    height: 60px;
}
.web-form-section .form-control::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #D0A743;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.web-form-section .form-select {
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23FFFFFF' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 20px center/8px 10px no-repeat !important;
}
.web-form-section .form-control.text-area {
    height: auto;
}
.web-form-section .form-control:focus,
.web-form-section .form-select:focus {
    box-shadow: none;
    border-bottom: solid 2px #D7E8F7;
}
.web-form-section .custom-dropdown {
    position: relative;
    width: 100%;
    user-select: none;
}
.web-form-section .selected {
    background-color: transparent;
    border-radius: 10px;
    border: solid 1px #FFFFFF;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #D0A743 !important;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    height: 60px;
    display: flex;
    align-items: center;
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23FFFFFF' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 20px center/8px 10px no-repeat !important;
}
.web-form-section .dropdown-options {
    display: none;
    border: 1px solid #CCCCCC;
    border-top: none;
    background: #FFFFFF;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1;
}
.web-form-section .option {
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    color: #4E6B79;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.web-form-section .option:hover {
    background-color: #F0F0F0;
}
.web-form-section .form-check .form-check-label {
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 30px 0 5px;
    margin-left: 5px;
}
.web-form-section .form-check {
    position: relative;
    margin-bottom: 10px;
}
.web-form-section .form-check input[type="radio"] {
    opacity: 0;
    display: none;
}
.web-form-section .custom-radio-btn-box {
    margin-bottom: 25px;
}
.web-form-section .form-check label::before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: transparent;
}
.web-form-section .form-check input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5.1px;
    left: 5.1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    border-radius: 50%;
}
.web-form-section .green-arrow-btn-link .arrow-icon i {
    color: #D0A643;
}
.web-form-section .green-arrow-btn-link:hover .arrow-icon i {
    color: #98263C;
}
/* Web Form Css End */
/* General Page Css End */
/* Page Modules Css Start */
/* Photo Gallery Module Css Start */
.photo-gallery-section {
    padding: 50px 0;
}
.swiper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: transform 0.5s ease;
}
.swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 auto;
    width: 150px;
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
    transition: width 0.3s ease, height 0.3s ease;
}
.swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    flex-grow: 1;
    padding: 0 40px;
    width: 700px;
    height: 520px;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper.vertical-img {
    width: 400px;
    margin: 0 auto;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper .photo-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper .photo-gallery-img.old-img {
    z-index: 1;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper .photo-gallery-img.new-img {
    z-index: 2;
    clip-path: inset(0 100% 0 0);
    opacity: 1;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper .photo-gallery-img.new-img.active.wipe-right {
    animation: wipe-in-right 0.8s ease forwards;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper .photo-gallery-img.new-img.active.wipe-left {
    animation: wipe-in-left 0.8s ease forwards;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper .photo-gallery-img-caption-box {
    display: none;
}
.swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-wrapper .photo-gallery-img-caption-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.8) 95%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 15px 20px;
    z-index: 3;
}
.swiper .swiper-wrapper .swiper-slide .image-wrapper .photo-gallery-img-caption-box .photo-gallery-img-caption {
    font-size: 16px;
    line-height: 18px;
    color: #D0A643;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.swiper .swiper-button-prev {
    left: calc(50% - 360px);
}
.swiper .swiper-button-next {
    right: calc(50% - 360px);
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    bottom: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: transparent;
    border: dashed 1px #003D58;
    outline: 0;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
    transition: all 1s;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.swiper .swiper-button-prev i,
.swiper .swiper-button-next i {
    font-weight: 600;
    color: #98263C;
    font-size: 20px;
    transition: all 1s;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
    background: #98263C;
    border: solid 1px #98263C;
}
.swiper .swiper-button-prev:hover i,
.swiper .swiper-button-next:hover i {
    color: #FFFFFF;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    display: none;
}
/* Photo Gallery Module Css End */
/* Image / Textbox Module Css Start */
.image-textbox-module-section {
    background: #F7F7F7;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-img-con .image-textbox-img-box {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.image-textbox-background-img-box {
    background-size: cover;
    min-height: 800px;
    height: 100%;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-img-con .image-textbox-img-box::before,
.image-textbox-module-section .image-textbox-module-box .image-textbox-img-con .image-textbox-img-box::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background-color: #F7F7F7;
    z-index: 1;
    transition: transform 1.5s ease-in-out;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-img-con .image-textbox-img-box::before {
    left: 0;
    transform: translateX(0);
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-img-con .image-textbox-img-box::after {
    right: 0;
    transform: translateX(0);
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-img-con .image-textbox-img-box .image-textbox-img {
    width: 100%;
    height: 100%;
    min-height: 800px;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
    padding: 50px 120px 50px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-sub-title {
    font-size: 22px;
    line-height: 26px;
    color: #D0A643;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 700px;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title {
    font-size: 52px;
    line-height: 62px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    max-width: 700px;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-detail-box h2 {
    font-size: 2rem;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box {
    margin-left: 50px;
    max-width: 630px;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt {
    font-size: 18px;
    line-height: 26px;
    color: #4E6B79;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt.light-txt,
.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box li {
    font-size: 16px;
    line-height: 26px;
    color: #4E6B79;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box ul {
    margin-bottom: 30px;
    padding-left: 15px;
}
/* Right Side Image Css Start */
.right-side-img-section.image-textbox-module-section .image-textbox-module-box .image-textbox-img-con {
    order: 2;
}
.right-side-img-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
    order: 1;
    padding: 50px 80px 50px 120px;
}
/* Right Side Image Css End */
/* Yellow BG Css Start */
.yellow-bg-section {
    background: #D0A643;
}
.yellow-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-sub-title {
    color: #98263C;
}
.yellow-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title,
.yellow-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt,
.yellow-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link p {
    color: #FFFFFF;
}
.yellow-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon {
    border-color: #FFFFFF;
}
.yellow-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link:hover .arrow-icon {
    background: #FFFFFF;
}
.yellow-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon i {
    color: #98263C;
}
/* Yellow BG Css End */
/* Red BG Css Start */
.red-bg-section {
    background: #98263C;
}
.red-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title,
.red-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt,
.red-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link p,
.red-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box li {
    color: #FFFFFF;
}
.red-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon {
    border-color: #FFFFFF;
}
.red-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link:hover .arrow-icon {
    background: #FFFFFF;
}
.red-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon i {
    color: #D0A643;
}
/* Red BG Css End */
/* Dark Blue BG Css Start */
.dark-blue-bg-section {
    background: #00516D;
}
.dark-blue-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title,
.dark-blue-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt,
.dark-blue-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box li,
.dark-blue-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link p {
    color: #FFFFFF;
}
.dark-blue-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon {
    border-color: #FFFFFF;
}
.dark-blue-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link:hover .arrow-icon {
    background: #FFFFFF;
}
.dark-blue-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon i {
    color: #D0A643;
}
/* Dark Blue BG Css End */
/* Cyan BG Css Start */
.cyan-bg-section {
    background: #00AAAD;
}
.cyan-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-sub-title {
    color: #003D58;
}
.cyan-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title,
.cyan-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt,
.cyan-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box li,
.cyan-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link p {
    color: #FFFFFF;
}
.cyan-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon {
    border-color: #FFFFFF;
}
.cyan-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link:hover .arrow-icon {
    background: #FFFFFF;
}
.cyan-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon i {
    color: #98263C;
}
/* Cyan BG Css End */
/* Green BG Css Start */
.green-bg-section {
    background: #A6CE39;
}
.green-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-sub-title {
    color: #003D58;
}
.green-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title,
.green-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt,
.green-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box li,
.green-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link p {
    color: #003D58;
}
.green-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon {
    border-color: #FFFFFF;
}
.green-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link:hover .arrow-icon {
    background: #FFFFFF;
}
.green-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon i {
    color: #98263C;
}
/* Green BG Css End */
/* Purple BG Css Start */
.purple-bg-section {
    background: #91278F;
}
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-sub-title {
    color: #FFFFFF;
}
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title,
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt,
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box li,
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link p {
    color: #FFFFFF;
}
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon {
    border-color: #FFFFFF;
}
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link:hover .arrow-icon {
    background: #FFFFFF;
}
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link .arrow-icon i {
    color: #FFFFFF;
}
.purple-bg-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .blue-arrow-btn-link:hover .arrow-icon i {
    color: #98263C;
}
/* Purple BG Css End */
/* Image / Textbox Module Css End */
/* Link Tiles Module Css Start */
.link-tiles-section {
    padding: 60px 0;
}
.link-tiles-section .link-tiles-con .grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    --cols: 4;
    --gap: 15px;
    --cell: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
}
.link-tiles-section .link-tiles-con .grid-container.three-column-grid-container {
    --cols: 3;
}
.link-tiles-section .link-tiles-con .grid-container .grid-item {
    flex: 0 0 var(--cell);
    height: 350px;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
.link-tiles-section .link-tiles-con .grid-container .grid-item.grid-item-dark-blue-bg {
    background: #00516D;
}
.link-tiles-section .link-tiles-con .grid-container .grid-item.grid-item-dark-blue-bg:hover {
    background: #003D58;
}
.link-tiles-section .link-tiles-con .grid-container .grid-item.one-row-one-column {
    flex-basis: var(--cell);
}
.link-tiles-section .link-tiles-con .grid-container .grid-item.one-row-two-column {
    flex-basis: calc(2 * var(--cell) + var(--gap));
}
.link-tiles-section .link-tiles-con .grid-container .grid-item .link-tiles-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.link-tiles-section .link-tiles-con .grid-container .grid-item:hover .link-tiles-img {
    transform: scale(1.2);
}
.link-tiles-section .link-tiles-con .grid-container .grid-item .link-tiles-content-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 50%, rgba(0, 61, 88, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.link-tiles-section .link-tiles-con .grid-container .grid-item.grid-item-dark-blue-bg .link-tiles-content-box {
    background: transparent;
}
.link-tiles-section .link-tiles-con .grid-container .grid-item .link-tiles-content-box .link-tiles-title {
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    transition: all 1s;
}
.link-tiles-section .link-tiles-con .grid-container .grid-item:hover .link-tiles-content-box .link-tiles-title {
    margin-bottom: 50px;
}
/* Link Tiles Module Css End */
/* Our Leadership Team Css Start */
.our-leadership-section {
    margin: 70px 0;
    background: #003D58;
    padding: 70px 0;
}
.our-leadership-section .container {
    border-top: 1px solid #D0A643;
    padding: 70px 0;
}
.our-leadership-section .our-leadership-con .our-leadership-title-box .our-leadership-title {
    font-size: 52px;
    line-height: 62px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.our-leadership-section .our-leadership-con .our-leadership-content-box .our-leadership-txt {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
}
.our-leadership-section .our-leadership-con .our-leadership-content-box .our-leadership-txt.light-txt {
    font-size: 16px;
    line-height: 26px;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.our-leadership-section .our-leadership-con .our-leadership-content-box .our-leadership-txt:not(:last-child) {
    margin-bottom: 20px;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con {
    justify-content: center;
    margin-top: 40px !important;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box {
    margin-top: 30px;
    cursor: pointer;
    height: 460px;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box .our-leadership-team-img-box {
    position: relative;
    border-bottom: 1px solid #D7E8F7;
    height: 460px;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box:hover .our-leadership-team-img-box {
    padding: 10px;
    border: dashed 1px #D0A643;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box .our-leadership-team-img-box .our-leadership-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box:hover .our-leadership-team-img-box .our-leadership-img {
    height: 100%;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box .our-leadership-team-img-box .our-leadership-team-title {
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 15px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 1s;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box .our-leadership-team-img-box .our-leadership-team-position-txt {
    font-size: 14px;
    line-height: 20px;
    color: #D7E8F7;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 1s;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box:hover .our-leadership-team-img-box .our-leadership-team-title,
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box:hover .our-leadership-team-img-box .our-leadership-team-position-txt {
    display: none;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box .our-leadership-team-img-box .our-leadership-team-read-more-btn-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 10px 70px;
    background: #00000066;
    transition: all 1s;
}
.our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box:hover .our-leadership-team-img-box .our-leadership-team-read-more-btn-box {
    display: flex;
}
/* Our Leadership Team Css End */
/* Our Leadership Team Detail Modal Modal Css Start */
.our-leadership-modal {
    background: linear-gradient(180deg, #0092CB 0%, #003D58 100%);
    overflow: hidden;
}
.our-leadership-modal .modal-lg {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    margin: 0;
}
.our-leadership-modal .modal-content {
    border: 0;
    border-radius: 0;
    background: transparent;
}
.our-leadership-modal .modal-content .modal-body {
    padding: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: flex-start;
}
.our-leadership-modal .modal-content .modal-body .modal-close-icon-box {
    width: 120px;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 25px 20px;
}
.our-leadership-modal .modal-content .modal-body .modal-close-icon-box .close-icon-box {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px #FFFFFF;
    background: transparent;
    transition: all 1s;
    cursor: pointer;
}
.our-leadership-modal .modal-content .modal-body .modal-close-icon-box .close-icon-box:hover {
    background: #98263C;
    border: solid 1px #98263C;
}
.our-leadership-modal .modal-content .modal-body .modal-close-icon-box .close-icon-box img {
    width: 18px;
}
.our-leadership-modal .modal-content .modal-body .modal-content-con {
    width: calc(100vw - 120px);
    height: 100vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 25px 20px;
    border-right: solid 15px #D0A643;
    background: #003D58;
    position: relative;
    clip-path: url(#curveBottomRightClip);
}
.our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box {
    display: flex;
    align-items: flex-start;
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-img-box {
    width: 380px;
}
.our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-img-box .our-team-view-img {
    width: 380px;
    height: 380px;
    object-fit: cover;
    object-position: top;
}
.our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-content-box {
    width: calc(100% - 380px);
    padding-left: 50px;
}
.our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-content-box .our-team-view-title {
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 10px 0;
}
.our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-content-box .our-team-view-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #D7E8F7;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 380px;
    border-bottom: 1px solid #D7E8F7;
    padding-bottom: 10px;
}
.our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-content-box .our-team-view-txt {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin-bottom: 15px;
    max-width: 630px;
}
/* Our Leadership Team Detail Modal Modal Css End */
/* Accordion Module Section Start */
.accordion-module-section .accordion-content-section .accordion .accordion-item {
    border: 0;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header {
    border-bottom: 0;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item:first-child .accordion-header .accordion-button {
    border-top: solid 1px #CBCBCB;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 38px;
    line-height: 42px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    border-top: solid 1px #D0A643;
    padding: 37px 0;
    align-items: center;
    position: relative;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item:last-child .accordion-header .accordion-button {
    border-bottom: solid 1px #CBCBCB;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border-top: solid 1px #CBCBCB;
    border-radius: 0;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button::after {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    content: '\f068';
    background-image: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    background: #98263C;
    border: solid 1px #98263C;
    color: #FFFFFF;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: '\2b';
    background: #FFFFFF;
    border: dashed 1px #003D58;
    color: #98263C;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item:hover .accordion-header .accordion-button::after {
    background: #98263C;
    border: solid 1px #98263C;
    color: #FFFFFF;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #003D58;
    border-bottom: 0;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    display: none;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-collapse {
    border-bottom: solid 1px #CBCBCB;
    border-radius: 0;
    position: relative;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0 40px;
    display: inline-block;
    width: 100%;
}
.accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
    margin-bottom: 0;
}
/* Accordion Module Section End */
/* Image Divider Module Css Start */
.image-divider-section {
    padding: 50px 0;
}
.without-img-divider-section.image-divider-section {
    background: #003D58;
    padding: 0;
}
.image-divider-section .image-divider-img-box {
    position: relative;
    height: 540px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.image-divider-section .image-divider-img-box.first-image-divider-box {
    background-image: url(../images/inspiring-bg-img-four.jpg);
}
.image-divider-section .image-divider-img-box.second-image-divider-box {
    background-image: url(../images/link-tiles-img-four.jpg);
}
.image-divider-section .image-divider-img-box.third-image-divider-box {
    background-image: url(../images/image-divider-module-img-one.png);
}
.image-divider-section .image-divider-img-box.fourth-image-divider-box {
    background-image: url(../images/image-divider-module-img-two.webp);
}
.image-divider-section .image-divider-img-box.fifth-image-divider-box {
    background-image: url(../images/image-divider-module-img-three.webp);
}
.image-divider-section .image-divider-img-box.sixth-image-divider-box {
    background-image: url(../images/image-divider-module-img-four.jpg);
}
.image-divider-section .image-divider-img-box.seventh-image-divider-box {
    background-image: url(../images/image-divider-module-img-five.jpg);
}
.image-divider-section .image-divider-img-box.eighth-image-divider-box {
    background-image: url(../images/image-divider-module-img-six.jpg);
}
.image-divider-section .image-divider-img-box.ninth-image-divider-box {
    background-image: url(../images/image-divider-module-img-seven.jpg);
}
.image-divider-section .image-divider-img-box.tenth-image-divider-box {
    background-image: url(../images/image-divider-module-img-eight.jpg);
}
.without-img-divider-section.image-divider-section .image-divider-img-box {
    height: 815px;
}
.big-size-image-divider-section.image-divider-section .image-divider-img-box {
    height: 815px;
}
.full-screen-size-image-divider-section.image-divider-section .image-divider-img-box {
    height: 100vh;
}
.image-divider-section .image-divider-img-box .image-divider-content-box {
    /* background: #00000099; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px 100px;
}
.image-divider-section .image-divider-img-box .image-divider-content-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #00000099;
}
.image-divider-section .image-divider-img-box .image-divider-content-box .content {
    position: relative;
    z-index: 1;
    width: 100%;
}
.without-img-divider-section.image-divider-section .image-divider-img-box .image-divider-content-box .overlay {
    background: transparent;
}
.content-center-box.image-divider-section .image-divider-img-box .image-divider-content-box {
    text-align: center;
}
.image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-sub-title {
    font-size: 22px;
    line-height: 26px;
    color: #D0A643;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-title {
    font-size: 52px;
    line-height: 62px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-txt {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 510px;
}
.content-center-box.image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-txt {
    max-width: 1000px;
    margin: 0 auto 20px;
}
.image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-txt.bold-txt {
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
}
.image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-txt strong { 
    font-weight: 700; 
    font-family: "Gotham-Bold", sans-serif; 
}
.image-divider-section .image-divider-img-box .image-divider-content-box .quote-icon {
    width: 56px;
    margin-bottom: 30px;
}
.image-divider-section .image-divider-img-box .image-divider-content-box .right-side-content-box {
    margin-top: 50px;
}
/* Image Divider Module Css End */
/* Page Modules Css End */
/* Latest News Css Start */
/* Page Header Css Start */
.page-header-section {
    background: #003D58;
    padding: 0;
}
.page-header-section.only-txt-page-header-section {
    padding: 100px 0;
}
.page-header-section .page-header-box .page-header-content-box {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
    padding-right: 15px !important;
}
.page-header-section.only-txt-page-header-section .page-header-box .page-header-content-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-header-section .page-header-box .page-header-content-box .page-header-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}
.page-header-section .page-header-box .page-header-content-box .page-header-title {
    font-size: 52px;
    line-height: 56px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.page-header-section .page-header-box .page-header-content-box .page-header-detail-box {
    padding-left: 100px;
}
.page-header-section .page-header-box .page-header-content-box .page-header-detail-box .page-header-txt p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-header-section .page-header-box .page-header-detail-txt-box .page-header-txt p,
.page-header-section .page-header-box .page-header-detail-txt-box .page-header-txt li {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.page-header-section .page-header-box .page-header-img-box {
    position: relative;
}
.page-header-section .page-header-box .page-header-img-box .page-header-img {
    width: 100%;
    height: 100%;
    max-height: 530px;
    object-fit: cover;
    object-position: center;
    margin-top: 100px;
    position: absolute;
}
.page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box {
    display: none;
}
/* Page Header Css End */
/* Latest News List Css Start */
.latest-news-list-section {
    padding: 100px 0;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box {
    margin-top: 50px;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-img-box {
    width: 300px;
    height: 270px;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-img-box .latest-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box {
    width: calc(100% - 300px);
    padding-left: 20px;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box .latest-news-content {
    border-top: solid 1px #D7E8F7;
    padding-top: 15px;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box .latest-news-sub-title {
    font-size: 16px;
    line-height: 18px;
    color: #97263C;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box .latest-news-title {
    font-size: 24px;
    line-height: 28px;
    color: #002857;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box .latest-news-txt p {
    font-size: 16px;
    line-height: 24px;
    color: #513E3E;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box .blue-arrow-btn-link .arrow-icon i {
    color: #97263C;
}
.latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box .blue-arrow-btn-link:hover .arrow-icon i {
    color: #FFFFFF;
}
.latest-news-list-section .pagination-controls {
    margin-top: 40px;
}
.latest-news-list-section .pagination-controls .prev-next-btn {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px;
    transform: all 0.5s;
}
.latest-news-list-section .pagination-controls .prev-next-btn:hover {
    color: #97263C;
}
.latest-news-list-section .pagination-controls .page-number-btn {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: transparent;
    border: dashed 1px #97263C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    transition: all 1s;
}
.latest-news-list-section .pagination-controls .page-number-btn:hover,
.latest-news-list-section .pagination-controls .page-number-btn.active {
    background: #97263C;
    border: solid 1px #97263C;
    color: #FFFFFF;
}
.latest-news-list-section .pagination-controls .page-number-btn:not(:last-child) {
    margin-right: 10px;
}
/* Latest News List Css End */
/* Latest News Css End */
/* Curriculum Explorer Page Css Start */
/* Feature Program Css Start */
.feature-program-gallery-section {
    background: #003D58;
    padding: 0;
}
.feature-program-gallery-section .feature-program-gallery-title-box {
    border-top: 1px solid #D0A643;
    padding: 40px 0 0;
    text-align: center;
}
.feature-program-gallery-section .feature-program-gallery-title-box h2 {
    font-size: 42px;
    line-height: 46px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
.feature-program-gallery-section .photo-gallery-slider-con {
    margin-bottom: -120px;
}
.feature-program-gallery-section .swiper .swiper-wrapper .swiper-slide {
    width: 230px;
    height: 350px;
    cursor: pointer;
}
.feature-program-gallery-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 460px;
    height: 520px;
}
.feature-program-gallery-section .swiper .swiper-wrapper .swiper-slide .image-wrapper.vertical-img {
    width: 100%;
}
.feature-program-gallery-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .image-wrapper .photo-gallery-img-caption-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 49.85%, rgba(0, 61, 88, 0.85) 100%);
    justify-content: center;
    text-align: center;
}
.feature-program-gallery-section .swiper .swiper-wrapper .swiper-slide .image-wrapper .photo-gallery-img-caption-box .photo-gallery-img-caption {
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.feature-program-gallery-section .swiper .swiper-button-prev {
    left: calc(50% - 240px);
}
.feature-program-gallery-section .swiper .swiper-button-next {
    right: calc(50% - 240px);
}
.feature-program-gallery-section .swiper .swiper-button-prev,
.feature-program-gallery-section .swiper .swiper-button-next {
    border: dashed 1px #FFFFFF;
}
.feature-program-gallery-section .swiper .swiper-button-prev i,
.feature-program-gallery-section .swiper .swiper-button-next i {
    color: #A6CE39;
}
.feature-program-gallery-section .swiper .swiper-button-prev:hover,
.feature-program-gallery-section .swiper .swiper-button-next:hover {
    border: solid 1px #FFFFFF;
    background: #FFFFFF;
}
.feature-program-gallery-section .swiper .swiper-button-prev:hover i,
.feature-program-gallery-section .swiper .swiper-button-next:hover i {
    color: #98263C;
}
/* Feature Program Css End */
/* Curriculum Explorer List Css Start */
.curriculum-explorer-list-section {
    margin-top: 150px;
    padding: 100px 0;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box {
    margin-bottom: 20px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs {
    border-bottom: 0;
    flex-wrap: inherit;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link:not(:last-child) {
    margin-right: 50px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link {
    border: 0;
    margin-bottom: 0;
    padding: 0;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-item.show .nav-link,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link.active,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link p {
    font-size: 18px;
    line-height: 18px;
    color: #7898A7;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    transition: all 1s;
    margin: 0 20px 0 0;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link i {
    font-size: 14px;
    line-height: 14px;
    color: #7898A7;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-item.show .nav-link p,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link.active p,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link:hover p,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-item.show .nav-link i,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link.active i,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link:hover i {
    color: #D0A643;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link i.caret-icon,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-item.show .nav-link i.circle-icon,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link.active i.circle-icon {
    display: none;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-item.show .nav-link i.caret-icon,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link.active i.caret-icon {
    display: block;
    font-size: 28px;
    line-height: 28px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con {
    margin-right: -20px !important;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box {
    padding: 20px 20px 0 0;
    cursor: pointer;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box {
    width: 100%;
    height: 435px;
    overflow: hidden;
    position: relative;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box:hover .curriculum-explorer-list-img-box .curriculum-explorer-list-img {
    transform: scale(1.2);
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 49.85%, rgba(0, 61, 88, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 25px;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box:hover .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 40%, rgba(0, 61, 88, 0.85) 80%);
    padding-bottom: 35px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box .curriculum-explorer-list-title {
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
/* Curriculum Explorer List Css End */
/* Curriculum Explorer Detail View Modal Css Start */
.curriculum-explorer-detail-modal {
    background: #003D58D9;
    backdrop-filter: blur(12px);
    overflow: hidden;
}
.curriculum-explorer-detail-modal .modal-close-icon-box {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.curriculum-explorer-detail-modal .modal-close-icon-box .close-icon {
    background: transparent;
    border: dashed 1px #FFFFFF;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.curriculum-explorer-detail-modal .modal-close-icon-box .close-icon:hover {
    background: #98263C;
    border: solid 1px #98263C;
}
.curriculum-explorer-detail-modal .modal-close-icon-box .close-icon i {
    font-size: 20px;
    color: #FFFFFF;
    transition: all 1s;
}
.curriculum-explorer-detail-modal .modal-lg {
    width: calc(100vw - 7rem);
    height: calc(100vh - 7rem);
    min-height: calc(100vh - 7rem);
    max-height: calc(100vh - 7rem);
    max-width: calc(100vw - 7rem);
    margin: 3.5rem auto;
}
.curriculum-explorer-detail-modal .modal-content {
    border: 0;
    border-radius: 0;
    background: transparent;
    height: calc(100vh - 7rem);
}
.curriculum-explorer-detail-modal .modal-content .modal-body {
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px #00000040;
    height: calc(100vh - 7rem);
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con,
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box {
    height: 100%;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box {
    padding: 0;
    position: relative;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box,
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel,
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner,
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner .carousel-item {
    height: 100%;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-indicators {
    justify-content: flex-end;
    margin: 20px;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    border: 1px dashed #FFFFFF;
    opacity: 1;
    background: transparent;
    border-radius: 50%;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-indicators .active {
    background: #98263C;
    border: solid 1px #98263C;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner .carousel-item .modal-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box {
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    padding: 60px 50px;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-title {
    font-size: 52px;
    line-height: 62px;
    color: #003D58;
    font-family: "Gotham-Bold";
    font-weight: 700;
    margin-bottom: 40px;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-blockquote-txt p {
    font-size: 30px;
    line-height: 39px;
    color: #4E6B79;
    font-family: "Gotham-Medium";
    font-weight: 500;
    margin-bottom: 30px;
    border-left: 1px solid #D0A643;
    padding-left: 10px;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-sub-title {
    font-size: 32px;
    line-height: 34px;
    color: #003D58;
    font-family: "Gotham-Medium";
    font-weight: 500;
    margin-bottom: 20px;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt {
    margin-bottom: 40px;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt p {
    font-size: 16px;
    line-height: 25px;
    color: #4E6B79;
    font-family: "Gotham-Book";
    font-weight: 400;
    margin-bottom: 20px;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt strong {
    font-size: 16px;
    line-height: 25px;
    color: #4E6B79;
    font-family: "Gotham-Book";
    font-weight: 500;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .blue-arrow-btn-link .arrow-icon i {
    color: #98263C;
}
.curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .blue-arrow-btn-link:hover .arrow-icon i {
    color: #FFFFFF;
}
/* Curriculum Explorer Detail View Modal Css End */
/* Curriculum Explorer Page Css End */
/* Newsletter List Page Css Start */
/* Newsletter List Css Start */
.newsletter-list-section {
    padding: 170px 0;
}
.newsletter-list-section .newsletter-list-con {
    margin: 0 -10px;
}
.newsletter-list-section .newsletter-list-con .newsletter-list-box {
    padding: 10px;
}
.newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box {
    height: 350px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box .newsletter-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box:hover .newsletter-list-img {
    transform: scale(1.2);
}
.newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box .newsletter-list-content-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 50%, rgba(0, 61, 88, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
    padding: 30px 25px;
    transition: all 1s;
}
.newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box:hover .newsletter-list-content-box {
    padding: 30px 25px 40px;
}
.newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box .newsletter-list-content-box .newsletter-list-content-title {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box .newsletter-list-content-box .newsletter-list-icon-img {
    width: 115px;
    position: absolute;
    top: 30px;
    left: 25px;
}
/* Newsletter List Css End */
/* Tab Hide & Show Css Start */
.tab-content-list {
    display: none;
}
.tab-content-list.active {
    display: block;
}
/* Tab Hide & Show Css End */
/* Newsletter Reader View Css Start */
/* Newsletter Article Post By Css Start */
.reader-view-section .newsletter-article-post-by-section {
    padding: 150px 0 50px;
}
.reader-view-section .newsletter-article-post-by-section.inside-full-text-editor-article-post-by-section {
    background: transparent;
    padding: 30px 0 100px;
}
/* Newsletter Article Post By Css End */
/* Upcoming Event Css Start */
.upcoming-event-section {
    padding: 50px 0;
}
.upcoming-event-section .upcoming-event-box {
    padding: 10px;
}
.upcoming-event-section .upcoming-event-box .upcoming-event-img-box {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.upcoming-event-section .upcoming-event-box .upcoming-event-img-box .upcoming-event-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.upcoming-event-section .upcoming-event-box .upcoming-event-img-box:hover .upcoming-event-img {
    transform: scale(1.2);
}
.upcoming-event-section .upcoming-event-box .upcoming-event-img-box .upcoming-event-content-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 50%, rgba(0, 61, 88, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    text-align: left;
    justify-content: flex-start;
    padding: 30px 25px;
    transition: all 1s;
}
.upcoming-event-section .upcoming-event-box .upcoming-event-img-box:hover .upcoming-event-content-box {
    padding: 30px 25px 40px;
}
.upcoming-event-section .upcoming-event-box .upcoming-event-img-box .upcoming-event-content-box .upcoming-event-content-title {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.upcoming-event-section .upcoming-event-box .upcoming-event-img-box .upcoming-event-content-box .upcoming-event-icon-img {
    width: 115px;
    position: absolute;
    top: 30px;
    left: 25px;
}
/* Upcoming Event Css End */
/* Newsletter Reader View Css End */
/* Newsletter List Page Css End */
/* Newsletter Article Page Css Start */
/* Newsletter Article Post By Css Start */
.newsletter-article-post-by-section {
    background: #D7E8F7;
    padding: 50px 0;
}
.newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box {
    display: flex;
    align-items: center;
    width: 100%;
}
.newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-img-box {
    width: 140px;
}
.newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-img-box .newsletter-article-post-by-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: top;
}
.newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-content-box {
    width: calc(100% - 140px);
    padding: 0 20px;
}
.newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-content-box .newsletter-article-post-by-name {
    font-size: 22px;
    line-height: 24px;
    color: #00526D;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-content-box .newsletter-article-post-by-person-post {
    font-size: 16px;
    line-height: 20px;
    color: #003D58;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    border-bottom: 1px solid #003D58;
    padding-bottom: 10px;
}
/* Newsletter Article Post By Css End */
/* Also In This Edition Button Css Start */
.also-in-this-edition-btn-section {
    height: 100vh;
    width: 44px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.also-in-this-edition-btn-section .also-in-this-edition-btn-box {
    background: #00516D;
    height: 220px;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.also-in-this-edition-btn-section .also-in-this-edition-btn-box .also-in-this-edition-btn {
    background-color: transparent;
    border: 0;
    color: #FFFFFF;
    outline: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.also-in-this-edition-btn-section .also-in-this-edition-btn-box .also-in-this-edition-btn p {
    transform: rotate(90deg);
    font-size: 14px;
    line-height: 14px;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
}
/* Also In This Edition Button Css End */
/* Also In This Edition Menu Css Start */
.also-in-this-edition-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    transition: all 1s;
    z-index: 99;
}
.also-in-this-edition-nav.active {
    transform: translateX(0);
}
.also-in-this-edition-nav .also-in-this-edition-btn-box {
    background: #00516D;
    height: 220px;
    width: 45px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 95vw;
    top: 50%;
    transform: translate(0, -50%);
}
.also-in-this-edition-nav .also-in-this-edition-btn-box .also-in-this-edition-btn {
    background-color: transparent;
    border: 0;
    color: #FFFFFF;
    outline: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.also-in-this-edition-nav .also-in-this-edition-btn-box .also-in-this-edition-btn p {
    transform: rotate(90deg);
    font-size: 14px;
    line-height: 14px;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
}
.also-in-this-edition-nav .also-in-this-edition-box {
    background: linear-gradient(105.95deg, #003D58 38.89%, #00516D 86.59%);
    width: 95vw;
    height: 100vh;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    clip-path: url(#curveClip);
    padding: 70px;
    overflow-x: auto;
}
.also-in-this-edition-nav .close-icon-btn-box {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 1;
}
.also-in-this-edition-nav .close-icon-btn-box .close-icon-box {
    background: transparent;
    border: dashed 1px #FFFFFF;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.also-in-this-edition-nav .close-icon-btn-box .close-icon-box:hover {
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
}
.also-in-this-edition-nav .close-icon-btn-box .close-icon-box i {
    font-size: 20px;
    color: #FFFFFF;
    transition: all 1s;
}
.also-in-this-edition-nav .close-icon-btn-box .close-icon-box:hover i {
    color: #98263C;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box {
    width: 100%;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-description-sub-title {
    display: none;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-description-title {
    font-size: 62px;
    line-height: 66px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-description-title::before {
    content: '';
    display: inline-block;
    width: 150px;
    height: 8px;
    background: #A6CE39;
    margin-left: -170px;
    vertical-align: middle;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-description-txt {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn {
    height: 100px;
    width: 60px;
    border-radius: 0;
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    padding: 0;
    text-decoration: none
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn:not(:last-child) {
    margin-right: 50px;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn svg {
    height: 30px;
    width: 30px;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn svg path {
    stroke: #CBCBCB !important;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn:hover svg path,
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn.active svg path {
    stroke: #FFFFFF !important;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn p {
    font-size: 12px;
    line-height: 15px;
    color: #CBCBCB;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin: 10px 0 0;
    text-align: center;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn:hover p,
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn.active p {
    color: #FFFFFF;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con {
    margin: 40px 0 0;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list {
    padding: 15px 0;
    margin: 0;
    border-top: solid 1px #D7E8F7;
    transition: all 1s;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list.active,
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list:hover {
    border-top: solid 1px #D0A643;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list:last-child {
    border-bottom: solid 1px #D7E8F7;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list a {
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all 1s;
}
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list.active a,
.also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list:hover a {
    color: #D0A643;
}
/* Also In This Edition Menu Css End */
/* Newsletter Article Page Css End */
/* Newsletter Previous Edition Page Css Start */
/* Previous Edition Year Selection Dropdown Css Start */
.previous-edition-year-selection-dropdown-section {
    padding: 50px 0;
}
.previous-edition-year-selection-dropdown-section .previous-edition-year-selection-dropdown-box .form-select {
    border: 1px solid #00526D;
    border-radius: 10px;
    width: 390px;
    height: 70px;
    font-size: 18px;
    line-height: 26px;
    color: #D0A743;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    margin: 0 auto;
}
.previous-edition-year-selection-dropdown-section .previous-edition-year-selection-dropdown-box .form-select {
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%2300526D' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 20px center/8px 10px no-repeat !important;
}
.previous-edition-year-selection-dropdown-section .previous-edition-year-selection-dropdown-box .form-select:focus {
    box-shadow: none;
    border: solid 2px #00526D;
}
.previous-edition-year-selection-dropdown-section .previous-edition-year-selection-dropdown-box .form-select option:first-child {
    display: none;
}
/* Previous Edition Year Selection Dropdown Css End */
/* Previous Edition List Css Start */
.previous-edition-list-section {
    padding: 30px 0;
}
.previous-edition-list-section .previous-edition-list-title-box {
    text-align: center;
}
.previous-edition-list-section .previous-edition-list-title-box .previous-edition-list-title {
    font-size: 52px;
    line-height: 62px;
    color: #003D58;
    font-family: "Gotham-Bold";
    font-weight: 700;
    margin-bottom: 20px;
}
.previous-edition-list-section .previous-edition-list-detail-con {
    margin-right: -20px !important;
}
.previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box {
    padding: 20px 20px 0 0;
    cursor: pointer;
}
.previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box .previous-edition-list-img-box {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box .previous-edition-list-img-box .previous-edition-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box:hover .previous-edition-list-img-box .previous-edition-list-img {
    transform: scale(1.2);
}
.previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box .previous-edition-list-img-box .previous-edition-list-content-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 50%, rgba(0, 61, 88, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 25px;
    transition: all 1s;
}
.previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box:hover .previous-edition-list-img-box .previous-edition-list-content-box {
    background: linear-gradient(180deg, rgba(0, 61, 88, 0) 40%, rgba(0, 61, 88, 0.85) 80%);
    padding-bottom: 35px;
}
.previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box .previous-edition-list-img-box .previous-edition-list-content-box .previous-edition-list-title {
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.previous-edition-list-section .pagination-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 60px 0;
}
.previous-edition-list-section .pagination-controls button {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 5px;
    transition: opacity 0.3s ease;
    outline: 0;
    box-shadow: none !important;
}
.previous-edition-list-section .pagination-controls button[style*="opacity: 0"] {
    pointer-events: none;
}
.previous-edition-list-section .page-numbers button {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: transparent;
    border: dashed 1px #97263C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #003D58;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    transition: all 1s;
}
.previous-edition-list-section .page-numbers button:hover,
.previous-edition-list-section .page-numbers button.active {
    background: #97263C;
    border: solid 1px #97263C;
    color: #FFFFFF;
}
/* Previous Edition List Css End */
/* Newsletter Previous Edition Page Css End */
.video-wrapper {
    width: 100%;
    height: 100%;
}
/* .video-wrapper .youtube-iframe {
    inset: -33% !important;
    height: 137% !important;
} */

/* Responsive Css Start */
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1600px) {}
@media only screen and (min-width: 1700px) {}
@media only screen and (min-width: 1800px) {
    /* Common Css Start */
    .container {
        max-width: 1700px;
    }
    /* Menu Css Start */
    .menu-nav .menu-box .parent-menu-con {
        width: 700px;
        padding: 80px 0 50px;
    }
    .menu-nav .menu-box .parent-menu-con .parent-menu-box {
        height: calc(100vh - 195px);
    }
    .menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li {
        padding: 20px 90px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box {
        padding: 0 90px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box .stay-connected-title {
        font-size: 32px;
        line-height: 42px;
    }
    .menu-nav .menu-box .important-menu-con {
        width: calc(100vw - 700px);
        justify-content: space-between;
    }
    .menu-nav .menu-box .important-menu-con .important-menu-box {
        width: calc(100% - 350px);
        padding: 80px 150px;
    }
    .menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box {
        margin-top: 70px;
    }
    .menu-nav .menu-box .child-menu-con {
        width: calc(100vw - 700px);
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box {
        width: calc(100% - 600px);
        padding: 80px;
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box .child-menu-content-box {
        height: calc(100vh - 160px);
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box .child-menu .child-sub-menu {
        margin-left: 50px;
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li:not(:last-child) {
        margin-bottom: 40px;
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box .child-menu .child-sub-menu li:last-child {
        margin-bottom: 40px;
    }
    .menu-nav .menu-box .child-menu-con .child-side-menu-con {
        width: 850px;
    }
    /* Menu Css End */
    /* Banner Section Start */
    /* General Banner Css Start */
    .general-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box {
        margin-bottom: 150px;
    }
    /* General Banner Css End */
    /* Newsletter Banner Css Start */
    .newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box {
        margin-bottom: 0;
    }
    .newsletter-banner-section.banner-section .banner-con .banner-box .carousel-caption .newsletter-three-icon-btn-box {
        margin-top: 100px;
    }
    /* Newsletter Banner Css End */
    /* Banner Section End */
    /* Footer Css Start */
    .footer-section .footer-logo-contact-btn-box {
        padding: 0 280px 120px;
    }
    .footer-section .footer-zest-logo-content-box {
        padding: 0 280px;
    }
    .footer-section .copyright-partner-con {
        padding: 0 280px;
    }
    .footer-section .copyright-partner-box .partner-img-box .partner-img {
        width: 500px;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Welcome to Oakleigh Grammar Css Start */
    /* .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box {
        padding: 0 160px;
    } */
    /* Welcome to Oakleigh Grammar Css End */
    /* Inspiring Css Start */
    .inspiring-section .inspiring-four-con .inspiring-four-box {
        height: 800px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box {
        padding: 30px 30px;
    }
    .inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:not(:hover) .inspiring-four-detail-box {
        padding: 40px 30px;
    }
    /* Inspiring Css End */
    /* Our Values Css Start */
    .our-value-section .our-value-slider {
        padding-left: 60px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-img-box .our-value-slider-img {
        max-height: 900px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box {
        padding: 160px 150px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-title {
        left: 70px;
        top: 90px;
        font-size: 140px;
        line-height: 140px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-bg-icon {
        width: 250px;
        right: 150px;
        bottom: 70px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con {
        padding: 15px;
        width: 48px;
    }
    /* Our Values Css End */
    /* Start Your Journey Css Start */
    .start-your-journey-section .start-your-journey-con {
        padding: 0 280px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box {
        padding: 0 0 0 280px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider,
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box,
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box .start-your-journey-slider-img {
        height: 480px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box .start-your-journey-slider-content-box h2 {
        font-size: 32px;
        line-height: 42px;
    }
    /* Start Your Journey Css End */
    /* What Happening Css Start */
    .what-happening-section .what-happening-con {
        padding: 0 280px;
    }
    .what-happening-section .what-happening-slider-box {
        padding: 0 0 0 280px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider {
        height: 430px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box {
        height: 410px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider.without-facebook-slider:hover .what-happening-slider-img-box {
        height: 280px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-img {
        height: 410px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider.without-facebook-slider:hover .what-happening-slider-img-box .what-happening-slider-img {
        height: 280px;
    }
    .stay-connected-con {
        padding: 50px 280px 0;
    }
    /* What Happening Css End */
    /* Call to Action Css Start */
    .call-to-action-section .carousel-item .call-to-action-img {
        max-height: 1100px;
        object-position: center;
    }
    /* Call to Action Css End */
    /* Explore Oakleigh Grammar Css Start */
    .explore-oakleigh-section .explore-oakleigh-box {
        padding: 0 280px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-title {
        font-size: 62px;
        line-height: 66px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-txt-btn-box {
        padding-left: 150px;
    }
    /* Explore Oakleigh Grammar Css End */
    /* Home Page Css End */
    /* Page Modules Css Start */
    /* Photo Gallery Module Css Start */
    .swiper .swiper-wrapper .swiper-slide {
        width: 215px;
        height: 440px;
    }
    .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        padding: 0 40px;
        /* width: 1000px;
        height: 620px; */
    }
    /* Photo Gallery Module Css End */
    /* Image / Textbox Module Css Start */
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
        padding: 50px 220px 50px 180px;
    }
    .image-textbox-background-img-box {
        min-height: 900px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-img-con .image-textbox-img-box .image-textbox-img {
        max-height: 900px;
    }
    /* Right Side Image Css Start */
    .right-side-img-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
        padding: 50px 180px 50px 220px;
    }
    /* Right Side Image Css End */
    /* Image / Textbox Module Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-section .container {
        max-width: 1470px;
    }
    /* .link-tiles-section .link-tiles-con .grid-container {
        grid-auto-rows: 450px;
    } */
    .link-tiles-section .link-tiles-con .grid-container .grid-item .link-tiles-content-box .link-tiles-title {
        font-size: 32px;
        line-height: 42px;
    }
    /* Link Tiles Module Css End */
    /* Our Leadership Team Css Start */
    .our-leadership-section {
        margin: 100px 0;
        padding: 100px 0;
    }
    .our-leadership-section .container {
        padding: 100px 0;
    }
    .our-leadership-section .our-leadership-con .our-leadership-team-con {
        margin-top: 70px !important;
    }
    .our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box,
    .our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box .our-leadership-team-img-box {
        height: 500px;
    }
    .our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box .our-leadership-team-img-box .our-leadership-img {
        height: 420px;
    }
    .our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box:hover .our-leadership-team-img-box .our-leadership-img {
        height: 100%;
    }
    /* Our Leadership Team Css End */
    /* Image Divider Module Css Start */
    .image-divider-section .image-divider-img-box {
        height: 640px;
    }
    .big-size-image-divider-section.image-divider-section .image-divider-img-box {
        height: 915px;
    }
    /* Image Divider Module Css End */
    /* Page Modules Css End */
    /* Latest News Css Start */
    /* Page Header Css Start */
    /* .page-header-section .page-header-box .page-header-content-box {
        padding-top: 130px !important;
    } */
    .page-header-section .page-header-box .page-header-img-box .page-header-img {
        max-height: 450px;
        /* width: auto; */
    }
    /* Page Header Css End */
    /* Latest News List Css Start */
    .latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-img-box {
        width: 360px;
    }
    .latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box {
        width: calc(100% - 360px);
    }
    /* Latest News List Css End */
    /* Latest News Css End */
    /* Curriculum Explorer Page Css Start */
    /* Curriculum Explorer Page Css End */
    /* Newsletter Previous Edition Page Css Start */
    /* Previous Edition List Css Start */
    .previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box .previous-edition-list-img-box {
        height: 430px;
    }
    /* Previous Edition List Css End */
    /* Newsletter Previous Edition Page Css End */
}
@media only screen and (min-width: 2100px) {
    /* Common Css Start */
    /* Menu Css Start */
    .menu-nav .menu-box .parent-menu-con {
        width: 800px;
    }
    .menu-nav .menu-box .important-menu-con {
        width: calc(100vw - 800px);
    }
    .menu-nav .menu-box .child-menu-con {
        width: calc(100vw - 800px);
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box {
        width: calc(100% - 850px);
    }
    /* Menu Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Welcome to Oakleigh Grammar Css Start */
    /* .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box {
        padding: 0 180px;
    } */
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-title {
        max-width: 750px;
    }
    /* Welcome to Oakleigh Grammar Css End */
    /* Home Page Css End */
}
@media only screen and (max-width: 1536px) and (min-width: 1401px) {
    /* Menu Css Start */
    .menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li a {
        font-size: 36px;
        line-height: 36px;
    }
    .menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-title {
        font-size: 28px;
        line-height: 30px;
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li a {
        font-size: 22px;
        line-height: 22px;
    }
    /* Menu Css End */
    /* Home Page Css Start */
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-title,
    .inspiring-section .inspiring-box .inspiring-title-box .inspiring-title,
    .start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-title-box .start-your-journey-title,
    .what-happening-section .what-happening-con .what-happening-box .what-happening-title-box .what-happening-title,
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-title {
        font-size: 42px;
        line-height: 46px;
    }
    .start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-title-box .start-your-journey-title {
        max-width: 500px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-four-box-title {
        font-size: 32px;
        line-height: 32px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-title {
        font-size: 62px;
        line-height: 62px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-title {
        font-size: 100px;
        line-height: 100px;
    }
    .call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content .call-to-action-title {
        font-size: 82px;
        line-height: 82px;
    }
    /* Home Page Css End */
    /* Full Text Editor Css Start */
    .full-text-editor-section blockquote {
        font-size: 28px;
        line-height: 36px;
    }
    .full-text-editor-section h1 {
        font-size: 48px;
        line-height: 52px;
    }
    .full-text-editor-section h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .full-text-editor-section h3 {
        font-size: 38px;
        line-height: 42px;
    }
    /* Full Text Editor Css End */
    /* General Page Css End */
}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {
    /* Common Css Start */
    /* Menu Css Start */
    .menu-nav .menu-box .parent-menu-con {
        width: 400px;
    }
    .menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li {
        padding: 10px 30px;
    }
    .menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li a {
        font-size: 38px;
        line-height: 38px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box {
        padding: 0 30px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box .stay-connected-title {
        font-size: 22px;
        line-height: 32px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box .social-media-icon-con {
        margin-left: 20px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box .social-media-icon-con .social-media-icon-box {
        height: 40px;
        width: 40px;
        margin: 0 0 0 10px;
    }
    .menu-nav .menu-box .important-menu-con {
        width: calc(100vw - 400px);
    }
    .menu-nav .menu-box .important-menu-con .important-menu-box {
        padding: 50px;
    }
    .menu-nav .menu-box .child-menu-con {
        width: calc(100vw - 400px);
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box {
        width: calc(100% - 420px);
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li a {
        font-size: 20px;
        line-height: 20px;
    }
    .menu-nav .menu-box .child-menu-con .child-side-menu-con {
        width: 420px;
    }
    /* Menu Css End */
    .banner-section .banner-con .banner-box .banner-iframe-box iframe {
        top: -65%;
        width: 190%;
        height: 230%;
    }
    /* Footer Css Start */
    .footer-section .footer-logo-contact-btn-box {
        padding: 0 30px 120px;
    }
    .footer-section .footer-logo-contact-btn-box .footer-logo-con .footer-logo-box .footer-logo {
        width: 380px;
    }
    .footer-section .footer-zest-logo-content-box {
        padding: 0 30px;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .footer-zest-logo-box .footer-zest-logo {
        width: 380px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-content-title {
        font-size: 20px;
        line-height: 22px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box .footer-link-txt {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-section .copyright-partner-con {
        padding: 0 30px;
    }
    .footer-section .copyright-partner-box .copyright-design-bg-box .copyright-txt {
        font-size: 13px;
        line-height: 28px;
    }
    .footer-section .copyright-partner-box .copyright-design-bg-box .website-by-txt {
        font-size: 13px;
        line-height: 28px;
    }
    .footer-section .copyright-partner-box .copyright-design-bg-box .website-by-txt .jwam-logo {
        width: 52px;
    }
    .footer-section .copyright-partner-box .partner-img-box .partner-img {
        width: 350px;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Welcome to Oakleigh Grammar Css Start */
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-sub-title {
        font-size: 18px;
        line-height: 22px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-title {
        font-size: 42px;
        line-height: 46px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-txt-btn-box {
        padding-left: 70px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-txt p {
        font-size: 18px;
        line-height: 24px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-animation,
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-video {
        height: 475px;
    }
    /* Welcome to Oakleigh Grammar Css End */
    /* Inspiring Css Start */
    .inspiring-section .inspiring-box .inspiring-title-box .inspiring-title {
        font-size: 42px;
        line-height: 46px;
        max-width: 500px;
    }
    .inspiring-section .inspiring-box .inspiring-content-box .inspiring-content-txt p {
        font-size: 18px;
        line-height: 24px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box {
        height: 500px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-four-box-title {
        font-size: 42px;
        line-height: 42px;
    }
    .inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:not(:hover) .inspiring-four-detail-box .inspiring-four-box-title {
        font-size: 26px;
        line-height: 26px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-four-box-txt p {
        font-size: 12px;
        line-height: 16px;
        margin: 20px 0;
    }
    /* Inspiring Css End */
    /* Our Values Css Start */
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box {
        padding: 130px 70px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-title {
        top: 80px;
        font-size: 90px;
        line-height: 90px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-title {
        font-size: 72px;
        line-height: 72px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-txt p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 80px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n) svg {
        width: 95px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 1) svg {
        width: 95px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 2) svg {
        width: 95px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 3) svg {
        width: 100px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-bg-icon {
        width: 150px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box:not(:last-child) {
        margin-right: 40px;
    }
    /* Our Values Css End */
    /* Start Your Journey Css Start */
    .start-your-journey-section .start-your-journey-con {
        padding: 0 30px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box {
        padding: 0 0 0 30px;
    }
    /* Start Your Journey Css End */
    /* What Happening Css Start */
    .what-happening-section .what-happening-con {
        padding: 0 30px;
    }
    .what-happening-section .what-happening-slider-box {
        padding: 0 0 0 30px;
    }
    .stay-connected-con {
        padding: 50px 30px 0;
    }
    /* What Happening Css End */
    /* Call to Action Css Start */
    .call-to-action-section .carousel-item .call-to-action-img {
        max-height: 700px;
    }
    /* Call to Action Css End */
    /* Explore Oakleigh Grammar Css Start */
    .explore-oakleigh-section .explore-oakleigh-box {
        padding: 0 30px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-title {
        font-size: 46px;
        line-height: 50px;
    }
    .explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-video {
        max-height: 650px;
    }
    /* Explore Oakleigh Grammar Css End */
    /* Home Page Css End */
    /* General Page Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section blockquote {
        font-size: 28px;
        line-height: 36px;
    }
    .full-text-editor-section h1 {
        font-size: 48px;
        line-height: 52px;
    }
    .full-text-editor-section h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .full-text-editor-section h3 {
        font-size: 38px;
        line-height: 42px;
    }
    /* Image and Text Side By Side Css Start */
    .image-txt-side-by-side-section .general-page-editor-img-box,
    .full-text-editor-section .image.image-style-align-left {
        width: 400px;
    }
    .image-txt-side-by-side-section.right-side-img-box .general-page-editor-img-box,
    .full-text-editor-section .image.image-style-align-right {
        width: 300px;
    }
    /* Image and Text Side By Side Css End */
    /* Full Text Editor Css End */
    /* General Page Css End */
    /* Page Modules Css Start */
    /* Image / Textbox Module Css Start */
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
        padding: 25px 70px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title {
        font-size: 46px;
        line-height: 50px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-detail-box h2 {
        font-size: 40px;
    }
    /* Right Side Image Css Start */
    .right-side-img-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
        padding: 25px 70px;
    }
    /* Right Side Image Css End */
    /* Image / Textbox Module Css End */
    /* Page Modules Css End */
    /* Latest News Css Start */
    /* Page Header Css Start */
    .page-header-section .page-header-box .page-header-content-box {
        padding-top: 60px !important;
    }
    .page-header-section .page-header-box .page-header-content-box .page-header-title {
        font-size: 42px;
        line-height: 44px;
    }
    .page-header-section .page-header-box .page-header-img-box .page-header-img {
        margin-top: 50px;
    }
    /* Page Header Css End */
    /* Latest News Css End */
    /* Newsletter List Page Css Start */
    /* Newsletter List Css Start */
    .newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box {
        height: 300px;
    }
    .newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box .newsletter-list-content-box .newsletter-list-content-title {
        font-size: 22px;
        line-height: 28px;
    }
    /* Newsletter List Css End */
    /* Newsletter List Page Css End */
}
@media only screen and (max-width: 1199px) {
    /* Common Css Start */
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-header-section .page-header-box .page-header-img-box .page-header-img {
        max-height: 450px;
    }
    /* Menu Css Start */
    .menu-nav .menu-box .parent-menu-con {
        width: 350px;
    }
    .menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li {
        padding: 10px 30px;
    }
    .menu-nav .menu-box .parent-menu-con .parent-menu-box .parent-menu li a {
        font-size: 36px;
        line-height: 36px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box {
        padding: 0 30px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box .stay-connected-title {
        font-size: 14px;
        line-height: 24px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box .social-media-icon-con {
        margin-left: 10px;
    }
    .menu-nav .menu-box .parent-menu-con .stay-connected-box .social-media-icon-con .social-media-icon-box {
        margin: 0 0 0 10px;
    }
    .menu-nav .menu-box .important-menu-con {
        width: calc(100vw - 350px);
    }
    .menu-nav .menu-box .important-menu-con .important-menu-box {
        padding: 50px 30px;
    }
    .menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-title {
        font-size: 26px;
        line-height: 30px;
    }
    .menu-nav .menu-box .important-menu-con .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt .important-menu-txt {
        font-size: 12px;
        line-height: 12px;
    }
    .menu-nav .menu-box .child-menu-con {
        width: calc(100vw - 350px);
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box {
        width: calc(100% - 330px);
        padding: 50px 30px;
    }
    .menu-nav .menu-box .child-menu-con .child-menu-box .child-menu li a {
        font-size: 20px;
        line-height: 20px;
    }
    .menu-nav .menu-box .child-menu-con .child-side-menu-con {
        width: 330px;
    }
    /* Menu Css End */
    /* Banner Section Start */
    .banner-section .banner-con .banner-box .banner-iframe-box iframe {
        top: -50%;
        width: 190%;
    }
    /* General Banner Css Start */
    .general-banner-section.banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-title {
        font-size: 52px;
        line-height: 56px;
    }
    /* General Banner Css End */
    /* Banner Section End */
    /* Footer Css Start */
    .footer-section {
        padding: 80px 0 30px;
    }
    .footer-section .footer-logo-contact-btn-box {
        padding: 0 20px 120px;
    }
    .footer-section .footer-logo-contact-btn-box .footer-logo-con .footer-logo-box .footer-logo {
        width: 380px;
    }
    .footer-section .footer-zest-logo-content-box {
        padding: 0 20px;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .footer-zest-logo-box .footer-zest-logo {
        width: 250px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-content-title {
        font-size: 24px;
        line-height: 26px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box .footer-link-txt {
        font-size: 16px;
        line-height: 20px;
        text-decoration: none;
    }
    .footer-section .copyright-partner-con {
        padding: 0 20px;
    }
    .footer-section .copyright-partner-box .copyright-design-bg-box .copyright-txt {
        font-size: 14px;
        line-height: 28px;
    }
    .footer-section .copyright-partner-box .copyright-design-bg-box .website-by-txt {
        font-size: 14px;
        line-height: 28px;
        margin-left: 30px;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Welcome to Oakleigh Grammar Css Start */
    /* .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box {
        padding: 0 20px;
    } */
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-title {
        font-size: 46px;
        line-height: 50px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-txt-btn-box {
        padding-left: 80px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-txt p {
        font-size: 18px;
        line-height: 24px;
    }
    /* Welcome to Oakleigh Grammar Css End */
    /* Inspiring Css Start */
    .inspiring-section .inspiring-box .inspiring-title-box .inspiring-title {
        font-size: 46px;
        line-height: 50px;
    }
    .inspiring-section .inspiring-box .inspiring-content-box .inspiring-content-txt p {
        font-size: 18px;
        line-height: 24px;
    }
    .inspiring-section .inspiring-four-con {
        gap: 10px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box {
        height: 450px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-four-box-title {
        font-size: 36px;
        line-height: 40px;
    }
    /* Inspiring Css End */
    /* Our Values Css Start */
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box {
        padding: 80px 70px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-title {
        top: 50px;
        font-size: 80px;
        line-height: 80px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-title {
        font-size: 62px;
        line-height: 62px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-txt p {
        font-size: 18px;
        line-height: 24px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n) svg {
        width: 65px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 1) svg {
        width: 65px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 2) svg {
        width: 65px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 3) svg {
        width: 70px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-bg-icon {
        width: 150px;
        right: 50px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box:not(:last-child) {
        margin-right: 30px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box p {
        font-size: 16px;
        line-height: 16px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box i {
        font-size: 14px;
        line-height: 14px;
        margin-left: 20px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con .slider-change-btn-box.active i {
        font-size: 28px;
        line-height: 28px;
    }
    /* Our Values Css End */
    /* Start Your Journey Css Start */
    .start-your-journey-section .start-your-journey-con {
        padding: 0 20px;
    }
    .start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-title-box .start-your-journey-title {
        font-size: 46px;
        line-height: 50px;
    }
    .start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-content-box .start-your-journey-content-txt p {
        font-size: 18px;
        line-height: 24px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box {
        padding: 0 0 0 20px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .nav-tabs .nav-link:not(:last-child) {
        margin-right: 30px;
    }
    /* Start Your Journey Css End */
    /* What Happening Css Start */
    .what-happening-section .what-happening-con {
        padding: 0 20px;
    }
    .what-happening-section .what-happening-con .what-happening-box .what-happening-title-box .what-happening-title {
        font-size: 46px;
        line-height: 50px;
    }
    .what-happening-section .what-happening-slider-box {
        padding: 0 0 0 20px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .what-happening-detail-box .what-happening-slider-txt {
        font-size: 14px;
        line-height: 18px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .read-more-txt {
        font-size: 14px;
        line-height: 18px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .post-like-comment-facebook-icon-box .post-like-comment-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .stay-connected-con {
        padding: 50px 20px 0;
    }
    /* What Happening Css End */
    /* Call to Action Css Start */
    .call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content .call-to-action-title {
        font-size: 82px;
        line-height: 82px;
    }
    .call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content .call-to-action-txt,
    .call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content p {
        font-size: 34px;
        line-height: 36px;
        max-width: 800px;
    }
    /* Call to Action Css End */
    /* Explore Oakleigh Grammar Css Start */
    .explore-oakleigh-section .explore-oakleigh-box {
        padding: 0 20px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-title {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 50px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-txt-btn-box {
        padding-left: 60px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-txt p {
        font-size: 18px;
        line-height: 24px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box {
        margin-top: 60px;
    }
    /* Explore Oakleigh Grammar Css End */
    /* Home Page Css End */
    /* General Page Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section blockquote {
        font-size: 28px;
        line-height: 36px;
    }
    .full-text-editor-section h1 {
        font-size: 48px;
        line-height: 52px;
    }
    .full-text-editor-section h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .full-text-editor-section h3 {
        font-size: 38px;
        line-height: 42px;
    }
    /* Full Text Editor Css End */
    /* General Page Css End */
    /* Page Modules Css Start */
    /* Photo Gallery Module Css Start */
    .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 600px;
        height: 400px;
    }
    .swiper .swiper-button-prev {
        left: calc(50% - 310px);
    }
    .swiper .swiper-button-next {
        right: calc(50% - 310px);
    }
    /* Photo Gallery Module Css End */
    /* Image / Textbox Module Css Start */
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
        padding: 30px 20px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-sub-title {
        font-size: 16px;
        line-height: 18px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title {
        font-size: 34px;
        line-height: 36px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-detail-box h2 {
        font-size: 26px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box {
        margin-left: 0;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt {
        font-size: 16px;
        line-height: 22px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt.light-txt,
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box li {
        font-size: 14px;
        line-height: 22px;
    }
    /* Right Side Image Css Start */
    .right-side-img-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
        padding: 30px 20px;
    }
    /* Right Side Image Css End */
    /* Image / Textbox Module Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-section .link-tiles-con .grid-container .grid-item .link-tiles-content-box .link-tiles-title {
        font-size: 20px;
        line-height: 30px;
    }
    /* Link Tiles Module Css End */
    
    /* Image Divider Module Css Start */
    .image-divider-section .image-divider-img-box .image-divider-content-box {
        padding: 20px;
    }
    /* Image Divider Module Css End */
    /* Page Modules Css End */
    /* Latest News Css Start */
    /* Page Header Css Start */
    .page-header-section .page-header-box .page-header-content-box .page-header-title {
        font-size: 32px;
        line-height: 34px;
    }
    .page-header-section .page-header-box .page-header-content-box .page-header-detail-box {
        padding-left: 0;
    }
    /* Page Header Css End */
    /* Latest News Css End */
    /* Curriculum Explorer Page Css Start */
    /* Curriculum Explorer Detail View Modal Css Start */
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-title {
        font-size: 32px;
        line-height: 36px;
    }
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-blockquote-txt p {
        font-size: 22px;
        line-height: 30px;
    }
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-sub-title {
        font-size: 24px;
        line-height: 26px;
    }
    /* Curriculum Explorer Detail View Modal Css End */
    /* Newsletter List Page Css Start */
    /* Newsletter List Css Start */
    .newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box .newsletter-list-content-box .newsletter-list-content-title {
        font-size: 22px;
        line-height: 28px;
    }
    /* Newsletter List Css End */
    /* Newsletter List Page Css End */
    /* Newsletter Article Page Css Start */
    /* Newsletter Article Post By Css Start */
    .newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-img-box {
        width: 115px;
    }
    .newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-img-box .newsletter-article-post-by-img {
        height: 115px;
    }
    .newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-content-box {
        width: calc(100% - 115px);
        padding: 0 0 0 20px;
    }
    .newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-content-box .newsletter-article-post-by-name {
        font-size: 18px;
        line-height: 20px;
    }
    .newsletter-article-post-by-section .newsletter-article-post-by-con .newsletter-article-post-by-box .newsletter-article-post-by-content-box .newsletter-article-post-by-person-post {
        font-size: 14px;
        line-height: 18px;
    }
    /* Newsletter Article Post By Css End */
    /* Newsletter Article Page Css End */
}
@media only screen and (max-width: 992px) {
    /* Common Css Start */
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: inline-block;
    }
    /* Sticky Header Css Start */
    .mobile-sticky-header-section {
        background: #003D58;
        width: 100%;
        border-right: solid 15px #D0A643;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 25px 20px;
        z-index: 9;
        backdrop-filter: blur(24px);
        transition: all 1s;
    }
    .mobile-sticky-header-section.scrolled {
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        clip-path: url(#curveMobileHeaderClip);
        padding: 15px 20px 15px 50px;
    }
    .mobile-sticky-header-section .logo-box .logo-img-box .logo-img {
        width: 100px;
    }
    .mobile-sticky-header-section.scrolled .logo-box .logo-img-box .logo-img,
    .mobile-sticky-header-section .logo-box .logo-img-box .mobile-sticky-header-logo-img {
        display: none;
    }
    .mobile-sticky-header-section.scrolled .logo-box .logo-img-box .mobile-sticky-header-logo-img {
        display: block;
        width: 120px;
    }
    .mobile-sticky-header-section .menu-search-btn-box {
        display: flex;
        align-items: flex-start;
    }
    .mobile-sticky-header-section .menu-search-btn-box .search-icon-box {
        margin: 13px 35px 0 0;
        cursor: pointer;
    }
    .mobile-sticky-header-section .menu-search-btn-box .search-icon-box .search-icon {
        width: 20px;
    }
    .mobile-sticky-header-section .menu-search-btn-box .search-icon-box.translate-icon-box .search-icon {
        width: 24px;
    }
    .mobile-sticky-header-section .menu-search-btn-box .menu-btn-box {
        cursor: pointer;
        text-align: center;
    }
    .mobile-sticky-header-section .menu-search-btn-box .menu-btn-box .menu-icon-box {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: dashed 1px #FFFFFF;
        background: transparent;
        transition: all 1s;
    }
    .mobile-sticky-header-section .menu-search-btn-box .menu-btn-box:hover .menu-icon-box {
        background: #98263C;
        border: solid 1px #98263C;
    }
    .mobile-sticky-header-section .menu-search-btn-box .menu-btn-box .menu-icon-box .menu-bar-icon {
        width: 24px;
        transition: all 1s;
    }
    .mobile-sticky-header-section .menu-search-btn-box .menu-btn-box:hover .menu-icon-box .menu-bar-icon {
        rotate: 90deg;
    }
    .mobile-sticky-header-section .menu-search-btn-box .menu-btn-box p {
        font-size: 16px;
        line-height: 16px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin: 5px 0 0;
    }
    .mobile-sticky-header-section.scrolled .menu-search-btn-box .menu-btn-box p {
        display: none;
    }
    /* Sticky Header Css End */
    /* Menu Css Start */
    .menu-nav .menu-box.desktop-view {
        display: none;
    }
    .menu-nav .menu-box.mobile-view {
        border-right: solid 15px #D0A643;
        flex-direction: column;
    }
    .menu-nav .menu-box .search-close-icon-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 20px;
    }
    .menu-nav .menu-box .search-close-icon-box .logo-img-box .logo-img {
        width: 50px;
    }
    .menu-nav .menu-box .search-close-icon-box .search-close-icon {
        display: inline-flex;
        align-items: center;
    }
    .menu-nav .menu-box .search-close-icon-box .search-close-icon .search-icon-box {
        margin-right: 35px;
    }
    .menu-nav .menu-box .search-close-icon-box .search-close-icon .search-icon-box .search-icon {
        width: 17px;
    }
    .menu-nav .menu-box .search-close-icon-box .search-close-icon .search-icon-box.translate-icon-box .search-icon {
        width: 20px;
    }
    .menu-nav .menu-box .search-close-icon-box .search-close-icon .close-icon-box {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: dashed 1px #FFFFFF;
        background: transparent;
        transition: all 1s;
        cursor: pointer;
    }
    .menu-nav .menu-box .search-close-icon-box .search-close-icon .close-icon-box:hover {
        background: #98263C;
        border: solid 1px #98263C;
    }
    .menu-nav .menu-box .search-close-icon-box .search-close-icon .close-icon-box img {
        width: 18px;
    }
    .menu-nav .menu-box .other-links-box {
        height: calc(100vh - 342px);
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1;
        position: relative;
        text-align: center;
    }
    .menu-nav .menu-box .other-links-box ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    .menu-nav .menu-box .other-links-box ul li {
        list-style: none;
    }
    .menu-nav .menu-box .other-links-box .other-link-menu-box {
        position: relative;
    }
    .menu-nav .menu-box .other-links-box .other-link-menu {
        padding-bottom: 5px;
        width: 100%;
    }
    .menu-nav .menu-box .other-links-box .parent-menu-text {
        font-size: 32px;
        line-height: 32px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        text-decoration: none;
        display: block;
        width: 100%;
        padding: 10px;
    }
    .menu-nav .menu-box .other-links-box .other-link-menu .parent-menu-text:hover,
    .menu-nav .menu-box .other-links-box .other-link-menu .parent-menu-text.active-menu {
        color: #D0A643;
        background-color: #98263C;
    }
    .menu-nav .menu-box .other-links-box .child-menu {
        display: none;
    }
    .menu-nav .menu-box .other-links-box .child-menu.active-menu {
        display: block !important;
        position: inherit;
        width: 100%;
        transition: all 5s ease-in-out;
        background-color: #98263C;
        padding: 10px 10px 0;
    }
    .menu-nav .menu-box .other-links-box .child-menu.active-menu li {
        padding-bottom: 15px;
    }
    .menu-nav .menu-box .other-links-box .child-menu.active-menu a {
        font-size: 22px;
        line-height: 22px;
        color: #FFFFFF;
        font-family: "Gotham-Book", sans-serif;
        font-weight: 500;
        text-decoration: none;
    }
    .menu-nav .menu-box .other-links-box .child-menu a:hover,
    .menu-nav .menu-box .other-links-box .child-menu.active-menu a.active {
        color: #D0A643;
    }
    .menu-nav .menu-box .social-media-icon-con {
        padding: 30px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .menu-nav .menu-box .social-media-icon-con .social-media-icon-box:not(:last-child) {
        margin-right: 20px;
    }
    .menu-nav .menu-box .social-media-icon-con .social-media-icon-box {
        background: transparent;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px dashed #FFFFFF;
        text-decoration: none;
        transition: all 1s;
    }
    .menu-nav .menu-box .social-media-icon-con .social-media-icon-box:hover {
        background: #98263C;
        border: 1px solid #98263C;
    }
    .menu-nav .menu-box .social-media-icon-con .social-media-icon-box i {
        font-size: 20px;
        color: #FFFFFF;
        transition: all 1s;
    }
    .menu-nav .menu-box .important-menu-box {
        width: calc(100vw - 30px);
        margin-left: auto;
        padding: 30px 15px 50px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .menu-nav .menu-box .important-menu-box.active {
        clip-path: url("#curveMobileBottomRightClip");
    }
    .menu-nav .menu-box .important-menu-box .important-menu-title {
        border-top: solid 1px #D0A643;
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 26px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        cursor: pointer;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-title i {
        font-size: 30px;
        color: #D0A643;
        margin-left: 10px;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-title.active i.de-active-icon,
    .menu-nav .menu-box .important-menu-box .important-menu-title i.active-icon {
        display: none;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-title.active i.active-icon {
        display: inline-block;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-detail-box {
        display: none;
        max-height: calc(100vh - 237px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con {
        margin-top: 50px;
        text-align: center;
        display: none;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box {
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:not(:last-child) {
        margin-right: 20px;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box {
        height: 46px;
        width: 46px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: dashed 1px #FFFFFF;
        background: transparent;
        transition: all 1s;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box {
        background: #98263C;
        border: solid 1px #98263C;
        box-shadow: none;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg {
        width: 30px;
        height: 30px;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg path {
        fill: #D7E8F7;
        transition: all 1s;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box svg path {
        fill: #FFFFFF;
    }
    .menu-nav .menu-box .important-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box p {
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Book", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        margin: 5px 0 0;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box {
        margin-top: 50px;
        text-align: center;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        width: 100%;
        height: 100%;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt .important-menu-icon-box {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 1s;
        margin-bottom: 0;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt:hover .important-menu-icon-box {
        background-color: #98263C;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt .important-menu-icon-box .important-menu-icon {
        width: 35px;
        transition: all 1s;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt:hover .important-menu-icon-box .important-menu-icon {
        width: 25px;
    }
    .menu-nav .menu-box .important-menu-box .important-menu-icon-text-con .important-menu-icon-text-box .important-menu-link-txt .important-menu-txt {
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin: 10px 0 0;
    }
    .menu-nav .menu-box .child-menu .child-sub-menu {
        display: none;
        margin-top: 20px;
    }
    .menu-nav .menu-box .child-menu li.has-submenu.submenu-open .child-sub-menu {
        display: block;
    }
    .menu-nav .menu-box .child-menu li.has-submenu .our-people-toggle {
        position: relative;
    }
    .menu-nav .menu-box .child-menu li.has-submenu .our-people-toggle::after {
        content: '\f0d7';
        position: absolute;
        top: 2px;
        right: -30px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 20px;
        width: 20px;
        font-size: 20px;
        color: #D0A643;
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
    }
    .menu-nav .menu-box .child-menu li.has-submenu.submenu-open .our-people-toggle::after {
        content: '\f0d8';
    }
    .child-menu-open .menu-nav .menu-box .other-links-box {
        height: calc(100vh - 120px);
    }
    .child-menu-open .social-media-icon-con,
    .child-menu-open .important-menu-box {
        display: none !important;
    }
    /* Menu Css End */
    /* Search Css Start */
    .search-nav .search-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-right: solid 15px #D0A643;
    }
    .search-nav .search-box .search-close-icon-box {
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 25px 20px;
    }
    .search-nav .search-box .search-close-icon-box .logo-img-box .mobile-sticky-header-logo-img {
        width: 50px;
    }
    .search-nav .search-box .search-content-con {
        width: calc(100vw - 30px);
        height: calc(100vh - 116px);
        margin-left: auto;
        align-items: flex-start;
        border-right: 0;
        clip-path: url(#curveMobileBottomRightClip);
    }
    .search-nav .search-box .search-content-con::after {
        clip-path: url(#curveMobileBottomRightClip);
    }
    .search-nav .search-box .search-content-con .search-content-box {
        max-width: 350px;
    }
    .search-nav .search-box .search-content-con .search-content-box h5 {
        font-size: 32px;
        line-height: 32px;
    }
    .search-nav .search-box .search-content-con .search-content-box .search-again {
        font-size: 32px;
        line-height: 32px;
    }
    .search-nav .search-box .search-content-con .search-content-box .search-input-box input {
        width: 350px;
        font-size: 22px;
    }
    .search-nav .search-box .search-content-con .search-content-box .search-input-box input::placeholder {
        font-size: 22px;
    }
    .search-nav .search-box .search-content-con .search-content-box .search-result-box {
        margin-top: 15px;
        text-align: left;
    }
    .search-nav .search-box .search-content-con .search-content-box .search-result-box h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .search-nav .search-box .search-content-con .search-content-box .search-result-box .search-result-list-box {
        max-height: calc(100vh - 395px);
    }
    .search-nav .search-box .search-content-con .search-content-box .search-result-box .search-result-list-box .search-result-list h6 {
        font-size: 18px;
        line-height: 22px;
    }
    /* Search Css End */
    /* Banner Css Start */
    .mobile-banner-section {
        padding: 0;
        height: calc(100vh - 147px);
        background: linear-gradient(180deg, #003D58 53%, #0092CB 100%);
        position: relative;
        overflow: hidden;
    }
    .mobile-banner-section::before,
    .mobile-banner-section::after {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: #fff;
        z-index: 2;
        transition: transform 1.5s ease-in-out;
    }
    .mobile-banner-section::before {
        left: 0;
        transform: translateX(0);
    }
    .mobile-banner-section::after {
        right: 0;
        transform: translateX(0);
    }
    .mobile-banner-section .banner-con .banner-box .carousel-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100vw;
        height: calc(100vh - 147px);
        border-right: solid 15px #D0A643;
    }
    .mobile-banner-section .banner-con .banner-box .carousel-caption .banner-logo-img-box {
        display: none;
    }
    .mobile-banner-section .banner-con .banner-box video,
    .mobile-banner-section .banner-con .banner-box iframe,
    .mobile-banner-section .banner-con .banner-box .banner-img,
    .mobile-banner-section .banner-con .banner-box .banner-iframe-box {
        height: calc(100vh - 147px);
        width: calc(100vw - 30px);
        object-fit: cover;
        object-position: center center;
        clip-path: url(#curveMobileClip);
    }
    .mobile-banner-section .banner-con .banner-box .banner-iframe-box iframe {
        top: -70%;
        width: 260%;
        height: 240%;
        border: 0;
        left: -50%;
        position: absolute;
        transform: unset;
    }
    .mobile-banner-section .banner-con .banner-box .carousel-caption {
        /* background: linear-gradient(180.21deg, rgba(0, 0, 0, 0) 32.41%, rgba(0, 0, 0, 0.4) 71.68%); */
        height: calc(100vh - 147px);
        width: calc(100vw - 30px);
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 25px 0;
        clip-path: url(#curveMobileClip);
    }
    .mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box {
        margin-bottom: 100px;
    }
    .mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-title-img {
        width: 450px;
    }
    /* .mobile-banner-section .banner-con .banner-box .banner-side-menu-box {
        width: 100%;
        height: auto;
        border-right: solid 15px #D0A643;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con {
        padding: 20px 40px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box {
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:not(:last-child) {
        margin-right: 40px;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box {
        height: 46px;
        width: 46px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: dashed 1px #FFFFFF;
        background: transparent;
        transition: all 1s;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box {
        background: #98263C;
        border: solid 1px #98263C;
        box-shadow: none;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg {
        width: 30px;
        height: 30px;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg path {
        fill: #D7E8F7;
        transition: all 1s;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box svg path {
        fill: #FFFFFF;
    }
    .mobile-banner-section .banner-con .banner-box .banner-side-menu-box .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box p {
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        margin: 5px 0 0;
    } */
    /* General Banner Css Start */
    .general-banner-section.mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box {
        text-align: left;
        padding: 0 40px;
        margin-bottom: 60px;
    }
    .general-banner-section.mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-sub-title {
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 500;
        letter-spacing: 0.15rem;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .general-banner-section.mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-title {
        font-size: 32px;
        line-height: 36px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }
    .general-banner-section.mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-title::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 4px;
        background: #A6CE39;
        margin-left: -60px;
        vertical-align: middle;
    }
    .general-banner-section.mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .banner-description-txt {
        font-size: 22px;
        line-height: 28px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin: 15px 0 0;
    }
    /* General Banner Css End */
    /* Newsletter Banner Css Start */
    .newsletter-banner-section.mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .previous-edition-btn {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .newsletter-banner-section.mobile-banner-section .banner-con .banner-box .carousel-caption .banner-title-img-box .previous-edition-btn .green-arrow-btn-link .arrow-icon {
        margin-left: 0;
        margin-right: 15px;
    }
    /* Newsletter Banner Css End */
    /* Banner Css End */
    /* Sticky Call Action Css Start */
    .sticky-call-action-box {
        right: 30px;
        bottom: 115px;
    }
    .sticky-call-action-box.active {
        bottom: 15px;
    }
    .sticky-call-action-box .pop-up-action-box {
        width: 220px;
        padding: 10px;
        flex-direction: column;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-img-box {
        width: 100%;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-img-box .pop-up-img {
        width: 100%;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-detail-box {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-detail-box .pop-up-detail-title {
        font-size: 24px;
        line-height: 28px;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-detail-box .pop-up-detail-txt {
        font-size: 16px;
        line-height: 22px;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-close-btn,
    .open-call-action-btn-box .expand-btn {
        top: -23px;
        right: -23px;
        height: 46px;
        width: 46px;
    }
    /* Sticky Call Action Css End */
    /* Mobile View Floating Button Css Start */
    .mobile-view-floating-btn-section {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        /* backdrop-filter: blur(12px); */
        /* background: #003D58E6; */
        background: linear-gradient(180deg, #00526D 0%, #003D58 0.01%, #003D58 100%);
        padding: 20px 40px;
        z-index: 10;
    }
    .mobile-view-floating-btn-section .portals-tours-enrolment-icon-con {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-view-floating-btn-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box {
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        display: inline-block;
    }
    .mobile-view-floating-btn-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box {
        height: 46px;
        width: 46px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: dashed 1px #FFFFFF;
        background: transparent;
        transition: all 1s;
    }
    .mobile-view-floating-btn-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box {
        background: #98263C;
        border: solid 1px #98263C;
        box-shadow: none;
    }
    .mobile-view-floating-btn-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg {
        width: 30px;
        height: 30px;
    }
    .mobile-view-floating-btn-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box .portals-tours-enrolment-icon-box svg path {
        fill: #D7E8F7;
        transition: all 1s;
    }
    .mobile-view-floating-btn-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box:hover .portals-tours-enrolment-icon-box svg path {
        fill: #FFFFFF;
    }
    .mobile-view-floating-btn-section .portals-tours-enrolment-icon-con .portals-tours-enrolment-btn-box p {
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        margin: 5px 0 0;
    }
    /* Mobile View Floating Button Css End */
    /* Footer Css Start */
    .footer-section {
        padding: 40px 0 120px;
    }
    .footer-section .footer-logo-contact-btn-box {
        padding: 0 20px 30px;
        text-align: center;
    }
    .footer-section .footer-logo-contact-btn-box .footer-logo-con .footer-logo-box .footer-logo {
        width: 270px;
    }
    .footer-section .footer-logo-contact-btn-box .footer-contact-box {
        text-align: center;
        align-items: center;
        margin-top: 40px;
    }
    .footer-section .footer-zest-logo-content-box {
        padding: 0 20px;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .footer-zest-logo-box {
        margin-top: 0;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .footer-zest-logo-box .footer-zest-logo {
        width: 250px;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .top-to-scroll-btn {
        background: transparent;
        border: 0;
        text-align: center;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .top-to-scroll-btn .arrow-icon {
        height: 46px;
        width: 46px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: dashed 1px #FFFFFF;
        background: transparent;
        transition: all 1s;
        margin-bottom: 10px;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .top-to-scroll-btn:hover .arrow-icon {
        background: #FFFFFF;
        height: 40px;
        width: 40px;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .top-to-scroll-btn .arrow-icon i {
        font-size: 14px;
        color: #FFFFFF;
        transition: all 1s;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .top-to-scroll-btn:hover .arrow-icon i {
        color: #98263C;
    }
    .footer-section .footer-zest-logo-content-box .footer-zest-logo-con .top-to-scroll-btn p {
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 500;
        text-transform: uppercase;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con {
        position: relative;
        padding: 0;
        order: 1;
        border-top: solid 1px #D0A643;
        text-align: center;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con::after {
        display: none;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box {
        margin-top: 30px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box:not(:last-child) {
        margin-bottom: 17px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box img {
        width: 16px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box,
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-txt-box {
        display: none;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box.active .footer-link-icon-detail-box {
        display: flex;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box.active .footer-link-txt-box {
        display: block;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-content-title {
        cursor: pointer;
        width: fit-content;
        margin: 0 auto 20px;
        position: relative;
        padding-bottom: 10px;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-content-title::after {
        content: '';
        display: block;
        height: 1px;
        width: 55px;
        background: #FFFFFF;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        transition: all 1s;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box:hover .footer-content-title::after,
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box.active .footer-content-title::after {
        width: 100%;
        background: #D0A743;
    }
    .footer-section .footer-zest-logo-content-box .footer-content-con .footer-content-box .footer-link-icon-detail-box .footer-link-txt-box {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        padding-top: 10px;
    }
    .footer-section .copyright-partner-con {
        padding: 0 20px;
        margin-top: 20px !important;
    }
    .footer-section .copyright-partner-box {
        padding: 20px 0 0;
    }
    .footer-section .copyright-partner-box .copyright-design-bg-box {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0;
        order: 2;
    }
    .footer-section .copyright-partner-box .copyright-design-bg-box .website-by-txt {
        margin-left: 0;
    }
    .footer-section .copyright-partner-box .partner-img-box {
        text-align: center;
        order: 1;
    }
    .footer-section .copyright-partner-box .partner-img-box .partner-img {
        width: 380px;
    }
    /* Footer Css End */
    /* Read Previous & Next Css Start */
    .read-previous-next-section {
        padding: 40px 20px;
    }
    .read-previous-next-section h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-content-box {
        width: 100%;
        padding: 10px 0 30px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-content-box .read-previous-next-sub-title {
        color: #D0A743;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-content-box .read-previous-next-title {
        font-size: 24px;
        line-height: 30px;
        color: #003D58;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box {
        display: none;
    }
    /* Read Previous & Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Welcome to Oakleigh Grammar Css Start */
    .welcome-to-oakleigh-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box {
        padding: 0;
        order: 2;
        margin-top: 20px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-sub-title {
        font-size: 16px;
        line-height: 18px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-txt-btn-box {
        padding-left: 0;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-content-box .welcome-to-oakleigh-txt p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box {
        order: 1;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-animation {
        height: 350px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-video {
        height: 350px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .play-btn-img-box {
        height: 100px;
        width: 100px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .play-btn-img-box .play-btn-img {
        width: 100px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .play-btn-img-box .play-icon-img-box {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    /* Welcome to Oakleigh Grammar Css End */
    /* Inspiring Css Start */
    .inspiring-section .inspiring-box {
        padding: 0 20px !important;
        border: 0;
        max-width: none !important;
    }
    .inspiring-section .inspiring-box .row {
        padding: 40px 0 !important;
        border-top: solid 1px #D0A643;
    }
    .inspiring-section .inspiring-box .inspiring-title-box .inspiring-title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .inspiring-section .inspiring-box .inspiring-content-box .inspiring-content-txt p {
        font-size: 16px;
        line-height: 20px;
    }
    .inspiring-section .inspiring-four-con {
        display: block;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box:not(:first-child) {
        margin-top: 20px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box {
        height: 450px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-person-img {
        width: 100%;
        height: 100%;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box {
        padding: 20px 10px;
    }
    .inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:not(:hover) .inspiring-four-detail-box {
        padding: 30px 10px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-four-box-title {
        font-size: 34px;
        line-height: 34px;
    }
    .inspiring-section .inspiring-four-con.hover-active .inspiring-four-box:not(:hover) .inspiring-four-detail-box .inspiring-four-box-title {
        font-size: 28px;
        line-height: 28px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-four-detail-box .inspiring-four-box-txt p {
        font-size: 14px;
        line-height: 18px;
        margin: 20px 0;
    }
    /* Inspiring Css End */
    /* Our Values Css Start */
    .our-value-section {
        margin-top: 20px;
        padding: 0 0 60px;
    }
    .our-value-section .our-value-border-box {
        border-top: 0;
    }
    .our-value-section .our-value-slider {
        padding-left: 0;
        margin: 0;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-img-box .our-value-slider-img {
        max-height: 500px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box {
        padding: 20px 20px 120px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-title {
        left: 5px;
        top: 10px;
        font-size: 62px;
        line-height: 62px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-title {
        font-size: 62px;
        line-height: 62px;
        margin: 0 20px 40px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-txt p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 20px 30px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .blue-arrow-btn-link {
        padding: 0 20px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n) svg {
        width: 65px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 1) svg {
        width: 65px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 2) svg {
        width: 65px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-icon-con .our-value-slider-icon-box:nth-child(4n - 3) svg {
        width: 70px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .our-value-slider-bg-icon {
        width: 150px;
        right: auto;
        left: 60px;
        bottom: 25px;
    }
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-detail-box .slider-change-btn-con {
        display: none;
    }
    /* Our Values Css End */
    /* Start Your Journey Css Start */
    .start-your-journey-section {
        background: #003d58;
        position: relative;
    }
    .start-your-journey-section::after {
        content: '';
        height: 50px;
        width: 100%;
        display: block;
        background: #FFFFFF;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .start-your-journey-section .start-your-journey-con {
        padding: 0 20px;
    }
    .start-your-journey-section .start-your-journey-con .start-your-journey-box {
        margin-top: 0;
        padding: 40px 0 0;
    }
    .start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-title-box .start-your-journey-title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .start-your-journey-section .start-your-journey-con .start-your-journey-box .start-your-journey-content-box .start-your-journey-content-txt p {
        font-size: 16px;
        line-height: 20px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box {
        padding: 0 0 0 20px;
        position: relative;
        z-index: 1;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box {
        padding-top: 30px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box {
        position: relative;
        z-index: 9999;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-custom-dropdown {
        position: relative;
        width: 200px;
        user-select: none;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-selected {
        border: 0;
        border-bottom: solid 1px #D0A743;
        border-radius: 0;
        outline: 0;
        box-shadow: none;
        background: transparent;
        font-size: 16px;
        line-height: 26px;
        color: #D0A643;
        font-family: "Gotham-Book", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding-left: 0;
        height: 28px;
        display: flex;
        justify-content: space-between;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-selected span,
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-selected i {
        font-size: 16px;
        line-height: 26px;
        color: #D0A643;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-dropdown-options {
        display: none;
        border: 1px solid #003D58;
        border-top: none;
        background: #003D58;
        position: absolute;
        top: 30px;
        width: 100%;
        z-index: 1;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-dropdown-options.open {
        display: block;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-option {
        padding: 5px 10px 5px 0;
        cursor: pointer;
        font-size: 16px;
        line-height: 26px;
        color: #7898A7;
        font-family: "Gotham-Book", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        transition: all 1s;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-option i {
        font-size: 14px;
        line-height: 26px;
        color: #7898A7;
        transition: all 1s;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-option:hover,
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-tab-box .start-your-journey-tab-header-box .start-your-journey-option:hover i {
        color: #D0A643;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider,
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box,
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box .start-your-journey-slider-img {
        height: 400px;
    }
    .start-your-journey-section .start-your-journey-tab-slider-box .start-your-journey-slick-slider .start-your-journey-slider .start-your-journey-slider-img-box .start-your-journey-slider-content-box h2 {
        font-size: 24px;
        line-height: 31px;
    }
    /* Start Your Journey Css End */
    /* What Happening Css Start */
    .what-happening-section {
        padding: 40px 0;
    }
    .what-happening-section .what-happening-con {
        padding: 0 20px;
    }
    .what-happening-section .what-happening-con .what-happening-box {
        padding: 40px 0;
    }
    .what-happening-section .what-happening-con .what-happening-box .what-happening-title-box .what-happening-title {
        font-size: 34px;
        line-height: 36px;
    }
    .what-happening-section .what-happening-slider-box {
        padding: 0 0 0 20px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider {
        height: 320px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box {
        height: 300px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider.without-facebook-slider:hover .what-happening-slider-img-box {
        height: 200px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-img {
        height: 300px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider.without-facebook-slider:hover .what-happening-slider-img-box .what-happening-slider-img {
        height: 200px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider:hover .what-happening-slider-img-box .what-happening-slider-content-box {
        padding: 10px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .what-happening-detail-box .what-happening-slider-txt {
        font-size: 12px;
        line-height: 14px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .read-more-txt {
        font-size: 12px;
        line-height: 14px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider .what-happening-slider-img-box .what-happening-slider-content-box .post-like-comment-facebook-icon-box .post-like-comment-box p {
        font-size: 12px;
        line-height: 14px;
    }
    .what-happening-section .what-happening-slider-box .what-happening-slick-slider .what-happening-slider:hover .what-happening-slider-title {
        font-size: 20px;
        line-height: 26px;
        -webkit-line-clamp: 3;
    }
    .stay-connected-con {
        padding: 20px 20px 0;
    }
    .stay-connected-con .stay-connected-box .row {
        align-items: flex-end;
    }
    .stay-connected-con .stay-connected-title-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .stay-connected-con .stay-connected-title-box .stay-connected-title {
        font-size: 18px;
        line-height: 23px;
    }
    .stay-connected-con .stay-connected-title-box .social-media-icon-con {
        margin-left: 0;
        margin-top: 15px;
    }
    .stay-connected-con .stay-connected-title-box .social-media-icon-con .social-media-icon-box {
        margin: 0;
    }
    .stay-connected-con .stay-connected-title-box .social-media-icon-con .social-media-icon-box:not(:last-child) {
        margin-right: 10px;
    }
    .stay-connected-con .what-happening-content-box {
        text-align: right;
    }    
    /* What Happening Css End */
    /* Call to Action Css Start */
    .call-to-action-section {
        padding: 40px 0 20px;
    }
    .call-to-action-section .carousel-indicators {
        padding: 10px 10px 30px;
        justify-content: center;
    }
    .call-to-action-section .carousel-item .call-to-action-img {
        height: 730px;
    }
    .call-to-action-section .carousel-item .call-to-action-content-box {
        padding: 40px 40px 80px;
        justify-content: center;
        text-align: center;
    }
    .call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content .call-to-action-title {
        font-size: 52px;
        line-height: 52px;
    }
    .call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content .call-to-action-txt,
    .call-to-action-section .carousel-item .call-to-action-content-box .call-to-action-content p {
        font-size: 22px;
        line-height: 24px;
        font-family: "Gotham-Book", sans-serif;
        font-weight: 500;
    }
    /* Call to Action Css End */
    /* Explore Oakleigh Grammar Css Start */
    .explore-oakleigh-section {
        padding-top: 0;
    }
    .explore-oakleigh-section .explore-oakleigh-box {
        padding: 0 20px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box {
        padding: 30px 0 0;
        order: 2;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-txt-btn-box {
        padding-left: 0;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-txt p {
        font-size: 16px;
        line-height: 20px;
    }
    .explore-oakleigh-section .explore-oakleigh-content-box .explore-oakleigh-btn-box {
        margin-top: 30px;
    }
    .explore-oakleigh-section .explore-oakleigh-img-box {
        order: 1;
    }
    .explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-animation {
        max-height: 370px;
    }
    .explore-oakleigh-section .explore-oakleigh-img-box .explore-oakleigh-img .explore-oakleigh-img-video {
        max-height: 370px;
    }
    /* Explore Oakleigh Grammar Css End */
    /* Home Page Css End */
    /* General Page Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section {
        padding: 0 20px;
    }
    .only-heading-one-section {
        margin: 40px 0;
    }
    /* .full-text-editor-section.border-top-section .container::after {
        top: -30px;
    } */
    .full-text-editor-section blockquote {
        font-size: 22px;
        line-height: 28px;
    }
    .full-text-editor-section h1 {
        font-size: 36px;
        line-height: 50px;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .full-text-editor-section h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .full-text-editor-section h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .full-text-editor-section h4 {
        font-size: 22px;
        line-height: 24px;
    }
    .full-text-editor-section h5 {
        font-size: 18px;
        line-height: 26px;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 500;
    }
    .full-text-editor-section h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .full-text-editor-section .table-responsive {
        margin: 30px 0;
    }
    .full-text-editor-section .table thead tr th {
        font-size: 18px;
        line-height: 24px;
    }
    /* Image and Text Side By Side Css Start */
    .image-txt-side-by-side-section .general-page-editor-img-box,
    .full-text-editor-section .image.image-style-align-left {
        margin-bottom: 10px;
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .image-txt-side-by-side-section.right-side-img-box .general-page-editor-img-box,
    .full-text-editor-section .image.image-style-align-right {
        margin-bottom: 10px;
        float: none;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .image-txt-side-by-side-section .general-page-editor-img-box img,
    .full-text-editor-section .image img {
        width: 100%;
    }
    /* Image and Text Side By Side Css End */
    /* Full Text Editor Css End */
    /* Web Form Css Start */
    .web-form-section {
        padding: 40px 20px;
    }
    .web-form-section h1 {
        font-size: 32px;
        line-height: 36px;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 500;
    }
    /* Web Form Css End */
    /* General Page Css End */
    /* Page Modules Css Start */
    /* Photo Gallery Module Css Start */
    .swiper .swiper-wrapper .swiper-slide {
        width: 120px;
        height: 250px;
    }
    .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 400px;
        height: 320px;
    }
    .swiper .swiper-wrapper .swiper-slide .image-wrapper.vertical-img {
        width: 100%;
    }
    .swiper .swiper-button-prev {
        left: calc(50% - 210px);
    }
    .swiper .swiper-button-next {
        right: calc(50% - 210px);
    }
    /* Photo Gallery Module Css End */
    /* Page Modules Css Start */
    /* Image / Textbox Module Css Start */
    .image-textbox-background-img-box {
        min-height: 600px;
        max-height: 600px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-img-con .image-textbox-img-box .image-textbox-img {
        /* min-height: auto; */
        max-height: 600px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
        padding: 40px 20px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-sub-title {
        max-width: 100%;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-title {
        max-width: 100%;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box {
        max-width: 100%;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt {
        font-size: 18px;
        line-height: 26px;
    }
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box .image-textbox-txt.light-txt,
    .image-textbox-module-section .image-textbox-module-box .image-textbox-content-box .image-textbox-detail-box li {
        font-size: 16px;
        line-height: 26px;
    }
    /* Right Side Image Css Start */
    .right-side-img-section.image-textbox-module-section .image-textbox-module-box .image-textbox-img-con {
        order: 1;
    }
    .right-side-img-section.image-textbox-module-section .image-textbox-module-box .image-textbox-content-box {
        order: 2;
        padding: 40px 20px;
    }
    /* Right Side Image Css End */
    /* Image / Textbox Module Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-section {
        padding: 20px;
    }
    .link-tiles-section .link-tiles-con .grid-container .grid-item .link-tiles-content-box .link-tiles-title {
        font-size: 26px;
        line-height: 36px;
    }
    /* Link Tiles Module Css End */
    /* Our Leadership Team Detail Modal Modal Css Start */
    .our-leadership-modal .modal-content .modal-body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-right: 0;
    }
    .our-leadership-modal .modal-content .modal-body .modal-close-icon-box {
        position: absolute;
        top: 10px;
        right: 10px;
        width: auto;
        height: auto;
        padding: 0;
        z-index: 2;
    }
    .our-leadership-modal .modal-content .modal-body .modal-close-icon-box .logo-img-box .mobile-sticky-header-logo-img {
        width: 50px;
    }
    .our-leadership-modal .modal-content .modal-body .modal-content-con {
        width: 100vw;
        height: 100vh;
        margin-left: auto;
        align-items: flex-start;
        border-right: 0;
        clip-path: none;
    }
    .our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box {
        flex-direction: column;
        max-height: calc(100vh - 50px);
    }
    .our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-img-box {
        width: 100%;
    }
    .our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-img-box .our-team-view-img {
        width: 190px;
        height: 190px;
    }
    .our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-content-box {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-content-box .our-team-view-title {
        font-size: 20px;
        line-height: 22px;
    }
    .our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-content-box .our-team-view-sub-title {
        font-size: 16px;
        line-height: 20px;
    }
    .our-leadership-modal .modal-content .modal-body .modal-content-con .our-team-view-detail-box .our-team-view-content-box .our-team-view-txt {
        max-width: 100%;
    }
    /* Our Leadership Team Detail Modal Modal Css End */
    /* Our Leadership Team Detail Modal Modal Css End */
    /* Accordion Module Section Start */
    .accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 24px;
        line-height: 32px;
    }
    .accordion-module-section .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 20px 0;
    }
    /* Accordion Module Section End */
    /* Image Divider Module Css Start */
    .image-divider-section .image-divider-img-box .image-divider-content-box {
        padding: 20px;
    }
    .big-size-image-divider-section.image-divider-section .image-divider-img-box,
    .full-screen-size-image-divider-section.image-divider-section .image-divider-img-box,
    .without-img-divider-section.image-divider-section .image-divider-img-box {
        height: 600px;
    }
    .image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-sub-title {
        font-size: 16px;
        line-height: 20px;
    }
    .image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-title {
        font-size: 24px;
        line-height: 30px;
    }
    .image-divider-section .image-divider-img-box .image-divider-content-box .image-divider-content-txt {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }
    .image-divider-section .image-divider-img-box .image-divider-content-box .right-side-content-box {
        margin-top: 0;
    }
    /* Image Divider Module Css End */
    /* Page Modules Css End */
    /* Latest News Css Start */
    /* Page Header Css Start */
    .page-header-section,
    .page-header-section.only-txt-page-header-section {
        padding: 40px 20px;
    }
    .page-header-section .page-header-box .page-header-content-box {
        padding-top: 30px !important;
        padding-right: 0 !important;
        order: 2;
    }
    .page-header-section.only-txt-page-header-section .page-header-box .page-header-content-box {
        padding-top: 30px !important;
        border-top: 1px solid #D0A643;
        order: 1;
    }
    .page-header-section .page-header-box .page-header-content-box .page-header-detail-box {
        padding-left: 0;
    }
    .page-header-section .page-header-box .page-header-content-box .page-header-detail-box .page-header-txt p {
        font-size: 16px;
        line-height: 22px;
    }
    .page-header-section .page-header-box .page-header-img-box {
        order: 1;
        border-top: 1px solid #D0A643;
        padding-top: 30px !important;
    }
    .page-header-section .page-header-box .page-header-img-box .page-header-img {
        position: inherit;
        max-height: 325px;
        margin-top: 0;
    }
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .newsletter-article-page-header-section.page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box {
        margin-bottom: 0;
    }
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn {
        height: 100px;
        width: 60px;
        border-radius: 0;
        background: transparent;
        border: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 1s;
        padding: 0;
        text-decoration: none;
    }
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn:not(:last-child) {
        margin-right: 50px;
    }
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn svg {
        height: 30px;
        width: 30px;
    }
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn svg path {
        stroke: #CBCBCB !important;
    }
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn:hover svg path,
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn.active svg path {
        stroke: #FFFFFF !important;
    }
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn p {
        font-size: 12px;
        line-height: 15px;
        color: #CBCBCB;
        font-family: "Gotham-Book", sans-serif;
        font-weight: 500;
        letter-spacing: 0.03rem;
        margin: 10px 0 0;
        text-align: center;
    }
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn:hover p,
    .page-header-section .page-header-box .page-header-img-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn.active p {
        color: #FFFFFF;
    }
    .page-header-section .page-header-box .page-header-detail-txt-box {
        order: 2;
    }
    /* Page Header Css End */
    /* Latest News Css End */
    /* Curriculum Explorer Page Css Start */
    /* Curriculum Explorer List Css Start */
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box {
        text-align: center;
    }
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .form-select {
        border: 0;
        border-bottom: solid 1px #D0A743;
        border-radius: 0;
        outline: 0;
        box-shadow: none;
        background: transparent;
        font-size: 16px;
        line-height: 16px;
        color: #D0A643;
        font-family: "Gotham-Book", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        padding-left: 0;
        background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23D0A743' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 0px center/8px 10px no-repeat !important;
    }
    /* Curriculum Explorer List Css End */
    /* Curriculum Explorer Detail View Modal Css Start */
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box {
        padding: 20px;
    }
    /* Curriculum Explorer Detail View Modal Css End */
    /* Newsletter List Page Css Start */
    /* Newsletter List Css Start */
    .newsletter-list-section {
        padding: 50px 0;
    }
    /* Newsletter List Css End */
    /* Newsletter Reader View Css Start */
    /* Newsletter Article Post By Css Start */
    .reader-view-section .newsletter-article-post-by-section {
        padding: 50px 0;
    }
    .reader-view-section .newsletter-article-post-by-section.inside-full-text-editor-article-post-by-section .newsletter-article-post-by-con:not(:last-child) {
        margin-bottom: 20px;
    }
    /* Newsletter Article Post By Css End */
    /* Newsletter Reader View Css End */
    /* Newsletter List Page Css End */
    /* .video-wrapper .youtube-iframe {
        inset: -40% !important;
        height: 142% !important;
    } */
}
@media only screen and (max-width: 767px) {
    /* Common Css Start */
    body {
        width: 100%;
    }
    /* Banner Css Start */
    .mobile-banner-section,
    .mobile-banner-section .banner-con .banner-box .carousel-item,
    .mobile-banner-section .banner-con .banner-box video,
    .mobile-banner-section .banner-con .banner-box iframe,
    .mobile-banner-section .banner-con .banner-box .banner-img,
    .mobile-banner-section .banner-con .banner-box .banner-iframe-box,
    .mobile-banner-section .banner-con .banner-box .carousel-caption {
        height: calc(100vh - 252px);
    }
    .mobile-banner-section .banner-con .banner-box .banner-iframe-box iframe {
        top: -115%;
        width: 320%;
        height: 330%;
        border: 0;
        left: -50%;
        position: absolute;
        transform: unset;
    }
    /* Common Css End */
    /* .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img iframe {
        height: 200%;
    } */
    /* Page Modules Css Start */
    /* Photo Gallery Module Css Start */
    .swiper .swiper-wrapper {
        gap: 10px;
    }
    .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        padding: 0 30px;
        width: 350px;
    }
    .swiper .swiper-button-prev {
        left: calc(50% - 180px);
    }
    .swiper .swiper-button-next {
        right: calc(50% - 180px);
    }
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .swiper .swiper-button-prev i,
    .swiper .swiper-button-next i {
        font-size: 16px;
    }
    /* Photo Gallery Module Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-section .link-tiles-con .grid-container {
        --cols: 2;
    }
    .link-tiles-section .link-tiles-con .grid-container .grid-item {
        height: 290px;
    }
    .link-tiles-section .link-tiles-con .grid-container .grid-item .link-tiles-content-box .link-tiles-title {
        font-size: 22px;
        line-height: 28px;
    }
    /* Link Tiles Module Css End */
    /* Our Leadership Team Css Start */
    .our-leadership-section {
        margin: 40px 0;
        padding: 40px 20px;
    }
    .our-leadership-section .container {
        padding: 30px 0;
    }
    .our-leadership-section .our-leadership-con .our-leadership-title-box .our-leadership-title {
        font-size: 32px;
        line-height: 36px;
    }
    .our-leadership-section .our-leadership-con .our-leadership-team-con {
        margin-top: 0px !important;
        padding: 0;
    }
    /* Our Leadership Team Css End */
    /* Page Modules Css End */
    /* Latest News List Css Start */
    .latest-news-list-section {
        padding: 20px;
    }
    .latest-news-list-section .latest-news-list-con .latest-news-list-box {
        margin-top: 30px;
        padding: 0;
    }
    .latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box {
        flex-direction: column;
    }
    .latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-img-box {
        width: 100%;
    }
    .latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .latest-news-list-section .latest-news-list-con .latest-news-list-box .latest-news-detail-box .latest-news-content-box .latest-news-content {
        border-top: 0;
        border-bottom: solid 1px #D7E8F7;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .latest-news-list-section .pagination-controls {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    /* Latest News List Css End */
    /* Latest News Css End */
    /* Curriculum Explorer Page Css Start */
    /* Feature Program Css Start */
    .feature-program-gallery-section .feature-program-gallery-title-box {
        padding: 20px;
        text-align: left;
    }
    .feature-program-gallery-section .feature-program-gallery-title-box h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .feature-program-gallery-section .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 350px;
        height: 460px;
    }
    .feature-program-gallery-section .swiper .swiper-button-prev {
        left: calc(50% - 180px);
    }
    .feature-program-gallery-section .swiper .swiper-button-next {
        right: calc(50% - 180px);
    }
    /* Feature Program Css End */
    /* Curriculum Explorer List Css Start */
    .curriculum-explorer-list-section {
        padding: 20px;
    }
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box {
        height: 270px;
    }
    /* Curriculum Explorer List Css End */
    /* Curriculum Explorer Detail View Modal Css Start */
    .curriculum-explorer-detail-modal .modal-close-icon-box {
        z-index: 2;
    }
    .curriculum-explorer-detail-modal .modal-close-icon-box .close-icon {
        background: #D7E8F799;
    }
    .curriculum-explorer-detail-modal .modal-lg {
        width: auto;
        min-height: 100vh;
        height: 100vh;
        max-height: 100vh;
        max-width: none;
        margin: 0;
    }
    .curriculum-explorer-detail-modal .modal-content {
        height: 100vh;
    }
    .curriculum-explorer-detail-modal .modal-content .modal-body {
        overflow-y: auto;
        height: 100vh;
    }
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box,
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel,
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner,
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner .carousel-item {
        height: auto;
    }
    .curriculum-explorer-detail-modal .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box {
        max-height: none;
        overflow-y: hidden;
    }
    /* Curriculum Explorer Detail View Modal Css End */
    /* Curriculum Explorer Page Css End */
    /* Newsletter List Page Css Start */
    /* Newsletter List Css Start */
    .newsletter-list-section {
        padding: 10px 20px;
    }
    .newsletter-list-section .newsletter-list-con {
        margin: 0 -10px;
    }
    .newsletter-list-section .newsletter-list-con .newsletter-list-box {
        padding: 10px;
    }
    .newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box {
        height: 265px;
    }
    .newsletter-list-section .newsletter-list-con .newsletter-list-box .newsletter-list-img-box .newsletter-list-content-box .newsletter-list-icon-img {
        width: 90px;
    }
    /* Newsletter List Css End */
    /* Newsletter Reader View Css Start */
    /* Newsletter Article Post By Css Start */
    .reader-view-section .newsletter-article-post-by-section {
        padding: 20px;
    }
    .reader-view-section .newsletter-article-post-by-section.inside-full-text-editor-article-post-by-section {
        padding: 20px 0 50px;
    }
    /* Newsletter Article Post By Css End */
    /* Upcoming Event Css Start */
    .upcoming-event-section {
        padding: 20px;
    }
    .upcoming-event-section .upcoming-event-box .upcoming-event-img-box {
        height: 260px;
    }
    .upcoming-event-section .upcoming-event-box .upcoming-event-img-box .upcoming-event-content-box {
        text-align: center;
        justify-content: center;
    }
    .upcoming-event-section .upcoming-event-box .upcoming-event-img-box .upcoming-event-content-box .upcoming-event-content-title {
        font-size: 22px;
        line-height: 30px;
    }
    .upcoming-event-section .upcoming-event-box .upcoming-event-img-box .upcoming-event-content-box .upcoming-event-icon-img {
        width: 90px;
    }
    /* Upcoming Event Css End */
    /* Newsletter Reader View Css End */
    /* Newsletter List Page Css End */
    /* Newsletter Article Page Css Start */
    /* Newsletter Article Post By Css Start */
    .newsletter-article-post-by-section {
        padding: 20px;
    }
    .newsletter-article-post-by-section .newsletter-article-post-by-con:not(:last-child) {
        margin-bottom: 20px;
    }
    /* Newsletter Article Post By Css End */
    /* Also In This Edition Button Css Start */
    .also-in-this-edition-btn-section {
        height: auto;
        width: 100%;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 0;
        z-index: 9;
        max-width: 220px;
    }
    .also-in-this-edition-btn-section .also-in-this-edition-btn-box {
        height: auto;
        width: 100%;
    }
    .also-in-this-edition-btn-section .also-in-this-edition-btn-box .also-in-this-edition-btn {
        height: 40px;
        width: 100%;
        margin-right: 0;
    }
    .also-in-this-edition-btn-section .also-in-this-edition-btn-box .also-in-this-edition-btn p {
        transform: none;
    }
    /* Also In This Edition Button Css End */
    /* Also In This Edition Menu Css Start */
    .also-in-this-edition-nav {
        transform: translateY(100%);
    }
    .also-in-this-edition-nav.active {
        transform: translateY(0);
    }
    .also-in-this-edition-nav .also-in-this-edition-btn-box {
        display: none;
    }
    .also-in-this-edition-nav .also-in-this-edition-box {
        background: #004863;
        width: 100vw;
        clip-path: none;
        padding: 20px;
    }
    .also-in-this-edition-nav .close-icon-btn-box {
        top: 20px;
        right: 20px;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-description-sub-title {
        display: block;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 500;
        letter-spacing: 0.15rem;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-description-title {
        font-size: 32px;
        line-height: 36px;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-description-title::before {
        margin-left: -160px;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-description-txt {
        font-size: 22px;
        line-height: 28px;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box {
        margin-top: 20px;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .newsletter-three-icon-btn-box .newsletter-three-icon-btn:not(:last-child) {
        margin-right: 30px;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con {
        margin-top: 20px;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list {
        padding: 10px 0;
    }
    .also-in-this-edition-nav .also-in-this-edition-box .also-in-this-edition-content-box .also-in-this-edition-list-con .also-in-this-edition-list-box .also-in-this-edition-list a {
        font-size: 16px;
        line-height: 20px;
    }
    /* Also In This Edition Menu Css End */
    /* Newsletter Article Page Css End */
    /* Newsletter Previous Edition Page Css Start */
    /* Previous Edition Year Selection Dropdown Css Start */
    .previous-edition-year-selection-dropdown-section {
        padding: 20px;
    }
    .previous-edition-year-selection-dropdown-section .previous-edition-year-selection-dropdown-box .form-select {
        width: 300px;
    }
    /* Previous Edition Year Selection Dropdown Css End */
    /* Previous Edition List Css Start */
    .previous-edition-list-section {
        padding: 20px;
    }
    .previous-edition-list-section .previous-edition-list-title-box .previous-edition-list-title {
        font-size: 32px;
        line-height: 36px;
    }
    .previous-edition-list-section .previous-edition-list-detail-con .previous-edition-list-detail-box .previous-edition-list-img-box {
        height: 230px;
    }
    /* Previous Edition List Css End */
    /* Newsletter Previous Edition Page Css End */
}
@media only screen and (max-width: 575px) {
    /* Home Page Css Start */
    /* Welcome to Oakleigh Grammar Css Start */
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-animation {
        height: 200px;
    }
    .welcome-to-oakleigh-section .welcome-to-oakleigh-img-box .welcome-to-oakleigh-img .welcome-to-oakleigh-img-video {
        height: 200px;
    }
    /* Welcome to Oakleigh Grammar Css End */
    /* Inspiring Css Start */
    .inspiring-section .inspiring-four-con .inspiring-four-box {
        height: 325px;
    }
    .inspiring-section .inspiring-four-con .inspiring-four-box .inspiring-person-img {
        object-fit: cover;
        object-position: top;
    }
    /* Inspiring Css End */
    /* Our Values Css Start */
    .our-value-section .our-value-slider .our-value-img-slick-slider .our-value-slider-img-box .our-value-slider-img {
        max-height: 400px;
    }
    /* Our Values Css End */
    /* Home Page Css End */
    /* Page Modules Css Start */
    /* Link Tiles Module Css Start */
    .link-tiles-section .link-tiles-con .grid-container,
    .link-tiles-section .link-tiles-con .grid-container.three-column-grid-container {
        --cols: 1;
    }
    .link-tiles-section .link-tiles-con .grid-container .grid-item.one-row-two-column {
        flex-basis: var(--cell);
    }
    /* Link Tiles Module Css End */
    /* Our Leadership Team Css Start */
    .our-leadership-section .our-leadership-con .our-leadership-team-con .our-leadership-team-box {
        padding: 0;
    }
    /* Our Leadership Team Css End */
    /* Page Modules Css End */
    /* Latest News Css Start */
    /* Latest News List Css Start */
    .latest-news-list-section .pagination-controls {
        text-align: left !important;
    }
    /* Latest News List Css End */
    /* Latest News Css End */
}
@media only screen and (max-width: 525px) {}
@media only screen and (max-width: 480px) {
    /* Latest News Css Start */
    .newsletter-page-header-section.page-header-section .page-header-box .page-header-content-box {
        padding-top: 80px !important;
    }
    /* Latest News Css End */
}
@media only screen and (max-width: 400px) {
    /* Common Css Start */
    /* Search Css Start */
    .search-nav .search-box .search-content-con .search-content-box {
        max-width: 270px;
    }
    .search-nav .search-box .search-content-con .search-content-box .search-input-box input {
        width: 270px;
    }
    /* Search Css End */
    /* Common Css End */
    /* Page Modules Css Start */
    /* Photo Gallery Module Css Start */
    .swiper .swiper-button-prev {
        left: calc(50% - 140px);
    }
    .swiper .swiper-button-next {
        right: calc(50% - 140px);
    }
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        border: dashed 1px #FFFFFF;
        background: #FFFFFF;
    }
    /* Photo Gallery Module Css End */
    /* Feature Program Css Start */
    .feature-program-gallery-section .swiper .swiper-button-prev {
        left: calc(50% - 140px);
    }
    .feature-program-gallery-section .swiper .swiper-button-next {
        right: calc(50% - 140px);
    }
    /* Feature Program Css End */
    /* Latest News Css Start */
    /* Latest News List Css Start */
    .latest-news-list-section .pagination-controls .prev-next-btn {
        font-size: 12px;
        line-height: 16px;
    }
    .latest-news-list-section .pagination-controls .page-number-btn {
        height: 25px;
        width: 25px;
        font-size: 12px;
        line-height: 16px;
    }
    .newsletter-page-header-section.page-header-section .page-header-box .page-header-content-box {
        padding-top: 120px !important;
    }
    /* Latest News List Css End */
    /* Newsletter Previous Edition Page Css Start */
    .previous-edition-list-section .pagination-controls button {
        font-size: 12px;
        line-height: 16px;
    }
    .previous-edition-list-section .page-numbers button {
        height: 25px;
        width: 25px;
        font-size: 12px;
        line-height: 16px;
    }
    /* Newsletter Previous Edition Page Css End */
}
/* For Iphone Common Css Start */
@media only screen and (max-width: 430px) and (-webkit-device-pixel-ratio: 3) {
    .menu-nav .menu-box .other-links-box {
        height: calc(100vh - 420px);
    }
    .child-menu-open .menu-nav .menu-box .other-links-box {
        height: calc(100vh - 200px);
    }
    .menu-nav .menu-box .important-menu-box .important-menu-detail-box {
        max-height: calc(100vh - 310px);
    }
    /* Page Modules Css Start */
    /* Image Divider Module Css Start */
    .image-divider-section .image-divider-img-box {
        background-attachment: initial;
    }
    /* Image Divider Module Css End */
    /* Page Modules Css End */
}
/* For Iphone Common Css End */
/* For Iphone Safari Css Start */
.iphone-safari-body .menu-nav .menu-box .other-links-box {
    height: calc(100vh - 390px);
}
.iphone-safari-body .child-menu-open .menu-nav .menu-box .other-links-box {
    height: calc(100vh - 170px);
}
.iphone-safari-body .menu-nav .menu-box .important-menu-box .important-menu-detail-box {
    max-height: calc(100vh - 280px);
}
/* For Iphone Safari Css End */
/* For Android Css Start */
.android-body .menu-nav .menu-box .other-links-box {
    height: calc(100vh - 390px);
}
.android-body .child-menu-open .menu-nav .menu-box .other-links-box {
    height: calc(100vh - 170px);
}
.android-body .menu-nav .menu-box .important-menu-box .important-menu-detail-box {
    max-height: calc(100vh - 280px);
}
/* For Android Css End */
/* Responsive Css End */

/* Animation Css Start */
@keyframes splitCenterToLeftTransition {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes splitCenterToRightTransition {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes wipe-in-right {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes wipe-in-left {
    from {
        clip-path: inset(0 0 0 100%);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Animation Css End */  
#google_translate_element {
    display: none;
    position: fixed;
    top: 20px;
    right: 135px;
    z-index: 99;
}
.full-text-editor-section figure.media {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
}
.full-text-editor-section figure.media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 