@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/GOTHAM-BOLD.TTF') format('truetype'), url('../fonts/GOTHAM-BOLD.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/GOTHAM-MEDIUM.TTF') format('truetype'), url('../fonts/GOTHAM-MEDIUM.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/GOTHAM-LIGHT.TTF') format('truetype'), url('../fonts/GOTHAM-LIGHT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@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: 'Palatino-Linotype';
    src: url('../fonts/palatino-linotype.ttf') format('truetype'), url('../fonts/palatino-linotype.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Palatino-Linotype-Italic';
    src: url('../fonts/palatino-linotype-italic.ttf') format('truetype'), url('../fonts/palatino-linotype-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
/* Common Css Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body, html {
    overflow-x: hidden;
}
/* 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 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
    font-family: "Gotham-Medium", sans-serif;
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
body.remove-overflow {
    overflow: hidden;
}
a, a:not([href]):not([class]) {
    text-decoration: none;
    cursor: pointer;
}
.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;
}
/* Common Button Css Start */
.white-border-transparent-bg-btn {
    background: transparent;
    border: solid 1px #FFFFFF;
    padding: 10px 25px;
    border-radius: 27px;
    min-height: 54px;
    min-width: 155px;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition: all 1s;
    display: inline-block;
    text-align: center;
}
.white-border-transparent-bg-btn:hover {
    background: #DEEDF966;
    color: #FFFFFF;
}
.transparent-bg-link-txt {
    font-size: 18px;
    line-height: 18px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.transparent-bg-link-txt:hover {
    color: #053963;
}
.transparent-bg-link-txt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    height: 1px;
    width: 70px;
    background: #D8AB31;
    display: block;
    transition: all 1s;
}
.transparent-bg-link-txt:hover::after {
    width: 100%;
}
.download-document-blue-border-btn {
    background: transparent;
    border: 1px solid #0E406A;
    border-radius: 30px;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    min-height: 52px;
    min-width: auto;
    transition: all 1s;
}
.download-document-blue-border-btn:hover {
    padding: 10px 20px 10px 10px;
}
.download-document-blue-border-btn .btn-txt {
    font-size: 18px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.download-document-blue-border-btn .arrow-icon-box {
    height: 39px;
    width: 39px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    background-color: transparent;
    border: solid 1px #0E406A;
    margin-left: 10px;
}
.download-document-blue-border-btn .arrow-icon-box i {
    font-size: 16px;
    color: #0E406A;
    transition: all 1s;
}
.download-document-blue-border-btn .arrow-icon-box.with-hover,
.download-document-blue-border-btn:hover .arrow-icon-box.without-hover {
    display: none;
}
.download-document-blue-border-btn:hover .arrow-icon-box.with-hover {
    display: inline-flex;
    background-color: #D8AB31;
    border: solid 1px #D8AB31;
    margin-right: 10px;
    margin-left: 0;
}
.download-document-blue-border-btn:hover .arrow-icon-box.with-hover i {
    color: #FFFFFF;
}
.download-document-blue-bg-btn {
    background: #0E406A;
    border: 1px solid #0E406A;
    border-radius: 30px;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    min-height: 52px;
    min-width: auto;
    transition: all 1s;
}
.download-document-blue-bg-btn:hover {
    padding: 10px 20px 10px 10px;
}
.download-document-blue-bg-btn .btn-txt {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.download-document-blue-bg-btn .arrow-icon-box {
    height: 39px;
    width: 39px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    background-color: #FFFFFF;
    border: solid 1px #0E406A;
    margin-left: 10px;
}
.download-document-blue-bg-btn .arrow-icon-box i {
    font-size: 16px;
    color: #0E406A;
    transition: all 1s;
}
.download-document-blue-bg-btn .arrow-icon-box.with-hover,
.download-document-blue-bg-btn:hover .arrow-icon-box.without-hover {
    display: none;
}
.download-document-blue-bg-btn:hover .arrow-icon-box.with-hover {
    display: inline-flex;
    background-color: #D8AB31;
    border: solid 1px #D8AB31;
    margin-right: 10px;
    margin-left: 0;
}
.download-document-blue-bg-btn:hover .arrow-icon-box.with-hover i {
    color: #FFFFFF;
}
.form-submit-btn {
    background: transparent;
    border: solid 1px #0E406A;
    border-radius: 27px;
    min-height: 48px;
    min-width: 145px;
    padding: 5px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition: all 1s;
}
.form-submit-btn:hover {
    background: #D7E8F7;
}
/* Common Button Css End */
/* Common FancyBox Css Start */
.fancybox-bg {
    background: #0E406A;
    opacity: 1 !important;
}
.fancybox-toolbar {
    top: 20px;
    right: 40px;
    visibility: visible;
    opacity: 1;
}
.fancybox-infobar {
    top: 20px;
    left: 40px;
    visibility: visible;
    opacity: 1;
    mix-blend-mode: normal;
}
.fancybox-infobar,
.fancybox-infobar span {
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
}
.fancybox-button.fancybox-button--close {
    background: transparent;
    padding: 0;
    position: relative;
    height: 54px;
    width: 100px;
    border: solid 1px #FFFFFF;
    border-radius: 27px;
    cursor: pointer;
    overflow: visible;
    transition: all 1s;
}
.fancybox-button.fancybox-button--close:hover {
    width: 54px;
    border-radius: 50%;
}
.fancybox-button.fancybox-button--close::before {
    content: "\f00d";
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
}
.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--arrow_right svg,
.fancybox-button.fancybox-button--arrow_left svg,
.fancybox-button.fancybox-button--close svg,
.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--play {
    display: none !important;
}
.fancybox-button.fancybox-button--arrow_right {
    right: 30px;
}
.fancybox-button.fancybox-button--arrow_left {
    left: 30px;
}
.fancybox-button.fancybox-button--arrow_right,
.fancybox-button.fancybox-button--arrow_left {
    background: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    opacity: 1 !important;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-button.fancybox-button--arrow_right div,
.fancybox-button.fancybox-button--arrow_left div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}
.fancybox-button.fancybox-button--arrow_right div {
    background-image: url(../images/slick-slider-next-icon.svg);
}
.fancybox-button.fancybox-button--arrow_left div {
    background-image: url(../images/slick-slider-previous-icon.svg);
}
.fancybox-button[disabled] {
    opacity: 0.5 !important;
}
/* Common FancyBox Css End */
/* Splash Screen Css Start */
.splash-screen-section {
    /* background: linear-gradient(#053963E5, #053963E5), url("../images/banner-img-one.webp") center center / cover no-repeat; */
    background-color: #053963 !important;
    background: url("../images/splash-screen-bg-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    z-index: 999;
    transition: opacity 1s ease, visibility 1s ease;
}
.splash-screen-section.hide {
    opacity: 0;
    visibility: hidden;
}
/* .splash-screen-section .splash-screen-box .splash-screen-title {
    opacity: 0;
    animation-delay: 2s;
    animation-name: wipe-in-right;
    animation-duration: 2s;
    animation-fill-mode: forwards;
} */
.splash-screen-section .splash-screen-box .splash-screen-title,
.splash-screen-section .splash-screen-box .splash-screen-title span {
    font-size: 70px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype-Italic", sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}
#word1 {
    animation-delay: 0.6s;
}
#word2 {
    animation-delay: 1.2s;
}
#word3 {
    animation-delay: 1.8s;
}
.splash-screen-section .splash-screen-box .splash-screen-title span {
    /* opacity: 0;
    animation: fadeInSplashScreen 0.5s forwards; */
    /* animation-name: wipe-in-right;
    animation-duration: 1s; */
    opacity: 0;
    animation: fadeInSplashScreen 0.6s ease-in-out forwards;
}
.splash-screen-section .splash-screen-box svg {
    height: 70px;
    width: 600px;
}
.splash-screen-section .splash-screen-box .svg-path {
    fill: #FFFFFF;
    /* opacity: 0;
    animation: wipe-in-right 0.3s ease forwards; */
}
/* .splash-screen-section .splash-screen-box .svg-path:nth-child(1) { animation-delay: 0.3s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(2) { animation-delay: 0.6s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(3) { animation-delay: 0.9s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(4) { animation-delay: 1.2s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(5) { animation-delay: 1.5s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(6) { animation-delay: 1.8s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(7) { animation-delay: 2.1s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(8) { animation-delay: 2.4s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(9) { animation-delay: 2.7s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(10) { animation-delay: 3s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(11) { animation-delay: 3.3s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(12) { animation-delay: 3.6s; }
.splash-screen-section .splash-screen-box .svg-path:nth-child(13) { animation-delay: 3.9s; } */
/* Splash Screen Css End */
/* Main Section Css Start */
/* .main-section {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
}
.main-section.show {
    opacity: 1;
    visibility: visible;
} */
.main-section {
    display: none;
}
/* Main Section Css End */
/* Header Css Start */
.header-section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 20px 70px;
    transition: all 0.5s;
    background: transparent;
}
.header-section.scrolling-up {
    background: #0E406AE5;
}
.header-section .header-box {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    z-index: 1;
    position: relative;
}
.header-section.scrolling-up .header-box {
    justify-content: space-between;
}
.header-section .header-box .tour-enrol-btn-box {
    margin-top: 30px;
    width: 510px;
}
.header-section.scrolling-up .header-box .tour-enrol-btn-box {
    margin-top: 0;
}
.header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn {
    min-height: 40px;
    min-width: 100px;
    line-height: 21px;
}
.header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn:last-child {
    margin-left: 20px;
}
.header-section .header-box .header-logo-box {
    width: calc(100% - 950px);
    text-align: center;
}
.header-section.scrolling-up .header-box .header-logo-box {
    display: none;
}
.header-section .header-box .header-logo-box .header-logo-img img {
    width: 190px;
}
.header-section .header-box .header-icon-con {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
    width: 510px;
}
.header-section.scrolling-up .header-box .header-icon-con {
    margin-top: 0;
}
.header-section .header-box .header-icon-con .header-icon-box:not(:last-child) {
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.header-section .header-box .header-icon-con .header-icon-box a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: solid 1px #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: all 1s;
}
.header-section .header-box .header-icon-con .header-icon-box a:hover {
    background: #DEEDF966;
}
.header-section .header-box .header-icon-con .header-icon-box a svg {
    height: 20px;
    width: 20px;
}
.header-section .header-box .header-icon-con .header-icon-box .header-icon-txt {
    /* display: none; */
    width: 0;
    opacity: 0;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    transition: all 1s;
}
.header-section .header-box .header-icon-con .header-icon-box:hover .header-icon-txt {
    width: 70px;
    opacity: 1;
    margin-left: 10px;
    /* display: inline-block; */
}
.header-section .header-box .header-icon-con .header-icon-box .form-control {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    width: 0;
    transition: all 1s;
    padding: 0;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 400;
    margin-right: 0;
    height: 30px;
    display: inline-block;
}
.header-section .header-box .header-icon-con .header-icon-box .form-control.portal-text {
    border-bottom: 0;
}
.header-section .header-box .header-icon-con .header-icon-box .form-control::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 400;
}
.header-section .header-box .header-icon-con .header-icon-box:hover .form-control {
    margin-left: 10px;
    width: 125px;
}
.header-section .header-box .header-icon-con .header-icon-box:hover .form-control.portal-text {
    width: 70px;
}
.header-section .header-box .header-icon-con .header-icon-box.menu-icon-box {
    width: 100px;
    height: 54px;
    line-height: 54px;
    margin-left: 20px;
    text-align: center;
}
.header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon {
    background: transparent;
    border: solid 1px #FFFFFF;
    padding: 10px 25px;
    border-radius: 27px;
    min-height: 40px;
    min-width: 90px;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition: all 1s;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon:hover {
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #DEEDF966;
}
.header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon:hover svg,
.header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon i {
    display: none;
}
.header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon:hover i {
    display: inline-block;
}
/* General Page Header Css Start */
.general-page-header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #0E406AE5;
    padding: 20px 70px;
}
.general-page-header-section .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.general-page-header-section .header-box .header-logo-box {
    width: 450px;
}
.general-page-header-section .header-box .header-logo-box .header-logo-img img {
    width: 255px;
}
.general-page-header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn {
    min-height: 40px;
    min-width: 100px;
    line-height: 21px;
}
.general-page-header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn:last-child {
    margin-left: 20px;
}
.general-page-header-section .header-box .header-icon-con {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 450px;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box:not(:last-child) {
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: solid 1px #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: all 1s;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box a:hover {
    background: #DEEDF966;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box a svg {
    height: 20px;
    width: 20px;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box .header-icon-txt {
    width: 0;
    opacity: 0;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    transition: all 1s;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box:hover .header-icon-txt {
    width: 70px;
    opacity: 1;
    margin-left: 10px;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box .form-control {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    width: 0;
    transition: all 1s;
    padding: 0;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 400;
    margin-right: 0;
    height: 30px;
    display: inline-block;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box .form-control.portal-text {
    border-bottom: 0;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box .form-control::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 400;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box:hover .form-control {
    margin-left: 10px;
    width: 125px;
}
.general-page-header-section .header-box .header-icon-con .header-icon-box:hover .form-control.portal-text {
    width: 70px;
}
.general-page-header-section .header-box .header-icon-con .menu-icon-box {
    width: 100px;
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.general-page-header-section .header-box .header-icon-con .menu-icon-box .menu-icon {
    background: transparent;
    border: solid 1px #FFFFFF;
    padding: 10px 25px;
    border-radius: 27px;
    min-height: 40px;
    min-width: 90px;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition: all 1s;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.general-page-header-section .header-box .header-icon-con .menu-icon-box .menu-icon:hover {
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #DEEDF966;
}
.general-page-header-section .header-box .header-icon-con .menu-icon-box .menu-icon:hover svg,
.general-page-header-section .header-box .header-icon-con .menu-icon-box .menu-icon i {
    display: none;
}
.general-page-header-section .header-box .header-icon-con .menu-icon-box .menu-icon:hover i {
    display: inline-block;
}
/* General Page Header Css End */
/* Header Css End */
/* Menu Css Start */
.menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F7F7F7;
    transform: translateX(100%);
    transition: all 1s;
    z-index: 101;
    padding: 0;
    background: url(../images/menu-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.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 .mobile-view-close-icon,
.menu-nav .menu-box .menu-left-box .enrol-join-us-btn-box,
.menu-nav .menu-box .menu-left-box .quick-link-title-box,
.mobile-view-quick-links-menu-box {
    display: none;
}
.menu-nav .menu-box .menu-left-box {
    padding: 30px 80px;
    width: calc(100vw - 450px);
    background: #0E406AD9;
    backdrop-filter: blur(4px);
    position: relative;
}
.menu-nav .menu-box .menu-left-box .tour-enrol-search-con {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-bottom: 70px;
    z-index: 1;
    position: relative;
}
.menu-nav .menu-box .menu-left-box .tour-enrol-search-con .white-border-transparent-bg-btn {
    margin-right: 20px;
}
.menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}
.menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form .search-icon svg {
    height: 30px;
    width: 30px;
}
.menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form .search-icon svg path {
    fill: #FFFFFF;
}
.menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form .form-control {
    background: transparent;
    border-radius: 0;
    border: 0;
    width: 280px;
    padding: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-left: 15px;
    height: 24px;
}
.menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form .form-control::placeholder {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.menu-nav .menu-box .menu-left-box .other-links-box {
    height: calc(100vh - 184px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    position: relative;
}
.other-links-box ul {
    padding-left: 0;
    margin-bottom: 0;
}
.other-links-box ul li {
    list-style: none;
}
.other-links-box .other-link-menu-box {
    position: relative;
}
.other-links-box .other-link-menu {
    padding-bottom: 20px;
    width: 60%;
}
.other-links-box .parent-menu-text {
    font-size: 38px;
    line-height: 42px;
    color: #94A1C0;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
}
.other-links-box .other-link-menu .parent-menu-text:hover,
.other-links-box .other-link-menu .parent-menu-text.active-menu {
    color: #FFFFFF;
}
.other-links-box .child-menu {
    display: none;
}
.other-links-box .child-menu.active-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    transition: all 5s ease-in-out;
}
.other-links-box .child-menu.active-menu li {
    padding-bottom: 15px;
}
.other-links-box .child-menu.active-menu a {
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.menu-nav .menu-box .menu-left-box .menu-square-bg-img {
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
}
.menu-nav .menu-box .menu-left-box .menu-square-bg-img svg {
    width: 120px;
    height: 360px;
}
.menu-nav .menu-box .menu-left-box .menu-square-bg-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}
.menu-nav .menu-box .menu-left-box .menu-square-bg-img-two svg {
    width: 180px;
    height: 135px;
}
.menu-nav .menu-box .menu-right-box {
    width: 450px;
    height: 100vh;
    background: #FFFFFFE5;
    backdrop-filter: blur(4px);
}
.menu-nav .menu-box .menu-right-box .menu-right-up-box {
    padding: 30px 15px;
}
.menu-nav .menu-box .menu-right-box .close-icon-con .close-icon-box {
    text-align: right;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
}
.menu-nav .menu-box .menu-right-box .close-icon-con .close-icon-box .close-icon {
    background: transparent;
    border: solid 1px #053963;
    border-radius: 27px;
    min-height: 54px;
    min-width: 100px;
    line-height: 52px;
    transition: all 1s;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.menu-nav .menu-box .menu-right-box .close-icon-con .close-icon-box .close-icon:hover {
    min-height: 54px;
    min-width: 54px;
    line-height: 54px;
    padding: 0;
    border-radius: 50%;
    background: #053963;
}
.menu-nav .menu-box .menu-right-box .close-icon-con .close-icon-box .close-icon i {
    font-size: 20px;
    color: #053963;
    transition: all 1s;
}
.menu-nav .menu-box .menu-right-box .close-icon-con .close-icon-box .close-icon:hover i {
    color: #FFFFFF;
}
.menu-nav .menu-box .menu-right-box .quick-link-box {
    text-align: center;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-title-box .quick-link-title {
    font-size: 22px;
    line-height: 29px;
    color: #053963;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 600;
    letter-spacing: 0.035rem;
    text-align: center;
    text-transform: uppercase;
    z-index: auto;
    position: relative;
    margin-bottom: 30px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-title-box .quick-link-title::before {
    content: "";
    width: 115px;
    height: 1px;
    background-color: #E92F23;
    display: block;
    top: 15px;
    left: 0;
    position: absolute;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-title-box .quick-link-title::after {
    content: "";
    width: 115px;
    height: 1px;
    background-color: #E92F23;
    display: block;
    top: 15px;
    right: 0;
    position: absolute;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box {
    padding: 0 40px !important;    
    height: calc(100vh - 453px);
    overflow: auto;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box .quick-link-menu-item-box {
    margin-bottom: 40px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon {
    width: 35px;
    margin-bottom: 10px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon.my-classes-icon {
    width: 24px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon.child-safety-icon {
    width: 33px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon.school-fees-icon {
    width: 31px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon.old-boys-icon {
    width: 27px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box .quick-link-menu-item-box a p {
    font-size: 16px;
    line-height: 21px;
    color: #053963;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0.035rem;
    margin-bottom: 0;
}
.menu-nav .menu-box .menu-right-box .menu-right-down-box {
    background: #D8E8F7;
    backdrop-filter: blur(4px);
    padding: 30px 15px;
    height: 250px;
    overflow: auto;
}
.menu-nav .menu-box .menu-right-box .connect-box {
    text-align: center;
}
.menu-nav .menu-box .menu-right-box .connect-box .connect-title-box .connect-title {
    font-size: 22px;
    line-height: 29px;
    color: #053963;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 600;
    letter-spacing: 0.035rem;
    text-align: center;
    text-transform: uppercase;
    z-index: auto;
    position: relative;
    margin-bottom: 30px;
}
.menu-nav .menu-box .menu-right-box .connect-box .connect-title-box .connect-title::before {
    content: "";
    width: 115px;
    height: 1px;
    background-color: #D8AB31;
    display: block;
    top: 14px;
    left: 0;
    position: absolute;
}
.menu-nav .menu-box .menu-right-box .connect-box .connect-title-box .connect-title::after {
    content: "";
    width: 115px;
    height: 1px;
    background-color: #D8AB31;
    display: block;
    top: 14px;
    right: 0;
    position: absolute;
}
.menu-nav .menu-box .menu-right-box .connect-box .social-icon-box a:not(:first-child) {
    margin-left: 20px;
}
.menu-nav .menu-box .menu-right-box .connect-box .social-icon-box a img {
    width: 50px;
    transition: all 1s;
}
/* Menu Css End */
/* Banner Css Start */
.banner-section {
    padding: 0;
    height: 100vh;
    overflow: hidden;
}
.banner-section .banner-con .banner-box video,
.banner-section .banner-con .banner-box .banner-img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.banner-section .banner-con .banner-box .carousel-caption {
    height: 100vh;
    width: 100%;
    bottom: auto;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box {
    padding: 0 140px;
    width: 100%;
    text-align: left;
    z-index: 1;
    position: relative;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box .banner-title-img {
    width: 400px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box .banner-title-img.mobile-img {
    display: none;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box {
    width: 100%;
    text-align: left;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box {
    padding: 0 140px 20px;
    z-index: 1;
    position: relative;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box .watch-video-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box .watch-video-btn img {
    margin-left: 10px;
    width: 22px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section {
    background: #053963CC;
    padding: 53px 140px;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box {
    width: 480px;
    z-index: 1;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box .banner-footer-title-box {
    margin-bottom: 10px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box .banner-footer-title-box img {
    width: 16px;
    margin-left: 10px;
    margin-top: -18px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box .banner-footer-title-box span {
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con {
    width: calc(100% - 480px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box {
    text-align: center;
    padding: 0 20px;
    width: 300px;
    cursor: pointer;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box img {
    width: 50px;
    transition: all 1s;
    margin-bottom: 10px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:last-child img {
    width: 65px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:hover img {
    width: 60px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:last-child:hover img {
    width: 75px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box p {
    font-size: 16px;
    line-height: 22px;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 1s;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:hover p {
    font-size: 18px;
    line-height: 28px;
}
/* .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .mobile-view-banner-footer-section {
    display: none;
} */
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-one {
    position: absolute;
    bottom: 245px;
    left: -25px;
    width: auto;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-new-banner-square-bg-img-one {
    position: absolute;
    bottom: 205px;
    left: -25px;
    width: auto;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-new-banner-square-bg-img-two {
    position: absolute;
    bottom: 195px;
    right: 0;
    width: auto;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-two.home-page-banner-square-bg-img-five {
    bottom: 245px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-one .pixel-graphics,
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-two .pixel-graphics {
    height: 300px;
    width: 150px;
}
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-new-banner-square-bg-img-one .pixel-graphics,
.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-new-banner-square-bg-img-two .pixel-graphics {
    height: 485px;
    width: 180px;
}
/* Call to Action Banner Css Start */
.cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box {
    padding: 0 140px;
    width: 100%;
    text-align: left;
    z-index: 1;
    position: relative;
}
.cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .banner-title-txt {
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .banner-detail-txt {
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 550px;
}
.cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .transparent-bg-link-txt {
    color: #FFFFFF;
    margin-bottom: 20px;
}
.cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .cta-banner-dots-img-box {
    margin: 20px 0;
}
.cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .cta-banner-dots-img-box .cta-banner-dots-img {
    width: 40px;
}
.cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box .cta-banner-title-img-box .cta-banner-title-img {
    width: 300px;
}
/* Call to Action Banner Css End */
/* General Page Banner Css Start */
.general-banner-section {
    height: calc(100vh - 100px);
    overflow: hidden;
    background: #053963;
    padding: 15px;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between !important;
    padding: 30px 70px;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-logo-box {
    margin-bottom: 20px;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-logo-box .banner-logo-img img {
    width: 160px;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box {
    max-width: 400px;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-sub-title-txt {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-title-txt {
    font-size: 56px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-description-txt {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box {
    padding: 0;
    position: relative;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box .banner-img {
    height: calc(100vh - 130px);
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box .banner-img-description-content {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 130px);
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 52.4%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box {
    width: 100px;
    height: 54px;
    line-height: 54px;
    margin: 0 0 0 20px;
    text-align: center;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box .menu-icon {
    background: transparent;
    border: solid 1px #FFFFFF;
    padding: 10px 25px;
    border-radius: 27px;
    min-height: 40px;
    min-width: 90px;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition: all 1s;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box .menu-icon:hover {
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #DEEDF966;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box .menu-icon:hover svg,
.general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box .menu-icon i {
    display: none;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box .menu-icon:hover i {
    display: inline-block;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .square-bg-img {
    width: auto;
}
.general-banner-section .banner-con .banner-box .banner-img-description-box .square-bg-img svg {
    width: 200px;
    height: 300px;
}
.general-banner-section.full-image-general-banner-section {
    padding: 0;
}
.general-banner-section.full-image-general-banner-section .banner-img {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.general-banner-section.full-image-general-banner-section .carousel-caption {
    height: calc(100vh - 100px);
    width: 100%;
    margin: 0;
    padding: 0;
    right: auto;
    left: 0;
    top: 0;
    bottom: auto;
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%); */
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), 
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.general-banner-section.full-image-general-banner-section .carousel-caption .banner-img-description-box {
    height: 100%;
    z-index: 1;
    position: relative;
}
.general-banner-section.full-image-general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box {
    text-align: left;
    padding-bottom: 80px;
}
.general-banner-section.full-image-general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box .banner-img-description-content {
    height: 100%;
    background: transparent;
}
.general-banner-section.full-image-general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-sub-title-txt {
    margin-bottom: 40px;
}
.general-banner-section.full-image-general-banner-section .banner-con .banner-box .full-image-general-page-banner-bg-square-img-one {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}
.general-banner-section.full-image-general-banner-section .banner-con .banner-box .full-image-general-page-banner-bg-square-img-one svg {
    width: 270px;
    height: 410px;
}
.general-banner-section.full-image-general-banner-section .banner-con .banner-box .full-image-general-page-banner-bg-square-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}
.general-banner-section.full-image-general-banner-section .banner-con .banner-box .full-image-general-page-banner-bg-square-img-two svg {
    width: 220px;
    height: 250px;
}
.general-banner-section .tour-enrol-btn-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px 20px 50px;
    width: 100%;
}
.general-banner-section .tour-enrol-btn-con .white-border-transparent-bg-btn {
    min-height: 40px;
    padding: 5px 25px;
}
/* General Page Banner Css End */
/* Curriculum Explorer Banner Css Start */
.curriculum-explorer-banner-section {
    overflow: hidden;
    background: #053963;
    padding: 15px;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 30px 70px 0;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .banner-logo-img img {
    width: 160px;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .menu-icon-box {
    width: 100px;
    height: 54px;
    line-height: 54px;
    margin: 0;
    text-align: center;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .menu-icon-box .menu-icon {
    background: transparent;
    border: solid 1px #FFFFFF;
    padding: 10px 25px;
    border-radius: 27px;
    min-height: 40px;
    min-width: 90px;
    font-size: 20px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    transition: all 1s;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .menu-icon-box .menu-icon:hover {
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #DEEDF966;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .menu-icon-box .menu-icon:hover svg,
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .menu-icon-box .menu-icon i {
    display: none;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .menu-icon-box .menu-icon:hover i {
    display: inline-block;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box {
    text-align: center;
    margin-bottom: 50px;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box p {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box h2 {
    font-size: 56px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.curriculum-explorer-banner-section .banner-con .banner-box .banner-img {
    width: 100%;
    height: calc(100vh - 300px);
    object-fit: cover;
    object-position: center;
}
.curriculum-explorer-banner-section .banner-con .banner-box .carousel-caption p {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.055rem;
    margin: 0 auto;
    max-width: 880px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-one {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
    width: auto;
}
.curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-one svg {
    width: 160px;
    height: 330px;
}
.curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-two {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translate(0, -50%);
    width: auto;
}
.curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-two svg {
    width: 180px;
    height: 320px;
}
/* Curriculum Explorer Banner Css End */
/* Latest News Article Banner Css Start */
.latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box {
    max-width: 850px;
    margin: -90px auto 20px;
}
.latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box p {
    margin-bottom: 50px;
}
.latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box .latest-news-list-label {
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
}
.latest-news-article-two-banner-section.latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box .latest-news-list-label {
    margin-bottom: 70px;
}
.latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box .latest-news-list-label .rectangle-icon {
    width: 10px;
    margin-right: 5px;
}
.latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box .latest-news-list-label p {
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
/* Latest News Article Banner Css End */
/* Event Calendar Banner Css Start */
.event-calendar-banner-section.general-banner-section {
    position: relative;
}
.event-calendar-banner-section.general-banner-section .carousel-caption {
    background: #053963A6;
}
.event-calendar-banner-section.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-img-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.event-calendar-banner-section.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-title-txt {
    margin-bottom: 0;
}
.event-calendar-banner-section.general-banner-section .banner-con .banner-box .event-calendar-page-banner-bg-square-img {
    width: auto;
}
.event-calendar-banner-section.general-banner-section .banner-con .banner-box .event-calendar-page-banner-bg-square-img svg {
    width: 200px;
    height: 340px;
}
.event-calendar-banner-section.general-banner-section .banner-con .banner-box .mobile-event-calendar-banner-bg-square-img-one,
.event-calendar-banner-section.general-banner-section .banner-con .banner-box .mobile-event-calendar-banner-bg-square-img-two {
    display: none;
}
/* Event Calendar Banner Css End */
/* Banner Css End */
/* Sticky Call Action Css Start */
.sticky-call-action-box {
    position: fixed;
    bottom: 230px;
    right: 40px;
    z-index: 9;
    transition: all 1s;
}
.sticky-call-action-box.active {
    bottom: 30px;
}
.sticky-call-action-box .pop-up-action-box {
    width: 320px;
    height: 200px;
    border-radius: 16px;
    background: #D8E8F7;
    box-shadow: -4px 4px 10px 4px #00000024;
    padding: 5px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 13px;
    transition: all 1s;
}
.sticky-call-action-box .pop-up-action-box:hover .pop-up-action-img-content-box .pop-up-img {
    transform: scale(1.2);
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180.42deg, rgba(0, 0, 0, 0) 39.97%, rgba(0, 0, 0, 0.4) 69.8%);
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 20px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-close-btn-box {
    text-align: right;
    width: 100%;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-close-btn-box .pop-up-close-btn {
    font-size: 22px;
    line-height: 22px;
    color: #0E406A;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con .pop-up-detail-box {
    width: calc(100% - 41px);
    padding-right: 15px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con .pop-up-detail-box h5 {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con .pop-up-detail-box p {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con .pop-up-right-arrow-btn-box {
    width: 41px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con .pop-up-right-arrow-btn-box a {
    display: inline-block;
    height: 41px;
    width: 41px;
    line-height: 44px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all 1s;
}
.sticky-call-action-box .pop-up-action-box:hover .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con .pop-up-right-arrow-btn-box a {
    background: #D8AB31;
}
.sticky-call-action-box .pop-up-action-box .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con .pop-up-right-arrow-btn-box a i {
    font-size: 20px;
    color: #0E406A;
    transition: all 1s;
}
.sticky-call-action-box .pop-up-action-box:hover .pop-up-action-img-content-box .pop-up-content-box .pop-up-detail-con .pop-up-right-arrow-btn-box a i {
    color: #FFFFFF;
}
.sticky-call-action-box .open-call-action-box {
    display: none;
}
.sticky-call-action-box .open-call-action-box {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    background: #D8E8F7;
    box-shadow: -1.77px 1.77px 4.42px 1.77px #00000066;
    padding: 5px;
}
.sticky-call-action-box .open-call-action-box .open-call-action-img-content-box {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.sticky-call-action-box .open-call-action-box .open-call-action-img-content-box .open-call-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.sticky-call-action-box .open-call-action-box .open-call-action-img-content-box .open-call-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000033;
    border-radius: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 5px 10px;
}
.sticky-call-action-box .open-call-action-box .open-call-action-img-content-box .open-call-content-box .open-call-close-btn-box {
    text-align: right;
    width: 100%;
}
.sticky-call-action-box .open-call-action-box .open-call-action-img-content-box .open-call-content-box .open-call-close-btn-box .open-call-close-btn {
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
}
.sticky-call-action-box .open-call-action-box .open-call-action-img-content-box .pop-up-expand-arrow-btn-box {
    position: absolute;
    top: -17px;
    right: -17px;
}
.sticky-call-action-box .open-call-action-box .open-call-action-img-content-box .pop-up-expand-arrow-btn-box a {
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    background: #D8E8F7;
    border-radius: 4px;
}
.sticky-call-action-box .open-call-action-box .open-call-action-img-content-box .pop-up-expand-arrow-btn-box a i {
    font-size: 16px;
    color: #0E406A;
}
/* Sticky Call Action Css End */
/* Mobile View Sticky Button Css Start */
.mobile-view-sticky-btn-box {
    display: none;
}
/* Mobile View Sticky Button Css End */
/* Footer Css Start */
.footer-section {
    background: #0E406A;
    padding: 70px 0 30px;
    position: relative;
}
.footer-section .container {
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.footer-section .footer-detail-con {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.footer-section .footer-detail-con .footer-logo-social-icon-box {
    width: 270px;
    text-align: center;
}
.footer-section .footer-detail-con .footer-logo-social-icon-box .footer-logo-box img {
    width: 250px;
}
.footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box {
    margin-top: 105px;
}
.footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 42px;
    text-align: center;
}
.footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box a:not(:last-child) {
    margin-right: 15px;
}
.footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box a svg {
  height: 20px;
  width: 20px;
}
.footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box a svg path {
    fill: #FFFFFF;
}
.footer-section .footer-detail-con .footer-content-box {
    width: calc(100% - 340px);
    padding: 0 80px;
}
.footer-section .footer-detail-con .footer-content-box .footer-content-title {
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
    letter-spacing: 0.255rem;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    word-break: break-word;
}
.footer-section .footer-detail-con .footer-content-box .footer-content-txt {
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    word-break: break-word;
}
.footer-section .footer-detail-con .footer-content-box .footer-content-txt a {
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    word-break: break-word;
}
.footer-section .footer-detail-con .footer-content-box .footer-acknowledgement-box,
.footer-section .footer-detail-con .footer-content-box .footer-copyright-box {
    margin-top: 80px;
}
.footer-section .footer-detail-con .footer-content-box .footer-acknowledgement-box .footer-content-txt {
    font-size: 16px;
    line-height: 24px;
}
.footer-section .footer-detail-con .footer-content-box .footer-copyright-box .footer-content-txt {
    margin-bottom: 0;
}
.footer-section .footer-detail-con .footer-content-box .footer-copyright-box .website-design-by-box {
    display: flex;
    align-items: center;
}
.footer-section .footer-detail-con .footer-content-box .footer-copyright-box .website-design-by-box .jwam-logo {
    width: 55px;
    margin-left: 10px;
}
.footer-section .footer-detail-con .footer-scroll-to-top-btn-box {
    width: 70px;
    text-align: center;
}
.footer-section .footer-detail-con .footer-scroll-to-top-btn-box .top-to-scroll-btn {
    background: transparent;
    border: 0;
    padding: 0;
}
.footer-section .footer-detail-con .footer-scroll-to-top-btn-box .top-to-scroll-btn .top-to-scroll-img {
    width: 55px;
}
.footer-section .footer-detail-con .mobile-footer-social-icon-box,
.footer-section .footer-detail-con .mobile-footer-acknowledgement-box,
.footer-section .footer-detail-con .mobile-footer-copyright-box {
    display: none;
}
/* Footer Css End */
/* Read Previous and Next Css Start */
.read-previous-next-section {
    padding: 30px 0;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box {
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box {
    width: calc(100% - 390px);
    height: 100%;
    padding-right: 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.read-previous-next-section .read-previous-next-con:last-child .read-previous-next-box .read-previous-next-detail-box {
    padding-right: 0;
    padding-left: 20px;
    align-items: flex-start;
    text-align: left;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box p {
    font-size: 20px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02rem;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box h6 {
    font-size: 30px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    margin-bottom: 50px;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box .read-previous-next-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #D7E8F7;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box .read-previous-next-icon-btn i {
    font-size: 24px;
    color: #0E406A;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box {
    width: 390px;
    overflow: hidden;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box .read-previous-next-img {
    width: 390px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    transition: all 2s;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-img-box .read-previous-next-img {
    transform: scale(1.2);
}
/* Read Previous and Next Css End */
/* Common Css Start */
/* Home Page Css Start */
/* Your Boarding Journey Css Start */
.your-boarding-journey-section {
    padding: 40px 0;
}
.your-boarding-journey-section .your-boarding-journey-box {
    background: #DEEDF9;
    padding: 0;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail {
    padding: 80px 80px 80px 140px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-icon-img {
    width: 60px;
    margin-bottom: 20px;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box {
    max-width: 550px;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #053963;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-title {
    font-size: 56px;
    line-height: 64px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-txt {
    font-size: 18px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-btn-box .transparent-bg-link-txt img {
    display: none;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box {
    position: relative;
    height: 100%;
    width: 100%;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .carousel,
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .carousel .carousel-inner,
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .carousel .carousel-inner .carousel-item {
    height: 100%;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img {
    width: 100%;
    min-height: 700px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #053963;
    padding: 32px 50px;
    width: 90%;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 400px;
    background: #D7AC30;
    display: block;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box p {
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-square-bg-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: auto;
}
.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-square-bg-img svg {
    width: 102px;
    height: 350px;
}
.your-boarding-journey-section.white-bg-your-boarding-section .your-boarding-journey-box {
    background: #FFFFFF;
}
.your-boarding-journey-section.dark-blue-bg-your-boarding-section .your-boarding-journey-box {
    background: #053963;
}
.your-boarding-journey-section.red-bg-your-boarding-section .your-boarding-journey-box {
    background: #E92F23;
}
.your-boarding-journey-section.gold-bg-your-boarding-section .your-boarding-journey-box {
    background: #D8AB31;
}
.your-boarding-journey-section.dark-blue-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-sub-title,
.your-boarding-journey-section.dark-blue-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-title,
.your-boarding-journey-section.dark-blue-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-txt,
.your-boarding-journey-section.dark-blue-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .transparent-bg-link-txt,
.your-boarding-journey-section.red-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-sub-title,
.your-boarding-journey-section.red-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-title,
.your-boarding-journey-section.red-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-txt,
.your-boarding-journey-section.red-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.your-boarding-journey-section.gold-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .transparent-bg-link-txt::after {
    background: #053963;
}
.your-boarding-journey-section.dark-blue-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box {
    background: #DEEDF9;
}
.your-boarding-journey-section.dark-blue-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box p {
    color: #053963;
}
/* Call to Action Page Your Boarding Journey Css Start */
.cta-your-boarding-journey-section.your-boarding-journey-section .your-boarding-journey-box {
    background: #0E406A;
}
.cta-your-boarding-journey-section.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-sub-title,
.cta-your-boarding-journey-section.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-title,
.cta-your-boarding-journey-section.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.cta-your-boarding-journey-section.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-txt {
    color: #D7E8F7;
}
.cta-your-boarding-journey-section.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box {
    background: #D8E8F7;
}
.cta-your-boarding-journey-section.your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box p {
    color: #0E406A;
}
/* Call to Action Page Your Boarding Journey Css End */
/* Your Boarding Journey Css End */
/* Welcome to Brisbane Grammar School Css Start */
.welcome-brisbane-school-section {
    padding: 40px 0;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box {
    padding: 0;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box {
    position: relative;
    height: 100%;
    width: 100%;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img {
    width: 100%;
    min-height: 700px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.54%, rgba(0, 0, 0, 0.4) 100%);
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box .play-txt-btn-img-box {
    display: block;
    width: 100px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box .play-txt-btn-img-box .play-txt-btn-img {
    width: 100px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box .watch-video-txt-btn-box {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 15px 15px 15px 0;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box .watch-video-txt-btn-box::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #D8AB31;
    display: block;
    transition: all 1s;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box .watch-video-txt-btn-box p {
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box .watch-video-txt-btn-box img {
    width: 20px;
    margin-left: 15px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-square-bg-img {
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translate(0, -50%);
    width: auto
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-square-bg-img svg {
    width: 132px;
    height: 335px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail {
    padding: 80px 125px 15px;
    position: relative;
    width: 100%;
    height: 100%;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box {
    max-width: 550px;    
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #053963;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-title {
    font-size: 56px;
    line-height: 64px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-txt {
    font-size: 18px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-txt.light-txt {
    font-size: 16px;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-btn-con {
    margin-top: 40px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-btn-con .welcome-brisbane-school-btn-box:not(:last-child) {
    margin-bottom: 30px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-btn-con .welcome-brisbane-school-btn-box .transparent-bg-link-txt img {
    display: none;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-square-bg-img-two {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translate(0, -50%);
    width: auto;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-square-bg-img-two svg {
    width: 135px;
    height: 505px;
}
.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-square-bg-img-two.mobile-img {
    display: none;
}
/* Welcome to Brisbane Grammar School Css End */
/* Discover More Css Start */
.discover-more-section {
    padding: 40px 0 160px;
    background-image: url(../images/discover-more-bg-img.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.discover-more-section .discover-more-box {
    padding: 0 0 0 100px;
}
.discover-more-section .discover-more-box .discover-more-title-detail-box {
    align-items: flex-end;
    padding-left: 80px;
    padding-right: 80px;
}
.discover-more-section .discover-more-box .discover-more-title-box .discover-more-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #053963;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.discover-more-section .discover-more-box .discover-more-title-box .discover-more-title {
    font-size: 56px;
    line-height: 64px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    max-width: 560px;
}
.discover-more-section .discover-more-box .discover-more-detail-box .discover-more-detail-txt {
    font-size: 18px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    max-width: 540px;
    position: relative;
}
.discover-more-section .discover-more-box .discover-more-detail-box .discover-more-detail-txt::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    width: 1px;
    background: #D8AB31;
    display: block;
}
.discover-more-section .discover-more-dropdown-section {
    padding-left: 80px;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con {
    margin: 80px 0 0;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-bottom: 40px;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .discover-more-dropdown-txt {
    font-size: 18px;
    line-height: 22px;
    color: #053963;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .discover-more-dropdown-arrow-img {
    width: 38px;
    margin-left: 15px;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #D7E8F7;
    padding: 40px;
    z-index: 100;
    max-height: 450px;
    width: 440px;
    overflow-y: auto;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box:hover .dropdown-options {
    display: block;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .dropdown-options .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .dropdown-options .custom-checkbox:not(:last-child) {
    margin-bottom: 50px;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .dropdown-options .custom-checkbox input[type="checkbox"] {
    display: none;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .dropdown-options .custom-checkbox .checkmark {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #FFFFFF;
    margin-right: 15px;
    box-sizing: border-box;
    position: relative;
}
.discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .dropdown-options .custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 19px;
    height: 19px;
    background-color: #D8AB31;
    border-radius: 50%;
    border: solid 2px #FFFFFF;
}
.discover-more-section .discover-more-slick-slider {
    padding: 0 0 0 70px;
    z-index: 2;
    margin-bottom: 0;
}
.discover-more-section .discover-more-slick-slider .slick-prev {
    display: none !important;
}
.discover-more-section .discover-more-slick-slider .slick-next {
    left: 10px;
    background-image: url(../images/slick-slider-previous-icon.svg);
}
.discover-more-section .discover-more-slick-slider .slick-track {
    height: 350px;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider {
    margin: 0 10px;
    transition: all 1s;
    height: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px #05396340;
    cursor: pointer;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider .discover-more-slider-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider:hover .discover-more-slider-img {
    transform: scale(1.2);
}
.discover-more-section .discover-more-slick-slider .discover-more-slider .discover-more-slider-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, rgba(2, 31, 51, 0.7) 0%, rgba(2, 31, 51, 0) 78.44%);
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider:hover .discover-more-slider-content-box {
    background: #0E406ABF;
    height: 270px;
    top: auto;
    bottom: 0;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider .discover-more-slider-content-box .discover-more-slider-sub-title {
    font-size: 22px;
    line-height: 30px;
    color: #FCB426;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider .discover-more-slider-content-box .discover-more-slider-title {
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider .discover-more-slider-content-box .discover-more-slider-txt {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin: 20px 0 15px;
    transition: all 1s;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider .discover-more-slider-content-box .discover-more-slider-view-arrow-icon-img {
    display: none;
    width: 40px;
    transition: all 1s;
}
.discover-more-section .discover-more-slick-slider .discover-more-slider:hover .discover-more-slider-content-box .discover-more-slider-txt,
.discover-more-section .discover-more-slick-slider .discover-more-slider:hover .discover-more-slider-content-box .discover-more-slider-view-arrow-icon-img {
    display: block;
}
/* Discover More Css End */
/* Boarding Video Module Css Start */
.boarding-video-module-section .slick-track,
.boarding-video-module-section .slick-track .boarding-video-module-box {
    min-width: 100%;
}
.boarding-video-module-section .boarding-video-module-box {
    position: relative;
    height: 700px;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-img,
.boarding-video-module-section .boarding-video-module-box video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}
.boarding-video-module-section .boarding-video-module-box .square-bg-img-box {
    display: none;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #021F334D;
    padding: 100px 180px 40px;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box {
    align-items: flex-end;
    height: 100%;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-square-bg-img-box {
    margin-bottom: 100px;
    margin-left: -50px;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-square-bg-img-box .boarding-video-module-square-bg-img svg {
    width: 160px;
    height: 350px;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-icon {
    width: 60px;
    margin-bottom: 40px;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-icon.mobile-img {
    display: none;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-title {
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content {
    max-width: 540px;
    margin-top: 50px;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-quote-icon {
    width: 65px;
    margin-bottom: 60px;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-detail-txt {
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-detail-txt.bold-txt {
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-btn-box {
    margin-top: 20px;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-btn-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-btn-box .transparent-bg-link-txt img {
    display: none;
}
/* Boarding Video Module Css End */
/* Academic Results Css Start */
.academic-results-section {
    background: #053963;
    padding: 0px 180px 80px;
    background-image: url(../images/academic-results-bg-img.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.academic-results-section .academic-results-previous-next-btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0 0;
}
.academic-results-section .academic-results-previous-next-btn-box .academic-results-previous-next-btn {
    background: transparent;
    border: solid 1px #FFFFFF;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 1s;
}
.academic-results-section .academic-results-previous-next-btn-box .academic-results-previous-next-btn:hover {
    transform: scale(1.2);
}
.academic-results-section .academic-results-previous-next-btn-box .academic-results-previous-next-btn:not(:last-child) {
    margin-right: 20px;
}
.academic-results-section .academic-results-previous-next-btn-box .academic-results-previous-next-btn i {
    font-size: 24px;
    color: #FFFFFF;
}
.academic-results-section .academic-two-btn-box {
    margin: 30px 0;
}
.academic-results-section .academic-two-btn-box .transparent-bg-link-txt {
    color: #FFFFFF;
    opacity: 45%;
}
.academic-results-section .academic-two-btn-box .transparent-bg-link-txt:hover,
.academic-results-section .academic-two-btn-box .transparent-bg-link-txt.active {
    opacity: 100%;
}
.academic-results-section .academic-two-btn-box .transparent-bg-link-txt:not(:last-child) {
    margin-right: 50px;
}
.academic-results-section .academic-results-con {
    margin-top: 80px;
}
.academic-results-section .academic-results-con .academic-results-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-left-box {
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .academic-results-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .academic-results-title {
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
    max-width: 400px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .academic-results-detail-txt {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    max-width: 265px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .transparent-bg-link-txt img {
    display: none;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box {
    width: calc(100% - 400px);
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-counter-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 100px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box {
    width: 100%;
    margin-bottom: 70px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-counter-box .academic-results-counter-icon-box {
    width: 60px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-counter-box .academic-results-counter-icon-box .academic-results-counter-icon {
    width: 55px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-year-txt {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-numeric-literacy-icon-box {
    margin-bottom: 15px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-numeric-literacy-icon-box .academic-numeric-literacy-icon {
    width: 70px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-counter-box .academic-results-counter-txt-box {
    width: calc(100% - 60px);
    padding-left: 35px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-number-literacy-txt-box .academic-number-literacy-txt,
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-counter-box .academic-results-counter-txt-box .academic-results-counter-txt {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-number-literacy-txt-box .academic-number-literacy-sub-title {
    max-width: 280px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-number-literacy-txt-box .academic-number-literacy-sub-title,
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-counter-box .academic-results-counter-txt-box .academic-results-counter-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #D8AB31;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin: 5px 0;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-number-literacy-txt-box .academic-number-literacy-title,
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-counter-box .academic-results-counter-txt-box .academic-results-counter-title,
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-progress-bar-box .academic-results-progress-bar-counter-txt {
    font-size: 70px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-number-literacy-txt-box .academic-number-literacy-title span,
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-counter-box .academic-results-counter-txt-box .academic-results-counter-title span,
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-progress-bar-box .academic-results-progress-bar-counter-txt span {
    font-size: 40px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-progress-bar-box .academic-results-progress-bar-title {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-progress-bar-box .progress {
    background-color: #D7E8F780;
    height: 12px;
    border-radius: 50px;
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-progress-bar-box .progress .progress-bar {
    background-color: #D8AB31;
    border-radius: 50px;
    transition: width 4s cubic-bezier(0.25, 1, 0.5, 1);
}
.academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-results-progress-bar-box .academic-results-progress-bar-counter-txt {
    margin-top: 20px;
    text-align: right;
}
/* Academic Results Css End */
/* Latest News Css Start */
.latest-news-section {
    padding: 60px 0;
}
.latest-news-section .container-fluid {
    position: relative;
}
.latest-news-section .latest-news-section-square-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}
.latest-news-section .latest-news-section-square-bg-img svg {
    width: 95px;
    height: 195px;
}
.latest-news-section .latest-news-section-square-bg-img.mobile-img {
    display: none;
}
.latest-news-section .latest-news-section-square-bg-img-two {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: auto;
}
.latest-news-section .latest-news-section-square-bg-img-two svg {
    width: 120px;
    height: 420px;
}
.latest-news-section .latest-news-con {
    padding: 0 180px !important;
}
.latest-news-section .latest-news-box {
    border-top: 1px solid #D8E8F7;
    padding-top: 60px;
    align-items: flex-end;
}
.latest-news-section .latest-news-box .latest-news-title-box .stay-connected-title {
    font-size: 26px;
    line-height: 30px;
    color: #053963;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}
.latest-news-section .latest-news-box .latest-news-title-box .latest-news-title {
    font-size: 56px;
    line-height: 64px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.latest-news-section .latest-news-box .latest-news-title-box .latest-news-sub-title {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .stay-connected-social-icon-box {
    text-align: right;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .stay-connected-social-icon-box a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #0E406A;
    transition: all 1s;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .stay-connected-social-icon-box a:hover {
    background: #D8AB31;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .stay-connected-social-icon-box a:not(:last-child) {
    margin-right: 15px;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .stay-connected-social-icon-box a svg {
    height: 24px;
    width: 24px;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .stay-connected-social-icon-box a svg path {
    fill: #FFFFFF;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .more-news-events-podcasts-btn-box {
    margin-top: 30px;
    text-align: right;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .more-news-events-podcasts-btn-box a {
    display: inline-block;
    min-width: 185px;
    text-align: left;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .more-news-events-podcasts-btn-box a:hover::after {
    width: 70px;
}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .more-news-events-podcasts-btn-box a:not(:last-child) {
    margin-right: 10px;
}
.latest-news-section .latest-news-tab-slider-box {
    padding: 0 0 0 180px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-tab-box {
    padding-top: 60px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-tab-box .latest-news-tab-header-box {
    margin-bottom: 30px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-tab-box .latest-news-tab-header-box .nav-tabs {
    border-bottom: 0;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link {
    border: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    color: #D7E8F7;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    transition: all 1s;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link:not(:last-child) {
    padding-right: 30px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-item.show .nav-link,
.latest-news-section .latest-news-tab-slider-box .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link.active,
.latest-news-section .latest-news-tab-slider-box .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
    color: #053963;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider {
    margin: 0;
    padding-bottom: 80px;
    position: relative;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .slick-prev {
    bottom: -10px;
    top: auto;
    left: 0;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .slick-next {
    right: auto;
    left: 70px;
    bottom: -10px;
    top: auto;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider {
    padding: 0 20px 0 0;
    height: 370px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box {
    height: 370px;
    position: relative;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: #00000033;
    padding: 15px 25px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box {
    padding: 0;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .after-hover-news-type-txt-box {
    display: none;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .after-hover-news-type-txt-box {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 25px;
    z-index: 1;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .news-type-txt-box {
    display: flex;
    align-items: center;
    width: 100%;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .news-type-txt-box {
    display: none;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .after-hover-news-type-txt-box .circle-bg,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .news-type-txt-box .circle-bg {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .after-hover-news-type-txt-box .circle-bg.red-bg,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .news-type-txt-box .circle-bg.red-bg {
    background: #E92F23;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .after-hover-news-type-txt-box .circle-bg.yellow-bg,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .news-type-txt-box .circle-bg.yellow-bg {
    background: #FCB426;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .after-hover-news-type-txt-box .circle-bg.light-blue-bg,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .news-type-txt-box .circle-bg.light-blue-bg {
    background: #D7E8F7;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .after-hover-news-type-txt-box .circle-bg.dark-blue-bg,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .news-type-txt-box .circle-bg.dark-blue-bg {
    background: #053963;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .after-hover-news-type-txt-box .news-type-txt,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .news-type-txt-box .news-type-txt {
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 10px;
    text-shadow: 2px 2px #00000040;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box {
    width: 100%;
    display: none;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box {
    display: block;
    background: #053963B2;
    height: auto;
    max-height: 320px;
    padding: 15px 25px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .latest-news-slider-content-title,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .written-by-txt,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .author-txt,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .latest-news-slider-detail-txt,
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .latest-news-view-arrow-icon-img {
    display: none;
    transition: all 1s;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box .latest-news-slider-content-title {
    display: block;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box .written-by-txt {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box .author-txt {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box .latest-news-slider-detail-txt {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box .latest-news-view-arrow-icon-img {
    display: block;
    width: 40px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .post-time-like-detail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .post-time-like-detail-box .post-time-box p {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    transition: all 1s;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box .post-time-like-detail-box .post-time-box p {
    font-style: normal;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .post-time-like-detail-box .post-like-box {
    display: flex;
    align-items: center;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .post-time-like-detail-box .post-like-box i {
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 10px;
    transition: all 1s;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .post-time-like-detail-box .post-like-box p {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    transition: all 1s;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box .post-time-like-detail-box .post-like-box p {
    font-style: normal;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .event-time-location-txt-box {
    margin: 0 0 30px;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .event-time-location-txt-box .event-date-txt {
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px #00000040;
}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box .event-time-location-txt-box .event-time-location-txt {
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 2px 2px #00000040;
}
.latest-news-section .more-btn-and-social-icon-con {
    display: none;
}
/* Latest News Css End */
/* Call to Action Css Start */
.call-to-action-section .call-to-action-con .call-to-action-box {
    position: relative;
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    object-position: center;
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box {
    position: absolute;
    top: 50px;
    left: 180px;
    width: 500px;
    height: 330px;
    padding: 50px;
    background: #FFFFFFA8;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.call-to-action-section.middle-left-section .call-to-action-con .call-to-action-box .call-to-action-detail-box {
    justify-content: center;
}
.call-to-action-section.middle-bottom-section .call-to-action-con .call-to-action-box .call-to-action-detail-box {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}
.call-to-action-section.top-right-section .call-to-action-con .call-to-action-box .call-to-action-detail-box {
    align-items: flex-end;
    text-align: right;
}
.call-to-action-section.middle-right-section .call-to-action-con .call-to-action-box .call-to-action-detail-box {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box .call-to-action-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #053963;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 340px;
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box .call-to-action-title {
    font-size: 44px;
    line-height: 46px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    max-width: 365px;
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img {
    position: absolute;
    width: auto;
    top: 50%;
    right: 100px;
    transform: translate(0, -50%);
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img svg {
    width: 150px;
    height: 400px;
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px 100px 40px 50px;
    background: #DEEDF9;
}
.call-to-action-section.cta-page-call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box {
    background: #D7E8F7;
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 400px;
    background: #053963;
    display: block;
}
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box .transparent-bg-link-txt::after {
    height: 2px;
}
.call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box,
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-one,
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-two,
.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-three {
    display: none;
}
/* Call to Action Css End */
/* Home Page Css End */
/* General Pages Css Start */
/* Full Text Editor Css Start */
.full-text-editor-section {
    position: relative;
}
.full-text-editor-section .full-text-editor-square-img {
    position: absolute;
    top: 100px;
    right: 50px;
    width: auto;
}
.full-text-editor-section .full-text-editor-square-img svg {
    width: 230px;
    height: 550px;
}
.full-text-editor-section.full-text-editor-border-bottom {
    padding: 60px 0 40px;
}
.full-text-editor-section.full-text-editor-border-top {
    padding: 0 0 40px;
}
.full-text-editor-section.full-text-editor-border-top .container {
    border-top: 1px solid #D8E8F7;
    padding-top: 60px;
}
.full-text-editor-section.full-text-editor-border-bottom .container {
    border-bottom: 1px solid #D8E8F7;
    padding-bottom: 20px;
}
.full-text-editor-section .container {
    position: relative;
    z-index: 1;
}
.full-text-editor-section blockquote {
    font-size: 20px;
    line-height: 148%;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
.full-text-editor-section p,
.full-text-editor-section a,
.full-text-editor-section ul li,
.full-text-editor-section ol li {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.full-text-editor-section a {
    transition: all 1s;
    color: #D8AB31;
}
.full-text-editor-section a:hover {
    color: #0E406A;
}
.full-text-editor-section ul,
.full-text-editor-section ol {
    padding-left: 14px;
    margin-bottom: 20px;
}
.full-text-editor-section ul li,
.full-text-editor-section ol li {
    margin-bottom: 0;
}
.full-text-editor-section h1 {
    font-size: 56px;
    line-height: 60px;
    color: #053963;
    margin-left: -80px;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.full-text-editor-section h2,
.full-text-editor-section h3,
.full-text-editor-section h4,
.full-text-editor-section h5 {
    color: #0E406A;
    margin-top: 40px;
    margin-bottom: 30px;
}
.full-text-editor-section h2 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-top: 0;
}
.full-text-editor-section h3 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
}
.full-text-editor-section h4 {
    font-size: 26px;
    line-height: 38px;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
}
.full-text-editor-section h5 {
    font-size: 22px;
    line-height: 35px;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
}
.full-text-editor-section h6 {
    font-size: 22px;
    line-height: 22px;
    color: #D8AB31;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.full-text-editor-section .table-responsive {
    margin: 20px 0;
}
.full-text-editor-section .table thead tr th {
    font-size: 18px;
    line-height: 26px;
    color: #00234B;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    border-bottom: solid 1px #D7E8F7 !important;
    padding-left: 0;
    letter-spacing: 0.02rem;
}
.full-text-editor-section .table tbody tr td {
    font-size: 16px;
    line-height: 22px;
    color: #000000B2;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    border-bottom: solid 1px #D7E8F7;
    padding-left: 0;
    letter-spacing: 0.03rem;
}
.full-text-editor-section .download-document-btn-con {
    margin: 30px 0;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box:not(:last-child) {
    margin-bottom: 10px;
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 62.49%, rgba(0, 0, 0, 0.6) 98.5%);
    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 {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
/* Image and Text Side By Side Css Start */
.image-txt-side-by-side-section .general-page-editor-img-box {
    margin-bottom: 0;
    float: left; /* Makes the image float on the left */
    margin-right: 20px; /* Adds space to the right of the image */
    width: 350px; /* Adjust the width of the image */
    height: auto; /* Ensures the image retains its aspect ratio */
}
.image-txt-side-by-side-section.right-side-img-box .general-page-editor-img-box {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
.image-txt-side-by-side-section .general-page-editor-img-box img {
    height: auto;
    object-fit: cover;
    object-position: center;
}
.image-txt-side-by-side-section .general-page-editor-img-content-box p {
    text-align: justify; /* Optional: Makes text look neat */
}
/* Image and Text Side By Side Css End */
/* Dark Blue Bg Full Text Editor Css Start */
.full-text-editor-section.dark-blue-bg-editor-box {
    background: #0E406A;
}
.full-text-editor-section.dark-blue-bg-editor-box .full-text-editor-square-img svg {
    width: 100px;
    height: 400px;
}
.full-text-editor-section.dark-blue-bg-editor-box blockquote {
    color: #7294b0;
}
.full-text-editor-section.dark-blue-bg-editor-box p,
.full-text-editor-section.dark-blue-bg-editor-box a,
.full-text-editor-section.dark-blue-bg-editor-box ul li {
    color: #FFFFFF;
}
.full-text-editor-section.dark-blue-bg-editor-box a {
    color: #D8AB31;
}
.full-text-editor-section.dark-blue-bg-editor-box a:hover {
    color: #D8E8F7;
}
.full-text-editor-section.dark-blue-bg-editor-box h1 {
    color: #FFFFFF;
}
.full-text-editor-section.dark-blue-bg-editor-box h2,
.full-text-editor-section.dark-blue-bg-editor-box h3,
.full-text-editor-section.dark-blue-bg-editor-box h4,
.full-text-editor-section.dark-blue-bg-editor-box h5 {
    color: #FFFFFF;
}
.full-text-editor-section.dark-blue-bg-editor-box .table thead tr th {
    color: #FFFFFF;
    border-bottom: solid 1px #D7E8F7 !important;
}
.full-text-editor-section.dark-blue-bg-editor-box .table tbody tr td {
    color: #FFFFFF;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-border-btn {
    border: solid 1px #FFFFFF;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-border-btn .arrow-icon-box {
    border: solid 1px #FFFFFF;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-border-btn:hover .arrow-icon-box {
    border: solid 1px #D8AB31;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-border-btn .arrow-icon-box i {
    color: #FFFFFF;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-bg-btn {
    background: #D7E8F7;
    border: solid 1px #D7E8F7;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-bg-btn .btn-txt {
    color: #0E406A;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-bg-btn .arrow-icon-box {
    background: #0E406A;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-bg-btn:hover .arrow-icon-box {
    background: #D8AB31;
    border: solid 1px #D8AB31;
}
.full-text-editor-section.dark-blue-bg-editor-box .download-document-blue-bg-btn .arrow-icon-box i {
    color: #FFFFFF;
}
/* Dark Blue Bg Full Text Editor Css End */
/* Full Text Editor Css End */
/* Web Form Css Start */
.web-form-section {
    padding: 80px 0;
}
.web-form-section .form-label {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0.035rem;
    margin-bottom: 10px;
}
.web-form-section .form-check .form-check-label,
.web-form-section .form-check-label {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0.035rem;
    margin-bottom: 0;
}
.web-form-section .form-control,
.web-form-section .form-select {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #D7E8F7;
    padding: 5px 0;
    margin-bottom: 25px;
    caret-color: #0E406A;
    font-size: 14px;
    line-height: 22px;
    color: #0E406A;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0.035rem;
    height: 50px;
}
.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='%239B8E88' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 0px center/8px 10px no-repeat !important;
}
.web-form-section .form-control::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.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 .form-check .form-check-label {
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 30px 0 15px;
    margin-left: 5px;
}
.web-form-section .form-check {
    position: relative;
    margin-bottom: 15px;
}
.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: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #D7E8F7;
    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: 20px;
    height: 20px;
    background-color: #D8AB31;
    border-radius: 50%;
}
/* Dark Blue Bg Web Form Editor Css Start */
.web-form-section.dark-blue-bg-editor-box .form-label {
    color: #FFFFFF;
}
.web-form-section.dark-blue-bg-editor-box .form-check .form-check-label,
.web-form-section.dark-blue-bg-editor-box .form-check-label {
    color: #FFFFFF;
}
.web-form-section.dark-blue-bg-editor-box .form-control,
.web-form-section.dark-blue-bg-editor-box .form-select {
    caret-color: #FFFFFF;
    color: #FFFFFF;
}
.web-form-section.dark-blue-bg-editor-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='%23FFFFFF' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 0px center/8px 10px no-repeat !important;
}
.web-form-section.dark-blue-bg-editor-box .form-control::placeholder {
    color: #FFFFFF;
}
.web-form-section.dark-blue-bg-editor-box .form-submit-btn {
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
}
/* Dark Blue Bg Web Form Editor Css End */
/* Web Form Css End */
/* General Pages Css End */
/* Page Modules Page Css Start */
/* Page Modules Full Text Editor Css Start */
.page-modules-full-text-editor-section {
    padding: 60px 0 20px;
}
/* Page Modules Full Text Editor Css End */
/* Image/Text Module Css Start */
.image-text-module-section,
.image-text-module-section .image-text-module-box {
    padding: 0;
}
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box {
    position: relative;
    height: 100%;
    width: 100%;
}
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel,
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel .carousel-inner,
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel .carousel-inner .carousel-item {
    height: 100%;
}
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators {
    transform: rotate(270deg);
    right: -53px;
    bottom: 60px;
    margin: 0;
    width: auto;
    left: auto;
    z-index: 1;
    background: #FFFFFF;
}
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    border: 1px dashed #D8E8F7;
    opacity: 1;
    background: #FFFFFF;
}
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators .active {
    background: #D7AC30;
    border: solid 1px #D7AC30;
}
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
    object-position: center;
}
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-square-bg-img {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: auto;
    z-index: 1;
}
.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-square-bg-img svg {
    width: 100px;
    height: 160px;
}
.image-text-module-section .image-text-module-box .carousel-img-txt-module-detail-box {
    z-index: -1;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail {
    padding: 30px 100px;
    position: relative;
    width: 100%;
    height: 100%;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box {
    max-width: 590px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-title {
    color: #FFFFFF;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.light-txt {
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.big-font-size {
    font-size: 26px;
    line-height: 35px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-btn-box {
    margin-top: 50px;
    margin-bottom: 30px;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-btn-box .transparent-bg-link-txt img {
    display: none;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-dotes-line-img {
    position: absolute;
    top: 0;
    left: 20px;
    width: auto;
    height: 100%;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-square-bg-img {
    position: absolute;
    top: 10%;
    right: 0;
    width: auto;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-square-bg-img svg {
    width: 150px;
    height: 210px;
}
/* Right Side Image/Text Module Css Start */
.right-side-img-txt-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con {
    order: 2;
}
.right-side-img-txt-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box {
    order: 1;
}
/* Right Side Image/Text Module Css End */
/* Text box start from end Css Start */
.txt-form-end-box.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box {
    justify-content: flex-end;
}
/* Text box start from end Css End */
/* Light Blue BG Image/Text Module Css Start */
.light-blue-bg-image-text-module-section {
    background: #D7E8F7;
    padding: 50px 0;
}
/* Light Blue BG Image/Text Module Css End */
/* Without Image Image/Text Module Css Start */
.without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box {
    padding: 30px 100px;
    position: relative;
    width: 100%;
    height: 100%;
}
.without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-btn-box {
    margin-bottom: 0;
}
/* Without Image Image/Text Module Css End */
/* Yellow BG Image/Text Module Css Start */
.yellow-bg-image-text-module-section {
    background: #D8AB31;
}
.yellow-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.big-font-size {
    color: #FFFFFF;
}
.yellow-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-btn-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.yellow-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-btn-box .transparent-bg-link-txt::after {
    background: #E92F23;
}
.yellow-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-square-bg-img {
    top: -10px;
}
/* Yellow BG Image/Text Module Css End */
/* red BG Image/Text Module Css Start */
.red-bg-image-text-module-section {
    background: #E92F23;
}
.red-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-title {
    color: #FFFFFF;
}
.red-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt {
    color: #FFFFFF;
}
.red-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-btn-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
/* red BG Image/Text Module Css End */
/* Image/Text Module Css End */
/* Photo Gallery with Description Module Css Start */
.photo-gallery-with-description-section .photo-gallery-with-description-box {
    padding: 0;
}
.photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail {
    padding: 30px 100px;
    position: relative;
    width: 100%;
    height: 100%;
}
.photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail .photo-gallery-with-description-txt-box {
    max-width: 590px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail .photo-gallery-with-description-txt-box .photo-gallery-with-description-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail .photo-gallery-with-description-txt-box .photo-gallery-with-description-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-txt-box .photo-gallery-with-description-detail .photo-gallery-with-description-txt {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box {
    position: relative;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider {
    margin-bottom: 0;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .slick-prev,
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .slick-next {
    top: auto;
    transform: none;
    bottom: 0;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .slick-prev:hover,
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .slick-prev {
    left: 0;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .slick-next {
    left: 60px;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .slick-list {
    padding: 0 0 60px !important;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .photo-gallery-with-description-slider {
    margin: 0 10px;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .photo-gallery-with-description-slider .photo-gallery-with-description-slider-img-box {
    cursor: pointer;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .photo-gallery-with-description-slider .photo-gallery-with-description-slider-img-box img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    object-position: center;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .slider-progress-bar {
    height: 1px;
    width: calc(100% - 250px);
    background-color: #D7E8F7;
    position: absolute;
    bottom: 25px;
    left: 150px;
}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .slider-progress-bar .slider-progress {
    height: 3px;
    width: 0%;
    background-color: #0E406A;
    transition: width 0.4s ease;
    position: absolute;
    top: -1px;
    left: 0;
}
/* Photo Gallery with Description Module Css End */
/* Photo Gallery with Variable width of Slider Module Css Start */
.photo-gallery-with-variable-width-slider-section {
    padding: 80px 0 80px 100px;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box {
    position: relative;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider {
    margin-bottom: 0;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .slick-prev,
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .slick-next {
    top: auto;
    transform: none;
    bottom: 0;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .slick-prev:hover,
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .slick-prev {
    left: 0;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .slick-next {
    left: 60px;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .slick-list {
    padding: 0 0 60px !important;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .photo-gallery-with-variable-width-slider {
    margin: 0 10px;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .photo-gallery-with-variable-width-slider .photo-gallery-with-variable-width-slider-img-box {
    cursor: pointer;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .photo-gallery-with-variable-width-slider .photo-gallery-with-variable-width-slider-img-box img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    object-position: center;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .slider-progress-bar {
    height: 1px;
    width: calc(100% - 250px);
    background-color: #D7E8F7;
    position: absolute;
    bottom: 25px;
    left: 150px;
}
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .slider-progress-bar .slider-progress {
    height: 3px;
    width: 0%;
    background-color: #0E406A;
    transition: width 0.4s ease;
    position: absolute;
    top: -1px;
    left: 0;
}
/* Photo Gallery with Variable width of Slider Module Css End */
/* Slim Photo Gallery Module Css Start */
.slim-photo-gallery-slider-section {
    padding: 0 0 0 100px;
}
.slim-photo-gallery-slider-section .container-fluid {
    position: relative;
    padding: 30px 0;
}
.slim-photo-gallery-slider-section .container-fluid::before,
.slim-photo-gallery-slider-section .container-fluid::after {
    content: '';
    display: block;
    width: calc(100% - 100px);
    position: absolute;
    left: 0;
}
.slim-photo-gallery-slider-section .container-fluid::before {
    top: 0;
    border-top: solid 1px #D7E8F7;
}
.slim-photo-gallery-slider-section .container-fluid::after {
    bottom: 0;
    border-bottom: solid 1px #D7E8F7;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box {
    position: relative;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider {
    margin-bottom: 0;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slick-prev,
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slick-next {
    top: auto;
    transform: none;
    bottom: 0;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slick-prev:hover,
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slick-prev {
    left: 0;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slick-next {
    left: 60px;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slick-list {
    padding: 0 0 60px !important;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slim-photo-gallery-slider {
    margin: 0 10px;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slim-photo-gallery-slider .slim-photo-gallery-slider-img-box {
    cursor: pointer;
}
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slim-photo-gallery-slider .slim-photo-gallery-slider-img-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: center;
}
/* Slim Photo Gallery Module Css End */
/* Compact Photo Gallery Module Css Start */
.compact-photo-gallery-slider-section {
    padding: 80px 0;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-con {
    position: relative;
    padding: 30px 0;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-con::before,
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-con::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-con::before {
    top: 0;
    border-top: solid 1px #D7E8F7;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-con::after {
    bottom: 0;
    border-bottom: solid 1px #D7E8F7;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box {
    position: relative;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider {
    margin-bottom: 0;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .slick-prev,
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .slick-next {
    top: auto;
    transform: none;
    bottom: 0;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .slick-prev:hover,
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .slick-prev {
    left: 0;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .slick-next {
    left: 60px;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .slick-list {
    padding: 0 0 60px !important;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .compact-photo-gallery-slider {
    margin: 0 10px;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .compact-photo-gallery-slider .compact-photo-gallery-slider-img-box {
    cursor: pointer;
}
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .compact-photo-gallery-slider .compact-photo-gallery-slider-img-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: center;
}
/* Compact Photo Gallery Module Css End */
/* Grid Photo Gallery Module Css Start */
.grid-photo-gallery-slider-section {
    padding: 0;
}
.grid-photo-gallery-slider-section .container-fluid {
    position: relative;
    padding: 30px 0;
}
.grid-photo-gallery-slider-section .container-fluid::after {
    content: '';
    display: block;
    width: calc(100% - 200px);
    position: absolute;
    left: 100px;
    bottom: 0;
    border-bottom: solid 1px #D7E8F7;
}
.grid-photo-gallery-slider-section h2 {
    padding: 0 100px;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box {
    position: relative;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .slick-track {
    background: #D7E8F7;
    padding: 10px 0;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider {
    margin-bottom: 0;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-prev,
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-next {
    top: auto;
    transform: none;
    bottom: 0;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-prev:hover,
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-prev {
    left: 100px;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-next {
    left: 160px;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-list {
    padding: 0 0 60px !important;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider {
    margin: 0 10px;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider .grid-photo-gallery-slider-img-box {
    cursor: pointer;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider .grid-photo-gallery-slider-img-box img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: center;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider.two-img-in-one-slider .grid-photo-gallery-slider-img-box:first-child {
    margin-bottom: 20px;
}
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider.two-img-in-one-slider .grid-photo-gallery-slider-img-box img {
    height: 260px;
}
/* Grid Photo Gallery Module Css End */
/* Editorial Module Css Start */
.editorial-section {
    padding: 40px 100px;
}
.editorial-section .editorial-box {
    align-items: center;
}
.editorial-section .editorial-box .editorial-img-con {
    padding: 0;
}
.editorial-section .editorial-box .editorial-img-con .editorial-img-box {
    width: min-content;
    position: relative;
}
.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img {
    object-fit: cover;
    object-position: center;
    display: inline-block;
}
.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img {
    width: auto;
    position: absolute;
    top: -48px;
    left: 349px;
    z-index: 2;
}
.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img.left-side-img-square-bg-img {
    transform: scaleX(-1);
}
.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img svg {
    width: 220px;
    height: 505px;
}
.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
    height: 460px;
    width: 460px;
}
.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
    height: 300px;
    width: 300px;
    margin-top: -120px;
    margin-left: 300px;
    z-index: 1;
    position: inherit;
}
.editorial-section .editorial-box .editorial-content-box .editorial-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 580px;
}
.editorial-section .editorial-box .editorial-content-box .editorial-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 580px;
}
.editorial-section .editorial-box .editorial-content-box .editorial-txt {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 530px;
}
.editorial-section .editorial-box .editorial-content-box .editorial-txt.light-txt {
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.editorial-section .editorial-box .editorial-content-box .editorial-btn-box {
    margin-top: 40px;
}
.editorial-section .editorial-box .editorial-content-box .editorial-btn-box .transparent-bg-link-txt img {
    display: none;
}
/* Editorial Module Right side Image Css Start */
.right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con {
    order: 2;
}
.right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
    margin-left: 160px;
}
.right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
    margin-top: -120px;
    margin-left: 0;
}
.right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img {
    width: auto;
    position: absolute;
    top: 68px;
    left: 50px;
    z-index: 2;
}
.right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img svg {
    width: 220px;
    height: 385px;
}
.right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img.mobile-img {
    display: none;
}
.right-side-img-editorial-section.editorial-section .editorial-box .editorial-content-box {
    order: 1;
}
/* Editorial Module Right side Image Css End */
/* Editorial Module Left side and full width Image Css Start */
.full-width-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box {
    width: 100%;
}
.full-width-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
    width: 100%;
    height: 750px;
}
.full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box {
    padding: 0 70px;
}
.full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box .editorial-btn-box .transparent-bg-link-txt:last-child {
    margin-left: 50px;
}
/* Editorial Module Left side and full width Image Css End */
/* Editorial Module Css End */
/* Image Divider Module Css Start */
.image-divider-module-section .image-divider-module-box {
    position: relative;
    height: 700px;
    margin: 5px 0;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-img,
.image-divider-module-section .image-divider-module-box video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgba(2, 31, 51, 0) 31.56%, rgba(2, 31, 51, 0.5) 52.24%), 
                linear-gradient(180deg, rgba(14, 64, 106, 0) 69.68%, rgba(14, 64, 106, 0.35) 95.01%);
    padding: 100px 180px 40px;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
}
.image-divider-module-section.black-opacity-bg-content-section .image-divider-module-box .image-divider-module-detail-con {
    background: #021F334D;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box {
    align-items: flex-end;
    height: 100%;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .image-divider-module-square-bg-img-box {
    margin-bottom: 100px;
    margin-left: -50px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .image-divider-module-square-bg-img-box .image-divider-module-square-bg-img {
    width: auto;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .image-divider-module-square-bg-img-box .image-divider-module-square-bg-img svg {
    width: 160px;
    height: 350px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .watch-video-txt-btn-box {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-left: -50px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .watch-video-txt-btn-box p {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .watch-video-txt-btn-box img {
    width: 20px;
    margin-left: 15px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content {
    max-width: 540px;
    margin-top: 50px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-quote-icon {
    width: 65px;
    margin-bottom: 60px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-detail-title {
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-txt {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-txt.light-txt {
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .watch-video-txt-btn-box {
    display: none;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-detail-txt {
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-detail-txt.bold-txt {
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-btn-box {
    margin-top: 20px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-btn-box .transparent-bg-link-txt:not(:first-child) {
    margin-left: 50px;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-btn-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-btn-box .transparent-bg-link-txt img {
    display: none;
}
/* Image Divider Module Css End */
/* Image Divider Css Start */
.image-divider-section {
    margin: 10px 0;
}
.image-divider-section .image-divider-box {
    position: relative;
}
.image-divider-section .image-divider-box .image-divider-img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}
.image-divider-section .image-divider-box .image-divider-content-box {
    background: linear-gradient(270deg, rgba(2, 31, 51, 0) 31.56%, rgba(2, 31, 51, 0.5) 52.24%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 50px 100px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.image-divider-section.light-blue-bg .image-divider-box .image-divider-content-box {
    background: #D7E8F7;
    position: inherit;
    align-items: center;
}
.image-divider-section.yellow-bg .image-divider-box .image-divider-content-box {
    background: #D8AB31;
    position: inherit;
    align-items: center;
}
.image-divider-section.white-bg .image-divider-box .image-divider-content-box {
    background: #FFFFFF;
    position: inherit;
    align-items: center;
}
.image-divider-section.dark-blue-bg .image-divider-box .image-divider-content-box {
    background: #0E406A;
    position: inherit;
    padding-top: 70px;
}
.image-divider-section.red-bg .image-divider-box .image-divider-content-box {
    background: #E92F23;
    position: inherit;
    padding-top: 70px;
}
.image-divider-section.content-center-section .image-divider-box .image-divider-content-box {
    align-items: center;
    text-align: center;
    background: #021F3380;
}
.image-divider-section .image-divider-box .image-divider-content-box .quote-icon {
    width: 65px;
    margin-bottom: 20px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-title {
    font-size: 56px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt {
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 520px;
}
.image-divider-section.light-blue-bg .image-divider-box .image-divider-content-box .image-divider-txt {
    color: #0E406A;
    max-width: 730px;
}
.image-divider-section.white-bg .image-divider-box .image-divider-content-box .image-divider-txt {
    color: #4D4D4D;
    max-width: 730px;
}
.image-divider-section.yellow-bg .image-divider-box .image-divider-content-box .image-divider-txt,
.image-divider-section.content-center-section .image-divider-box .image-divider-content-box .image-divider-txt {
    max-width: 730px;
}
.image-divider-section.content-center-section .image-divider-box .image-divider-content-box .image-divider-txt,
.image-divider-section.dark-blue-bg .image-divider-box .image-divider-content-box .image-divider-txt {
    font-size: 26px;
    line-height: 32px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-by-txt {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.image-divider-section.light-blue-bg .image-divider-box .image-divider-content-box .image-divider-by-txt {
    color: #0E406A;
}
.image-divider-section.white-bg .image-divider-box .image-divider-content-box .image-divider-by-txt {
    color: #4D4D4D;
}
.image-divider-section .image-divider-box .image-divider-content-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.image-divider-section .image-divider-box .image-divider-content-box .transparent-bg-link-txt img {
    display: none;
}
.image-divider-section .image-divider-box .image-divider-square-bg-img {
    width: auto;
    position: absolute;
    top: 20px;
    right: 50px;
}
.image-divider-section .image-divider-box .image-divider-square-bg-img svg {
    width: 180px;
    height: 210px;
}
/* Image Divider Css End */
/* Info Tiles - Small Module Css Start */
.info-tiles-small-section {
    padding: 60px 0;
}
.info-tiles-small-section .info-tile-small-box {
    margin-top: 50px;
    border-top: 1px solid #D7E8F7;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box {
    margin-top: 40px;
    position: relative;
    padding-bottom: 60px;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-img-box {
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-img-box .info-tile-small-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box:hover .info-tile-small-img-box .info-tile-small-img {
    transform: scale(1.2);
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-title {
    font-size: 26px;
    line-height: 32px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-txt {
    font-size: 16px;
    line-height: 26px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-txt-list {
    margin-bottom: 0;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-txt-list li {
    list-style: square;
    font-size: 13px;
    line-height: 26px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-txt-list li::marker {
    font-size: 14px;
    color: #D7E8F7;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .learn-more-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 5px 12px;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .learn-more-btn .transparent-bg-link-txt {
    font-size: 18px;
    line-height: 18px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .learn-more-btn .transparent-bg-link-txt::after {
    bottom: -7px;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box:hover .learn-more-btn .transparent-bg-link-txt::after {
    width: 100%;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .learn-more-btn .transparent-bg-link-txt img {
    display: none;
}
/* Info Tiles - Small Module Css End */
/* Info Tiles - Large Module Css Start */
.info-tiles-large-section {
    padding: 30px 0 !important;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box {
    margin-top: 40px;
    position: relative;
    padding-bottom: 120px;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box.another-bg-con {
    padding-bottom: 0;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .light-blue-bg-box {
    background: #D7E8F7;
    position: relative;
    height: 100%;
    padding: 15px;
    padding-bottom: 140px;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box {
    background: #0E406A;
    position: relative;
    height: 100%;
    padding: 15px;
    padding-bottom: 140px;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .info-tiles-large-img-box {
    height: 345px;
    width: 100%;
    overflow: hidden;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .info-tiles-large-img-box .info-tiles-large-img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .light-blue-bg-box .info-tiles-large-img-box,
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .light-blue-bg-box .info-tiles-large-img-box .info-tiles-large-img,
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .info-tiles-large-img-box,
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .info-tiles-large-img-box .info-tiles-large-img {
    height: 335px;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box:hover .info-tiles-large-img-box .info-tiles-large-img {
    transform: scale(1.2);
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .info-tiles-large-title {
    font-size: 26px;
    line-height: 32px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .info-tiles-large-txt {
    font-size: 14px;
    line-height: 24px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .learn-more-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 35px 15px;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .learn-more-btn .transparent-bg-link-txt {
    font-size: 18px;
    line-height: 18px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .info-tiles-large-title,
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .info-tiles-large-txt,
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .learn-more-btn .transparent-bg-link-txt {
    color: #FFFFFF;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .learn-more-btn .transparent-bg-link-txt::after {
    bottom: -7px;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box:hover .learn-more-btn .transparent-bg-link-txt::after {
    width: 100%;
}
/* Info Tiles - Large Module Css End */
/* Info Tiles - X-Large Module Css Start */
.info-tiles-x-large-section {
    padding: 0 100px 30px;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box {
    margin-top: 40px;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .light-blue-bg-box {
    position: relative;
    background: #D7E8F7;
    height: 100%;
    padding: 15px 15px 160px;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .yellow-bg-box {
    position: relative;
    background: #D8AB31;
    height: 100%;
    padding: 15px 15px 160px;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-img-box {
    height: 475px;
    width: 100%;
    overflow: hidden;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-img-box .info-tiles-x-large-img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box:hover .info-tiles-x-large-img-box .info-tiles-x-large-img {
    transform: scale(1.2);
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-title {
    font-size: 40px;
    line-height: 50px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-txt {
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 600px;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-txt.bold-txt {
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .learn-more-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 35px 15px;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .learn-more-btn .transparent-bg-link-txt {
    font-size: 18px;
    line-height: 18px;
    color: #053963;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .yellow-bg-box .info-tiles-x-large-title,
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .yellow-bg-box .info-tiles-x-large-txt,
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .yellow-bg-box .learn-more-btn .transparent-bg-link-txt {
    color: #FFFFFF;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .learn-more-btn .transparent-bg-link-txt::after {
    bottom: -7px;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .yellow-bg-box .learn-more-btn .transparent-bg-link-txt::after {
    background: #0E406A;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box:hover .learn-more-btn .transparent-bg-link-txt::after {
    width: 100%;
}
.info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .learn-more-btn .transparent-bg-link-txt img {
    display: none;
}
/* Info Tiles - X-Large Module Css End */
/* Carousel Tiles - Large Module Css Start */
.carousel-tiles-large-section .carousel-tiles-large-box {
    padding: 0;
}
.carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail {
    padding: 30px 100px;
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail .carousel-tiles-large-txt-box {
    max-width: 540px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail .carousel-tiles-large-txt-box .carousel-tiles-large-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail .carousel-tiles-large-txt-box .carousel-tiles-large-txt {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail .carousel-tiles-large-txt-box .carousel-tiles-large-txt.bold-txt {
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box {
    border-left: 1px solid #D7E8F7;
    padding-left: 15px !important;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider {
    margin-bottom: 0;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-prev,
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-next {
    transform: none;
    left: -75px;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-prev:hover,
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-prev {
    top: 45%;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-next {
    top: 55%;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box {
    position: relative;
    height: 595px;
    padding-bottom: 120px;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box:not(:last-child) {
    margin-right: 10px;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box.another-bg-con {
    padding-bottom: 0;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .light-blue-bg-box {
    background: #D7E8F7;
    position: relative;
    height: 100%;
    padding: 10px;
    padding-bottom: 140px;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .dark-blue-bg-box {
    background: #0E406A;
    position: relative;
    height: 100%;
    padding: 10px;
    padding-bottom: 140px;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .carousel-tiles-large-img-box {
    height: 345px;
    width: 100%;
    overflow: hidden;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .carousel-tiles-large-img-box .carousel-tiles-large-img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .light-blue-bg-box .carousel-tiles-large-img-box,
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .light-blue-bg-box .carousel-tiles-large-img-box .carousel-tiles-large-img,
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .dark-blue-bg-box .carousel-tiles-large-img-box,
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .dark-blue-bg-box .carousel-tiles-large-img-box .carousel-tiles-large-img {
    height: 335px;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box:hover .carousel-tiles-large-img-box .carousel-tiles-large-img {
    transform: scale(1.2);
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .carousel-tiles-large-title {
    font-size: 26px;
    line-height: 32px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .carousel-tiles-large-txt {
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .learn-more-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 35px 15px;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .learn-more-btn .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .dark-blue-bg-box .carousel-tiles-large-title,
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .dark-blue-bg-box .carousel-tiles-large-txt,
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .dark-blue-bg-box .learn-more-btn .transparent-bg-link-txt {
    color: #FFFFFF;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box:hover .learn-more-btn .transparent-bg-link-txt::after {
    width: 100%;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .learn-more-btn .transparent-bg-link-txt img {
    display: none;
}
/* Carousel Tiles - Large Module Css End */
/* Carousel Tiles - Large Full Image Module Css Start */
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box {
    padding: 0;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail {
    padding: 30px 100px;
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail .carousel-tiles-large-full-img-txt-box {
    max-width: 540px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail .carousel-tiles-large-full-img-txt-box .carousel-tiles-large-full-img-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail .carousel-tiles-large-full-img-txt-box .carousel-tiles-large-full-img-txt {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail .carousel-tiles-large-full-img-txt-box .carousel-tiles-large-full-img-txt.bold-txt {
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box {
    border-left: 1px solid #D7E8F7;
    padding-left: 15px !important;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider {
    margin-bottom: 0;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-prev,
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-next {
    transform: none;
    left: -75px;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-prev:hover,
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-prev {
    top: 45%;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-next {
    top: 55%;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
    position: relative;
    height: 535px;
    padding-bottom: 30px;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box:not(:last-child) {
    margin-right: 10px;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box.another-bg-con {
    padding-bottom: 0;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box {
    height: 430px;
    width: 100%;
    overflow: hidden;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box:hover .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
    transform: scale(1.2);
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-title {
    font-size: 26px;
    line-height: 32px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .learn-more-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 15px 0;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .learn-more-btn .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box:hover .learn-more-btn .transparent-bg-link-txt::after {
    width: 100%;
}
.carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .learn-more-btn .transparent-bg-link-txt img {
    display: none;
}
/* Carousel Tiles - Large Full Image Module Css End */
/* Carousel Tiles - Small Module Css Start */
.carousel-tiles-small-section .carousel-tiles-small-box {
    background: #D7E8F7;
    padding: 60px 0;
}
.carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail {
    padding: 30px 100px;
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail .carousel-tiles-small-txt-box {
    max-width: 540px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail .carousel-tiles-small-txt-box .carousel-tiles-small-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail .carousel-tiles-small-txt-box .carousel-tiles-small-txt {
    font-size: 26px;
    line-height: 32px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box {
    border-left: 1px solid #FFFFFF;
    padding-left: 15px !important;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider {
    margin-bottom: 0;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-prev,
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-next {
    transform: none;
    left: -75px;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-prev:hover,
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-prev {
    top: 43%;
    background-image: url(../images/slick-slider-previous-icon-white-bg.svg);
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-next {
    top: 58%;
    background-image: url(../images/slick-slider-next-icon-white-bg.svg);
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box {
    height: 395px;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box:not(:last-child) {
    margin-right: 10px;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .white-bg-box {
    background: #FFFFFF;
    position: relative;
    height: 100%;
    padding: 10px;
    padding-bottom: 80px;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .carousel-tiles-small-img-box {
    height: 210px;
    width: 100%;
    overflow: hidden;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .carousel-tiles-small-img-box .carousel-tiles-small-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box:hover .carousel-tiles-small-img-box .carousel-tiles-small-img {
    transform: scale(1.2);
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .carousel-tiles-small-title {
    font-size: 26px;
    line-height: 32px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .learn-more-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 35px 15px;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .learn-more-btn .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box:hover .learn-more-btn .transparent-bg-link-txt::after {
    width: 100%;
}
.carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .learn-more-btn .transparent-bg-link-txt img {
    display: none;
}
/* Carousel Tiles - Small Module Css End */
/* Video Module Css Start */
.video-module-section {
    padding: 40px 100px;
}
.video-module-section .video-module-box {
    align-items: center;
}
.video-module-section .video-module-box .video-module-img-con {
    padding: 0;
}
.video-module-section .video-module-box .video-module-img-con .video-module-img-box {
    position: relative;
}
.video-module-section .video-module-box .video-module-img-con .video-module-img-box .video-module-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
}
.video-module-section .video-module-box .video-module-img-con .video-module-img-box .play-btn-img-box {
    position: absolute;
    top: 50%;
    right: -55px;
    height: 110px;
    width: 110px;
    display: inline-block;
    border-radius: 50%;
    transform: translate(0, -50%);
}
.video-module-section .video-module-box .video-module-img-con .video-module-img-box .play-btn-img-box .play-btn-img {
    width: 110px;
    animation: rotate 10s linear infinite;
}
.video-module-section .video-module-box .video-module-img-con .video-module-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;
}
.video-module-section .video-module-box .video-module-img-con .video-module-img-box .play-btn-img-box .play-icon-img-box .play-icon-img {
    width: 28px;
}
.video-module-section .video-module-box .video-module-content-box {
    padding: 0 0 0 70px;
}
.video-module-section .video-module-box .video-module-content-box .video-module-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 580px;
}
.video-module-section .video-module-box .video-module-content-box .video-module-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 580px;
}
.video-module-section .video-module-box .video-module-content-box .video-module-txt {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 530px;
}
.video-module-section .video-module-box .video-module-content-box .video-module-btn-box {
    margin-top: 40px;
}
.video-module-section .video-module-box .video-module-content-box .video-module-btn-box .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
}
.video-module-section .video-module-box .video-module-content-box .video-module-btn-box .transparent-bg-link-txt img {
    display: none;
}
/* Video Module Right Side Image Css Start */
.right-side-img-section.video-module-section .video-module-box .video-module-img-con {
    order: 2;
}
.right-side-img-section.video-module-section .video-module-box .video-module-img-con .video-module-img-box .play-btn-img-box {
    left: -55px;
    right: auto;
}
.right-side-img-section.video-module-section .video-module-box .video-module-content-box {
    order: 1;
}
.right-side-img-section.video-module-section .video-module-box .video-module-content-box {
    padding: 0 50px 0 0;
}
/* Video Module Right Side Image Css End */
/* Video Module Full Width Css Start */
.full-width-video-module-section {
    padding: 40px 100px;
}
.full-width-video-module-section .full-width-video-module-img-box {
    position: relative;
}
.full-width-video-module-section .full-width-video-module-img-box .full-width-video-module-img {
    width: 100%;
    height: 100%;
    max-height: 740px;
    object-fit: cover;
    object-position: center;
}
.full-width-video-module-section .full-width-video-module-img-box .play-btn-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 110px;
    width: 110px;
    display: inline-block;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.full-width-video-module-section .full-width-video-module-img-box .play-btn-img-box .play-btn-img {
    width: 110px;
    animation: rotate 10s linear infinite;
}
.full-width-video-module-section .full-width-video-module-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;
}
.full-width-video-module-section .full-width-video-module-img-box .play-btn-img-box .play-icon-img-box .play-icon-img {
    width: 28px;
}
/* Video Module Full Width Css End */
/* Video Module Css End */
/* Link Tiles Module Css Start */
.link-tiles-border-box-section {
    padding: 20px 100px;
}
.link-tiles-border-box-section .border-box {
    border-top: 1px solid #D7E8F7;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box {
    width: 33.33%;
    position: relative;
    padding: 8px;
    float: left;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half {
    width: 66.66%;
    background-color: #FFFFFF;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half {
    width: 100%;
    background-color: #FFFFFF;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con {
    display: block;
    width: 100%;
    height: 100%;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.light-blue-bg .tiles-content-con,
.link-tiles-module-section .link-tiles-con .link-tiles-box.yellow-blue-bg .tiles-content-con,
.link-tiles-module-section .link-tiles-con .link-tiles-box.dark-blue-bg .tiles-content-con {
    padding: 20px;
    display: block;
    width: 100%;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.light-blue-bg .tiles-content-con {
    background: #D7E8F7;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.yellow-blue-bg .tiles-content-con {
    background: #D8AB31;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.dark-blue-bg .tiles-content-con {
    background: #053963;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box .tiles-title {
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.light-blue-bg .tiles-content-con .tiles-heading-box .tiles-title {
    color: #0E406A;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box i {
    display: none;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 900;
    margin-left: 10px;
    transition: all 1s;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.light-blue-bg .tiles-content-con .tiles-heading-box i {
    color: #0E406A;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box:hover .tiles-content-con .tiles-heading-box i {
    display: inline-block;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box {
    height: 420px;
    position: relative;
    overflow: hidden;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    transition: all 0.5s;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box:hover .tiles-content-con .tiles-content-box .tiles-img {
    transform: scale(1.2);
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: linear-gradient(180deg, rgba(2, 31, 51, 0) 0%, rgba(2, 31, 51, 0.7) 100%);
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box.no-bg-color {
    background: transparent;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box.light-blue-bg-box {
    background: #D7E8F7;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box.yellow-bg-box {
    background: #D8AB31;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-sub-title {
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02rem;
    margin-bottom: 25px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    margin-bottom: 25px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .transparent-bg-link-txt::after {
    width: 100%;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .transparent-bg-link-txt img {
    display: none;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box.light-blue-bg-box .tiles-content-sub-title,
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box.light-blue-bg-box .tiles-content-title,
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box.light-blue-bg-box .tiles-content-btn-box .transparent-bg-link-txt {
    color: #0E406A;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box.yellow-bg-box .tiles-content-btn-box .transparent-bg-link-txt::after {
    background: #E92F23;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    padding: 15px;
    background: #D0D3D333;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
    width: calc(100% - 340px);
    padding: 20px 65px 30px 20px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
    width: calc(100% - 670px);
    padding: 20px 65px 30px 20px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
    width: 340px;
    overflow: hidden;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
    width: 670px;
    overflow: hidden;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-sub-title,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-sub-title {
    font-size: 20px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02rem;
    margin-bottom: 25px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-title,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-title {
    font-size: 28px;
    line-height: 28px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    margin-bottom: 25px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half:hover .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt::after,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half:hover .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt::after {
    width: 100%;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt img,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt img {
    display: none;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: linear-gradient(90deg, rgba(2, 31, 51, 0.8) 0%, rgba(2, 31, 51, 0) 100%);
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
    max-width: 275px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box .tiles-img,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    transition: all 0.5s;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half:hover .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box .tiles-img,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half:hover .tiles-content-con .tiles-content-box .tiles-two-box .tiles-img:hover {
    transform: scale(1.2);
}
/* Link Tiles Module Css End */
/* Read More Module Css Start */
.read-more-border-top-box-section {
    padding: 20px 100px 60px;
}
.read-more-border-bottom-box-section {
    padding: 60px 100px 20px;
}
.read-more-border-top-box-section .border-box,
.read-more-border-bottom-box-section .border-box {
    border-top: 1px solid #D7E8F7;
}
.accordion-content-section .accordion .accordion-item {
    border: 0;
}
.accordion-content-section .accordion .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}
.accordion-content-section .accordion .accordion-item .accordion-header {
    border-bottom: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    border-bottom: 0;
    padding: 20px 10px 20px 30px;
    align-items: center;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: #D7E8F7;
    border-bottom: 0;
    border-radius: 0;
    position: relative;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url(../images/accordion-minus-icon.svg);
    background-size: 100%;
    transform: none;
    height: 50px;
    width: 50px;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    background-image: url(../images/accordion-plus-icon.svg);
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #0E406A;
    box-shadow: none;
    color: #FFFFFF;
    border-bottom: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse {
    border-bottom: 0;
    border-radius: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 15px 30px;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body p,
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body span,
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    font-size: 16px;
    line-height: 24px;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    color: #4D4D4D;
    margin: 15px 0 15px;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body b {
    font-size: 16px;
    line-height: 24px;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    color: #4D4D4D;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
    margin-bottom: 0;
}
/* Read More Module Css End */
/* Read More - Compact Module Css Start */
.read-more-compact-section {
    padding: 40px 100px;
}
.read-more-compact-section .read-more-compact-detail-box {
    border-top: 1px solid #D7E8F7;
    border-bottom: 1px solid #D7E8F7;
    padding: 60px 0 !important;
}
.read-more-compact-section .read-more-compact-detail-box .read-more-compact-detail {
    width: 100%;
    height: 100%;
}
.read-more-compact-section .read-more-compact-detail-box .read-more-compact-detail .read-more-compact-txt-box {
    max-width: 590px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.read-more-compact-section .read-more-compact-detail-box .read-more-compact-detail .read-more-compact-txt-box .read-more-compact-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.read-more-compact-section .read-more-compact-detail-box .read-more-compact-detail .read-more-compact-txt-box .read-more-compact-txt {
    font-size: 26px;
    line-height: 32px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.read-more-compact-section .accordion .accordion-item {
    border: 0;
}
.read-more-compact-section .accordion .accordion-item:not(:last-child) {
    margin-bottom: 15px;
}
.read-more-compact-section .accordion .accordion-item .accordion-header {
    border-bottom: 0;
}
.read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
    border-bottom: 0;
    padding: 20px 10px 20px 30px;
    align-items: center;
}
.read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: #0E406A;
    border-bottom: 0;
    border-radius: 0;
    position: relative;
}
.read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url(../images/accordion-minus-icon.svg);
    background-size: 100%;
    transform: none;
    height: 50px;
    width: 50px;
}
.read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    background-image: url(../images/accordion-plus-icon.svg);
}
.read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #D7E8F7;
    box-shadow: none;
    color: #0E406A;
    border-bottom: 0;
}
.read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}
.read-more-compact-section .accordion .accordion-item .accordion-collapse {
    border-bottom: 0;
    border-radius: 0;
}
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 15px 30px;
}
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body p,
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body span,
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    font-size: 16px;
    line-height: 24px;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    color: #4D4D4D;
    margin: 15px 0 15px;
}
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body b {
    font-size: 16px;
    line-height: 24px;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    color: #4D4D4D;
}
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
    margin-bottom: 0;
}
/* Read More - Compact Module Css End */
/* Call to Action - Large Module Css Start */
.call-to-action-large-section {
    padding: 10px 0;
}
.call-to-action-large-section .call-to-action-large-box {
    position: relative;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-large-img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000033;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-title {
    font-size: 66px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-txt {
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 575px;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-large-title-img {
    width: 600px;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-btn-box {
    margin-top: 100px;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-btn-box .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-btn-box .transparent-bg-link-txt img {
    display: none;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-large-square-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.call-to-action-large-section .call-to-action-large-box .call-to-action-large-square-bg-img svg {
    width: 100%;
    height: 250px;
}
/* Call to Action - Large Text Center Module Css Start */
.content-center-box.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box {
    align-items: center;
    justify-content: center;
}
/* Call to Action - Large Text Center Module Css End */
/* Call to Action - Large Text Box Right Side Module Css Start */
.content-right-box.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box {
    align-items: flex-end;
    justify-content: center;
}
.content-right-box.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-bg-box {
    width: auto;
    padding: 40px 50px;
    background: #0E406ADD;
    backdrop-filter: blur(4px);
}
.content-right-box.call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-bg-box .call-to-action-title {
    max-width: 650px;
}
/* Call to Action - Large Text Box Right Side Module Css End */
/* Call to Action - Large Module Css End */
/* Call to Action - Small Module Css Start */
.call-to-action-small-section {
    padding: 10px 0;
}
.call-to-action-small-section .call-to-action-small-box {
    position: relative;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-small-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000033;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-title {
    font-size: 66px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-txt {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 575px;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-btn-box {
    margin-top: 100px;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-btn-box .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-btn-box .transparent-bg-link-txt img {
    display: none;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-small-square-bg-img {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0, -50%);
    width: auto;
}
.call-to-action-small-section .call-to-action-small-box .call-to-action-small-square-bg-img svg {
    width: 160px;
    height: 350px;
}
/* Call to Action - Small Text Box Right Side Module Css Start */
.content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box {
    align-items: flex-end;
    justify-content: center;
}
.content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-bg-box {
    width: auto;
    padding: 40px 50px;
    background: #FFFFFFDD;
    backdrop-filter: blur(4px);
    max-width: 550px;
}
.content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-bg-box .call-to-action-sub-title {
    color: #0E406A;
}
.content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-bg-box .call-to-action-title {
    font-size: 40px;
    line-height: 50px;
    color: #0E406A;
}
.content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-bg-box .call-to-action-btn-box {
    margin-top: 0;
}
.content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-bg-box .call-to-action-btn-box .transparent-bg-link-txt {
    color: #0E406A;
}
/* Call to Action - Small Text Box Right Side Module Css End */
/* Call to Action - Small Module Css End */
/* Event Explorer Carousel Module Css Start */
.event-carousel-section .event-carousel-box {
    margin-top: 10px;
    padding: 50px 0;
    position: relative;
}
.event-carousel-section .event-carousel-box::after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 200px);
    position: absolute;
    top: 0;
    left: 100px;
    background: #D7E8F7;
}
.event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail {
    padding: 30px 100px;
    position: relative;
    width: 100%;
    height: 100%;
}
.event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box {
    max-width: 540px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box .event-carousel-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box .event-carousel-txt {
    font-size: 16px;
    line-height: 28px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box .event-carousel-btn-box .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
}
.event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box .event-carousel-btn-box .transparent-bg-link-txt img {
    display: none;
}
.event-carousel-section .event-carousel-slider-box {
    border-left: 1px solid #D7E8F7;
    padding-left: 15px !important;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider {
    margin-bottom: 0;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-prev,
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-next {
    transform: none;
    left: -75px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-prev:hover,
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-prev {
    top: 43%;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-next {
    top: 58%;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box {
    position: relative;
    height: 395px;
    background: #D7E8F7;
    padding: 15px 15px 170px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box:not(:last-child) {
    margin-right: 10px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .calendar-icon-img {
    width: 54px;
    margin-bottom: 10px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-date-txt {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-title {
    font-size: 26px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-time-location-con {
    position: absolute;
    width: 100%;
    bottom: 75px;
    left: 0;
    display: inline-block;
    padding: 0 15px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-time-location-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-time-location-box img {
    width: 12px;
    margin-right: 10px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-time-location-box span {
    font-size: 14px;
    line-height: 14px;
    color: #0E406A;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02rem;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-details-btn-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-details-btn-box .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-details-btn-box .transparent-bg-link-txt img {
    display: none;
}
.event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-details-btn-box .calendar-blue-icon {
    width: 35px;
    padding-left: 5px;
}
/* Event Explorer Carousel Module Css End */
/* Curriculum Explorer Carousel Module Css Start */
.curriculum-carousel-section .curriculum-carousel-box {
    margin-bottom: 10px;
    padding: 50px 0;
    position: relative;
}
.curriculum-carousel-section .curriculum-carousel-box::after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 200px);
    position: absolute;
    bottom: 0;
    left: 100px;
    background: #D7E8F7;
}
.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail {
    padding: 30px 100px;
    position: relative;
    width: 100%;
    height: 100%;
}
.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box {
    max-width: 540px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-txt {
    font-size: 16px;
    line-height: 28px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-btn-box .transparent-bg-link-txt {
    display: inline-flex;
    align-items: center;
}
.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-btn-box .transparent-bg-link-txt img {
    display: none;
}
.curriculum-carousel-section .curriculum-carousel-slider-box {
    border-left: 1px solid #D7E8F7;
    padding-left: 15px !important;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider {
    margin-bottom: 0;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-prev,
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-next {
    transform: none;
    left: -75px;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-prev:hover,
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-next:hover {
    transform: scale(1.2);
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-prev {
    top: 42%;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-next {
    top: 58%;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box {
    position: relative;
    height: 350px;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box:not(:last-child) {
    margin-right: 10px;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box .curriculum-slider-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box:hover .curriculum-slider-img-box .curriculum-slider-img {
    transform: scale(1.2);
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box .curriculum-slider-content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(2, 31, 51, 0.7) 0%, rgba(2, 31, 51, 0) 61.85%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box:hover .curriculum-slider-img-box .curriculum-slider-content-box {
    background: #0E406ABF;
    height: 300px;
    top: auto;
    bottom: 0;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box .curriculum-slider-content-box .curriculum-slider-title {
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box .curriculum-slider-content-box .curriculum-slider-sub-title {
    display: none;
    font-size: 22px;
    line-height: 30px;
    color: #D8AB31;
    font-family: 'Palatino-Linotype', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    transition: all 1s;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box:hover .curriculum-slider-img-box .curriculum-slider-content-box .curriculum-slider-sub-title {
    display: block;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box .curriculum-slider-content-box .curriculum-slider-txt {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Gotham-Light', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    transition: all 1s;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box:hover .curriculum-slider-img-box .curriculum-slider-content-box .curriculum-slider-txt {
    display: block;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box .curriculum-slider-content-box a {
    display: none;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box:hover .curriculum-slider-img-box .curriculum-slider-content-box a {
    display: block;
}
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box .curriculum-slider-content-box a .curriculum-slider-view-icon {
    width: 40px;
}
/* Curriculum Explorer Carousel Module Css End */
/* Page Modules Page Css End */
/* Video Gallery Page Css Start */
/* Subscribe Css Start */
.subscribe-section {
    padding: 35px 0;
}
.subscribe-section .subscribe-box .subscribe-detail-box {
    padding-right: 15px !important;
}
.subscribe-section .subscribe-box .subscribe-detail-box .subscribe-detail-title {
    font-size: 24px;
    line-height: 24px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    word-break: break-word;
}
.subscribe-section .subscribe-box .subscribe-detail-box .subscribe-detail-txt {
    font-size: 16px;
    line-height: 26px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.subscribe-section .subscribe-box .subscribe-btn-box {
    text-align: right;
}
.subscribe-section .subscribe-box .subscribe-btn-box .subscribe-btn {
    background: #D7E8F7;
    border: 0;
    height: 60px;
    min-width: 230px;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02rem;
}
/* Subscribe Css End */
/* Video Gallery Css Start */
.video-gallery-section {
    padding: 30px 0;
}
.video-gallery-section .video-gallery-title-con .video-gallery-title-box .video-gallery-title {
    font-size: 40px;
    line-height: 40px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #D7E8F7;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider {
    margin-right: -20px;
    margin-bottom: 0;
    padding-bottom: 80px;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .slick-prev,
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .slick-next {
    top: auto;
    bottom: -10px;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .slick-prev {
    left: 0;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .slick-next {
    left: 60px;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box {
    margin-right: 20px;
    cursor: pointer;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-img-box .video-gallery-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box:hover .video-gallery-slider-img-box .video-gallery-slider-img {
    transform: scale(1.1);
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-title {
    font-size: 24px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-sub-title {
    font-size: 13px;
    line-height: 13px;
    color: #D8AB31;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-sub-title span {
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #D8AB31;
    border-radius: 50%;
    margin: 0 7px;
}
.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-txt {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Video Gallery Css End */
/* Old Boys Css Start */
.old-boys-section {
    padding-bottom: 0;
}
.old-boys-section .container {
    padding-bottom: 70px !important;
    border-bottom: 1px solid #D7E8F7;
}
/* Old Boys Css End */
/* Video Gallery Page Css End */
/* Curriculum Explorer Page Css Start */
/* Curriculum Explorer List Css Start */
.curriculum-explorer-list-section .container {
    padding: 80px 0;
    border-bottom: solid 1px #D7E8F7;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-tab-header-box .nav-tabs {
    border-bottom: solid 1px #D7E8F7;
    padding-bottom: 20px;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-tab-header-box .nav-tabs .nav-link {
    border: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    color: #D7E8F7;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-tab-header-box .nav-tabs .nav-link:not(:last-child) {
    padding-right: 30px;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-tab-header-box .nav-tabs .nav-item.show .nav-link,
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-tab-header-box .nav-tabs .nav-link.active,
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-tab-header-box .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
    color: #053963;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con {
    margin-right: -20px !important;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box {
    padding: 20px 20px 0 0;
    cursor: pointer;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box {
    width: 100%;
    height: 410px;
    overflow: hidden;
    position: relative;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box .curriculum-explorer-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box .curriculum-explorer-list-detail-box {
    background: linear-gradient(360deg, rgba(2, 31, 51, 0.7) 0%, rgba(2, 31, 51, 0) 78.44%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 25px 30px;
    /* transition: all 1s; */
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box:hover .curriculum-explorer-list-detail-box {
    /* background: linear-gradient(359.93deg, #0E406A 23.12%, rgba(14, 64, 106, 0) 87.3%); */
    background: #0E406ABF;
    height: auto;
    top: auto;
    bottom: 0;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box .curriculum-explorer-list-detail-box .curriculum-explorer-list-sub-title {
    display: none;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box:hover .curriculum-explorer-list-detail-box .curriculum-explorer-list-sub-title {
    display: block;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box .curriculum-explorer-list-detail-box .curriculum-explorer-list-title {
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box .curriculum-explorer-list-detail-box .curriculum-explorer-list-txt p {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box:hover .curriculum-explorer-list-detail-box .curriculum-explorer-list-txt p {
    display: block;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box .curriculum-explorer-list-detail-box .curriculum-explorer-view-arrow-icon-img {
    display: none;
    width: 40px;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box:hover .curriculum-explorer-list-detail-box .curriculum-explorer-view-arrow-icon-img {
    display: block;
}
/* Curriculum Explorer List Css End */
/* Curriculum Explorer Detail View Modal Css Start */
.curriculum-explorer-modal-view {
    background: #FFFFFF66;
    backdrop-filter: blur(10px);
    overflow: hidden;
}
.curriculum-explorer-modal-view .modal-lg {
    width: 90vw;
    height: calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
    max-width: 90vw;
}
.curriculum-explorer-modal-view .modal-content {
    border: 0;
    border-radius: 0;
    background: transparent;
    height: calc(100vh - 3.5rem);
}
.curriculum-explorer-modal-view .modal-content .modal-body {
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px #00000040;
    height: calc(100vh - 3.5rem);
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box {
    height: 100%;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box {
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    padding: 30px 50px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-list-title {
    margin-bottom: 40px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-list-title ul {
    margin-bottom: 0;
    padding-left: 16px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-list-title ul li {
    font-size: 13px;
    line-height: 26px;
    color: #4D4D4D;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    list-style: square;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-list-title ul li::marker {
    color: #D7E8F7;
    font-size: 17px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-title {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt strong {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 700;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt p,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt ul li {
    font-size: 16px;
    line-height: 28px;
    color: #4D4D4D;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    margin-top: 20px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt ul {
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 16px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt ul li {
    margin-top: 0;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box {
    padding: 0;
    position: relative;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner .carousel-item {
    height: 100%;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-indicators {
    transform: rotate(270deg);
    left: -55px;
    bottom: 40px;
    margin: 0;
    width: auto;
    right: auto;
    z-index: 1;
}
.curriculum-explorer-modal-view .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 #0E406A;
    opacity: 1;
    background: #FFFFFF;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-indicators .active {
    background: #D7AC30;
    border: solid 1px #D7AC30;
}
.curriculum-explorer-modal-view .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-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .modal-close-icon-box {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .modal-close-icon-box .close-icon {
    background: transparent;
    border: solid 1px #FFFFFF;
    border-radius: 27px;
    min-height: 54px;
    min-width: 100px;
    line-height: 52px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .modal-close-icon-box .close-icon:hover {
    min-height: 54px;
    min-width: 54px;
    line-height: 54px;
    padding: 0;
    border-radius: 50%;
    background: #FFFFFF;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .modal-close-icon-box .close-icon i {
    font-size: 20px;
    color: #FFFFFF;
    transition: all 1s;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .modal-close-icon-box .close-icon:hover i {
    color: #053963;
}
/* Curriculum Explorer Detail View Modal Css End */
/* Curriculum Explorer Page Css End */
/* Tour Bookings Page Css Start */
/* Tour Booking List Css Start */
.tour-booking-list-section {
    padding: 70px 0 0;
}
.tour-booking-list-section .container {
    padding: 0 0 140px;
    border-bottom: 1px solid #D7E8F7;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box {
    background: #D8AB31;
    padding: 15px;
    cursor: pointer;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box {
    width: 100%;
    height: 475px;
    position: relative;
    overflow: hidden;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.06%, rgba(0, 0, 0, 0.35) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: flex-end;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box {
    display: flex;
    align-items: center;
    width: 100%;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box .tour-booking-calendar-icon {
    width: 70px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box .tour-booking-date-txt {
    width: calc(100% - 70px);
    padding-left: 20px;
    font-size: 56px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box {
    padding: 20px 0;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-title {
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    max-width: 550px;
    margin-bottom: 30px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box {
    display: flex;
    align-items: center;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:first-child {
    margin-right: 60px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-icon {
    width: 12px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child .time-icon {
    width: 15px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt {
    width: calc(100% - 12px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child .time-txt {
    width: calc(100% - 15px);
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-txt {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    max-width: 570px;
    margin-bottom: 50px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .transparent-bg-link-txt::after {
    background: #0E406A;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .calendar-plus-icon-box {
    display: none;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box {
    background: #D7E8F7;
    padding: 15px 30px;
    cursor: pointer;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box:not(:last-child) {
    margin-bottom: 25px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box .tour-booking-calendar-icon {
    width: 70px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box .tour-booking-date-txt {
    width: calc(100% - 70px);
    padding-left: 20px;
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-title {
    font-size: 30px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    max-width: 460px;
    margin-bottom: 30px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box {
    display: flex;
    align-items: center;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:first-child {
    margin-right: 60px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-icon {
    width: 12px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child .time-icon {
    width: 15px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt {
    width: calc(100% - 12px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #0E406A;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child .time-txt {
    width: calc(100% - 15px);
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-btn-box {
    align-items: center;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-btn-box .fully-booked-box {
    background-color: #0E406A;
    width: 245px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 15px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-btn-box .fully-booked-box span {
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-btn-box .places-left-box {
    background-color: #FFFFFF;
    width: 245px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 15px;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-btn-box .places-left-box span {
    font-size: 16px;
    line-height: 16px;
    color: #0E406A;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-btn-box .tour-booking-btn {
    text-align: right;
}
/* Tour Booking List Css End */
/* Tour Booking With Image View Modal Css Start */
.tour-booking-with-img-modal {
    background: #00000033;
    backdrop-filter: blur(10px);
}
.tour-booking-with-img-modal .modal-dialog {
    max-width: 950px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content {
    background: #FFFFFF;
    box-shadow: -3.31px 3.31px 9.92px 3.31px #00000026;
    border: 0;
    border-radius: 0;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header {
    background: #D8AB31;
    padding: 15px;
    border: 0;
    border-radius: 0;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box {
    width: 540px;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box .modal-header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box .modal-img-detail-con {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.47%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box .modal-img-detail-con .modal-img-detail-box {
    display: flex;
    align-items: center;
    width: 100%;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box .modal-img-detail-con .modal-img-detail-box .tour-booking-calendar-icon {
    width: 70px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box .modal-img-detail-con .modal-img-detail-box .tour-booking-date-txt {
    width: calc(100% - 70px);
    padding-left: 20px;
    font-size: 74px;
    line-height: 74px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box {
    width: calc(100% - 540px);
    padding: 20px 30px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .tour-booking-list-time-location-con {
    padding-left: 35px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-icon {
    width: 12px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child .time-icon {
    width: 15px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt {
    width: calc(100% - 12px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt span {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child .time-txt {
    width: calc(100% - 15px);
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .add-to-calendar-btn {
    margin-top: 20px;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .add-to-calendar-btn .add-to-calendar-icon {
    width: 45px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .add-to-calendar-btn p {
    width: calc(100% - 45px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
    background: transparent;
    border: solid 1px #FFFFFF;
    border-radius: 27px;
    min-height: 54px;
    min-width: 100px;
    line-height: 52px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover {
    min-height: 54px;
    min-width: 54px;
    line-height: 54px;
    padding: 0;
    border-radius: 50%;
    background: #FFFFFF;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
    font-size: 20px;
    color: #FFFFFF;
    transition: all 1s;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover i {
    color: #053963;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body {
    padding: 15px 130px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .places-left-box {
    background-color: #D7E8F7;
    width: 230px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 15px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .places-left-box span {
    font-size: 16px;
    line-height: 16px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .enent-details-box {
    background-color: #0E406A;
    border: 0;
    width: 230px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 15px;
    margin-left: auto;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .enent-details-box span {
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-title {
    font-size: 40px;
    line-height: 45px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 30px 0 40px;
    max-width: 630px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-sub-title {
    font-size: 22px;
    line-height: 22px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 20px 0 40px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-txt {
    margin-bottom: 50px;
    max-width: 630px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-txt p {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 15px;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .web-form-section .form-label {
    font-size: 18px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
}
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .web-form-section .form-control,
.tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .web-form-section .form-select {
    height: 30px;
    margin-bottom: 20px;
}
/* Tour Booking With Image View Modal Css End */
/* Tour Booking Without Image View Modal Css Start */
.tour-booking-without-img-modal {
    background: #00000033;
    backdrop-filter: blur(10px);
}
.tour-booking-without-img-modal .modal-dialog {
    max-width: 950px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content {
    background: #FFFFFF;
    box-shadow: -3.31px 3.31px 9.92px 3.31px #00000026;
    border: 0;
    border-radius: 0;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header {
    background: #D7E8F7;
    padding: 30px 30px 15px;
    border: 0;
    border-radius: 0;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-img-detail-con .modal-img-detail-box {
    display: flex;
    align-items: center;
    width: 100%;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-img-detail-con .modal-img-detail-box .tour-booking-calendar-icon {
    width: 70px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-img-detail-con .modal-img-detail-box .tour-booking-date-txt {
    width: calc(100% - 70px);
    padding-left: 20px;
    font-size: 74px;
    line-height: 74px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con {
    padding: 30px 0 30px 90px;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box {
    display: flex;
    align-items: flex-start;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child {
    margin-left: 60px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-icon {
    width: 12px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child .time-icon {
    width: 15px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt {
    width: calc(100% - 12px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt span {
    font-size: 14px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child .time-txt {
    width: calc(100% - 15px);
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .add-to-calendar-btn {
    margin: 0 0 0 90px;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .add-to-calendar-btn .add-to-calendar-icon {
    width: 45px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .add-to-calendar-btn p {
    width: calc(100% - 45px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
    background: transparent;
    border: solid 1px #0E406A;
    border-radius: 27px;
    min-height: 54px;
    min-width: 100px;
    line-height: 52px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover {
    min-height: 54px;
    min-width: 54px;
    line-height: 54px;
    padding: 0;
    border-radius: 50%;
    background: #0E406A;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
    font-size: 20px;
    color: #0E406A;
    transition: all 1s;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover i {
    color: #FFFFFF;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body {
    padding: 15px 130px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .places-left-box {
    background-color: #D7E8F7;
    width: 230px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 15px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .places-left-box span {
    font-size: 16px;
    line-height: 16px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .enent-details-box {
    background-color: #0E406A;
    border: 0;
    width: 230px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 15px;
    margin-left: auto;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .enent-details-box span {
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-title {
    font-size: 40px;
    line-height: 45px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 30px 0 40px;
    max-width: 630px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-sub-title {
    font-size: 22px;
    line-height: 22px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 20px 0 40px;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .web-form-section .form-label {
    font-size: 18px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
}
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .web-form-section .form-control,
.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .web-form-section .form-select {
    height: 30px;
    margin-bottom: 20px;
}
/* Event Calendar Without Image View Modal Start */
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header {
    background: #FFFFFF;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con {
    flex-direction: column;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child {
    margin-left: 0;
    margin-top: 20px;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-title {
    margin-top: 0;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-txt {
    margin-bottom: 70px;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-txt p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 15px;
    max-width: 630px;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .add-to-calendar-btn {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .add-to-calendar-btn .add-to-calendar-icon {
    width: 45px;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .add-to-calendar-btn p {
    width: calc(100% - 45px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
/* Event Calendar Without Image View Modal End */
/* Info Tiles View Modal Css Start */
.info-tiles-modal {
    background: #00000033;
    backdrop-filter: blur(10px);
}
.info-tiles-modal .modal-dialog {
    max-width: 950px;
}
.info-tiles-modal .modal-dialog .modal-content {
    background: #FFFFFF;
    box-shadow: -3.31px 3.31px 9.92px 3.31px #00000026;
    border: 0;
    border-radius: 0;
    position: relative;
}
.info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box .close-icon {
    background: transparent;
    border: solid 1px #053963;
    border-radius: 27px;
    min-height: 54px;
    min-width: 100px;
    line-height: 52px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box .close-icon:hover {
    min-height: 54px;
    min-width: 54px;
    line-height: 54px;
    padding: 0;
    border-radius: 50%;
    background: #053963;
}
.info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box .close-icon i {
    font-size: 20px;
    color: #053963;
    transition: all 1s;
}
.info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box .close-icon:hover i {
    color: #FFFFFF;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body {
    padding: 15px 130px;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-img-box {
    width: 100%;
    height: 335px;
    position: relative;
    overflow: hidden;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-img-box .modal-body-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-detail-list-title {
    margin: 10px 0;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-detail-list-title ul {
    margin-bottom: 0;
    padding-left: 16px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding-left: 20px;
    margin: 0;
    list-style: disc;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-detail-list-title ul li {
    font-size: 13px;
    line-height: 26px;
    color: #4D4D4D;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    list-style: square;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-detail-list-title ul li::marker {
    color: #D7E8F7;
    font-size: 17px;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-title {
    font-size: 40px;
    line-height: 45px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 30px 0 40px;
    max-width: 630px;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-txt {
    margin-bottom: 50px;
    max-width: 630px;
}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-txt p {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 15px;
}
/* Info Tiles View Modal Css End */
/* Tour Booking Without Image View Modal Css End */
/* Tour Bookings Page Css End */
/* Latest News Page Css Start */
/* Latest News List Css Start */
.latest-news-list-section .container {
    padding: 80px 0;
    border-bottom: solid 1px #D7E8F7;
}
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
    flex-wrap: inherit;
    overflow: auto;
}
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link {
    border: 0;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    color: #4D4D4D;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    transition: all 1s;
}
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link img {
    width: 10px;
    margin-right: 5px;
}
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link:not(:last-child) {
    padding-right: 30px;
}
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-item.show .nav-link,
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link.active,
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
    font-size: 18px;
    line-height: 18px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
}
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-item.show .nav-link img,
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link.active img,
.latest-news-list-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link:hover img {
    display: none;
}
.latest-news-list-section .latest-news-tab-box .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
    grid-auto-rows: 560px; /* Each row has a base height */
    gap: 20px;
    width: 100%;
    margin: 0;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item {
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item.one-row-one-column {
    grid-row: span 1; /* Spans 1 row */
    grid-column: span 1; /* Spans 1 column */
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item.two-row-two-column {
    grid-row: span 2; /* Spans 2 rows */
    grid-column: span 2; /* Spans 2 columns */
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-img-box {
    overflow: hidden;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-img-box .latest-news-img {
    width: 100%;
    height: 630px;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item:hover .latest-news-img-box .latest-news-img {
    transform: scale(1.2);
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item.one-row-one-column .latest-news-img-box .latest-news-img {
    height: 360px;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0 40px;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item.one-row-one-column .latest-news-list-label-date-box {
    margin: 15px 0;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box .latest-news-list-label-box .latest-news-list-label {
    display: inline-flex;
    align-items: center;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box .latest-news-list-label-box .latest-news-list-label:not(:last-child) {
    margin-right: 5px;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box .latest-news-list-label-box .latest-news-list-label .rectangle-icon {
    width: 10px;
    margin-right: 5px;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box .latest-news-list-label-box .latest-news-list-label p {
    font-size: 13px;
    line-height: 18px;
    color: #4D4D4D;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box .latest-news-list-date-box {
    padding-left: 10px;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box .latest-news-list-date-box .latest-news-list-date {
    font-size: 16px;
    line-height: 20px;
    color: #D8AB31;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-title {
    font-size: 50px;
    line-height: 56px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 835px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item.one-row-one-column .latest-news-list-title {
    font-size: 24px;
    line-height: 30px;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-detail-txt {
    font-size: 26px;
    line-height: 32px;
    color: #4D4D4D;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
    max-width: 835px;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item .read-more-btn {
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 9px;
    left: 0;
    padding: 0;
}
.latest-news-list-section .latest-news-tab-box .grid-container .grid-item:hover .read-more-btn .transparent-bg-link-txt::after {
    width: 100%;
}
.latest-news-list-section .latest-news-tab-box .pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 30px;
}
.latest-news-list-section .latest-news-tab-box .pagination-controls .pagination-arrow {
    height: 50px;
    width: 50px;
    border: none;
    background: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.latest-news-list-section .latest-news-tab-box .pagination-controls .pagination-arrow.prev {
    background-image: url(../images/slick-slider-previous-icon.svg);
}
.latest-news-list-section .latest-news-tab-box .pagination-controls .pagination-arrow.next {
    background-image: url(../images/slick-slider-next-icon.svg);
}
.latest-news-list-section .latest-news-tab-box .pagination-controls .pagination-arrow.disabled {
    opacity: 0;
    pointer-events: none;
}
.latest-news-list-section .latest-news-tab-box .pagination-controls .pagination-numbers button {
    margin: 0 3px;
    background: transparent;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px dashed transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    color: #0E406A;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
}
.latest-news-list-section .latest-news-tab-box .pagination-controls .pagination-numbers .active {
    border: 1px dashed #D7E8F7;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
}
/* Latest News List Css End */
/* Latest News Page Css End */
/* Event Calendar Page Css Start */
/* Event Calendar List Css Start */
.event-calendar-section {
    padding: 70px 0;
}
.event-calendar-section .event-month-year-previous-next-btn-box {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.event-calendar-section .event-month-year-previous-next-btn-box.bottom-event-month-year-previous-next-btn-box {
    justify-content: center;
}
.event-calendar-section .event-month-year-previous-next-btn-box.bottom-event-month-year-previous-next-btn-box .event-month-year-box {
    margin-right: 50px;
}
.event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box,
.event-calendar-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box {
    display: inline-flex;
    align-items: center;
}
.event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box h4 {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin: 0 15px 0 0;
}
.event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box span {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Book", sans-serif;
    font-weight: 400;
}
.event-calendar-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn,
.event-calendar-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-next-btn {
    width: 55px;
    height: 55px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    border-radius: 0;
    background: transparent;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.event-calendar-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn {
    background-image: url(../images/slick-slider-previous-icon.svg);
    margin-right: 15px;
}
.event-calendar-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-next-btn {
    background-image: url(../images/slick-slider-next-icon.svg);
}
.event-calendar-section .event-terms-dates-box .event-terms-dates {
    margin-left: auto;
    background: #D7E8F7;
    border: 0;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    text-align: left;
    min-width: 375px;
}
.event-calendar-section .event-terms-dates-box .event-terms-dates p {
    font-size: 20px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
    padding-right: 10px;
    width: calc(100% - 52px);
}
.event-calendar-section .event-terms-dates-box .event-terms-dates .arrow-icon {
    height: 52px;
    width: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 4px;
}
.event-calendar-section .event-terms-dates-box .event-terms-dates .arrow-icon i {
    font-size: 16px;
}
.event-calendar-list-con {
    padding: 80px 0;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con {
    padding-right: 20px;
    border-right: 1px solid #D8E8F7;
    height: 100%;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box {
    margin: 10px 0 !important;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card {
    background: #D8AB31;
    padding: 15px 15px 65px;
    position: relative;
    height: 100%;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box.event-list-blue-bg-box .event-calendar-large-list-card {
    background: #D7E8F7;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-img-box {
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-img-box .event-calendar-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card:hover .event-calendar-list-img-box .event-calendar-list-img {
    transform: scale(1.2);
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.06%, rgba(0, 0, 0, 0.35) 100%);
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box .event-calendar-list-date {
    font-size: 56px;
    line-height: 70px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-title {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 10px 0 15px;
    padding: 0 10px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-time-location-con {
    padding: 0 10px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box .time-icon {
    width: 12px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box:last-child .time-icon {
    width: 15px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box .time-txt {
    width: calc(100% - 12px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box:last-child .time-txt {
    width: calc(100% - 15px);
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 25px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box {
    width: calc(100% - 35px);
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card:hover .learn-more-calendar-plus-btn-box .learn-more-btn-box {
    width: calc(100% - 40px);
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box .transparent-bg-link-txt::after {
    background: #FFFFFF;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box {
    width: 35px;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box {
    width: 40px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: auto;
    width: 35px;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn {
    width: 40px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn .add-to-calendar-icon {
    width: 35px;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn .add-to-calendar-icon {
    width: 40px;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box.event-list-blue-bg-box .event-calendar-large-list-card .event-calendar-list-title,
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box.event-list-blue-bg-box .event-calendar-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box .time-txt,
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box.event-list-blue-bg-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box .transparent-bg-link-txt {
    color: #0E406A;
}
.event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box.event-list-blue-bg-box .event-calendar-large-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box .transparent-bg-link-txt::after {
    background: #D8AB31;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con {
    padding-left: 20px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box {
    margin: 10px 0 !important;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card {
    background: #D7E8F7;
    padding: 20px 20px 125px;
    position: relative;
    height: 100%;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-date-box {
    margin-bottom: 20px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-date-box .event-calendar-list-date {
    font-size: 56px;
    line-height: 70px;
    color: #0E406A;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-title {
    font-size: 26px;
    line-height: 30px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 0 0 25px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-time-location-con {
    position: absolute;
    width: 100%;
    bottom: 65px;
    left: 0;
    display: inline-block;
    padding: 0 20px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box .time-icon {
    width: 12px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box:last-child .time-icon {
    width: 15px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box .time-txt {
    width: calc(100% - 12px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box:last-child .time-txt {
    width: calc(100% - 15px);
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .learn-more-calendar-plus-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box {
    width: calc(100% - 35px);
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card:hover .learn-more-calendar-plus-btn-box .learn-more-btn-box {
    width: calc(100% - 40px);
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box {
    width: 35px;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box {
    width: 40px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: auto;
    width: 35px;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn {
    width: 40px;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn .add-to-calendar-icon {
    width: 35px;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn .add-to-calendar-icon {
    width: 40px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con {
    padding-right: 20px;
    border-right: 1px solid #D8E8F7;
    height: 100%;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box {
    margin: 10px 0 !important;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card {
    background: #D8AB31;
    padding: 20px 20px 75px;
    position: relative;
    height: 100%;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box {
    width: 100%;
    height: 470px;
    overflow: hidden;
    position: relative;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box .event-calendar-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card:hover .event-calendar-list-img-box .event-calendar-list-img {
    transform: scale(1.2);
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.06%, rgba(0, 0, 0, 0.35) 100%);
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box .calendar-yellow-icon {
    width: 70px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box .event-calendar-list-date {
    font-size: 56px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    width: calc(100% - 70px);
    padding-left: 20px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-title {
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin: 10px 0 15px;
    max-width: 660px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box:not(:last-child) {
    margin-right: 40px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box .time-icon {
    width: 12px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box:last-child .time-icon {
    width: 15px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box .time-txt {
    width: calc(100% - 12px);
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02rem;
    margin-bottom: 0;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box:last-child .time-txt {
    width: calc(100% - 15px);
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .learn-more-calendar-plus-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box {
    width: calc(100% - 35px);
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card:hover .learn-more-calendar-plus-btn-box .learn-more-btn-box {
    width: calc(100% - 40px);
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box .transparent-bg-link-txt {
    color: #FFFFFF;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .learn-more-calendar-plus-btn-box .learn-more-btn-box .transparent-bg-link-txt::after {
    background: #053963;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box {
    width: 35px;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box {
    width: 40px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: auto;
    width: 35px;
    overflow: hidden;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn {
    width: 40px;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn .add-to-calendar-icon {
    width: 35px;
    transition: all 1s;
}
.event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card:hover .learn-more-calendar-plus-btn-box .calendar-plus-btn-box .calendar-plus-btn .add-to-calendar-icon {
    width: 40px;
}
/* Event Calendar List Css End */
/* Event Calendar Page Css End */

/* Responsive Css Start */
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1600px) {
    /* Page Modules Page Css Start */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 575px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 470px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Page Modules Page Css End */
}
@media only screen and (min-width: 1700px) {
    /* Page Modules Page Css Start */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 605px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 500px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Page Modules Page Css End */
}
@media only screen and (min-width: 1800px) {
    /* Common Css Start */
    .container {
        max-width: 1700px;
    }
    /* Header Css Start */
    .header-section .header-box .tour-enrol-btn-box {
        width: 565px;
    }
    .header-section .header-box .header-logo-box {
        width: calc(100% - 1130px);
    }
    .header-section .header-box .header-icon-con {
        width: 565px;
    }
    .header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn {
        min-height: 54px;
        min-width: 155px;
        line-height: 32px;
    }
    .header-section .header-box .header-icon-con .header-icon-box a {
        height: 54px;
        width: 54px;
        line-height: 50px;
    }
    .header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon {
        min-height: 54px;
        min-width: 100px;
        line-height: 27px;
    }
    .header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon:hover {
        min-height: 54px;
        min-width: 54px;
        line-height: 54px;
    }
    .header-section .header-box .header-icon-con .header-icon-box a svg {
        height: 25px;
        width: 25px;
    }
    .header-section .header-box .header-icon-con .header-icon-box.menu-icon-box {
        margin-top: -1px;
    }
    /* General Page Css Start */
    .general-page-header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn {
        min-height: 54px;
        min-width: 155px;
        line-height: 32px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box a {
        height: 54px;
        width: 54px;
        line-height: 50px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon {
        min-height: 54px;
        min-width: 100px;
        line-height: 27px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon:hover {
        min-height: 54px;
        min-width: 54px;
        line-height: 54px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box a svg {
        height: 25px;
        width: 25px;
    }
    /* General Page Css End */
    /* Header Css End */
    /* Menu Css Start */
    .other-links-box .other-link-menu {
        width: 50%;
        padding-bottom: 40px;
    }
    .other-links-box .parent-menu-text {
        font-size: 42px;
        line-height: 46px;
    }
    .other-links-box .child-menu.active-menu {
        width: 50%;
    }
    .other-links-box .child-menu.active-menu li {
        padding-bottom: 25px;
    }
    .menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box .quick-link-menu-item-box {
        margin-top: 40px;
    }
    .menu-nav .menu-box .menu-left-box .menu-square-bg-img svg {
        width: 160px;
        height: 495px;
    }
    .menu-nav .menu-box .menu-left-box .menu-square-bg-img-two svg {
        width: 260px;
        height: 200px;
    }
    /* Menu Css End */
    /* Banner Css Start */
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box {
        padding: 0 160px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box .banner-title-img {
        width: 500px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box {
        width: 50%;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box .banner-footer-title-box {
        max-width: 530px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con {
        width: 50%;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box {
        width: 400px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:first-child {
        margin-left: -160px;
        margin-top: 5px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:last-child {
        margin-top: 5px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box {
        padding: 0 160px 20px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section {
        padding: 53px 160px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box .banner-footer-title-box span {
        font-size: 38px;
        line-height: 48px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:hover p {
        font-size: 20px;
        line-height: 30px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-one {
        bottom: 300px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-two.home-page-banner-square-bg-img-five {
        bottom: 275px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-one .pixel-graphics {
        height: 400px;
        width: 170px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-two .pixel-graphics {
        height: 450px;
        width: 200px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-new-banner-square-bg-img-one {
        bottom: 250px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-new-banner-square-bg-img-two {
        bottom: 215px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-new-banner-square-bg-img-one .pixel-graphics,
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-new-banner-square-bg-img-two .pixel-graphics {
        height: 710px;
        width: 240px;
    }
    /* Call to Action Banner Css Start */
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box {
        padding: 0 160px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .banner-title-txt {
        font-size: 100px;
        line-height: 70px;
        margin-bottom: 40px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .banner-detail-txt {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .transparent-bg-link-txt {
        margin-bottom: 40px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .cta-banner-dots-img-box {
        margin: 40px 0;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box .cta-banner-title-img-box .cta-banner-title-img {
        width: 375px;
    }
    /* Call to Action Banner Css End */
    /* General Page Banner Css Start */
    .general-banner-section {
        padding: 30px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box {
        padding: 30px 100px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box .banner-img,
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box .banner-img-description-content {
        height: calc(100vh - 160px);
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box .menu-icon {
        min-height: 54px;
        min-width: 100px;
        line-height: 27px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box .menu-icon:hover {
        min-height: 54px;
        min-width: 54px;
        line-height: 54px;
    }
    .general-banner-section.full-image-general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box {
        padding-bottom: 150px;
    }
    .general-banner-section.full-image-general-banner-section .banner-con .banner-box .full-image-general-page-banner-bg-square-img-one svg {
        width: 325px;
        height: 495px;
    }
    .general-banner-section.full-image-general-banner-section .banner-con .banner-box .full-image-general-page-banner-bg-square-img-two svg {
        width: 265px;
        height: 300px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .square-bg-img svg {
        width: 260px;
        height: 390px;
    }
    .general-banner-section .tour-enrol-btn-con .white-border-transparent-bg-btn {
        min-height: 54px;
        padding: 10px 25px;
    }
    /* General Page Banner Css End */
    /* Curriculum Explorer Banner Css Start */
    .curriculum-explorer-banner-section {
        padding: 30px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box {
        padding: 30px 100px 0;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .menu-icon-box .menu-icon {
        min-height: 54px;
        min-width: 100px;
        line-height: 27px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .menu-icon-box .menu-icon:hover {
        min-height: 54px;
        min-width: 54px;
        line-height: 54px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-one svg {
        width: 230px;
        height: 410px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-two svg {
        width: 260px;
        height: 400px;
    }
    /* Curriculum Explorer Banner Css End */
    /* Event Calendar Banner Css Start */
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .event-calendar-page-banner-bg-square-img svg {
        width: 260px;
        height: 400px;
    }
    /* Event Calendar Banner Css End */
    /* Banner Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box {
        width: calc(100% - 410px);
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box {
        width: 410px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box .read-previous-next-img {
        width: 410px;
    }
    /* Read Previous and Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Your Boarding Journey Css Start */
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail {
        padding: 80px 80px 80px 160px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img {
        min-height: 800px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-square-bg-img svg {
        width: 135px;
        height: 470px;
    }
    /* Your Boarding Journey Css End */
    /* Welcome to Brisbane Grammar School Css Start */
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img {
        min-height: 800px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-square-bg-img svg {
        width: 165px;
        height: 470px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-square-bg-img-two svg {
        width: 165px;
        height: 660px;
    }
    /* Welcome to Brisbane Grammar School Css End */
    /* Discover More Css Start */
    .discover-more-section {
        padding: 140px 0 200px;
    }
    .discover-more-section .discover-more-slick-slider .discover-more-slider {
        margin: 0 20px;
    }
    .discover-more-section .discover-more-slick-slider .slick-track,
    .discover-more-section .discover-more-slick-slider .discover-more-slider .discover-more-slider-img {
        height: 450px;
    }
    /* Discover More Css End */
    /* Boarding Video Module Css Start */
    .boarding-video-module-section .boarding-video-module-box,
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-img,
    .boarding-video-module-section .boarding-video-module-box video {
        height: 800px;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-square-bg-img-box .boarding-video-module-square-bg-img svg {
        width: 240px;
        height: 450px;
    }
    /* Boarding Video Module Css End */
    /* Academic Results Css Start */
    .academic-results-section {
        padding: 0 180px 200px;
    }
    .academic-results-section .academic-two-btn-box {
        margin: 100px 0 50px;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box {
        width: 600px;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-right-box {
        width: calc(100% - 600px);
    }
    /* Academic Results Css End */
    /* Latest News Css Start */
    .latest-news-section {
        padding: 90px 0;
    }
    .latest-news-section .latest-news-section-square-bg-img svg {
        width: 130px;
        height: 260px;
    }
    .latest-news-section .latest-news-section-square-bg-img-two svg {
        width: 170px;
        height: 540px;
    }
    .latest-news-section .latest-news-tab-slider-box .latest-news-tab-box {
        padding-top: 120px;
    }
    .latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider {
       padding: 0 40px 0 0;
    }
    .latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider,
    .latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box,
    .latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-img {
        height: 450px;
    }
    /* Latest News Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-img {
        height: 850px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img svg {
        width: 200px;
        height: 455px;
    }
    /* Call to Action Css Start */
    /* Home Page Css End */
    /* General Pages Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section .full-text-editor-square-img svg {
        width: 300px;
        height: 650px;
    }
    /* Dark Blue Bg Full Text Editor Css Start */
    .full-text-editor-section.dark-blue-bg-editor-box .full-text-editor-square-img svg {
        width: 135px;
        height: 470px;
    }
    /* Dark Blue Bg Full Text Editor Css End */
    /* Full Text Editor Css End */
    /* General Pages Css End */
    /* Page Modules Page Css Start */
    /* Image/Text Module Css Start */
    .image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators {
        right: -55px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail {
        padding: 30px 100px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-square-bg-img svg {
        width: 155px;
        height: 210px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-square-bg-img svg {
        width: 215px;
        height: 270px;
    }
    /* Without Image Image/Text Module Css Start */
    .without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box {
        padding: 30px 100px;
    }
    /* Without Image Image/Text Module Css End */
    /* Yellow BG Image/Text Module Css Start */
    .yellow-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-btn-box .transparent-bg-link-txt::after {
        height: 2px;
    }
    .yellow-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-square-bg-img {
        top: 0;
    }
    /* Yellow BG Image/Text Module Css End */
    /* Image/Text Module Css End */
    /* Photo Gallery with Description Module Css Start */
    .photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail {
        padding: 30px 100px;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .photo-gallery-with-description-slider .photo-gallery-with-description-slider-img-box img {
        height: 500px;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box .slider-progress-bar {
        height: 2px;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box .slider-progress-bar .slider-progress {
        height: 4px;
    }
    /* Photo Gallery with Description Module Css End */
    /* Photo Gallery with Variable width of Slider Module Css Start */
    .photo-gallery-with-variable-width-slider-section {
        padding: 80px 0 80px 100px;
    }
    .photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .photo-gallery-with-variable-width-slider .photo-gallery-with-variable-width-slider-img-box img {
        height: 500px;
    }
    .photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .slider-progress-bar {
        height: 2px;
    }
    .photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .slider-progress-bar .slider-progress {
        height: 4px;
    }
    /* Photo Gallery with Variable width of Slider Module Css End */
    /* Slim Photo Gallery Module Css Start */
    .slim-photo-gallery-slider-section {
        padding: 0 0 0 100px;
    }
    .slim-photo-gallery-slider-section .container-fluid::before,
    .slim-photo-gallery-slider-section .container-fluid::after {
        width: calc(100% - 100px);
    }
    /* Slim Photo Gallery Module Css End */
    /* Grid Photo Gallery Module Css Start */
    .grid-photo-gallery-slider-section .container-fluid::after {
        width: calc(100% - 200px);
        left: 100px;
    }
    .grid-photo-gallery-slider-section h2 {
        padding: 0 100px;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-prev {
        left: 100px;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-next {
        left: 160px;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider .grid-photo-gallery-slider-img-box img {
        height: 640px;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider.two-img-in-one-slider .grid-photo-gallery-slider-img-box img {
        height: 310px;
    }
    /* Grid Photo Gallery Module Css End */
    /* Editorial Module Css Start */
    .editorial-section {
        padding: 40px 100px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
        height: 600px;
        width: 600px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        height: 370px;
        width: 370px;
        margin-top: -140px;
        margin-left: 400px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img {
        left: 449px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img svg {
        width: 300px;
        height: 645px;
    }
    .editorial-section .editorial-box .editorial-content-box {
        padding: 0 80px;
    }
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
        margin-left: 200px;
    }
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        margin-top: -160px;
    }
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img {
        top: 85px;
    }
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img svg {
        width: 300px;
        height: 500px;
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Left side and full width Image Css Start */
    .full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box {
        padding: 0 150px;
    }
    /* Editorial Module Left side and full width Image Css End */
    /* Editorial Module Css End */
    /* Image Divider Module Css Start */
    .image-divider-module-section .image-divider-module-box,
    .image-divider-module-section .image-divider-module-box .image-divider-module-img,
    .image-divider-module-section .image-divider-module-box video {
        height: 800px;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .image-divider-module-square-bg-img-box .image-divider-module-square-bg-img svg {
        width: 240px;
        height: 450px;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-title {
        font-size: 56px;
        line-height: 70px;
    }
    .image-divider-section .image-divider-box .image-divider-square-bg-img svg {
        width: 200px;
        height: 230px;
    }
    /* Image Divider Module Css End */
    /* Image Divider Css Start */
    .image-divider-section .image-divider-box .image-divider-img {
        height: 800px;
    }
    .image-divider-section .image-divider-box .image-divider-content-box {
        padding: 50px 100px;
    }
    /* Image Divider Css End */
    /* Info Tiles - Small Module Css Start */
    .info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-img-box,
    .info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-img-box .info-tile-small-img {
        height: 260px;
    }
    /* Info Tiles - Small Module Css End */
    /* Info Tiles - X-Large Module Css Start */
    .info-tiles-x-large-section {
        padding: 0 100px 30px;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .light-blue-bg-box,
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .yellow-bg-box {
        padding: 25px 25px 200px;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-img-box,
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-img-box .info-tiles-x-large-img {
        height: 525px;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .learn-more-btn {
        padding: 40px 25px;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-txt {
        max-width: 670px;
    }
    /* Info Tiles - X-Large Module Css End */
    /* Carousel Tiles - Large Module Css Start */
    .carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail {
        padding: 30px 100px;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box {
        height: 625px;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .carousel-tiles-large-img-box {
        height: 375px;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .carousel-tiles-large-img-box .carousel-tiles-large-img {
        height: 375px;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .light-blue-bg-box .carousel-tiles-large-img-box,
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .light-blue-bg-box .carousel-tiles-large-img-box .carousel-tiles-large-img,
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .dark-blue-bg-box .carousel-tiles-large-img-box,
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .dark-blue-bg-box .carousel-tiles-large-img-box .carousel-tiles-large-img {
        height: 365px;
    }
    /* Carousel Tiles - Large Module Css End */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail {
        padding: 30px 100px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 655px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 550px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Carousel Tiles - Small Module Css Start */
    .carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail {
        padding: 30px 100px;
    }
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box {
        height: 445px;
    }
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .carousel-tiles-small-img-box,
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .carousel-tiles-small-img-box .carousel-tiles-small-img {
        height: 280px;
    }
    /* Carousel Tiles - Small Module Css End */
    /* Video Module Css Start */
    .video-module-section {
        padding: 40px 100px;
    }
    .video-module-section .video-module-box .video-module-img-con .video-module-img-box .video-module-img {
        height: 600px;
    }
    .video-module-section .video-module-box .video-module-content-box {
        padding: 0 0 0 120px;
    }
    /* Video Module Css End */
    /* Video Module Full Width Css Start */
    .full-width-video-module-section {
        padding: 40px 100px;
    }
    .full-width-video-module-section .full-width-video-module-img-box .full-width-video-module-img {
        max-height: 840px;
    }
    /* Video Module Full Width Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-border-box-section {
        padding: 20px 100px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box,
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-img,
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box {
        height: 450px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
        font-size: 30px;
        line-height: 30px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
        width: calc(100% - 390px);
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
        width: calc(100% - 800px);
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
        width: 390px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
        width: 800px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-title,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-title {
        font-size: 30px;
        line-height: 30px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box .tiles-img,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-img {
        height: 420px;
    }
    /* Link Tiles Module Css End */
    /* Read More Module Css Start */
    .read-more-border-top-box-section {
        padding: 20px 100px 60px;
    }
    .read-more-border-bottom-box-section {
        padding: 60px 100px 20px;
    }
    /* Read More Module Css End */
    /* Read More - Compact Module Css Start */
    .read-more-compact-section {
        padding: 40px 100px;
    }
    /* Read More - Compact Module Css End */
    /* Call to Action - Large Module Css Start */
    .call-to-action-large-section .call-to-action-large-box .call-to-action-large-img {
        height: 1000px;
    }
    .call-to-action-large-section .call-to-action-large-box .call-to-action-content-box {
        padding: 50px 100px;
    }
    .call-to-action-large-section .call-to-action-large-box .call-to-action-large-square-bg-img svg {
        height: 380px;
    }
    /* Call to Action - Large Module Css End */
    /* Call to Action - Small Module Css Start */
    .call-to-action-small-section .call-to-action-small-box .call-to-action-small-img {
        height: 700px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-content-box {
        padding: 50px 100px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-small-square-bg-img svg {
        width: 240px;
        height: 450px;
    }
    /* Call to Action - Small Module Css End */
    /* Event Explorer Carousel Module Css Start */
    .event-carousel-section .event-carousel-box::after {
        width: calc(100% - 200px);
        left: 100px;
    }
    .event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail {
        padding: 30px 100px;
    }
    /* Event Explorer Carousel Module Css End */
    /* Curriculum Explorer Carousel Module Css Start */
    .curriculum-carousel-section .curriculum-carousel-box::after {
        width: calc(100% - 200px);
        left: 100px;
    }
    .curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail {
        padding: 30px 100px;
    }
    .curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box,
    .curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box,
    .curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box .curriculum-slider-img-box .curriculum-slider-img {
        height: 410px;
    }
    /* Curriculum Explorer Carousel Module Css End */
    /* Page Modules Page Css End */
    /* Video Gallery Page Css Start */
    /* Video Gallery Css Start */
    .video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-img-box {
        height: 250px;
    }
    /* Video Gallery Css End */
    /* Video Gallery Page Css End */
    /* Curriculum Explorer Page Css Start */
    /* Curriculum Explorer Detail View Modal Css Start */
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box {
        padding: 50px 70px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-list-title {
        margin-bottom: 50px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-sub-title {
        margin-bottom: 40px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-title {
        margin-bottom: 50px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt p,
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt ul li {
        margin-top: 30px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt ul {
        margin-top: 30px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-txt ul li {
        margin-top: 0;
    }
    /* Curriculum Explorer Detail View Modal Css End */
    /* Curriculum Explorer Page Css End */
    /* Event Calendar Page Css Start */
    /* Event Calendar List Css Start */
    .event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card {
        padding: 25px 25px 125px;
    }
    .event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-time-location-con {
        padding: 0 25px;
    }
    .event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .learn-more-calendar-plus-btn-box {
        padding: 15px 25px;
    }
    /* Event Calendar List Css End */
    /* Event Calendar Page Css End */
}
@media only screen and (min-width: 1900px) {}
@media only screen and (min-width: 2000px) {}
@media only screen and (min-width: 2100px) {
    /* Page Modules Page Css Start */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 705px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 600px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Page Modules Page Css End */
}
@media only screen and (min-width: 2200px) {
    /* Page Modules Page Css Start */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 735px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 630px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Page Modules Page Css End */
}
@media only screen and (min-width: 2300px) {
    /* Page Modules Page Css Start */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 765px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 660px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Page Modules Page Css End */
}
@media only screen and (min-width: 2400px) {
    /* Page Modules Page Css Start */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 795px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 690px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Page Modules Page Css End */
}
@media only screen and (min-width: 2500px) {
    /* Page Modules Page Css Start */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 825px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 720px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Page Modules Page Css End */
}
@media only screen and (min-width: 2600px) {
    /* Page Modules Page Css Start */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 855px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 750px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Page Modules Page Css End */
}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {
    /* Common Css Start */
    /* Header Css Start */
    .header-section {
        padding: 20px;
    }
    .header-section .header-box .tour-enrol-btn-box {
        width: 380px;
    }
    .header-section.scrolling-up .header-box .tour-enrol-btn-box {
        margin-top: 0;
    }
    .header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn:last-child {
        margin-left: 10px;
    }
    .header-section .header-box .header-logo-box {
        width: calc(100% - 760px);
    }
    .header-section .header-box .header-logo-box .header-logo-img img {
        width: 190px;
    }
    .header-section .header-box .header-icon-con {
        width: 380px;
    }
    .header-section.scrolling-up .header-box .header-icon-con {
        margin-top: 0;
    }
    .header-section .header-box .header-icon-con .header-icon-box:not(:last-child) {
        margin-right: 15px;
    }
    .header-section .header-box .header-icon-con .header-icon-box .form-control {
        height: 30px;
    }
    .header-section .header-box .header-icon-con .header-icon-box:hover .form-control {
        width: 100px;
    }
    .header-section .header-box .header-icon-con .header-icon-box.menu-icon-box {
        width: 90px;
        height: 40px;
        line-height: 36px;
        margin-left: 0;
    }
    /* General Page Header Css Start */
    .general-page-header-section .header-box .header-logo-box {
        width: 380px;
    }
    .general-page-header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn:last-child {
        margin-left: 10px;
    }
    .general-page-header-section .header-box .header-icon-con {
        width: 380px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box:not(:last-child) {
        margin-right: 15px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box .form-control {
        height: 30px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box:hover .form-control {
        width: 100px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box.menu-icon-box {
        width: 90px;
        height: 40px;
        line-height: 36px;
        margin-left: 0;
    }
    /* General Page Header Css End */
    /* Header Css End */
    /* Banner Css Start */
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box {
        padding: 0 40px;
        margin-top: 60px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box .banner-title-img {
        width: 300px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box {
        padding: 0 40px 30px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section {
        padding: 40px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img {
        width: 500px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box {
        padding: 0 10px;
        width: 330px;
    }
    /* Call to Action Banner Css Start */
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box {
        padding: 0 40px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .banner-title-txt {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .banner-detail-txt {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box .cta-banner-title-img-box .cta-banner-title-img {
        width: 200px;
    }
    /* Call to Action Banner Css End */
    /* Banner Css End */
    /* Sticky Call Action Css Start */
    .sticky-call-action-box {
        right: 40px;
    }
    /* Sticky Call Action Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box {
        width: calc(100% - 300px);
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box {
        width: 300px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box .read-previous-next-img {
        width: 300px;
    }
    /* Read Previous and Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Your Boarding Journey Css Start */
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail {
        padding: 50px 50px 50px 95px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-sub-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-title {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 20px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-txt {
        margin-bottom: 20px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box p {
        font-size: 20px;
        line-height: 28px;
    }
    /* Your Boarding Journey Css End */
    /* Welcome to Brisbane Grammar School Css Start */
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail {
        padding: 0 95px 0 50px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-sub-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-title {
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 20px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-txt {
        margin-bottom: 20px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-btn-con {
        margin-top: 30px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-btn-con .welcome-brisbane-school-btn-box:not(:last-child) {
        margin-bottom: 20px;
    }
    /* Welcome to Brisbane Grammar School Css End */
    /* Discover More Css Start */
    .discover-more-section .discover-more-box {
        padding: 0 0 0 50px;
    }
    /* Discover More Css End */
    /* Boarding Video Module Css Start */
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con {
        padding: 100px 130px 40px;
    }
    /* Boarding Video Module Css End */
    /* Academic Results Css Start */
    .academic-results-section {
        padding: 0px 80px 80px;
    }
    .academic-results-section .academic-two-btn-box {
        margin: 30px 0;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box {
        width: 350px;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-right-box {
        width: calc(100% - 350px);
    }
    /* Academic Results Css End */
    /* Latest News Css Start */
    .latest-news-section .latest-news-con {
        padding: 0 130px !important;
    }
    .latest-news-section .latest-news-tab-slider-box {
        padding: 0 0 0 130px;
    }
    .latest-news-section .latest-news-box .stay-connected-title-social-icon-box .more-news-events-podcasts-btn-box a {
        font-size: 16px;
        line-height: 16px;
        min-width: 160px;
    }
    /* Latest News Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box {
        left: 130px;
    }
    /* Call to Action Css End */
    /* Home Page Css End */
    /* Page Modules Page Css Start */
    /* Image/Text Module Css Start */
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail {
        padding: 30px 60px;
    }
    /* Image/Text Module Css End */
    /* Without Image Image/Text Module Css Start */
    .without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box {
        padding: 30px 60px;
    }
    /* Without Image Image/Text Module Css End */
    /* Editorial Module Css Start */
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
        height: 360px;
        width: 360px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        height: 200px;
        width: 200px;
        margin-top: -80px;
        margin-left: 240px;
    }
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        margin-left: 40px;
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Left side and full width Image Css Start */
    .full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box {
        padding: 0 0 0 30px;
    }
    /* Editorial Module Left side and full width Image Css End */
    /* Editorial Module Css End */
    /* Editorial Module Css End */
    /* Image Divider Module Css Start */
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-detail-title {
        font-size: 36px;
        line-height: 44px;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-btn-box .transparent-bg-link-txt {
        font-size: 16px;
    }
    /* Image Divider Module Css End */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 615px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 510px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Carousel Tiles - Large Module Css Start */
    /* Link Tiles Module Css Start */
    .link-tiles-module-section .link-tiles-con .link-tiles-box {
        padding: 5px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box .tiles-title {
        font-size: 14px;
        line-height: 14px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box i {
        font-size: 14px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
        width: calc(100% - 270px);
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
        width: calc(100% - 500px);
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
        width: 270px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
        width: 500px;
    }
    /* Link Tiles Module Css End */
    /* Page Modules Page Css End */
    /* Event Calendar Page Css Start */
    /* Event Calendar List Css Start */
    .event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box h4 {
        font-size: 42px;
        line-height: 46px;
    }
    .event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box span {
        font-size: 42px;
        line-height: 46px;
    }
    .event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box .event-calendar-list-date {
        font-size: 38px;
        line-height: 44px;
    }
    .event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-date-box .event-calendar-list-date {
        font-size: 44px;
        line-height: 60px;
    }
    /* Event Calendar List Css End */
    /* Event Calendar Page Css End */
}
@media only screen and (max-width: 1199px) {
    /* Common Css Start */
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* Header Css Start */
    .header-section {
        padding: 20px;
    }
    .header-section .header-box .tour-enrol-btn-box {
        width: 380px;
    }
    .header-section.scrolling-up .header-box .tour-enrol-btn-box {
        margin-top: 0;
    }
    .header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn:last-child {
        margin-left: 10px;
    }
    .header-section .header-box .header-logo-box {
        width: calc(100% - 760px);
    }
    .header-section .header-box .header-logo-box .header-logo-img img {
        width: 190px;
    }
    .header-section .header-box .header-icon-con {
        width: 380px;
    }
    .header-section.scrolling-up .header-box .header-icon-con {
        margin-top: 0;
    }
    .header-section .header-box .header-icon-con .header-icon-box:not(:last-child) {
        margin-right: 15px;
    }
    .header-section .header-box .header-icon-con .header-icon-box .form-control {
        height: 30px;
    }
    .header-section .header-box .header-icon-con .header-icon-box:hover .form-control {
        width: 100px;
    }
    .header-section .header-box .header-icon-con .header-icon-box.menu-icon-box {
        width: 90px;
        height: 40px;
        line-height: 36px;
        margin-left: 0;
    }
    /* Header Css End */
    /* General Page Header Css Start */
    .general-page-header-section {
        padding: 20px;
    }
    .general-page-header-section .header-box .header-logo-box {
        width: 300px;
    }
    .general-page-header-section .header-box .tour-enrol-btn-box .white-border-transparent-bg-btn:last-child {
        margin-left: 10px;
    }
    .general-page-header-section .header-box .header-icon-con {
        width: 380px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box:not(:last-child) {
        margin-right: 15px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box .form-control {
        height: 30px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box:hover .form-control {
        width: 100px;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box.menu-icon-box {
        width: 90px;
        height: 40px;
        line-height: 36px;
        margin-left: 0;
    }
    /* General Page Header Css End */
    /* Banner Css Start */
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box {
        padding: 0 40px;
        margin-top: 60px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box .banner-title-img {
        width: 300px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box {
        padding: 0 40px 30px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section {
        padding: 40px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img {
        width: 500px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box {
        padding: 0 10px;
        width: 330px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box {
        width: 320px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box .banner-footer-title-box span {
        font-size: 22px;
        line-height: 32px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-content-box .banner-footer-title-box img {
        width: 12px;
        margin-top: -8px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con {
        width: calc(100% - 320px);
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box img {
        width: 40px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:hover img {
        width: 50px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box p {
        font-size: 12px;
        line-height: 18px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .banner-footer-section .banner-footer-icon-con .banner-footer-icon-box:hover p {
        font-size: 16px;
        line-height: 22px;
    }
    /* Call to Action Banner Css Start */
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box {
        padding: 0 40px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .banner-title-txt {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box .banner-detail-txt {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box .watch-video-btn-box .cta-banner-title-img-box .cta-banner-title-img {
        width: 200px;
    }
    /* Call to Action Banner Css End */
    /* General Page Banner Css Start */
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box {
        padding: 20px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-logo-box .banner-logo-img img {
        width: 130px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-sub-title-txt {
        font-size: 22px;
        line-height: 28px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-title-txt {
        font-size: 44px;
        line-height: 50px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-description-txt {
        font-size: 14px;
        line-height: 22px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box {
        margin: 0 0 0 10px;
    }
    .general-banner-section .tour-enrol-btn-con {
        padding: 20px;
    }
    .general-banner-section .tour-enrol-btn-con .white-border-transparent-bg-btn {
        padding: 5px;
        min-width: 110px;
    }
    /* General Page Banner Css End */
    /* Curriculum Explorer Banner Css Start */
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box {
        padding: 20px 20px 40px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .banner-logo-img img {
        width: 130px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box h2 {
        font-size: 44px;
        line-height: 50px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-one {
        left: 20px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-two {
        right: 20px;
    }
    /* Curriculum Explorer Banner Css End */
    /* Banner Css End */
    /* Menu Css Start */
    .menu-nav .menu-box .menu-left-box {
        padding: 30px;
        width: calc(100vw - 350px);
    }
    .other-links-box .parent-menu-text {
        font-size: 26px;
        line-height: 30px;
    }
    .other-links-box .child-menu.active-menu a {
        font-size: 20px;
        line-height: 22px;
    }
    .menu-nav .menu-box .menu-left-box .menu-square-bg-img {
        display: none;
    }
    .menu-nav .menu-box .menu-right-box {
        width: 350px;
    }
    .menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-title-box .quick-link-title,
    .menu-nav .menu-box .menu-right-box .connect-box .connect-title-box .connect-title {
        font-size: 18px;
        line-height: 24px;
    }
    .menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-title-box .quick-link-title::before,
    .menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-title-box .quick-link-title::after,
    .menu-nav .menu-box .menu-right-box .connect-box .connect-title-box .connect-title::before,
    .menu-nav .menu-box .menu-right-box .connect-box .connect-title-box .connect-title::after {
        width: 85px;
        top: 12px;
    }
    .menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box {
        padding: 0 20px !important;
    }
    /* Menu Css End */
    /* Footer Css Start */
    .footer-section .footer-detail-con .footer-logo-social-icon-box {
        width: 190px;
    }
    .footer-section .footer-detail-con .footer-logo-social-icon-box .footer-logo-box img {
        width: 170px;
    }
    .footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box {
        margin-top: 125px;
    }
    .footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box a {
        height: 20px;
        width: 20px;
        line-height: 18px;
    }
    .footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box a:not(:last-child) {
        margin-right: 15px;
    }
    .footer-section .footer-detail-con .footer-content-box {
        width: calc(100% - 250px);
        padding: 0 40px;
    }
    .footer-section .footer-detail-con .footer-content-box .footer-content-txt,
    .footer-section .footer-detail-con .footer-content-box .footer-content-txt a,
    .footer-section .footer-detail-con .footer-content-box .footer-acknowledgement-box .footer-content-txt {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-section .footer-detail-con .footer-content-box .footer-acknowledgement-box,
    .footer-section .footer-detail-con .footer-content-box .footer-copyright-box {
        margin-top: 50px;
    }
    .footer-section .footer-detail-con .footer-scroll-to-top-btn-box {
        width: 60px;
    }
    /* Footer Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box {
        width: calc(100% - 250px);
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box p {
        font-size: 18px;
        line-height: 18px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box h6 {
        font-size: 24px;
        line-height: 24px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box {
        width: 250px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box .read-previous-next-img {
        width: 250px;
        height: 200px;
    }
    /* Read Previous and Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Your Boarding Journey Css Start */
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail {
        padding: 40px 20px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box {
        max-width: none;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img {
        min-height: 600px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box {
        padding: 10px 20px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box::after {
        width: 215px;
    }
    /* Your Boarding Journey Css End */
    /* Welcome to Brisbane Grammar School Css Start */
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img {
        min-height: 600px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box {
        justify-content: center;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img-caption-box .watch-video-txt-btn-box {
        display: none;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail {
        padding: 0 20px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box {
        max-width: none;
        position: relative;
        z-index: 1;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-sub-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-title {
        font-size: 44px;
        line-height: 50px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-txt {
        font-size: 16px;
        line-height: 28px;
    }
    /* Welcome to Brisbane Grammar School Css End */
    /* Discover More Css Start */
    .discover-more-section {
        padding: 20px 0;
    }
    .discover-more-section .discover-more-box {
        padding: 0;
    }
    .discover-more-section .discover-more-box .discover-more-title-detail-box {
        padding-left: 50px;
        padding-right: 50px;
    }
    .discover-more-section .discover-more-box .discover-more-title-box .discover-more-sub-title {
        font-size: 24px;
        line-height: 28px;
    }
    .discover-more-section .discover-more-box .discover-more-title-box .discover-more-title {
        font-size: 44px;
        line-height: 50px;
    }
    .discover-more-section .discover-more-box .discover-more-detail-box {
        padding-left: 30px !important;
    }
    .discover-more-section .discover-more-box .discover-more-detail-box .discover-more-detail-txt {
        font-size: 16px;
        line-height: 24px;
    }
    .discover-more-section .discover-more-dropdown-section {
        padding-left: 50px;
    }
    .discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con {
        margin: 40px 0 0;
    }
    .discover-more-section .discover-more-slick-slider {
        padding: 0 0 0 50px;
    }
    .discover-more-section .discover-more-slick-slider .slick-next {
        left: 5px;
    }
    /* Discover More Css End */
    /* Boarding Video Module Css Start */
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con {
        padding: 40px;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-square-bg-img-box {
        margin-left: 0;
    }
    /* Boarding Video Module Css End */
    /* Academic Results Css Start */
    .academic-results-section {
        padding: 0px 40px 60px;
    }
    .academic-results-section .academic-two-btn-box {
        margin: 30px 0;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box {
        width: 300px;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-right-box {
        width: calc(100% - 300px);
    }
    /* Academic Results Css End */
    /* Latest News Css Start */
    .latest-news-section {
        padding: 50px;
    }
    .latest-news-section .desktop-img {
        display: none;
    }
    .latest-news-section .latest-news-section-square-bg-img.mobile-img {
        display: inline-block;
        position: absolute;
        top: -50px;
        right: -50px;
        width: auto;
    }
    .latest-news-section .latest-news-section-square-bg-img.mobile-img svg {
        width: 105px;
        height: 155px;
    }
    .latest-news-section .latest-news-con {
        padding: 0 !important;
    }
    .latest-news-section .latest-news-box {
        border-top: 0;
        padding-top: 0;
        position: relative;
        z-index: 1;
    }
    .latest-news-section .latest-news-box .latest-news-title-box .stay-connected-title {
        font-size: 24px;
        line-height: 28px;
    }
    .latest-news-section .latest-news-box .latest-news-title-box .latest-news-title {
        font-size: 44px;
        line-height: 50px;
    }
    .latest-news-section .latest-news-box .stay-connected-title-social-icon-box .more-news-events-podcasts-btn-box a {
        min-width: 165px;
    }
    .latest-news-section .latest-news-tab-slider-box {
        padding: 0;
    }
    /* Latest News Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box {
        top: 30px;
        left: 30px;
        width: 450px;
        padding: 30px;
    }
    /* Call to Action Css End */
    /* Home Page Css End */
    /* Page Modules Page Css Start */
    /* Image/Text Module Css Start */
    .image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators {
        right: -48px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail {
        padding: 20px 20px 20px 40px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-sub-title {
        font-size: 24px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-title {
        font-size: 44px;
        line-height: 50px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt {
        font-size: 16px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-dotes-line-img {
        left: 15px;
    }
    /* Image/Text Module Css End */
    /* Right Side Image/Text Module Css Start */
    .right-side-img-txt-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail {
        padding: 20px 40px 20px 20px;
    }
    /* Right Side Image/Text Module Css End */
    /* Without Image Image/Text Module Css Start */
    .without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box {
        padding: 20px 40px 20px 20px;
    }
    .without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Without Image Image/Text Module Css End */
    /* Photo Gallery with Description Module Css Start */
    .photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail {
        padding: 20px;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail .photo-gallery-with-description-txt-box .photo-gallery-with-description-title {
        font-size: 44px;
        line-height: 50px;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .photo-gallery-with-description-slider .photo-gallery-with-description-slider-img-box img {
        height: 350px;
    }
    /* Photo Gallery with Description Module Css End */
    /* Photo Gallery with Variable width of Slider Module Css Start */
    .photo-gallery-with-variable-width-slider-section {
        padding: 40px 20px;
    }
    .photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .photo-gallery-with-variable-width-slider .photo-gallery-with-variable-width-slider-img-box img {
        height: 350px;
    }
    /* Photo Gallery with Variable width of Slider Module Css End */
    /* Slim Photo Gallery Module Css Start */
    .slim-photo-gallery-slider-section {
        padding: 0 0 0 20px;
    }
    .slim-photo-gallery-slider-section .container-fluid::before,
    .slim-photo-gallery-slider-section .container-fluid::after {
        width: calc(100% - 20px);
    }
    .slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slim-photo-gallery-slider .slim-photo-gallery-slider-img-box img {
        height: 220px;
    }
    /* Slim Photo Gallery Module Css End */
    /* Compact Photo Gallery Module Css Start */
    .compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .compact-photo-gallery-slider .compact-photo-gallery-slider-img-box img {
        height: 220px;
    }
    /* Compact Photo Gallery Module Css End */
    /* Grid Photo Gallery Module Css Start */
    .grid-photo-gallery-slider-section {
        padding: 0;
    }
    .grid-photo-gallery-slider-section .container-fluid::after {
        width: calc(100% - 40px);
        left: 20px;
    }
    .grid-photo-gallery-slider-section h2 {
        padding: 0 20px;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-prev {
        left: 20px;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-next {
        left: 80px;
    }
    /* Grid Photo Gallery Module Css End */
    /* Editorial Module Css Start */
    .editorial-section {
        padding: 20px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
        height: 360px;
        width: 360px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        height: 200px;
        width: 200px;
        margin-top: -80px;
        margin-left: 240px;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-sub-title {
        font-size: 24px;
        line-height: 28px;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
        margin-left: 100px;
    }
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        margin-top: -70px;
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Left side and full width Image Css Start */
    .full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box {
        padding: 0 0 0 20px;
    }
    .full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box .editorial-btn-box {
        display: inline-flex;
        flex-direction: column;
    }
    .full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box .editorial-btn-box .transparent-bg-link-txt:last-child {
        margin-left: 0;
        margin-top: 40px;
    }
    /* Editorial Module Left side and full width Image Css End */
    /* Editorial Module Css End */
    /* Image Divider Module Css Start */
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con {
        padding: 40px;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .image-divider-module-square-bg-img-box {
        margin-left: 0;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .watch-video-txt-btn-box {
        margin-left: 0;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box .watch-video-txt-btn-box p {
        font-size: 12px;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-detail-title {
        font-size: 36px;
        line-height: 44px;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-btn-box .transparent-bg-link-txt {
        font-size: 12px;
    }
    /* Image Divider Module Css End */
    /* Image Divider Css Start */
    .image-divider-section .image-divider-box .image-divider-content-box {
        padding: 50px 20px;
    }
    /* Image Divider Css End */
    /* Info Tiles - X-Large Module Css Start */
    .info-tiles-x-large-section {
        padding: 0 20px;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box {
        margin-top: 20px;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .light-blue-bg-box,
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .yellow-bg-box {
        padding: 15px 15px 100px;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-img-box,
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-img-box .info-tiles-x-large-img {
        height: 300px;
    }
    /* Info Tiles - X-Large Module Css End */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 645px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 540px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Carousel Tiles - Large Module Css Start */
    .carousel-tiles-large-section .carousel-tiles-large-box {
        padding: 0;
    }
    .carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail {
        padding: 20px 70px 20px 20px;
    }
    .carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail .carousel-tiles-large-txt-box .carousel-tiles-large-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Carousel Tiles - Large Module Css End */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box {
        padding: 0;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail {
        padding: 20px 70px 20px 20px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail .carousel-tiles-large-full-img-txt-box .carousel-tiles-large-full-img-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Carousel Tiles - Small Module Css Start */
    .carousel-tiles-small-section .carousel-tiles-small-box {
        padding: 20px 0;
    }
    .carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail {
        padding: 20px 70px 20px 20px;
    }
    .carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail .carousel-tiles-small-txt-box .carousel-tiles-small-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Carousel Tiles - Small Module Css End */
    /* Video Module Css Start */
    .video-module-section {
        padding: 20px;
    }
    .video-module-section .video-module-box .video-module-content-box .video-module-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Video Module Css End */
    /* Video Module Full Width Css Start */
    .full-width-video-module-section {
        padding: 20px;
    }
    /* Video Module Full Width Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-border-box-section {
        padding: 20px;
    }
    /* Link Tiles Module Css End */
    /* Read More Module Css Start */
    .read-more-border-top-box-section,
    .read-more-border-bottom-box-section,
    .accordion-content-section {
        padding: 20px;
    }
    /* Read More Module Css End */
    /* Read More - Compact Module Css Start */
    .read-more-compact-section {
        padding: 20px;
    }
    .read-more-compact-section .read-more-compact-detail-box .read-more-compact-detail .read-more-compact-txt-box .read-more-compact-title {
        font-size: 44px;
        line-height: 50px;
    }
    .read-more-compact-section .read-more-compact-detail-box .read-more-compact-detail .read-more-compact-txt-box .read-more-compact-txt {
        font-size: 22px;
        line-height: 28px;
    }
    /* Read More - Compact Module Css End */
    /* Event Explorer Carousel Module Css Start */
    .event-carousel-section .event-carousel-box::after {
        width: calc(100% - 40px);
        left: 20px;
    }
    .event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail {
        padding: 20px 70px 20px 20px;
    }
    .event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box .event-carousel-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Event Explorer Carousel Module Css End */
    /* Curriculum Explorer Carousel Module Css Start */
    .curriculum-carousel-section .curriculum-carousel-box::after {
        width: calc(100% - 40px);
        left: 20px;
    }
    .curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail {
        padding: 20px 70px 20px 20px;
    }
    .curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Curriculum Explorer Carousel Module Css End */
    /* Page Modules Page Css End */
    /* Tour Bookings Page Css Start */
    /* Tour Booking List Css Start */
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box .tour-booking-calendar-icon {
        width: 60px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box .tour-booking-date-txt {
        width: calc(100% - 60px);
        font-size: 46px;
        line-height: 54px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-title {
        font-size: 26px;
        line-height: 32px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:first-child {
        margin-right: 30px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box {
        padding: 15px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box .tour-booking-calendar-icon {
        width: 60px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box .tour-booking-date-txt {
        width: calc(100% - 60px);
        font-size: 46px;
        line-height: 54px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-title {
        font-size: 26px;
        line-height: 32px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:first-child {
        margin-right: 30px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt {
        padding-left: 10px;
    }
    /* Tour Booking List Css End */
    /* Tour Bookings Page Css End */
    /* Event Calendar Page Css Start */
    /* Event Calendar List Css Start */
    .event-calendar-section {
        padding: 40px 0;
    }
    .event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box h4 {
        font-size: 42px;
        line-height: 46px;
    }
    .event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box span {
        font-size: 42px;
        line-height: 46px;
    }
    .event-calendar-list-con {
        padding: 20px 0;
    }
    .event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con {
        padding-right: 0;
        border-right: 0;
    }
    .event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-img-box {
        height: 300px;
    }
    .event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box .event-calendar-list-date {
        font-size: 38px;
        line-height: 44px;
    }
    .event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con {
        padding-left: 0;
    }
    .event-calendar-list-con .event-calendar-small-list-section .event-calendar-small-list-con .event-calendar-small-list-box .event-calendar-small-list-card .event-calendar-list-date-box .event-calendar-list-date {
        font-size: 44px;
        line-height: 60px;
    }
    /* Event Calendar List Css End */
    /* Event Calendar Page Css End */
}
@media only screen and (max-width: 992px) {
    /* Common Css Start */
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: inline-block;
    }
    /* Header Css Start */
    .header-section {
        padding: 20px;
    }
    .header-section .header-box {
        align-items: center;
        justify-content: space-between;
    }
    .header-section .header-box .header-logo-box {
        width: auto;
    }
    .header-section.scrolling-up .header-box .header-logo-box {
        display: block;
    }
    .header-section .header-box .header-logo-box .header-logo-img img {
        width: 255px;
    }
    .header-section .header-box .header-icon-con {
        margin-top: 0;
        width: auto;
    }
    .header-section .header-box .header-icon-con .header-icon-box:not(:last-child) {
        display: none;
    }
    .header-section .header-box .header-icon-con .header-icon-box.menu-icon-box {
        width: 90px;
        height: 46px;
        line-height: 46px;
        margin-left: 0;
    }
    .header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon {
        min-height: 46px;
        min-width: 90px;
    }
    .header-section .header-box .header-icon-con .header-icon-box.menu-icon-box .menu-icon:hover {
        min-height: 46px;
        min-width: 46px;
        line-height: 46px;
    }
    /* General Page Header Css Start */
    .general-page-header-section {
        padding: 20px;
    }
    .general-page-header-section .header-box .header-logo-box {
        width: auto;
    }
    .general-page-header-section .header-box .header-icon-con {
        margin-top: 0;
        width: auto;
    }
    .general-page-header-section .header-box .header-icon-con .header-icon-box:not(:last-child) {
        display: none;
    }
    .general-page-header-section .header-box .header-icon-con .menu-icon-box {
        width: 90px;
        height: 46px;
        line-height: 46px;
        margin-left: 0;
    }
    .general-page-header-section .header-box .header-icon-con .menu-icon-box .menu-icon {
        min-height: 46px;
        min-width: 90px;
    }
    .general-page-header-section .header-box .header-icon-con .menu-icon-box .menu-icon:hover {
        min-height: 46px;
        min-width: 46px;
        line-height: 46px;
    }
    /* General Page Header Css End */
    /* Header Css End */
    /* Banner Css Start */
    .banner-section,
    .banner-section .banner-con .banner-box video,
    .banner-section .banner-con .banner-box .banner-img,
    .banner-section .banner-con .banner-box .carousel-caption {
        height: calc(100vh - 60px);
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box {
        padding: 120px 0 20px;
        align-items: center;
        justify-content: flex-end;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box {
        padding: 0;
        text-align: center;
        margin-top: 0;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box .banner-title-img.desktop-img {
        display: none;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box .banner-title-img.mobile-img {
        display: inline-block;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-title-img-box .banner-title-img {
        width: 330px;
        margin-bottom: 75px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .enrol-join-us-btn-box {
        height: 44px;
        width: 230px;
        border: solid 1px #FFFFFF;
        /* background: #05396399; */
        border-radius: 100px;
        display: flex;
        align-items: center;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .enrol-join-us-btn-box a {
        width: 50%;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        letter-spacing: 0.05rem;
        text-align: center;
        text-transform: uppercase;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-banner-footer-box {
        display: none;
    }
    /* .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .mobile-view-banner-footer-section {
        display: block;
        background: #053963CC;
        padding: 15px 40px;
        text-align: center;
        margin-top: 30px;
        width: 100%;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .mobile-view-banner-footer-section p {
        font-size: 22px;
        line-height: 30px;
        color: #FFFFFF;
        font-family: "Gotham-Black", sans-serif;
        font-weight: 500;
        max-width: 330px;
        margin: 0 auto 20px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .mobile-view-banner-footer-section img {
        width: 28px;
    } */
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-one,
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-two.home-page-banner-square-bg-img-five {
        bottom: 0;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-two.home-page-banner-square-bg-img-five {
        right: -25px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-one .pixel-graphics,
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-two .pixel-graphics {
        height: 200px;
        width: 130px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-one.call-to-action-banner-square-bg-img-one {
        left: 0;
    }
    .banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .home-page-banner-square-bg-img-one.call-to-action-banner-square-bg-img-one .pixel-graphics {
        height: 75px;
        width: 75px;
    }
    /* Call to Action Banner Css Start */
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box {
        justify-content: flex-end;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .banner-detail-box {
        padding: 0 30px 30px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-box {
        margin-top: 30px;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-box .watch-video-btn {
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        line-height: 18px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
    .cta-banner-section.banner-section .banner-con .banner-box .carousel-caption .carousel-caption-detail-box .watch-video-btn-box .watch-video-btn img {
        margin-left: 10px;
        width: 16px;
    }
    /* Call to Action Banner Css End */
    /* General Page Banner Css Start */
    .general-banner-section .desktop-view {
        display: inline-block;
    }
    .general-banner-section .mobile-view {
        display: none;
    }
    /* General Page Banner Css End */
    /* Curriculum Explorer Banner Css Start */
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .banner-logo-img img.desktop-view {
        display: inline-block;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .banner-logo-img img.mobile-view {
        display: none;
    }
    /* Curriculum Explorer Banner Css End */
    /* Banner Css End */
    /* Mobile View Search,Translate,Portal Css Start */
    .search-translate-portal-icon-con {
        background: #053963;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .search-translate-portal-icon-con .search-translate-portal-icon-box:not(:last-child) {
        margin-right: 35px;
    }
    .search-translate-portal-icon-con .search-translate-portal-icon-box a {
        height: 40px;
        width: 40px;
        display: inline-block;
        border: solid 1px #FFFFFF;
        border-radius: 50%;
        line-height: 36px;
        text-align: center;
        transition: all 1s;
    }
    .search-translate-portal-icon-con .search-translate-portal-icon-box a:hover {
        background: #DEEDF966;
    }
    .search-translate-portal-icon-con .search-translate-portal-icon-box a svg {
        height: 20px;
        width: 20px;
    }
    /* Mobile View Search,Translate,Portal Css End */
    /* Mobile View Start Your Journey Css Start */
    .start-your-journey-section {
        background: #0E406A;
        background-image: url(../images/mobile-view-start-your-journey-bg-img.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        padding: 40px 20px;
        text-align: center;
        width: 100%;
    }
    .start-your-journey-section .start-your-journey-content-box p {
        font-size: 23px;
        line-height: 30px;
        color: #D8E8F7;
        font-family: "Palatino-Linotype", sans-serif;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .start-your-journey-section .start-your-journey-content-box img {
        width: 28px;
    }
    .start-your-journey-section .start-your-journey-content-box h2 {
        font-size: 38px;
        line-height: 44px;
        color: #FFFFFF;
        font-family: "Gotham-Black", sans-serif;
        font-weight: 500;
        margin: 20px 0 0;
    }
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 50px;
    }
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con .start-your-journey-icon-box {
        cursor: pointer;
    }    
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con .start-your-journey-icon-box:not(:last-child) {
        margin-right: 60px;
    }
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con .start-your-journey-icon-box img {
        width: 50px;
    }
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con .start-your-journey-icon-box:last-child img {
        width: 67px;
    }
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con .start-your-journey-icon-box p {
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        letter-spacing: 0.02rem;
        text-transform: uppercase;
        margin: 15px 0 0;
    }
    /* Mobile View Start Your Journey Css End */
    /* Sticky Call Action Css Start */
    .sticky-call-action-box {
        display: none;
    }
    /* Sticky Call Action Css End */
    /* Menu Css Start */
    .menu-nav .menu-box .close-icon {
        background: transparent;
        border: solid 1px #FFFFFF;
        border-radius: 27px;
        min-height: 46px;
        min-width: 90px;
        line-height: 46px;
        transition: all 1s;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }
    .menu-nav .menu-box .close-icon:hover {
        min-height: 46px;
        min-width: 46px;
        line-height: 46px;
        padding: 0;
        border-radius: 50%;
    }
    .menu-nav .menu-box .close-icon i {
        font-size: 20px;
        color: #FFFFFF;
        transition: all 1s;
    }
    .menu-nav .menu-box .close-icon:hover i {
        color: #FFFFFF;
    }
    .menu-nav .menu-box .menu-left-box {
        padding: 20px;
        width: 100vw;
        height: 100vh;
    }
    .menu-nav .menu-box .menu-left-box .tour-enrol-search-con {
        padding-bottom: 40px;
        justify-content: space-between;
    }
    .menu-nav .menu-box .menu-left-box .tour-enrol-search-con .white-border-transparent-bg-btn {
        display: none;
    }
    .menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form {
        margin-left: 0;
    }
    .menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form .form-control {
        border-bottom: solid 1px #FFFFFF;
        width: 0;
        transition: all 1s;
    }
    .menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form:hover .form-control {
        width: 150px;
    }
    .menu-nav .menu-box .menu-left-box .other-links-box {
        height: calc(100vh - 328px);
        margin-bottom: 40px;
    }
    .other-links-box .other-link-menu {
        width: 100%;
    }
    .other-links-box .parent-menu-text {
        font-size: 30px;
        line-height: 34px;
    }
    .other-links-box .child-menu.active-menu {
        position: inherit;
        width: 100%;
        margin-top: 20px;
    }
    .other-links-box .child-menu.active-menu a {
        font-size: 18px;
        line-height: 20px;
    }
    .menu-nav .menu-box .menu-left-box .menu-square-bg-img,
    .menu-nav .menu-box .menu-left-box .menu-square-bg-img-two,
    .menu-nav .menu-box .menu-right-box {
        display: none;
    }
    .menu-nav .menu-box .menu-left-box .quick-link-title-box {
        display: block;
        width: 380px;
        margin: 0 auto;
    }
    .menu-nav .menu-box .menu-left-box .quick-link-title-box .quick-link-title {
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 600;
        letter-spacing: 0.035rem;
        text-align: center;
        text-transform: uppercase;
        z-index: auto;
        position: relative;
        margin-bottom: 20px;
    }
    .menu-nav .menu-box .menu-left-box .quick-link-title-box .quick-link-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background-color: #D8AB31;
        display: block;
        top: 10px;
        left: 0;
        position: absolute;
    }
    .menu-nav .menu-box .menu-left-box .quick-link-title-box .quick-link-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background-color: #D8AB31;
        display: block;
        top: 10px;
        right: 0;
        position: absolute;
    }
    .menu-nav .menu-box .menu-left-box .quick-link-icon-btn {
        text-align: center;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .menu-nav .menu-box .menu-left-box .quick-link-icon-btn img {
        width: 90px;
    }
    .menu-nav .menu-box .menu-left-box .enrol-join-us-btn-box {
        height: 44px;
        width: 230px;
        border: solid 1px #FFFFFF;
        border-radius: 100px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .menu-nav .menu-box .menu-left-box .enrol-join-us-btn-box a {
        width: 50%;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        letter-spacing: 0.05rem;
        text-align: center;
        text-transform: uppercase;
    }
    .mobile-view-quick-links-menu-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #F7F7F7;
        transform: translateX(100%);
        transition: all 1s;
        z-index: 101;
        padding: 0;
        background: url(../images/menu-bg.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
    }
    .mobile-view-quick-links-menu-box.active {
        transform: translateX(0);
    }
    .mobile-view-quick-links-menu-box .quick-links-menu-box {
        padding: 20px;
        width: 100vw;
        height: 100vh;
        background: #0E406AD9;
        backdrop-filter: blur(4px);
        position: relative;
    }
    .mobile-view-quick-links-menu-box .tour-enrol-search-con {
        display: inline-flex;
        align-items: center;
        width: 100%;
        z-index: 1;
        position: relative;
        padding-bottom: 40px;
        justify-content: space-between;
    }
    .mobile-view-quick-links-menu-box .tour-enrol-search-con .tour-enrol-search-box .search-form {
        display: inline-flex;
        align-items: center;
    }
    .mobile-view-quick-links-menu-box .tour-enrol-search-con .tour-enrol-search-box  .search-form .search-icon svg {
        height: 30px;
        width: 30px;
    }
    .mobile-view-quick-links-menu-box .tour-enrol-search-con .tour-enrol-search-box .search-form .form-control {
        background: transparent;
        border-radius: 0;
        border: 0;
        padding: 0;
        outline: 0;
        box-shadow: none;
        font-size: 16px;
        line-height: 21px;
        color: #FFFFFF;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
        margin-left: 15px;
        height: 24px;
        border-bottom: solid 1px #FFFFFF;
        width: 0;
        transition: all 1s;
    }
    .mobile-view-quick-links-menu-box .tour-enrol-search-con .tour-enrol-search-box .search-form:hover .form-control {
        width: 150px;
    }
    .mobile-view-quick-links-menu-box .tour-enrol-search-con .tour-enrol-search-box .search-form .form-control::placeholder {
        font-size: 16px;
        line-height: 21px;
        color: #FFFFFF;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
    }
    .mobile-view-quick-links-menu-box .quick-link-title-box {
        width: 380px;
        margin: 0 auto;
    }
    .mobile-view-quick-links-menu-box .quick-link-title-box .quick-link-title {
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 600;
        letter-spacing: 0.035rem;
        text-align: center;
        text-transform: uppercase;
        z-index: auto;
        position: relative;
        margin-bottom: 50px;
    }
    .mobile-view-quick-links-menu-box .quick-link-title-box .quick-link-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background-color: #D8AB31;
        display: block;
        top: 10px;
        left: 0;
        position: absolute;
    }
    .mobile-view-quick-links-menu-box .quick-link-title-box .quick-link-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background-color: #D8AB31;
        display: block;
        top: 10px;
        right: 0;
        position: absolute;
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box {
        padding: 0 !important;    
        height: calc(100vh - 282px);
        overflow: auto;
        text-align: center;
        margin-bottom: 40px;
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box .quick-link-menu-item-box {
        margin-bottom: 40px;
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon {
        width: 35px;
        margin-bottom: 10px;
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon.my-classes-icon {
        width: 24px;
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon.child-safety-icon {
        width: 33px;
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon.school-fees-icon {
        width: 31px;
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box .quick-link-menu-item-box a .quick-link-icon.old-boys-icon {
        width: 27px;
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box .quick-link-menu-item-box a p {
        font-size: 16px;
        line-height: 21px;
        color: #FFFFFF;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
        letter-spacing: 0.035rem;
        margin-bottom: 0;
    }
    .mobile-view-quick-links-menu-box .enrol-join-us-btn-box {
        height: 44px;
        width: 230px;
        border: solid 1px #FFFFFF;
        border-radius: 100px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .mobile-view-quick-links-menu-box .enrol-join-us-btn-box a {
        width: 50%;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        letter-spacing: 0.05rem;
        text-align: center;
        text-transform: uppercase;
    }
    /* Menu Css End */
    /* Mobile View Sticky Button Css Start */
    .mobile-view-sticky-btn-box {
        position: fixed;
        bottom: 60px;
        left: 0;
        padding: 10px;
        text-align: center;
        width: 100%;
        z-index: 3;
    }
    .mobile-view-sticky-btn-box.show {
        display: block;
    }
    .mobile-view-sticky-btn-box .enrol-join-us-btn-box {
        height: 44px;
        width: 230px;
        background: #0E406A;
        border: solid 1px #FFFFFF;
        border-radius: 100px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }
    .mobile-view-sticky-btn-box .enrol-join-us-btn-box a {
        width: 50%;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        letter-spacing: 0.05rem;
        text-align: center;
        text-transform: uppercase;
    }
    /* Mobile View Sticky Button Css End */
    /* Footer Css Start */
    .footer-section {
        padding: 30px 20px 0;
    }
    .footer-section .container-fluid {
        padding: 0;
    }
    .footer-section .container {
        background-image: url(../images/mobile-view-footer-bg.svg);
        background-size: 400px;
        background-position: bottom;
        padding: 0;
        padding-bottom: 165px;
    }
    .footer-section .footer-detail-con {
        flex-direction: column;
        position: relative;
    }
    .footer-section .footer-detail-con .footer-logo-social-icon-box {
        width: 100%;
    }
    .footer-section .footer-detail-con .footer-logo-social-icon-box .footer-logo-box img {
        width: 200px;
    }
    .footer-section .footer-detail-con .footer-logo-social-icon-box .footer-social-icon-box {
        display: none;
    }
    .footer-section .footer-detail-con .mobile-footer-social-icon-box,
    .footer-section .footer-detail-con .mobile-footer-acknowledgement-box,
    .footer-section .footer-detail-con .mobile-footer-copyright-box {
        display: block;
        margin-top: 60px;
    }
    .footer-section .footer-detail-con .mobile-footer-social-icon-box a {
        display: inline-block;
        height: 20px;
        width: 20px;
        line-height: 18px;
        text-align: center;
    }
    .footer-section .footer-detail-con .mobile-footer-social-icon-box a:not(:last-child) {
        margin-right: 35px;
    }
    .footer-section .footer-detail-con .mobile-footer-social-icon-box a svg {
        height: 20px;
        width: 20px;
    }
    .footer-section .footer-detail-con .mobile-footer-social-icon-box a svg path {
        fill: #FFFFFF;
    }
    .footer-section .footer-detail-con .footer-content-box {
        width: 100%;
        padding: 0;
    }
    .footer-section .footer-detail-con .footer-content-box .footer-content-title {
        margin-top: 60px;
        margin-bottom: 0;
    }
    .footer-section .footer-detail-con .footer-content-box .footer-content-txt {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .footer-section .footer-detail-con .footer-content-box .footer-acknowledgement-box,
    .footer-section .footer-detail-con .footer-content-box .footer-copyright-box {
        display: none;
    }
    .footer-section .footer-detail-con .mobile-footer-acknowledgement-box .footer-content-title {
        font-size: 15px;
        line-height: 15px;
        color: #FFFFFF;
        letter-spacing: 0.255rem;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 30px;
        word-break: break-word;
    }
    .footer-section .footer-detail-con .mobile-footer-acknowledgement-box .footer-content-txt {
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        word-break: break-word;
    }
    .footer-section .footer-detail-con .mobile-footer-copyright-box .footer-content-txt {
        font-size: 15px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        word-break: break-word;
    }
    .footer-section .footer-detail-con .mobile-footer-copyright-box .website-design-by-box {
        display: flex;
        align-items: center;
        margin-top: 60px;
    }
    .footer-section .footer-detail-con .mobile-footer-copyright-box .website-design-by-box .jwam-logo {
        width: 55px;
        margin-left: 10px;
    }
    .footer-section .footer-detail-con .footer-scroll-to-top-btn-box {
        width: 65px;
        position: absolute;
        bottom: -15px;
        right: 0;
    }
    /* Footer Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box {
        flex-direction: column;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box {
        width: 100%;
        height: auto;
        padding-right: 0;
        order: 2;
        margin-top: 20px;
    }
    .read-previous-next-section .read-previous-next-con:last-child .read-previous-next-box .read-previous-next-detail-box {
        padding-right: 0;
        padding-left: 0;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box p {
        font-size: 18px;
        line-height: 18px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box h6 {
        font-size: 24px;
        line-height: 24px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box {
        width: 100%;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box .read-previous-next-img {
        width: 100%;
        height: 200px;
    }
    /* Read Previous and Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Your Boarding Journey Css Start */
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-sub-title {
        font-size: 24px;
        line-height: 28px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-title {
        font-size: 44px;
        line-height: 50px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img {
        min-height: 500px;
    }
    /* Your Boarding Journey Css End */
    /* Welcome to Brisbane Grammar School Css Start */
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img {
        min-height: 500px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-sub-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-title {
        font-size: 34px;
        line-height: 40px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-txt,
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-txt.light-txt {
        font-size: 14px;
        line-height: 22px;
    }
    /* Welcome to Brisbane Grammar School Css End */
    /* Boarding Video Module Css Start */
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-detail-txt {
        font-size: 18px;
        line-height: 28px;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-btn-box .transparent-bg-link-txt {
        font-size: 14px;
        line-height: 14px;
    }
    /* Boarding Video Module Css End */
    /* Academic Results Css Start */
    .academic-results-section {
        padding: 0px 40px 60px;
    }
    .academic-results-section .academic-two-btn-box {
        margin: 30px 0;
    }
    .academic-results-section .academic-results-con .academic-results-box {
        flex-direction: column;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box {
        width: 100%;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .academic-results-title {
        max-width: none;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .academic-results-detail-txt {
        max-width: none;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-right-box {
        width: 100%;
        padding-top: 50px;
    }
    /* Academic Results Css End */
    /* Latest News Css Start */
    .latest-news-section .latest-news-box .stay-connected-title-social-icon-box {
        display: none;
    }
    .latest-news-section .latest-news-tab-slider-box .latest-news-tab-box {
        padding-top: 40px;
    }
    .latest-news-section .latest-news-tab-slider-box .latest-news-tab-box .latest-news-tab-header-box .nav-tabs {
        flex-wrap: inherit;
        overflow: auto;
        padding: 0 0 15px;
    }
    .latest-news-section .more-btn-and-social-icon-con {
        display: block;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .more-btn-box .more-news-events-podcasts-btn-box {
        margin-top: 10px;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .more-btn-box .more-news-events-podcasts-btn-box a {
        display: inline-flex;
        align-items: center;
        text-align: left;
        margin-bottom: 40px;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .more-btn-box .more-news-events-podcasts-btn-box a img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .more-btn-box .more-news-events-podcasts-btn-box a:hover::after {
        width: 70px;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .more-btn-box .more-news-events-podcasts-btn-box a:not(:last-child) {
        margin-right: 20px;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .social-icon-con .social-icon-box a {
        display: inline-block;
        height: 45px;
        width: 45px;
        line-height: 42px;
        text-align: center;
        border-radius: 50%;
        background: #0E406A;
        transition: all 1s;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .social-icon-con .social-icon-box a:hover {
        background: #D8AB31;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .social-icon-con .social-icon-box a:not(:last-child) {
        margin-right: 15px;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .social-icon-con .social-icon-box a svg {
        height: 24px;
        width: 24px;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .social-icon-con .social-icon-box a svg path {
        fill: #FFFFFF;
    }
    /* Latest News Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box {
        top: 30px;
        left: 30px;
        width: 450px;
        padding: 30px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box .call-to-action-sub-title {
        font-size: 22px;
        line-height: 26px;
        max-width: 250px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box .call-to-action-title {
        font-size: 40px;
        line-height: 42px;
        max-width: 300px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box {
        padding: 20px;
    }
    /* Call to Action Css End */
    /* Home Page Css End */
    /* General Pages Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section .full-text-editor-square-img {
        display: none;
    }
    /* Full Text Editor Css End */
    /* General Pages Css End */
    /* Page Modules Page Css Start */
    /* Page Modules Full Text Editor Css Start */
    .page-modules-full-text-editor-section {
        padding: 40px 20px 20px;
    }
    /* Page Modules Full Text Editor Css End */
    /* Image/Text Module Css Start */
    .image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators {
        right: -44px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-sub-title {
        font-size: 20px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-title {
        font-size: 40px;
        line-height: 46px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.big-font-size {
        font-size: 22px;
        line-height: 28px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-dotes-line-img {
        left: 10px;
    }
    /* Image/Text Module Css End */
    /* Without Image Image/Text Module Css Start */
    .without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-title {
        font-size: 40px;
        line-height: 46px;
    }
    /* Without Image Image/Text Module Css End */
    /* Photo Gallery with Description Module Css Start */
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box {
        padding: 0 20px !important;
    }
    /* Photo Gallery with Description Module Css End */
    /* Compact Photo Gallery Module Css Start */
    .compact-photo-gallery-slider-section {
        padding: 40px 0;
    }
    /* Compact Photo Gallery Module Css End */
    /* Editorial Module Css Start */
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
        height: 300px;
        width: 300px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        height: 175px;
        width: 175px;
        margin-top: -70px;
        margin-left: 175px;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-txt {
        font-size: 14px;
        line-height: 22px;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-btn-box .transparent-bg-link-txt {
        font-size: 16px;
    }
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
        margin-left: 60px;
    }
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        margin-top: -80px;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img.desktop-img,
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img.desktop-img {
        display: none;
    }
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img.mobile-img {
        display: inline-block;
        width: auto;
        top: 100px;
        left: 92px;
    }
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img.mobile-img svg {
        width: 85px;
        height: 200px;
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Left side and full width Image Css Start */
    .full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box {
        padding: 0 0 0 20px;
    }
    /* Editorial Module Left side and full width Image Css End */
    /* Editorial Module Css End */
    /* Info Tiles - Small Module Css Start */
    .info-tiles-small-section .info-tiles-small-con .desktop-view {
        display: block;
    }
    .info-tiles-small-section .info-tiles-small-con .mobile-view {
        display: none;
    }
    /* Info Tiles - Small Module Css Start */
    /* Info Tiles - Large Module Css Start */
    .info-tiles-large-section .info-tiles-large-con .desktop-view {
        display: block;
    }
    .info-tiles-large-section .info-tiles-large-con .mobile-view {
        display: none;
    }
    /* Info Tiles - Large Module Css End */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 565px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 460px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Carousel Tiles - Large Module Css Start */
    .carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail {
        padding: 20px;
    }
    .carousel-tiles-large-section .carousel-tiles-large-box .carousel-tiles-large-detail-box .carousel-tiles-large-detail .carousel-tiles-large-txt-box {
        max-width: 100%;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box {
        border-left: 0;
        padding-left: 10px !important;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider {
        padding-bottom: 60px;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-prev,
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-next {
        top: auto;
        bottom: 0;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-prev {
        left: 0;
    }
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .slick-next {
        left: 60px;
    }
    /* Carousel Tiles - Large Module Css End */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail {
        padding: 20px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-box .carousel-tiles-large-full-img-detail-box .carousel-tiles-large-full-img-detail .carousel-tiles-large-full-img-txt-box {
        max-width: 100%;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box {
        border-left: 0;
        padding-left: 10px !important;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider {
        padding-bottom: 60px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-prev,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-next {
        top: auto;
        bottom: 0;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-prev {
        left: 0;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .slick-next {
        left: 60px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Carousel Tiles - Small Module Css Start */
    .carousel-tiles-small-section .carousel-tiles-small-box {
        padding: 20px 0;
    }
    .carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail {
        padding: 0 20px 20px;
    }
    .carousel-tiles-small-section .carousel-tiles-small-box .carousel-tiles-small-detail-box .carousel-tiles-small-detail .carousel-tiles-small-txt-box {
        max-width: 100%;
    }
    .carousel-tiles-small-section .carousel-tiles-small-slider-box {
        border-left: 0;
        padding-left: 10px !important;
    }
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider {
        padding-bottom: 60px;
    }
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-prev,
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-next {
        top: auto;
        bottom: 0;
    }
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-prev {
        left: 0;
    }
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .slick-next {
        left: 60px;
    }
    /* Carousel Tiles - Small Module Css End */
    /* Video Module Css Start */
    .video-module-section .video-module-box .video-module-content-box .video-module-sub-title {
        font-size: 24px;
        line-height: 28px;
    }
    .video-module-section .video-module-box .video-module-content-box .video-module-txt {
        font-size: 14px;
        line-height: 24px;
    }
    /* Video Module Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-module-section .link-tiles-con .link-tiles-box {
        padding: 5px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.light-blue-bg .tiles-content-con,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.yellow-blue-bg .tiles-content-con,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.dark-blue-bg .tiles-content-con {
        padding: 20px 10px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box .tiles-title {
        font-size: 14px;
        line-height: 14px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box i {
        font-size: 14px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box,
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-img,
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box {
        height: 360px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box {
        padding: 20px 10px 30px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
        width: calc(100% - 240px);
        padding: 20px 20px 30px 0;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
        width: calc(100% - 450px);
        padding: 20px 20px 30px 0;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
        width: 240px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
        width: 450px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box .tiles-img,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-img {
        height: 330px;
    }
    /* Link Tiles Module Css End */
    /* Read More - Compact Module Css Start */
    .read-more-compact-section .read-more-compact-detail-box {
        padding: 30px 0 !important;
    }
    .read-more-compact-section .read-more-compact-detail-box .read-more-compact-detail .read-more-compact-txt-box {
        max-width: 100%;
    }
    .read-more-compact-section .accordion {
        margin-top: 30px;
    }
    /* Read More - Compact Module Css End */
    /* Call to Action - Large Module Css Start */
    .call-to-action-large-section .call-to-action-large-box .call-to-action-content-box {
        background: #0000004D;
        padding: 50px 20px;
    }
    .call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-title {
        font-size: 44px;
        line-height: 50px;
    }
    .call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-txt {
        font-size: 20px;
        line-height: 26px;
    }
    .call-to-action-large-section .call-to-action-large-box .call-to-action-large-square-bg-img svg {
        height: 132px;
    }
    /* Call to Action - Large Module Css End */
    /* Call to Action - Small Module Css Start */
    .call-to-action-small-section .call-to-action-small-box .call-to-action-content-box {
        padding: 50px 20px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-small-square-bg-img {
        right: 20px;
    }
    /* Call to Action - Small Text Box Right Side Module Css Start */
    .content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-bg-box {
        padding: 20px;
        max-width: 400px;
    }
    /* Call to Action - Small Text Box Right Side Module Css End */
    /* Event Explorer Carousel Module Css Start */
    .event-carousel-section .event-carousel-box {
        padding: 30px 0;
    }
    .event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail {
        padding: 20px;
    }
    .event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box {
        max-width: 100%;
    }
    .event-carousel-section .event-carousel-slider-box {
        border-left: 0;
        padding-left: 10px !important;
        margin-top: 30px;
    }
    .event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider {
        padding-bottom: 60px;
    }
    .event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-prev,
    .event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-next {
        top: auto;
        bottom: 0;
    }
    .event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-prev {
        left: 0;
    }
    .event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .slick-next {
        left: 60px;
    }
    /* Event Explorer Carousel Module Css End */
    /* Curriculum Explorer Carousel Module Css Start */
    .curriculum-carousel-section .curriculum-carousel-box {
        padding: 30px 0;
    }
    .curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail {
        padding: 20px;
    }
    .curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box {
        max-width: 100%;
    }
    .curriculum-carousel-section .curriculum-carousel-slider-box {
        border-left: 0;
        padding-left: 10px !important;
        margin-top: 30px;
    }
    .curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider {
        padding-bottom: 60px;
    }
    .curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-prev,
    .curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-next {
        top: auto;
        bottom: 0;
    }
    .curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-prev {
        left: 0;
    }
    .curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .slick-next {
        left: 60px;
    }
    /* Curriculum Explorer Carousel Module Css End */
    /* Page Modules Page Css End */
    /* Tour Bookings Page Css Start */
    /* Tour Booking List Css Start */
    .tour-booking-list-section {
        padding: 40px 20px 0;
    }
    .tour-booking-list-section .container {
        padding: 0 0 80px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con {
        padding: 0;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box .tour-booking-calendar-icon {
        width: 70px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box .tour-booking-date-txt {
        width: calc(100% - 70px);
        font-size: 56px;
        line-height: 70px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-title {
        font-size: 40px;
        line-height: 50px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:first-child {
        margin-right: 60px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con {
        padding: 20px 0 0;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box {
        padding: 15px 30px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box .tour-booking-calendar-icon {
        width: 70px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box .tour-booking-date-txt {
        width: calc(100% - 70px);
        font-size: 56px;
        line-height: 70px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-title {
        font-size: 30px;
        line-height: 30px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:first-child {
        margin-right: 60px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt {
        padding-left: 15px;
    }
    /* Tour Booking List Css End */
    /* Tour Booking With Image View Modal Css Start */
    .tour-booking-with-img-modal .modal-dialog {
        max-width: 500px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box {
        flex-direction: column;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box {
        width: 100%;
        height: 100%;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box .modal-img-detail-con .modal-img-detail-box .tour-booking-calendar-icon {
        width: 60px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-img-box .modal-img-detail-con .modal-img-detail-box .tour-booking-date-txt {
        width: calc(100% - 60px);
        font-size: 46px;
        line-height: 54px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box {
        width: 100%;
        padding: 20px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .tour-booking-list-time-location-con {
        padding-left: 0;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .add-to-calendar-btn .add-to-calendar-icon {
        width: 30px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-header-content-box .add-to-calendar-btn p {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 14px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
        top: 25px;
        right: 25px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
        background: #FFFFFF73;
        backdrop-filter: blur(4px);
        border: solid 1px #053963;
        min-height: 40px;
        min-width: 75px;
        line-height: 38px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover {
        min-height: 40px;
        min-width: 40px;
        line-height: 40px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
        color: #053963;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-body {
        padding: 15px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .enent-details-box {
        margin-left: 0;
        margin-top: 15px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-title {
        font-size: 26px;
        line-height: 32px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .modal-body-sub-title {
        font-size: 18px;
        line-height: 18px;
    }
    .tour-booking-with-img-modal .modal-dialog .modal-content .modal-body .web-form-section .form-label {
        font-size: 16px;
        line-height: 22px;
    }
    /* Tour Booking With Image View Modal Css End */
    /* Tour Booking Without Image View Modal Css Start */
    .tour-booking-without-img-modal .modal-dialog {
        max-width: 500px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header {
        padding: 60px 30px 15px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-img-detail-con .modal-img-detail-box .tour-booking-calendar-icon {
        width: 60px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .modal-img-detail-con .modal-img-detail-box .tour-booking-date-txt {
        width: calc(100% - 60px);
        font-size: 46px;
        line-height: 54px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con {
        padding: 30px 0;
        flex-direction: column;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .add-to-calendar-btn {
        margin: 0;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .add-to-calendar-btn .add-to-calendar-icon {
        width: 30px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-header-img-content-box .add-to-calendar-btn p {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 14px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
        top: 10px;
        right: 10px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
        min-height: 40px;
        min-width: 75px;
        line-height: 38px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover {
        min-height: 40px;
        min-width: 40px;
        line-height: 40px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-body {
        padding: 15px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-btn-con .modal-body-btn-box .enent-details-box {
        margin-left: 0;
        margin-top: 15px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-title {
        font-size: 26px;
        line-height: 32px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-sub-title {
        font-size: 18px;
        line-height: 18px;
    }
    .tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .web-form-section .form-label {
        font-size: 16px;
        line-height: 22px;
    }
    /* Tour Booking Without Image View Modal Css End */
    /* Info Tiles View Modal Css Start */
    .info-tiles-modal .modal-dialog {
        max-width: 500px;
    }
    .info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box {
        top: 25px;
        right: 25px;
    }
    .info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box .close-icon {
        background: #FFFFFF73;
        backdrop-filter: blur(4px);
        border: solid 1px #053963;
        min-height: 40px;
        min-width: 75px;
        line-height: 38px;
    }
    .info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box .close-icon:hover {
        min-height: 40px;
        min-width: 40px;
        line-height: 40px;
    }
    .info-tiles-modal .modal-dialog .modal-content .modal-close-btn-box .close-icon i {
        color: #053963;
    }
    .info-tiles-modal .modal-dialog .modal-content .modal-body {
        padding: 15px;
    }
    .info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-title {
        font-size: 26px;
        line-height: 32px;
    }
    /* Info Tiles View Modal Css End */
    /* Tour Bookings Page Css End */
    /* Latest News Page Css Start */
    /* Latest News List Css Start */
    .latest-news-list-section .latest-news-tab-box .grid-container {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 630px;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item.two-row-two-column {
        grid-row: span 1;
        grid-column: span 1;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-img-box .latest-news-img,
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item.one-row-one-column .latest-news-img-box .latest-news-img {
        height: 350px;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-detail-txt {
        font-size: 20px;
        line-height: 26px;
    }
    /* Latest News List Css End */
    /* Latest News Page Css End */
    /* Event Calendar Page Css Start */
    /* Event Calendar List Css Start */
    .event-calendar-section {
        padding: 20px;
    }
    .event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box h4 {
        font-size: 32px;
        line-height: 36px;
    }
    .event-calendar-section .event-month-year-previous-next-btn-box .event-month-year-box span {
        font-size: 32px;
        line-height: 36px;
    }
    .event-calendar-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn,
    .event-calendar-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-next-btn {
        width: 40px;
        height: 40px;
    }
    .event-calendar-section .event-terms-dates-box .event-terms-dates {
        min-width: auto;
    }
    .event-calendar-list-con .event-calendar-large-list-section .event-calendar-large-list-con .event-calendar-large-list-box .event-calendar-large-list-card .event-calendar-list-img-box {
        height: 230px;
    }
    /* Event Calendar List Css End */
    /* Event Calendar Page Css End */
}
@media only screen and (max-width: 767px) {
    /* Common Css Start */
    body {
        width: 100%;
    }
    /* Splash Screen Css Start */
    .splash-screen-section {
        background-size: cover;
    }
    .splash-screen-section .splash-screen-box .splash-screen-title,
    .splash-screen-section .splash-screen-box .splash-screen-title span {
        font-size: 40px;
        line-height: 40px;
    }
    .splash-screen-section .splash-screen-box svg {
        width: 350px;
    }
    /* Splash Screen Css End */
    /* Mobile View Start Your Journey Css Start */
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con {
        flex-direction: column;
        margin-top: 0;
    }
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con .start-your-journey-icon-box {
        margin-top: 60px;
    }   
    .start-your-journey-section .start-your-journey-content-box .start-your-journey-icon-con .start-your-journey-icon-box:not(:last-child) {
        margin-right: 0;
    }
    /* Mobile View Start Your Journey Css End */
    /* Banner Css Start */
    /* General Page Banner Css Start */
    .general-banner-section .desktop-view {
        display: none;
    }
    .general-banner-section .mobile-view {
        display: inline-block;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box {
        padding: 0;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-logo-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 40px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-logo-box .banner-logo-img img {
        width: 255px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box {
        max-width: 350px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-sub-title-txt {
        font-size: 22px;
        line-height: 28px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-title-txt {
        font-size: 44px;
        line-height: 50px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-description-txt {
        display: none;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box .banner-img {
        height: calc(100vh - 412px);
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box .banner-img-description-content {
        height: calc(100vh - 412px);
        justify-content: flex-end;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box {
        margin: 0;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .square-bg-img-one {
        position: absolute;
        bottom: 0;
        left: 0;
        width: auto;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .square-bg-img-one svg {
        width: 83px;
        height: 125px;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .square-bg-img-two {
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
    }
    .general-banner-section .banner-con .banner-box .banner-img-description-box .square-bg-img-two svg {
        width: 83px;
        height: 88px;
    }
    .general-banner-section.full-image-general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box {
        padding: 20px;
        padding-bottom: 60px;
    }
    .general-banner-section.full-image-general-banner-section .banner-con .banner-box .banner-img-description-box .banner-img-box {
        display: none;
    }
    .general-banner-section.full-image-general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-sub-title-txt {
        margin-bottom: 20px;
    }
    .general-banner-section.full-image-general-banner-section .banner-con .banner-box .full-image-general-page-banner-bg-square-img-one svg {
        width: 180px;
        height: 275px;
    }
    .general-banner-section.full-image-general-banner-section .banner-con .banner-box .full-image-general-page-banner-bg-square-img-two svg {
        width: 150px;
        height: 170px;
    }
    /* General Page Banner Css End */
    /* Curriculum Explorer Banner Css Start */
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box {
        padding: 0;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box {
        padding: 0 0 30px;
        align-items: center;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .banner-logo-img img.desktop-view {
        display: none;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .banner-logo-img img.mobile-view {
        display: inline-block;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-logo-menu-icon-box .banner-logo-box .banner-logo-img img {
        width: 255px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box h2 {
        font-size: 44px;
        line-height: 50px;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .banner-img {
        width: 100%;
        height: calc(100vh - 300px);
        object-fit: cover;
        object-position: center;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .carousel-caption p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-one,
    .curriculum-explorer-banner-section .banner-con .banner-box .curriculum-banner-square-bg-img-two {
        display: none;
    }
    /* Latest News Article Banner Css Start */
    .latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box {
        max-width: 850px;
        margin: 0 0 20px;
        text-align: left;
    }
    .latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box p {
        margin-bottom: 30px;
    }
    .latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box .latest-news-list-label {
        margin-top: 30px;
    }
    .latest-news-article-two-banner-section.latest-news-article-banner-section.curriculum-explorer-banner-section .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box .latest-news-list-label {
        margin-bottom: 0;
    }
    /* Latest News Article Banner Css End */
    /* Curriculum Explorer Banner Css End */
    /* Event Calendar Banner Css Start */
    .event-calendar-banner-section.general-banner-section {
        height: auto;
    }
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box .banner-description-txt-box .banner-title-txt {
        margin-bottom: 100px;
    }
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .event-calendar-page-banner-bg-square-img {
        display: none;
    }
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .mobile-event-calendar-banner-bg-square-img-one,
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .mobile-event-calendar-banner-bg-square-img-two {
        display: block;
    }
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .mobile-event-calendar-banner-bg-square-img-one {
        position: absolute;
        bottom: 0;
        left: 0;
        width: auto;
    }
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .mobile-event-calendar-banner-bg-square-img-one svg {
        width: 90px;
        height: 135px;
    }
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .mobile-event-calendar-banner-bg-square-img-two {
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
    }
    .event-calendar-banner-section.general-banner-section .banner-con .banner-box .mobile-event-calendar-banner-bg-square-img-two svg {
        width: 90px;
        height: 140px;
    }
    /* Event Calendar Banner Css End */
    /* Banner Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Your Boarding Journey Css Start */
    .your-boarding-journey-section {
        padding: 0;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box {
        order: 2;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-btn-box .transparent-bg-link-txt {
        display: inline-flex;
        align-items: center;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-detail-box .your-boarding-journey-detail .your-boarding-journey-txt-box .your-boarding-journey-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con {
        order: 1;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img {
        min-height: 400px;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-img-caption-box {
        width: 100%;
    }
    .your-boarding-journey-section .your-boarding-journey-box .your-boarding-journey-img-con .your-boarding-journey-img-box .your-boarding-journey-square-bg-img {
        display: none;
    }
    /* Your Boarding Journey Css End */
    /* Welcome to Brisbane Grammar School Css Start */
    .welcome-brisbane-school-section {
        padding: 20px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-img {
        min-height: 380px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-square-bg-img {
        left: 0;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-img-con .welcome-brisbane-school-img-box .welcome-brisbane-school-square-bg-img svg {
        width: 90px;
        height: 250px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail {
        padding: 40px 0;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-sub-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-title {
        font-size: 44px;
        line-height: 50px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-txt {
        font-size: 16px;
        line-height: 28px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-btn-con .welcome-brisbane-school-btn-box .transparent-bg-link-txt {
        display: inline-flex;
        align-items: center;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-btn-con .welcome-brisbane-school-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-square-bg-img-two.desktop-img {
        display: none;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-square-bg-img-two.mobile-img {
        display: inline-block;
        width: auto;
        right: -26px;
        top: auto;
        bottom: -200px;
    }
    .welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-square-bg-img-two.mobile-img svg {
        width: 160px;
        height: 320px;
    }
    /* Welcome to Brisbane Grammar School Css End */
    /* Discover More Css Start */
    .discover-more-section {
        padding: 20px;
        background-image: none;
    }
    .discover-more-section .discover-more-box .discover-more-title-detail-box {
        padding-left: 0;
        padding-right: 0;
    }
    .discover-more-section .discover-more-box .discover-more-detail-box {
        display: none;
    }
    .discover-more-section .discover-more-dropdown-section {
        padding-left: 0;
    }
    .discover-more-section .discover-more-dropdown-section .discover-more-dropdown-con .discover-more-dropdown-box .dropdown-options {
        width: 375px;
        max-height: 350px;
    }
    .discover-more-section .discover-more-slick-slider {
        padding: 0 0 65px 0;
    }
    .discover-more-section .discover-more-slick-slider .slick-prev,
    .discover-more-section .discover-more-slick-slider .slick-next {
        bottom: 0;
        top: auto;
        transform: none;
    }
    .discover-more-section .discover-more-slick-slider .slick-next {
        left: 70px;
        background-image: url(../images/slick-slider-next-icon.svg);
    }
    .discover-more-section .discover-more-slick-slider .slick-prev {
        display: inline-block !important;
        left: 0px;
        background-image: url(../images/slick-slider-previous-icon.svg);
    }
    .discover-more-section .discover-more-slick-slider .slick-track {
        height: 400px;
    }
    .discover-more-section .discover-more-slick-slider .discover-more-slider .discover-more-slider-img {
        height: 400px;
    }
    /* Discover More Css End */
    /* Boarding Video Module Css Start */
    .boarding-video-module-section .boarding-video-module-box {
        height: auto;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-img,
    .boarding-video-module-section .boarding-video-module-box video {
        height: 400px;
    }
    .boarding-video-module-section .boarding-video-module-box .square-bg-img-box {
        position: absolute;
        top: 0;
        left: 0;
        height: 400px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
    }
    .boarding-video-module-section .boarding-video-module-box .square-bg-img-box .boarding-video-module-square-bg-img svg {
        width: 130px;
        height: 300px;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con {
        position: initial;
        background: #D8E8F7;
        padding: 40px 20px;
        margin-top: -6px;
        height: auto;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box {
        height: auto;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-square-bg-img-box {
        display: none;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-icon.desktop-img {
        display: none;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-icon.mobile-img {
        display: inline-block;
        width: 60px;
        margin-bottom: 30px;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-title {
        font-size: 24px;
        line-height: 30px;
        color: #0E406A;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box {
        justify-content: flex-start;
        height: auto;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content {
        max-width: none;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-quote-icon {
        margin-bottom: 40px;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-detail-txt {
        font-size: 18px;
        line-height: 28px;
        color: #0E406A;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-btn-box {
        margin-top: 20px;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-btn-box .transparent-bg-link-txt {
        font-size: 14px;
        line-height: 14px;
        color: #0E406A;
        display: inline-flex;
        align-items: center;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con.cta-boarding-video-module-detail-con {
        background: #0E406A;
    }
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con.cta-boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-title-box .boarding-video-module-title,
    .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con.cta-boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-detail-txt,
        .boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con.cta-boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-btn-box .transparent-bg-link-txt {
        color: #FFFFFF;
    }
    /* Boarding Video Module Css End */
    /* Academic Results Css Start */
    .academic-results-section {
        padding: 0px 20px 60px;
        background-image: none;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .academic-results-section .academic-two-btn-box {
        margin: 30px 0;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box {
        text-align: center;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-right-box .academic-number-literacy-box .academic-number-literacy-txt-box .academic-number-literacy-sub-title {
        max-width: none;
    }
    .academic-results-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/mobile-view-start-your-journey-bg-img.svg);
        background-repeat: no-repeat;
        /* background-position: center;
        background-size: cover; */
        background-position: top;
        background-size: auto;
        opacity: 0.5;
        z-index: -1;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .academic-results-title {
        font-size: 44px;
        line-height: 50px;
        max-width: 380px;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .academic-results-detail-txt {
        max-width: 265px;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .transparent-bg-link-txt {
        display: inline-flex;
        align-items: center;
    }
    .academic-results-section .academic-results-con .academic-results-box .academic-results-left-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Academic Results Css End */
    /* Latest News Css Start */
    .latest-news-section {
        padding: 50px 20px;
    }
    .latest-news-section .latest-news-section-square-bg-img.mobile-img {
        top: -50px;
        right: -20px;
    }
    .latest-news-section .latest-news-section-square-bg-img.mobile-img svg {
        width: 95px;
        height: 140px;
    }
    .latest-news-section .more-btn-and-social-icon-con .more-btn-and-social-icon-box .more-btn-box .more-news-events-podcasts-btn-box a:not(:last-child) {
        margin-right: 15px;
    }
    /* Latest News Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-img {
        height: 405px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-detail-box,
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img,
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box {
        display: none;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-one,
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-two,
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-three {
        display: inline-block;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-one {
        position: absolute;
        width: auto;
        top: 50px;
        left: 0;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-one svg {
        width: 90px;
        height: 90px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-two {
        position: absolute;
        width: auto;
        top: 140px;
        right: 0;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img-two svg {
        width: 150px;
        height: 200px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box {
        display: block;
        background: #D8E8F799;
        padding: 40px 20px;
        position: relative;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box .call-to-action-sub-title {
        font-size: 24px;
        line-height: 28px;
        color: #053963;
        font-family: "Palatino-Linotype", sans-serif;
        font-weight: 400;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box .call-to-action-title {
        font-size: 44px;
        line-height: 50px;
        color: #053963;
        font-family: "Gotham-Black", sans-serif;
        font-weight: 500;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box .transparent-bg-link-txt {
        display: inline-flex;
        align-items: center;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box .call-to-action-section-square-bg-img-three {
        position: absolute;
        width: auto;
        top: -25px;
        right: 15px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box .call-to-action-section-square-bg-img-three svg {
        width: 180px;
        height: 150px;
    }
    /* Call to Action Css End */
    /* Home Page Css End */
    /* General Pages Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section,
    .full-text-editor-section.full-text-editor-border-bottom,
    .full-text-editor-section.full-text-editor-border-top {
        padding: 20px;
    }
    .full-text-editor-section.full-text-editor-border-top .container {
        border-top: 0;
        padding-top: 0;
    }
    .full-text-editor-section.full-text-editor-border-bottom .container {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .full-text-editor-section h1 {
        font-size: 38px;
        line-height: 44px;
        color: #053963;
        margin-left: 0;
    }
    .full-text-editor-section h2,
    .full-text-editor-section h3,
    .full-text-editor-section h4,
    .full-text-editor-section h5 {
        margin-top: 0;
    }
    .full-text-editor-section h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .full-text-editor-section h3 {
        font-size: 34px;
        line-height: 34px;
    }
    /* Image and Text Side By Side Css Start */
    .image-txt-side-by-side-section .general-page-editor-img-box {
        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 {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .image-txt-side-by-side-section .general-page-editor-img-content-box p {
        text-align: left;
    }
    /* 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 Css End */
    /* General Pages Css End */
    /* Page Modules Page Css Start */
    /* Image/Text Module Css Start */
    .image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box {
        padding-bottom: 30px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators {
        transform: none;
        right: auto;
        bottom: -30px;
        left: 0;
        margin: 0 20px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-square-bg-img {
        display: none;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail {
        padding: 20px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box {
        max-width: 100%;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-sub-title {
        font-size: 24px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-title {
        font-size: 44px;
        line-height: 50px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.big-font-size {
        font-size: 26px;
        line-height: 35px;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-dotes-line-img.desktop-img {
        display: none;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-square-bg-img {
        display: none;
    }
    .image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Right Side Image/Text Module Css Start */
    .right-side-img-txt-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con {
        order: 1;
        margin: 30px 0;
    }
    .right-side-img-txt-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box {
        order: 2;
    }
    .right-side-img-txt-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail {
        padding: 20px;
    }
    /* Right Side Image/Text Module Css End */
    /* Text box start from end Css Start */
    .txt-form-end-box.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box {
        justify-content: flex-start;
    }
    /* Text box start from end Css End */
    /* Light Blue BG Image/Text Module Css Start */
    .light-blue-bg-image-text-module-section {
        padding: 30px 0;
    }
    /* Light Blue BG Image/Text Module Css End */
    /* Without Image Image/Text Module Css Start */
    .without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box {
        padding: 20px;
    }
    .without-img-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* Without Image Image/Text Module Css End */
    /* Yellow BG Image/Text Module Css Start */
    .yellow-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-detail-box {
        margin-top: 30px;
    }
    /* Yellow BG Image/Text Module Css End */
    /* red BG Image/Text Module Css Start */
    .red-bg-image-text-module-section.right-side-img-txt-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con {
        margin: 0 0 30px;
    }
    /* red BG Image/Text Module Css End */
    /* Image/Text Module Css End */
    /* Photo Gallery with Description Module Css Start */
    .photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail {
        padding: 20px;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-box .photo-gallery-with-description-detail-box .photo-gallery-with-description-detail .photo-gallery-with-description-txt-box .photo-gallery-with-description-title {
        font-size: 44px;
        line-height: 50px;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box {
        padding: 0 20px !important;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .photo-gallery-with-description-slider .photo-gallery-with-description-slider-img-box img {
        height: 250px;
    }
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box .slider-progress-bar {
        display: none;
    }
    /* Photo Gallery with Description Module Css End */
    /* Photo Gallery with Variable width of Slider Module Css Start */
    .photo-gallery-with-variable-width-slider-section {
        padding: 40px 20px;
    }
    .photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box {
        position: relative;
    }
    .photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .photo-gallery-with-variable-width-slider .photo-gallery-with-variable-width-slider-img-box img {
        height: 250px;
    }
    .photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .slider-progress-bar {
        display: none;
    }
    /* Photo Gallery with Variable width of Slider Module Css End */
    /* Photo Gallery with Variable width of Slider Module Css End */
    /* Slim Photo Gallery Module Css Start */
    .slim-photo-gallery-slider-section {
        padding: 0 0 20px 20px;
    }
    /* Slim Photo Gallery Module Css End */
    /* Grid Photo Gallery Module Css Start */
    .grid-photo-gallery-slider-section {
        padding: 0;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider .grid-photo-gallery-slider-img-box img {
        height: 360px;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider.two-img-in-one-slider .grid-photo-gallery-slider-img-box img {
        height: 170px;
    }
    /* Grid Photo Gallery Module Css End */
    /* Editorial Module Css Start */
    .editorial-section {
        padding: 0 20px 20px;
    }
    .editorial-section .editorial-box .editorial-img-con {
        order: 2;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box {
        margin: 0 auto;
    }
    .editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(2) {
        height: 185px;
        width: 185px;
        margin-left: 185px;
    }
    .editorial-section .editorial-box .editorial-content-box {
        order: 1;
        padding: 0;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-sub-title {
        max-width: 100%;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-title {
        max-width: 100%;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-txt {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-btn-box {
        margin-bottom: 40px;
    }
    .editorial-section .editorial-box .editorial-content-box .editorial-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-section {
        margin-top: 30px;
    }
    .right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img.mobile-img {
        left: 102px;
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Left side and full width Image Css Start */
    .full-width-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-img:nth-child(1) {
        height: 400px;
    }
    .full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box {
        padding: 30px 0 0;
    }
    /* Editorial Module Left side and full width Image Css End */
    /* Editorial Module Css End */
    /* Image Divider Module Css Start */
    .image-divider-module-section .image-divider-module-box,
    .image-divider-module-section .image-divider-module-box .image-divider-module-img,
    .image-divider-module-section .image-divider-module-box video {
        height: 460px;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con {
        padding: 20px;
        background: #021F3333;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box {
        height: auto;
        overflow: auto;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-title-box {
        display: none;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box {
        justify-content: flex-end;
        height: auto;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-detail-title {
        font-size: 44px;
        line-height: 50px;
    }
    /* .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-txt {
        display: none;
    } */
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .watch-video-txt-btn-box {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .watch-video-txt-btn-box p {
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .watch-video-txt-btn-box img {
        width: 20px;
        margin-left: 15px;
    }
    .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-detail-txt {
        margin-bottom: 30px;
    }
    /* .image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-btn-box {
        display: none;
    } */
    /* Image Divider Module Css End */
    /* Image Divider Css Start */
    .image-divider-section .image-divider-box .image-divider-img {
        height: 460px;
    }
    .image-divider-section .image-divider-box .image-divider-content-box {
        padding: 50px 20px;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-title {
        font-size: 44px;
        line-height: 50px;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .image-divider-section .image-divider-box .image-divider-square-bg-img {
        display: none;
    }
    /* Image Divider Css End */
    /* Info Tiles - Small Module Css Start */
    .info-tiles-small-section {
        padding: 60px 0;
    }
    .info-tiles-small-section .info-tiles-small-con .desktop-view {
        display: none;
    }
    .info-tiles-small-section .info-tiles-small-con .mobile-view {
        display: initial;
    }
    .info-tiles-small-section .info-tile-small-box {
        margin-top: 20px;
        border-top: 1px solid #D7E8F7;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider {
        margin-bottom: 0;
        padding-bottom: 60px;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .slick-prev,
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .slick-next {
        top: auto;
        transform: none;
        bottom: 0;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .slick-prev:hover,
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .slick-next:hover {
        transform: scale(1.2);
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .slick-prev {
        left: 0;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .slick-next {
        left: 60px;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box {
        margin-top: 40px;
        position: relative;
        padding-bottom: 60px;
        height: 400px;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box:not(:last-child) {
        margin-right: 10px;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .info-tile-small-img-box {
        height: 220px;
        width: 100%;
        overflow: hidden;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .info-tile-small-img-box .info-tile-small-img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center;
        transition: all 1s;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box:hover .info-tile-small-img-box .info-tile-small-img {
        transform: scale(1.2);
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .info-tile-small-title {
        font-size: 26px;
        line-height: 32px;
        color: #0E406A;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        margin: 15px 0;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .info-tile-small-txt {
        font-size: 16px;
        line-height: 26px;
        color: #4D4D4D;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .info-tile-small-txt-list {
        margin-bottom: 0;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .info-tile-small-txt-list li {
        list-style: square;
        font-size: 13px;
        line-height: 26px;
        color: #4D4D4D;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .info-tile-small-txt-list li::marker {
        font-size: 14px;
        color: #D7E8F7;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .learn-more-btn {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        display: inline-block;
        padding: 5px 0;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .learn-more-btn .transparent-bg-link-txt {
        font-size: 18px;
        line-height: 18px;
        color: #053963;
        font-family: "Gotham-Black", sans-serif;
        font-weight: 500;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .learn-more-btn .transparent-bg-link-txt::after {
        bottom: -7px;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box:hover .learn-more-btn .transparent-bg-link-txt::after {
        width: 100%;
    }
    .info-tiles-small-section .info-tile-small-box .info-tile-small-slick-slider .info-tile-small-slider-box .learn-more-btn .transparent-bg-link-txt img {
        width: 16px;
        margin-left: 15px;
    }
    /* Info Tiles - Small Module Css End */
    /* Info Tiles - Large Module Css Start */
    .info-tiles-large-section {
        padding: 0 !important;
    }
    .info-tiles-large-section .info-tiles-large-con .desktop-view {
        display: none;
    }
    .info-tiles-large-section .info-tiles-large-con .mobile-view {
        display: initial;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider {
        padding-bottom: 60px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .slick-prev,
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .slick-next {
        top: auto;
        transform: none;
        bottom: 0;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .slick-prev:hover,
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .slick-next:hover {
        transform: scale(1.2);
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .slick-prev {
        left: 0;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .slick-next {
        left: 60px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .info-tiles-large-slider-box {
        margin-top: 40px;
        position: relative;
        height: 595px;
        padding-bottom: 120px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .info-tiles-large-slider-box:not(:last-child) {
        margin-right: 10px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .info-tiles-large-slider-box.another-bg-con {
        padding-bottom: 0;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .light-blue-bg-box {
        background: #D7E8F7;
        position: relative;
        height: 100%;
        padding: 15px;
        padding-bottom: 140px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .dark-blue-bg-box {
        background: #0E406A;
        position: relative;
        height: 100%;
        padding: 15px;
        padding-bottom: 140px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .info-tiles-large-img-box {
        height: 345px;
        width: 100%;
        overflow: hidden;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .info-tiles-large-img-box .info-tiles-large-img {
        width: 100%;
        height: 345px;
        object-fit: cover;
        object-position: center;
        transition: all 1s;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .light-blue-bg-box .info-tiles-large-img-box,
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .light-blue-bg-box .info-tiles-large-img-box .info-tiles-large-img,
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .dark-blue-bg-box .info-tiles-large-img-box,
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .dark-blue-bg-box .info-tiles-large-img-box .info-tiles-large-img {
        height: 335px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider:hover .info-tiles-large-img-box .info-tiles-large-img {
        transform: scale(1.2);
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .info-tiles-large-title {
        font-size: 26px;
        line-height: 32px;
        color: #0E406A;
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 700;
        margin: 15px 0;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .info-tiles-large-txt {
        font-size: 14px;
        line-height: 24px;
        color: #4D4D4D;
        font-family: "Gotham-Light", sans-serif;
        font-weight: 400;
        margin-bottom: 0;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .learn-more-btn {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        display: inline-block;
        padding: 35px 15px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .learn-more-btn .transparent-bg-link-txt {
        font-size: 18px;
        line-height: 18px;
        color: #053963;
        font-family: "Gotham-Black", sans-serif;
        font-weight: 500;
        margin-bottom: 0;
        display: inline-flex;
        align-items: center;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .dark-blue-bg-box .info-tiles-large-title,
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .dark-blue-bg-box .info-tiles-large-txt,
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .dark-blue-bg-box .learn-more-btn .transparent-bg-link-txt {
        color: #FFFFFF;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .learn-more-btn .transparent-bg-link-txt::after {
        bottom: -7px;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider:hover .learn-more-btn .transparent-bg-link-txt::after {
        width: 100%;
    }
    .info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .learn-more-btn .transparent-bg-link-txt img {
        width: 16px;
        margin-left: 15px;
    }
    /* Info Tiles - Large Module Css End */
    /* Info Tiles - X-Large Module Css Start */
    .info-tiles-x-large-section,
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box {
        padding: 0;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-img-box,
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .info-tiles-x-large-img-box .info-tiles-x-large-img {
        height: 390px;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .learn-more-btn .transparent-bg-link-txt {
        display: inline-flex;
        align-items: center;
    }
    .info-tiles-x-large-section .info-tiles-x-large-con .info-tiles-x-large-box .learn-more-btn .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Info Tiles - X-Large Module Css End */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box {
        height: 635px;
    }
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box,
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .carousel-tiles-large-full-img-img-box .carousel-tiles-large-full-img-img {
        height: 530px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Carousel Tiles - Large Module Css Start */
    .carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box .learn-more-btn .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Carousel Tiles - Large Module Css End */
    /* Carousel Tiles - Large Full Image Module Css Start */
    .carousel-tiles-large-full-img-section .carousel-tiles-large-full-img-slider-box .carousel-tiles-large-full-img-slick-slider .carousel-tiles-large-full-img-slider-content-box .learn-more-btn .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Carousel Tiles - Large Full Image Module Css End */
    /* Carousel Tiles - Small Module Css Start */
    .carousel-tiles-small-section .carousel-tiles-small-slider-box .carousel-tiles-small-slick-slider .carousel-tiles-small-slider-content-box .learn-more-btn .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Carousel Tiles - Small Module Css End */
    /* Video Module Css Start */
    .video-module-section {
        padding: 20px 0;
    }
    .video-module-section .video-module-box .video-module-img-con {
        order: 2;
    }
    .video-module-section .video-module-box .video-module-img-con .video-module-img-box .video-module-img {
        height: 100%;
    }
    .video-module-section .video-module-box .video-module-img-con .video-module-img-box .play-btn-img-box {
        top: -55px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .video-module-section .video-module-box .video-module-content-box {
        padding: 0 20px 80px;
        order: 1;
    }
    .video-module-section .video-module-box .video-module-content-box .video-module-sub-title,
    .video-module-section .video-module-box .video-module-content-box .video-module-title {
        max-width: 100%;
    }
    .video-module-section .video-module-box .video-module-content-box .video-module-txt {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }
    .video-module-section .video-module-box .video-module-content-box .video-module-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Video Module Right Side Image Css Start */
    .right-side-img-section.video-module-section .video-module-box .video-module-content-box {
        padding: 0 20px 50px;
    }
    .right-side-img-section.video-module-section .video-module-box .video-module-img-con .video-module-img-box .play-btn-img-box {
        top: -55px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    /* Video Module Right Side Image Css End */
    /* Video Module Css End */
    /* Video Module Full Width Css Start */
    .full-width-video-module-section {
        padding: 20px 0;
    }
    /* Video Module Full Width Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-border-box-section {
        display: none;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box {
        padding: 8px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half {
        width: 100%;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.light-blue-bg .tiles-content-con,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.yellow-blue-bg .tiles-content-con,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.dark-blue-bg .tiles-content-con {
        padding: 20px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box .tiles-title {
        font-size: 20px;
        line-height: 20px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-heading-box i {
        display: inline-block;
        font-size: 20px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box,
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-img,
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box {
        height: 360px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box {
        padding: 20px 20px 30px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box {
        padding: 0;
        position: relative;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box {
        background: linear-gradient(180deg, rgba(2, 31, 51, 0) 0%, rgba(2, 31, 51, 0.7) 100%);
        height: 360px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 20px 30px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box {
        width: 100%;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-sub-title,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-sub-title {
        color: #FFFFFF;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-title,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-title {
        color: #FFFFFF;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt {
        color: #FFFFFF;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt img,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-right-box .tiles-img,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-img {
        height: 360px;
    }
    /* Link Tiles Module Css End */
    /* Read More Module Css Start */
    .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        line-height: 18px;
        padding: 20px 10px 20px 20px;
    }
    .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 15px 20px;
    }
    /* Read More Module Css End */
    /* Read More - Compact Module Css Start */
    .read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        line-height: 18px;
        padding: 20px 10px 20px 20px;
    }
    .read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 15px 20px;
    }
    /* Read More - Compact Module Css End */
    /* Call to Action - Large Module Css Start */
    .call-to-action-large-section .call-to-action-large-box .call-to-action-large-img {
        height: 630px;
    }
    .call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-large-title-img {
        width: 350px;
    }
    .call-to-action-large-section .call-to-action-large-box .call-to-action-content-box .call-to-action-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .call-to-action-large-section .call-to-action-large-box .call-to-action-large-square-bg-img svg {
        height: 70px;
    }
    /* Call to Action - Large Module Css End */
    /* Call to Action - Small Module Css Start */
    .call-to-action-small-section {
        padding: 10px 0 300px;
    }
    .mobile-cll-to-action-small-section {
        padding: 10px 0;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-small-img {
        height: 400px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-content-box {
        padding: 30px 20px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-sub-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-title {
        font-size: 44px;
        line-height: 50px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-btn-box {
        margin-top: 0px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .call-to-action-small-section .call-to-action-small-box .call-to-action-small-square-bg-img {
        display: none;
    }
    /* Call to Action - Small Text Box Right Side Module Css Start */
    .content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box {
        padding: 0 0 0 50px;
    }
    .content-right-box.call-to-action-small-section .call-to-action-small-box .call-to-action-content-box .call-to-action-bg-box {
        padding: 20px;
        max-width: 550px;
        margin-top: 600px;
    }
    /* Call to Action - Small Text Box Right Side Module Css End */
    /* Call to Action - Small Module Css End */
    /* Event Explorer Carousel Module Css Start */
    .event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box .event-carousel-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    .event-carousel-section .event-carousel-slider-box .event-carousel-slick-slider .event-carousel-slider-content-box .event-details-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Event Explorer Carousel Module Css End */
    /* Curriculum Explorer Carousel Module Css Start */
    .curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-btn-box .transparent-bg-link-txt img {
        display: inline-block;
        width: 16px;
        margin-left: 15px;
    }
    /* Curriculum Explorer Carousel Module Css End */
    /* Page Modules Page Css End */
    /* Video Gallery Page Css Start */
    /* Subscribe Css Start */
    .subscribe-section {
        padding: 20px;
    }
    .subscribe-section .subscribe-box .subscribe-detail-box .subscribe-detail-title {
        font-size: 20px;
        line-height: 20px;
    }
    .subscribe-section .subscribe-box .subscribe-detail-box .subscribe-detail-txt {
        font-size: 14px;
        line-height: 24px;
    }
    .subscribe-section .subscribe-box .subscribe-btn-box .subscribe-btn {
        min-width: 180px;
        font-size: 16px;
        line-height: 24px;
    }
    /* Subscribe Css End */
    /* Video Gallery Css Start */
    .video-gallery-section {
        padding: 20px;
    }
    .video-gallery-section .video-gallery-title-con .video-gallery-title-box .video-gallery-title {
        font-size: 34px;
        line-height: 34px;
    }
    .video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider {
        margin-right: 0;
    }
    .video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-title {
        font-size: 20px;
        line-height: 26px;
    }
    /* Video Gallery Css End */
    /* Old Boys Css Start */
    .old-boys-section {
        padding-bottom: 0;
    }
    /* Old Boys Css End */
    /* Video Gallery Page Css End */
    /* Curriculum Explorer Page Css Start */
    /* Curriculum Explorer List Css Start */
    .curriculum-explorer-list-section {
        padding: 0 20px;
    }
    .curriculum-explorer-list-section .container {
        padding: 20px 0;
    }
    .curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-tab-header-box .nav-tabs {
        flex-wrap: inherit;
        overflow: auto;
    }
    /* Curriculum Explorer List Css End */
    /* Curriculum Explorer Detail View Modal Css Start */
    .curriculum-explorer-modal-view .modal-lg {
        width: auto;
        max-width: none;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body {
        overflow-y: auto;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box {
        order: 2;
        max-height: none;
        overflow-y: hidden;
        padding: 20px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .modal-detail-title {
        font-size: 44px;
        line-height: 50px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box,
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel,
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner,
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-inner .carousel-item {
        height: auto;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-indicators {
        transform: none;
        left: 0;
        bottom: 10px;
        right: 0;
        z-index: 2;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .carousel .carousel-indicators [data-bs-target] {
        height: 12px;
        width: 12px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .modal-close-icon-box .close-icon {
        min-height: 40px;
        min-width: 90px;
        line-height: 38px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .modal-close-icon-box .close-icon:hover {
        min-height: 40px;
        min-width: 40px;
        line-height: 40px;
    }
    /* Curriculum Explorer Detail View Modal Css End */
    /* Curriculum Explorer Page Css End */
    /* Tour Bookings Page Css Start */
    /* Tour Booking List Css Start */
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box {
        height: 230px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box {
        padding: 15px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box .tour-booking-calendar-icon {
        width: 60px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-img-box .tour-booking-list-date-detail-box .tour-booking-list-date-box .tour-booking-date-txt {
        width: calc(100% - 60px);
        padding-left: 15px;
        font-size: 46px;
        line-height: 54px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box {
        padding: 15px 0;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-title {
        font-size: 26px;
        line-height: 32px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con {
        flex-direction: column;
        align-items: flex-start;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt {
        font-family: "Gotham-Book", sans-serif;
        font-weight: 400;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .tour-booking-list-txt {
        display: none;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .calendar-plus-icon-box {
        display: block;
        text-align: right;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-with-img-list-con .tour-booking-with-img-list-box .tour-booking-list-content-box .calendar-plus-icon-box .calendar-plus-icon {
        width: 35px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box {
        padding: 15px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box:not(:last-child) {
        margin-bottom: 20px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box .tour-booking-calendar-icon {
        width: 60px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-date-box .tour-booking-date-txt {
        width: calc(100% - 60px);
        padding-left: 15px;
        font-size: 46px;
        line-height: 54px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-title {
        font-size: 26px;
        line-height: 32px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con {
        flex-direction: column;
        align-items: flex-start;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-list-time-location-con .tour-booking-list-time-location-box .time-txt {
        font-family: "Gotham-Book", sans-serif;
        font-weight: 400;
    }
    .tour-booking-list-section .tour-booking-list-con .tour-booking-without-img-list-con .tour-booking-without-img-list-box .tour-booking-btn-box .tour-booking-btn {
        text-align: left;
        margin: 30px 0 15px;
        padding: 0;
    }
    /* Tour Booking List Css End */
    /* Tour Bookings Page Css End */
    /* Latest News Page Css Start */
    /* Latest News List Css Start */
    .latest-news-list-section .container {
        padding: 40px 20px;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container {
        grid-auto-rows: 540px;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-img-box .latest-news-img,
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item.one-row-one-column .latest-news-img-box .latest-news-img {
        height: 295px;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box {
        align-items: flex-start;
        flex-direction: column;
        margin: 15px 0;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-label-date-box .latest-news-list-date-box {
        padding-left: 0;
        padding-top: 15px;
    }
    .latest-news-list-section .latest-news-tab-box .grid-container .grid-item .latest-news-list-detail-txt {
        display: none;
    }
    /* Latest News List Css End */
    /* Latest News Page Css End */
    /* Event Calendar Page Css Start */
    /* Event Calendar List Css Start */
    .event-calendar-section .event-month-year-previous-next-btn-box.bottom-event-month-year-previous-next-btn-box {
        justify-content: space-between;
    }
    .event-calendar-section .event-month-year-previous-next-btn-box.bottom-event-month-year-previous-next-btn-box .event-month-year-box {
        margin-right: 0;
    }
    .event-calendar-section .event-terms-dates-box .event-terms-dates {
        margin: 20px auto 0;
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con {
        padding-right: 0;
        border-right: 0;
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card {
        padding: 10px 10px 65px;
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box {
        height: 230px;
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box {
        padding: 10px;
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box .calendar-yellow-icon {
        width: 50px;
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-img-box .event-calendar-list-date-box .event-calendar-list-date {
        font-size: 38px;
        line-height: 44px;
        width: calc(100% - 50px);
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-title {
        font-size: 26px;
        line-height: 32px;
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con {
        flex-direction: column;
        align-items: flex-start;
    }
    .event-calendar-list-con .event-calendar-x-large-list-section .event-calendar-x-large-list-con .event-calendar-x-large-list-box .event-calendar-x-large-list-card .event-calendar-list-time-location-con .event-calendar-list-time-location-box:not(:last-child) {
        margin-right: 0;
    }
    /* Event Calendar List Css End */
    /* Event Calendar Page Css End */
    .full-text-editor-section:not(.modal-body-txt),
    .full-text-editor-section.full-text-editor-border-bottom,
    .full-text-editor-section.full-text-editor-border-top {
        padding: 40px 20px 20px !important;
    }
}
@media only screen and (max-width: 575px) {
    /* Home Page Css Start */
    /* Discover More Css Start */
    .discover-more-section .discover-more-slick-slider .discover-more-slider {
        margin: 0;
    }
    /* Discover More Css End */
    /* Latest News Css Start */
    .latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider {
        padding: 0;
    }
    /* Latest News Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box .transparent-bg-link-txt {
        width: 260px;
    }
    /* Call to Action Css End */
    /* Home Page Css End */
    /* Page Modules Page Css Start */
    /* Photo Gallery with Description Module Css Start */
    .photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .photo-gallery-with-description-slider {
        margin: 0;
    }
    /* Photo Gallery with Description Module Css End */
    /* Photo Gallery with Variable width of Slider Module Css Start */
    .photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .photo-gallery-with-variable-width-slider {
        margin: 0;
    }
    /* Photo Gallery with Variable width of Slider Module Css End */
    /* Compact Photo Gallery Module Css Start */
    .compact-photo-gallery-slider-section {
        padding: 20px 0 20px 20px;
    }
    .compact-photo-gallery-slider-section .compact-photo-gallery-slider-con::before,
    .compact-photo-gallery-slider-section .compact-photo-gallery-slider-con::after {
        width: calc(100% - 20px);
    }
    /* Compact Photo Gallery Module Css End */
    /* Grid Photo Gallery Module Css Start */
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider .grid-photo-gallery-slider-img-box img {
        height: 280px;
    }
    .grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .grid-photo-gallery-slider.two-img-in-one-slider .grid-photo-gallery-slider-img-box img {
        height: 130px;
    }
    /* Grid Photo Gallery Module Css End */
    /* Page Modules Page Css End */
    /* Video Gallery Page Css Start */
    /* Subscribe Css Start */
    .subscribe-section .subscribe-box .subscribe-detail-box {
        padding-right: 0 !important;
    }
    .subscribe-section .subscribe-box .subscribe-btn-box {
        text-align: left;
        margin-top: 10px;
    }
    /* Subscribe Css End */
    /* Video Gallery Page Css End */
}
@media only screen and (max-width: 525px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 400px) {
    /* Splash Screen Css Start */
    .splash-screen-section .splash-screen-box svg {
        width: 300px;
    }
    /* Splash Screen Css End */
}
/* For Iphone Common Css Start */
@media only screen and (max-width: 430px) and (-webkit-device-pixel-ratio: 3) {
    /* Banner Css Start */
    .banner-section,
    .banner-section .banner-con .banner-box video,
    .banner-section .banner-con .banner-box .banner-img,
    .banner-section .banner-con .banner-box .carousel-caption {
        height: calc(100vh - 165px);
    }
    /* Banner Css End */
    /* Menu Css Start */
    .menu-nav .menu-box .menu-left-box .other-links-box {
        height: calc(100vh - 435px);
    }
    .mobile-view-quick-links-menu-box .quick-link-menu-box {
        height: calc(100vh - 392px);
    }
    /* Menu Css End */
    }
/* For Iphone Common Css End */
/* For Iphone Safari Css Start */
/* Banner Css Start */
.iphone-safari-body .banner-section,
.iphone-safari-body .banner-section .banner-con .banner-box video,
.iphone-safari-body .banner-section .banner-con .banner-box .banner-img,
.iphone-safari-body .banner-section .banner-con .banner-box .carousel-caption {
    height: calc(100vh - 140px);
}
/* Banner Css End */
/* Menu Css Start */
.iphone-safari-body .menu-nav .menu-box .menu-left-box .other-links-box {
    height: calc(100vh - 410px);
}
.iphone-safari-body .mobile-view-quick-links-menu-box .quick-link-menu-box {
    height: calc(100vh - 372px);
}
/* Menu Css End */
/* For Iphone Safari Css End */
/* For Android Css Start */
/* Banner Css Start */
.android-body .banner-section,
.android-body .banner-section .banner-con .banner-box video,
.android-body .banner-section .banner-con .banner-box .banner-img,
.android-body .banner-section .banner-con .banner-box .carousel-caption {
    height: calc(100vh - 130px);
}
/* Banner Css End */
/* Menu Css Start */
.android-body .menu-nav .menu-box .menu-left-box .other-links-box {
    height: calc(100vh - 400px);
}
.android-body .mobile-view-quick-links-menu-box .quick-link-menu-box {
    height: calc(100vh - 362px);
}
/* Menu Css End */
/* 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 rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInSplashScreen {
    from {
        opacity: 0;
        transform: translateY(10px); /* small slide-up */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Animation Css End */