/* Common Css Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #EF3829 #EAEBE8;
}
/* ScrollBar CSS Start */
::-webkit-scrollbar-track {
    background-color: #EF3829;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #EAEBE8 !important;
    border-radius: 10px;
}
/* ScrollBar CSS End */
body, html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
    font-family: "Barlow", sans-serif;
    /* font-family: "Bellefair", serif; */
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
html.remove-overflow,
body.remove-overflow {
    overflow: hidden;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-none {
    cursor: auto;
}
.spacer {
    flex: 1 1 auto;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mobile-view {
    display: none;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
/* Common Button Css Start */
.bg-transparent-blur-border-yellow-btn {
    border: 1px solid #FCB31C;
    background: #231F2033;
    backdrop-filter: blur(12px);
    min-width: 115px;
    width: auto;
    height: 44px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    transition: all 1s;
}
.bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    backdrop-filter: initial;
}
.bg-transparent-blur-border-yellow-btn .btn-icon-img {
    width: 15px;
    margin-right: 10px;
}
.bg-transparent-blur-border-yellow-btn .btn-second-icon-img {
    width: 10px;
    margin-left: 20px;
    margin-top: 3px;
}
.bg-transparent-blur-border-red-btn {
    border: 1px solid #EF3829;
    background: #231F2033;
    backdrop-filter: blur(12px);
    min-width: 115px;
    width: auto;
    height: 44px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    transition: all 1s;
}
.bg-transparent-blur-border-red-btn:hover {
    background: #EF3829;
    backdrop-filter: initial;
}
.bg-transparent-blur-border-red-btn .btn-icon-img {
    width: 15px;
    margin-right: 10px;
    transition: all 1s;
}
.bg-transparent-blur-border-red-btn .btn-second-icon-img {
    width: 10px;
    margin-left: 20px;
    margin-top: 3px;
}
.bg-transparent-blur-border-grey-btn {
    border: 1px solid #858583;
    background: #231F2033;
    backdrop-filter: blur(12px);
    min-width: 200px;
    width: auto;
    height: 44px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    transition: all 1s;
}
.bg-transparent-blur-border-grey-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    backdrop-filter: initial;
}
.bg-transparent-blur-border-light-grey-btn {
    border: 1px solid #D1D1D1;
    background: transparent;
    backdrop-filter: blur(12px);
    min-width: 165px;
    width: auto;
    height: 35px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    color: #231F20;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    transition: all 1s;
}
.bg-transparent-blur-border-light-grey-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    backdrop-filter: initial;
    color: #FFFFFF;
}
.download-document-btn {
    border: 0;
    background: transparent;
    min-width: 320px;
    width: auto;
    height: 40px;
    padding: 5px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    border-radius: 5px;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #231F20 !important;
    font-family: "Barlow", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.055rem !important;
    text-decoration: none !important;
    transition: all 1s !important;
}
.download-document-btn:hover {
    background: #EAEBE8;
    padding: 5px 10px;
}
.download-document-btn img {
    width: 18px;
}
.download-document-btn p {
    width: calc(100% - 18px);
    padding-left: 10px;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #231F20 !important;
    font-family: "Barlow", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.055rem !important;
    margin-bottom: 0 !important;
}
/* Common Button Css End */
/* Sticky Header Css Start */
.sticky-header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #231F20BF;
    backdrop-filter: blur(12px);
    z-index: 9;
    padding: 5px 30px;
}
.sticky-header-section .sticky-header-con .sticky-header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 285px;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box .bg-transparent-blur-border-yellow-btn:last-child {
    margin-left: 15px;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-logo-box .sticky-header-logo-img {
    display: inline-block;
    width: 60px;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-logo-box .sticky-header-logo-img .sticky-header-logo {
    width: 60px;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 285px;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .search-icon-box {
    display: inline-block;
    width: 26px;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .search-icon-box .search-icon {
    width: 26px;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .menu-icon-box {
    margin-left: 35px;
    text-align: center;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .menu-icon-box .bg-transparent-blur-border-yellow-btn {
    min-width: auto;
    padding: 5px 8px;
}
.sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .menu-icon-box .bg-transparent-blur-border-yellow-btn .btn-icon-img {
    width: 26px;
    margin-right: 0;
}
/* Sticky Header Css End */
/* Banner Css Start */
.banner-section {
    padding: 0;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner-section .banner-con {
    margin: 0;
}
.banner-section .banner-con .banner-box {
    position: relative;
    padding: 0;
}
.banner-section .banner-con .banner-box .carousel-item {
    display: flex;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
}
.banner-section .banner-con .banner-box video,
.banner-section .banner-con .banner-box iframe,
.banner-section .banner-con .banner-box .banner-img,
.banner-section .banner-con .banner-box .banner-iframe-box {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: top;
}
.img-show-from-center.banner-section .banner-con .banner-box video,
.img-show-from-center.banner-section .banner-con .banner-box iframe,
.img-show-from-center.banner-section .banner-con .banner-box .banner-img,
.img-show-from-center.banner-section .banner-con .banner-box .banner-iframe-box {
    object-position: center;
}
.banner-section .banner-con .banner-box .banner-iframe-box iframe {
    top: -52%;
    width: 130%;
    height: 200%;
    border: 0;
    left: -4%;
    position: absolute;
    transform: unset;
}
.banner-section .banner-con .banner-box .banner-caption {
    background: #33000D33;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 30px 40px;
    z-index: 1;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.event-calendar-banner-section.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box {
    z-index: 10;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 285px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn {
    margin-bottom: 16px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn:last-child {
    margin-left: 15px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-logo-box .banner-logo-img {
    display: inline-block;
    width: 160px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-logo-box .banner-logo-img .banner-logo {
    width: 160px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 285px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .search-icon-box {
    display: inline-block;
    width: 26px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .search-icon-box .search-icon {
    width: 26px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .search-icon-box p {
    margin-bottom: 0;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box {
    margin-left: 35px;
    text-align: center;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box .bg-transparent-blur-border-yellow-btn {
    min-width: auto;
    padding: 5px 8px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box .bg-transparent-blur-border-yellow-btn .btn-icon-img {
    width: 26px;
    margin-right: 0;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box p {
    opacity: 0;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 1s;
    margin-top: 5px;
    margin-bottom: 0;
}
.banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box:hover p {
    opacity: 1;
}
.banner-section .banner-con .banner-box .banner-caption .banner-title-box {
    max-width: 660px;
}
.community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption .banner-title-box {
    width: 100%;
    max-width: 100%;
}
.banner-section .banner-con .banner-box .banner-caption .banner-title-box .banner-title {
    font-size: 62px;
    line-height: 72px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}
.banner-section .banner-con .banner-box .banner-caption .banner-title-box .yarra-community-logo {
    width: 245px;
}
.yog-banner-section.banner-section .banner-con .banner-box .banner-caption .banner-title-box .yarra-community-logo {
    width: 140px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-border-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 900px;
}
/* General & Page Modules Banner Css Start */
.general-banner-section.banner-section,
.general-banner-section.banner-section .banner-con .banner-box .carousel-item,
.general-banner-section.banner-section .banner-con .banner-box video,
.general-banner-section.banner-section .banner-con .banner-box iframe,
.general-banner-section.banner-section .banner-con .banner-box .banner-img,
.general-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
.general-banner-section.banner-section .banner-con .banner-box .banner-caption {
    height: calc(100vh - 176px);
}
.general-banner-section.banner-section .banner-con .banner-box .banner-caption {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 14.82%, rgba(0, 0, 0, 0) 25.89%);
}
/* General & Page Modules Banner Css End */
/* Community, Foundation, YOG Banner Css Start */
/* .community-foundation-yog-banner-section.banner-section,
.community-foundation-yog-banner-section.banner-section .banner-con .banner-box .carousel-item,
.community-foundation-yog-banner-section.banner-section .banner-con .banner-box video,
.community-foundation-yog-banner-section.banner-section .banner-con .banner-box iframe,
.community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-img,
.community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
.community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption {
    height: calc(100vh - 254px);
} */
.community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 14.82%, rgba(0, 0, 0, 0) 25.89%),
                linear-gradient(180deg, rgba(35, 31, 32, 0) 70.52%, rgba(35, 31, 32, 0.6) 86.13%);
}
/* Community, Foundation, YOG Banner Css End */
/* Virtual Tour Banner Css Start */
.banner-section .banner-con .banner-box .banner-caption .banner-description-box {
    max-width: 600px;
    background: #231F20;
    backdrop-filter: blur(12px);
    padding: 30px;
    border-radius: 5px;
    margin-left: 50px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-description-box .banner-heading {
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-section .banner-con .banner-box .banner-caption .banner-description-box .banner-description {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
/* Virtual Tour Banner Css End */
/* Yarra Giving Banner Css Start */
.yarra-giving-banner-section.banner-section,
.yarra-giving-banner-section.banner-section .banner-con .banner-box .banner-caption {
    height: 160px;
}
.yarra-giving-banner-section.banner-section .banner-con .banner-box .banner-caption {
    background: #231F20;
    padding: 0 30px;
}
/* Yarra Giving Banner Css End */
/* Banner Css End */
/* Menu Css Start */
.menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    transition: all 1s;
    z-index: 101;
}
.menu-nav.active {
    transform: translateX(0);
}
.menu-nav .menu-box {
    width: 100vw;
    height: 100vh;
    background: #231F20;
    position: relative;
    padding: 10px 30px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 285px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box .bg-transparent-blur-border-red-btn {
    margin-bottom: 16px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box .bg-transparent-blur-border-red-btn .hover-btn-icon-img {
    display: none;
    transition: all 1s;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box .bg-transparent-blur-border-red-btn:hover .btn-icon-img {
    display: none;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box .bg-transparent-blur-border-red-btn:hover .hover-btn-icon-img {
    display: inline-block;
    width: 15px;
    margin-right: 10px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box .bg-transparent-blur-border-red-btn:last-child {
    margin-left: 15px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-logo-box .menu-logo-img {
    display: inline-block;
    width: 160px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-logo-box .menu-logo-img .menu-logo {
    width: 160px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 285px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box .search-icon-box {
    display: inline-block;
    width: 26px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box .search-icon-box .search-icon {
    width: 26px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box .search-icon-box p {
    margin-bottom: 0;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box .menu-icon-box {
    margin-left: 35px;
    text-align: center;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box .menu-icon-box .bg-transparent-blur-border-red-btn {
    min-width: 44px;
    padding: 5px 8px;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box .menu-icon-box .bg-transparent-blur-border-red-btn .btn-icon-img {
    width: 20px;
    margin-right: 0;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box .menu-icon-box p {
    opacity: 0;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 1s;
    margin-top: 5px;
    margin-bottom: 0;
}
.menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box .menu-icon-box:hover p {
    opacity: 1;
}
.menu-nav .menu-box .red-school-vector-img {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.menu-nav .menu-box .menu-detail-con {
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con {
    text-align: right;
    border-right: 1px solid #85858366;
    padding: 10px 40px 10px 12px;
    max-height: calc(100vh - 230px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box .menu-parent-item:not(:last-child) {
    margin-bottom: 25px;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box .menu-parent-item .menu-parent-item-txt {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    transition: all 1s;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box .menu-parent-item .menu-parent-item-txt:hover,
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box .menu-parent-item .menu-parent-item-txt.active {
    color: #FCB31C;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con {
    padding: 10px 12px 10px 40px;
    max-height: calc(100vh - 230px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con.hide {
    display: none;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box .quick-links-grey-icon {
    width: 20px;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box h3 {
    font-size: 32px;
    line-height: 40px;
    color: #858583;
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 10px;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-box {
    margin: 0;
    list-style: none;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-box .quick-link-item:not(:last-child) {
    margin-bottom: 15px;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-box .quick-link-item .quick-link-item-txt {
    font-size: 18px;
    line-height: 18px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con {
    padding: 10px 12px 10px 40px;
    max-height: calc(100vh - 230px);
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    transition: all 0.5s ease;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con.active {
    display: block;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con .menu-child-box {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con .menu-child-box .menu-child-item:not(:last-child) {
    margin-bottom: 15px;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con .menu-child-box .menu-child-item .menu-child-item-txt {
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    transition: all 1s;
}
.menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con .menu-child-box .menu-child-item .menu-child-item-txt:hover {
    color: #FCB31C;
}
/* Menu Css End */
/* Floating Button Css Start */
.floating-button-section {
    height: auto;
    width: 0;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 102;
    rotate: 270deg;
}
.floating-button-section .floating-button-box {
    padding: 5px;
    display: flex;
    justify-content: center;
}
.floating-button-section .floating-button-box .floating-apply-book-btn {
    background: #EF3829;
    border: 0;
    outline: 0;
    width: 160px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 0px #00000040;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 0.5s;
}
.floating-button-section .floating-button-box .floating-apply-book-btn:first-child {
    margin-right: 10px;
}
.floating-button-section .floating-button-box .floating-apply-book-btn:hover {
    background-color: #231F20;
}
.menu-floating-btn.floating-button-section .floating-button-box .floating-apply-book-btn:hover {
    background-color: #FCB31C;
}
/* Floating Button Css End */
/* Sticky Call Action Css Start */
.sticky-call-action-box {
    position: fixed;
    bottom: 20px;
    right: 60px;
    z-index: 9;
}
.sticky-call-action-box .pop-up-action-box {
    width: 330px;
    position: relative;
    padding: 15px 30px;
    box-shadow: 0px 0px 24px 0px #00000040;
    border-radius: 5px;
    /*background-image: linear-gradient(270deg, rgba(35, 31, 32, 0) 0%, #231F20 100%), url('../images/sticky-call-action-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}
.sticky-call-action-box .pop-up-action-box .pop-up-detail-box {
    width: 100%;
}
.sticky-call-action-box .pop-up-action-box .pop-up-detail-box .pop-up-detail-title {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-detail-box .pop-up-detail-txt {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-close-btn,
.open-call-action-btn-box .expand-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    border: 0;
    outline: 0;
    height: 24px;
    width: 24px;
    border-radius: 0;
    z-index: 1;
}
.open-call-action-btn-box .expand-btn {
    top: -12px;
}
.sticky-call-action-box .pop-up-action-box .pop-up-close-btn img,
.open-call-action-btn-box .expand-btn img {
    width: 24px;
}
.open-call-action-btn-box {
    display: none;
}
.open-call-action-btn-box .img-heading-text {
    height: 65px;
    width: 65px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 24px 0px #00000040;
    /*background-image: linear-gradient(270deg, rgba(35, 31, 32, 0) 0%, #231F20 100%), url('../images/sticky-call-action-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}
.open-call-action-btn-box .popup-hide {
    background: #231F2033;
    backdrop-filter: blur(24px);
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: -20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
/* Sticky Call Action Css End */
/* Top to Scroll Button Css Start */
.top-to-scroll-btn {
    position: fixed;
    bottom: 5px;
    right: 5px;
    height: 44px;
    width: 44px;
    border-radius: 5px;
    background: #EF3829;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
    transition: all 1s;
}
.top-to-scroll-btn:hover {
    background: #231F20;
}
.top-to-scroll-btn i {
    font-size: 20px;
    color: #FFFFFF;
}
/* Top to Scroll Button Css End */
/* Footer Css Start */
.footer-section {
    background: #231F20;
    padding: 50px 20px;
}
.footer-section .footer-con {
    padding: 0;
}
.footer-section .footer-con .container {
    padding: 0 30px;
}
.footer-section .footer-con .footer-box .footer-logo-box {
    border-right: solid 1px #858583;
    padding: 20px 60px 20px 12px;
}
.footer-section .footer-con .footer-box .footer-logo-box .footer-logo-img-box {
    display: block;
    width: 350px;
}
.footer-section .footer-con .footer-box .footer-logo-box .footer-logo-img-box .footer-logo-img {
    width: 350px;
}
.footer-section .footer-con .footer-box .footer-logo-box .footer-content-txt {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin: 30px 0 40px;
    max-width: 400px;
}
.footer-section .footer-con .footer-box .footer-logo-box .footer-content-sub-txt {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin: 0 0 30px;
    max-width: 400px;
}
.footer-section .footer-con .footer-box .footer-logo-box .country-flag {
    width: 170px;
}
.footer-section .footer-con .footer-box .footer-detail-box {
    padding-left: 60px;
}
.community-foundation-yog-footer-section.footer-section .footer-con .footer-box .footer-detail-box {
    padding-top: 70px;
}
.footer-section .footer-con .footer-box .footer-detail-box .confidence-to-achieve-img {
    width: 500px;
}
.footer-section .footer-con .footer-box .footer-detail-box .small-border-img {
    width: 100%;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box {
    margin-top: 50px;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt,
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt a {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    text-decoration: none;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt strong {
    text-transform: uppercase;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt strong span {
    text-transform: capitalize;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt i {
    font-size: 16px;
    color: #EF3829;
    margin-right: 2px;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .associated-partner-logo {
    width: 175px;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .social-icon-con {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .social-icon-con .social-icon-box {
    display: inline-block;
    margin-right: 30px;
}
.footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .social-icon-con .social-icon-box i {
    font-size: 18px;
    color: #FFFFFF;
}
.footer-section .footer-con .footer-box .footer-detail-box .copyright-txt-box {
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.footer-section .footer-con .footer-box .footer-detail-box .copyright-txt-box .copyright-txt,
.footer-section .footer-con .footer-box .footer-detail-box .copyright-txt-box .copyright-txt span {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-section .footer-con .footer-box .footer-detail-box .copyright-txt-box .jwam-logo {
    width: 55px;
    margin-left: 10px;
}
/* Footer Css End */
/* Page Header Css Start */
.page-header-section {
    background: #231F20;
    padding: 40px 20px;
    position: relative;
}
.page-header-section .page-header-con {
    padding: 0;
}
.page-header-section .page-header-con .container {
    padding: 0 30px;
}
.page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-title {
    font-size: 62px;
    line-height: 66px;
    color: #FFFFFF;
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-txt {
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px;
    letter-spacing: 0.03rem;
}
.page-header-section .page-header-con .page-header-box .page-header-detail-box .enhancing-yarra-spirit-img {
    width: 355px;
    margin: 30px 0 10px;
}
.page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-detail-txt {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin: 30px 0 0;
    max-width: 600px;
}
.community-foundation-yog-page-header-section.page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-detail-txt {
    margin: 0;
}
.page-header-section .page-header-border-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 750px;
}
/* Page Header Css End */
/* Read Previous and Next Css Start */
.read-previous-next-section {
    padding: 50px 20px 70px;
}
.read-previous-next-section .container {
    padding: 0 30px;
}
.read-previous-next-section .read-previous-next-box {
    padding: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: #EAEBE8;
}
.read-previous-next-section .read-previous-next-box:hover {
    background: #231F20;
    box-shadow: 0px 0px 12px 0px #00000040;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-detail-box {
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: end;
    padding: 20px;
}
.read-previous-next-section .read-previous-next-con:last-child .read-previous-next-box .read-previous-detail-box {
    align-items: flex-start;
    text-align: left;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box p {
    font-size: 16px;
    line-height: 20px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box h6 {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all 1s;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover p,
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover h6 {
    color: #FFFFFF;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img {
    width: 220px;
    height: 225px;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: all 0.8s;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-img {
    opacity: 1;
}
/* Read Previous and Next Css End */
/* Common Css End */
/* Home Page Css Start */
/* Explore Our World Css Start */
.explore-our-world-section {
    padding: 20px 20px;
}
.explore-our-world-section .explore-our-world-con {
    background: #EAEBE8;
    padding: 80px 0 50px;
}
.explore-our-world-section .explore-our-world-con .container {
    padding: 0 30px;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-sub-title-box .explore-our-world-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-title-box .explore-our-world-title {
    font-size: 48px;
    line-height: 48px;
    color: #231F20;
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    max-width: 650px;
    margin-bottom: 0;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-title-box .explore-our-world-title span {
    font-size: 34px;
    line-height: 40px;
    color: #EF3829;
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-txt-box .explore-our-world-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box {
    margin-top: 20px;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-control,
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-select {
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 19px 20px;
    caret-color: #858583;
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    background-color: transparent;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0.03rem;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-select {
    padding-right: 30px;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-control::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-control:focus,
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-select:focus {
    box-shadow: none;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-select {
    height: auto;
    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='%23858583' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 20px center/8px 10px no-repeat !important;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-select p {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-vector-img-box {
    margin-top: 40px;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-vector-img-box .explore-our-world-vector-img {
    width: 100%;
}
/* Explore Our World Css End */
/* Principal Welcome Css Start */
.principal-welcome-section {
    padding: 0 20px;
}
.principal-welcome-section .principal-welcome-con {
    /*background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 83.64%), url('../images/principal-welcome-bg-img.jpg');*/
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    padding: 80px 0 50px;
}
.principal-welcome-section .principal-welcome-con .container {
    padding: 0 30px;
}
.principal-welcome-section .principal-welcome-con .principal-welcome-box .principal-welcome-detail-box {
    max-width: 610px;
}
.principal-welcome-section .principal-welcome-con .principal-welcome-box .principal-welcome-detail-box .principal-welcome-detail-title {
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.principal-welcome-section .principal-welcome-con .principal-welcome-box .principal-welcome-detail-box .principal-welcome-detail-txt {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
.principal-welcome-section .principal-welcome-con .principal-welcome-box .principal-welcome-detail-box .principal-welcome-detail-btn-box {
    display: inline-flex;
    flex-direction: column;
}
.principal-welcome-section .principal-welcome-con .principal-welcome-box .principal-welcome-detail-box .principal-welcome-detail-btn-box .bg-transparent-blur-border-yellow-btn:not(:first-child) {
    margin-top: 15px;
}
.principal-welcome-section .principal-welcome-con .principal-welcome-vector-img-box {
    margin-top: 40px;
}
.principal-welcome-section .principal-welcome-con .principal-welcome-vector-img-box .principal-welcome-vector-img {
    width: 100%;
    transform: scaleX(-1);
}
/* Principal Welcome Css End */
/* School Tab Css Start */
.school-tab-section {
    padding: 20px 20px;
}
.school-tab-section .school-tab-con {
    background: #EAEBE8;
    padding: 60px 0 10px;
}
.school-tab-section .school-tab-con .container {
    padding: 0 30px;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box {
    margin-top: 20px;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card {
    height: 470px;
    padding: 5px;
    border-radius: 6px;
    transition: all 1s;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card:hover {
    background: #231F20;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-img-box {
    width: 100%;
    height: 325px;
    border-radius: 5px;
    overflow: hidden;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-img-box .school-tab-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all 1s;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card:hover .school-tab-card-img-box .school-tab-card-img {
    transform: scale(1.2);
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box {
    padding: 10px;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-title {
    font-size: 24px;
    line-height: 30px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card:hover .school-tab-card-detail-box .school-tab-card-detail-title {
    color: #FFFFFF;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-txt {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card:hover .school-tab-card-detail-box .school-tab-card-detail-txt {
    color: #FFFFFF;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-btn-box {
    display: none;
    transition: all 1s;
}
.school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card:hover .school-tab-card-detail-box .school-tab-card-detail-btn-box {
    display: inline-block;
}
/* School Tab Css End */
/* Great Education Css Start */
.great-education-section {
    padding: 0 20px;
}
.great-education-section .great-education-con {
    padding: 0;
    margin: 80px 0 50px;
    position: relative;
}
.great-education-section .great-education-con::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    background-image: url(../images/small-border-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 5px;
    width: 45%;
}
.great-education-section .great-education-con .container {
    padding: 0 30px;
}
.great-education-section .great-education-con .great-education-box .great-education-detail-box {
    max-width: 1000px;
    padding-top: 40px;
}
.great-education-section .great-education-con .great-education-box .great-education-detail-box .great-education-detail-title {
    font-size: 48px;
    line-height: 60px;
    color: #EF3829;
    font-family: "Bellefair", serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.great-education-section .great-education-con .great-education-box .great-education-detail-box .great-education-detail-txt {
    font-size: 28px;
    line-height: 46px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.great-education-section .great-education-con .great-education-tab-box {
    margin-top: 20px;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box {
    margin-top: 20px;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card {
    height: 100%;
    padding: 5px;
    border-radius: 6px;
    background: #EAEBE8;
    transition: all 1s;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card:hover {
    background: #231F20;
    box-shadow: 0px 0px 24px 0px #00000040;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-img-box {
    width: 100%;
    height: 330px;
    border-radius: 5px;
    overflow: hidden;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-img-box .great-education-tab-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all 1s;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card:hover .great-education-tab-card-img-box .great-education-tab-card-img {
    transform: scale(1.2);
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box {
    padding: 20px 10px 84px;
    position: relative;
    height: calc(100% - 330px);
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-title {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card:hover .great-education-tab-card-detail-box .great-education-tab-card-detail-title {
    color: #FFFFFF;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card:hover .great-education-tab-card-detail-box .great-education-tab-card-detail-txt {
    color: #FFFFFF;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 10px;
    width: 100%;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn {
    border: 1px solid #858583;
    background: transparent;
    color: #231F20;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card:hover .great-education-tab-card-detail-box .great-education-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn {
    border: 1px solid #FCB31C;
    color: #FFFFFF;
}
.great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    backdrop-filter: initial;
}
/* Great Education Css End */
/* Results Css Start */
.results-section {
    padding: 0 20px;
}
.results-section .results-con {
    background: #231F20;
    padding: 40px;
    position: relative;
}
.results-section .results-con .results-large-border-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.results-section .results-con .results-box .results-img-con {
    padding: 0;
}
.results-section .results-con .results-box .results-img-con .results-img-box {
    position: relative;
    height: 100%;
}
.results-section .results-con .results-box .results-img-con .results-img-box .results-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 57.99%, rgba(35, 31, 32, 0.4) 65.62%, #231F20 79.7%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 40px 20px;
}
.results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-title {
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-txt {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 5px;
}
.results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-percentage-txt {
    font-size: 62px;
    line-height: 80px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
.results-section .results-con .results-box .results-content-con {
    padding: 0 20px 0 60px;
}
.results-section .results-con .results-box .results-content-con .results-content-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title,
.results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title span {
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title span {
    color: #EF3829;
}
.results-section .results-con .results-box .results-content-con .highest-result-txt-box {
    border: 1px solid #EF3829;
    border-radius: 5px;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.results-section .results-con .results-box .results-content-con .highest-result-txt-box .highest-result-percentage-txt {
    font-size: 62px;
    line-height: 80px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
.results-section .results-con .results-box .results-content-con .highest-result-txt-box .highest-result-detail-txt {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
.results-section .results-con .results-box .results-content-con .results-grid-con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    border: 1px solid #858583;
    border-radius: 5px;
    overflow: hidden;
    margin: 40px 0 0;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box {
    text-align: center;
    padding: 20px 50px;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box:nth-child(1) {
    border-right: 1px solid #858583;
    border-bottom: 1px solid #858583;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box:nth-child(2) {
    border-right: 1px solid #858583;
    border-bottom: 1px solid #858583;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box:nth-child(3) {
    border-bottom: 1px solid #858583;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box:nth-child(4) {
    border-right: 1px solid #858583;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-title,
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-title span {
    font-size: 62px;
    line-height: 76px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-txt {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-align: center;
    margin-bottom: 0;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-sub-title {
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-heading-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
    margin-bottom: 20px;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .progress {
    background-color: #FFFFFF;
    height: 16px;
    border-radius: 50px;
    overflow: initial;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .progress .progress-bar {
    background-color: #EF3829;
    border-radius: 50px;
    transition: width 4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: initial;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .progress .progress-bar::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #EF3829;
}
.results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box.results-grid-big-box {
    grid-column: span 2;
    padding: 20px;
}
/* Results Css Start */
/* Enhancing Css Start */
.enhancing-section {
    padding: 80px 20px;
    position: relative;
}
.enhancing-section .grey-school-vector-img {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}
.enhancing-section .enhancing-con {
    padding: 0;
    position: inherit;
    z-index: 1;
}
.enhancing-section .enhancing-con .container {
    padding: 0 30px;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box {
    padding: 0 60px 0 0;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title,
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title span {
    font-size: 48px;
    line-height: 60px;
    color: #231F20;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title span {
    color: #EF3829;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box {
    padding: 10px 0 0 70px;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item {
    border: 0;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header {
    border-bottom: 0;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    border-bottom: solid 1px #EAEBE8;
    padding: 25px 0;
    align-items: center;
    position: relative;
    transition: color 0.3s ease;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border-radius: 0;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button::after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    background-image: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    color: #EF3829;
    transform: none;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: "\f054";
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #231F20;
    border-bottom: 0;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #858583;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    display: none;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-collapse {
    border-bottom: solid 1px #EF3829;
    border-radius: 0;
    position: relative;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0 20px;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-img-con .enhancing-img-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-img-con .enhancing-img-box .enhancing-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    /* height: auto; */
    /* height: 100%; */
    height: 620px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.enhancing-section .enhancing-con .enhancing-box .enhancing-img-con .enhancing-img-box .enhancing-img.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}
/* Enhancing Css End */
/* News & Event Css Start */
.news-event-section {
    padding: 80px 20px;
    background: #EAEBE8;
}
.news-event-section .news-event-con {
    padding: 0;
}
.news-event-section .news-event-con .container {
    padding: 0 30px;
}
.news-event-section .news-event-con .stay-connected-con .stay-connected-box .stay-connected-title {
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 3%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con,
.news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con .only-social-icon-box {
    display: flex;
    align-items: center;
    width: 100%;
}
.news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con .social-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: #231F20;
    text-decoration: none;
}
.news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con .social-icon-box:not(:first-child) {
    margin-left: 15px;
}
.news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con .social-icon-box i {
    font-size: 24px;
    color: #FFFFFF;
}
.news-event-section .news-event-con .news-event-box {
    padding: 40px 0 0;
}
.news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs {
    border-bottom: 0;
    flex-wrap: inherit;
    /* overflow-x: auto; */
}
.news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs .nav-link {
    background: transparent;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    line-height: 20px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    color: #858583;
    margin-right: 25px;
}
.news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs .nav-item.show .nav-link,
.news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs .nav-link.active {
    color: #231F20;
}
.news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs .bg-transparent-blur-border-grey-btn {
    background: transparent;
    color: #231F20;
    min-width: 165px;
}
.news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs .bg-transparent-blur-border-grey-btn:hover {
    background: #231F20;
    border: solid 1px #231F20;
    color: #FFFFFF;
}
.news-event-section .news-event-con .news-event-box .news-event-nav-box .tab-content {
    padding-top: 20px;
}
.news-event-section .news-event-slider {
    margin: 0 -20px 65px;
}
.news-event-section .news-event-slider .news-event-slider-box {
    height: 430px;
    padding: 20px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail {
    height: 100%;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-header .news-event-slider-header-title {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-header .news-event-slider-header-title img {
    width: 20px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-header .news-event-slider-header-title.event-title img,
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-header .news-event-slider-header-title.social-title img {
    width: 18px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-header .news-event-slider-header-title p {
    padding-left: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-header .news-event-slider-header-date p {
    font-size: 12px;
    line-height: 15px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box {
    height: 220px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box {
    height: calc(100% - 29px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box .news-event-slider-img-content-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 12px 0px #00000040;
    background: #00000099;
    border-radius: 5px;
    transition: all 1s;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail:hover .news-event-slider-img-box.full-img-box .news-event-slider-img-content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box .news-event-slider-img-content-box .news-event-slider-img-like-comment-box {
    display: inline-flex;
    align-items: center;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box .news-event-slider-img-content-box .news-event-slider-img-like-comment-box:not(:first-child) {
    margin-left: 20px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box .news-event-slider-img-content-box .news-event-slider-img-like-comment-box .like-comment-icon {
    width: 25px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box .news-event-slider-img-content-box .news-event-slider-img-like-comment-box:last-child .like-comment-icon {
    width: 23px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box .news-event-slider-img-content-box .news-event-slider-img-like-comment-box p {
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box .news-event-slider-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 1s;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box .news-event-slider-img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail:hover .news-event-slider-img-box .news-event-slider-img {
    transform: scale(1.2);
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box {
    background: #231F20;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
    height: calc(100% - 253px);
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box.event-content-box {
    height: calc(100% - 252px);
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box .small-border-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box .news-event-slider-content-title {
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 30px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box .bg-transparent-blur-border-yellow-btn {
    height: 35px;
}
.news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box .news-event-slider-content-txt {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.news-event-section .news-event-con .news-event-box .news-event-nav-box .tab-content .progress {
    position: absolute;
    bottom: -39px;
    left: 0;
    display: block;
    width: calc(100% - 140px);
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    background-image: linear-gradient(to right, #231F20, #231F20);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}
.news-event-section .news-event-con .news-event-box .news-event-nav-box .tab-content .progress .progress-line {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/* News & Event Css End */
/* Call to Action Css Start */
.call-to-action-section {
    padding: 20px;
}
.call-to-action-section .call-to-action-con {
    padding: 0;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box {
    position: relative;
    max-height: 650px;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-img {
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: cover;
    object-position: center;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.56%, rgba(0, 0, 0, 0.6) 69.63%);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 100px 50px;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail h2 {
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail p {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail .call-to-action-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail .call-to-action-btn-box .bg-transparent-blur-border-yellow-btn {
    min-width: 165px;
    margin-top: 30px;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail .call-to-action-btn-box .bg-transparent-blur-border-yellow-btn:not(:last-child) {
    margin-right: 20px;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .play-video-btn-box {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    background: transparent;
    border: 0;
    outline: 0;
    height: 80px;
    width: 80px;
}
.call-to-action-section .call-to-action-con .call-to-action-img-box .play-video-btn-box .play-video-btn-img {
    width: 100%;
}
/* Call to Action Css End */
/* Home Page Css End */
/* Custom Home Page Css Start */
.explore-our-world-section .explore-our-world-con .explore-our-world-vector-img-box.custom-home-page-vector-img-box {
    margin-top: -80px;
}
/* explore our world name detail Css Start */
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-name-detail-sec-box {
    text-align: center;
    margin-top: 50px;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-name-detail-sec-box .explore-our-world-name-detail-title {
    font-size: 38px;
    line-height: 46px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 15px;
}
.explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-name-detail-sec-box .explore-our-world-name-detail-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
/* explore our world name detail Css End */
/* Image Tab Css Start */
.img-tab-gallery-section {
    padding: 40px 0px 0px;
}
.img-tab-gallery-section .img-tab-gallery {
    display: flex;
    width: 100%;
    height: 500px;
    overflow: hidden;
    padding: 0px;
}
.img-tab-gallery-section .img-tab-gallery .img-panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0.6;
    transition: all 0.5s ease-in-out;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}
.img-tab-gallery-section .img-tab-gallery .img-panel:last-child {
    margin-right: 0px;
}
.img-tab-gallery-section .img-tab-gallery .img-panel .img-panel-txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translate(-50%, 0);
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    padding-right: 10px;
}
.img-tab-gallery-section .img-tab-gallery .img-panel.active {
    flex: 4;
}
.img-tab-gallery-section .img-tab-gallery .img-panel.active .img-panel-txt {
    color: transparent;
}
.img-tab-gallery-section .img-tab-gallery .img-panel:not(.active)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}
.img-tab-gallery-section .img-tab-content-section {
    background: #EAEBE8;
    padding: 40px 60px 0;
    display: none;
    animation: fadeIn 0.6s ease-in-out;
}
.img-tab-gallery-section .img-tab-content-section.active {
    display: flex;
}
.img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-title-txt {
    font-size: 16px;
    line-height: 20px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-sub-title-txt {
    font-size: 52px;
    line-height: 62px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    max-width: 500px;
}
.img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-content-detail-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
    max-width: 600px;
}
.img-tab-gallery-section .img-tab-content-section .img-tab-content.img-tab-btn-box {
    display: flex;
    justify-content: flex-end;
}
.img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-content-accordion-sec .accordion-txt {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    cursor: pointer; 
}
.img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-content-accordion-sec .accordion-txt a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}
.img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-content-accordion-sec .accordion-txt i {
    margin-left: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #858583;
}
.img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-content-accordion-sec .accordion-txt:hover i {
    color: #000000;
}
/* Image Tab Css End */
/* Personalize Input Show/Hide Section Css Start */
/* Explore Our World Your Name Section CSS Start */
.menu-nav.explore-modal-box {
    transform: none;
    display: none;
}
.menu-nav.explore-modal-box.active {
    transform: none;
    display: block;
}
.personalize-input-content-con {
    display: inline-flex;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    height: calc(100vh - 175px);
    padding: 60px 0;
    z-index: 1;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.personalize-input-content-con .personalize-input-content-box {
    text-align: center;
    max-width: 1150px;
    width: 100%;
}
.personalize-input-content-con .personalize-input-content-box h5 {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin-bottom: 60px;
}
.personalize-input-content-con .personalize-input-content-box .personalize-input-input-box {
    display: inline-flex;
} 
.personalize-input-content-con .personalize-input-content-box .personalize-input-input-box input {
    width: 850px;
    background: transparent;
    border: solid 1px #D4D4D4;
    border-radius: 5px;
    box-shadow: none !important;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    height: 60px;
    padding: 5px 10px;
}
.personalize-input-content-con .personalize-input-content-box .personalize-input-input-box input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}
.personalize-input-content-con .personalize-input-content-box .personalize-input-now-btn-box {
    margin: 60px 0 0;
}
/* Explore Our World Your Name Section CSS End */
/*Explore Our World Year Level Section CSS Start */
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 6px;
    margin-top: 10px;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card:hover,
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card.active {
    border-color: #e2b65b;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input {
    display: none;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input:checked + .year-level-img,
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input:checked ~ .select-row,
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input:checked ~ * {
    border-color: #e2b65b;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input:checked ~ .year-level-img,
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input:checked ~ .select-row,
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input:checked ~ .year-level-card {
    border-color: #e2b65b;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-img {
    position: relative;
    width: 100%;
    height: 235px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-img .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 14px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 80%);
    text-align: left;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-img .text-overlay h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-img .text-overlay p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Barlow", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .select-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Barlow", sans-serif;
    color: #858583;
    text-transform: uppercase;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .select-row .select-icon {
    width: 16px;
    height: 16px;
    border: 1px solid #858583;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input:checked ~ .select-row .select-icon {
    border-color: #ffffff;
}
.personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-card input:checked ~ .select-row .select-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #e2b65b;
}
/*Explore Our World Year Level Section CSS End */
/* Explore Our World Passionate About Section CSS Start */
.personalize-input-content-con .personalize-input-content-box .personalize-input-opportunities-txt {
    margin-bottom: 0px;
}
.personalize-input-content-con .personalize-input-content-box p {
    font-size: 16px;
    line-height: 27px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.03rem;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box {
    padding-top: 11px;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box .interest-heading {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    margin-bottom: 12px;
    letter-spacing: 0.7px;
    text-align: left;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check .form-check-input {
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px #858583;
    position: relative;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check .form-check-input:focus {
    box-shadow: none;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check .form-check-label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    cursor: pointer;
    margin-left: 12px;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check .form-check-input:checked + .form-check-label {
    color: #FCB31C;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check .form-check-input:checked {
    border-color: #FFFFFF;
}
.personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check .form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #e2b65b;
}
.personalize-input-content-con .personalize-input-content-box .personalize-input-now-btn-box.personalize-input-opportunities-btn-box {
    margin: 36px 0 0;
}
/* Explore Our World Passionate About Section CSS Start */
/* Personalize Input Show/Hide Section Css End */
/* Custom Home Page Css End */
/* General Page Css Start */
/* Full Text Editor Css Start */
.full-text-editor-section {
    padding: 80px 0;
}
.full-text-editor-section .container {
    padding: 0 30px;
}
.full-text-editor-section .full-text-editor-box > :last-child {
    margin-bottom: 0 !important;
}
.full-text-editor-section blockquote {
    font-size: 28px;
    line-height: 42px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.055rem;
    margin-bottom: 50px;
    border-left: solid 1px #EF3829;
    padding-left: 20px;
}
.full-text-editor-section p,
.full-text-editor-section a,
.full-text-editor-section ul li,
.full-text-editor-section ol li {
    font-size: 16px;
    line-height: 26px;
    color: #011E41;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 30px;
}
.full-text-editor-section a {
    transition: all 1s;
    color: #0033ff;
    text-decoration: none;
}
.full-text-editor-section a:hover {
    color: #EF3829;
}
.full-text-editor-section ul {
    padding-left: 14px;
    margin-bottom: 30px;
}
.full-text-editor-section ol {
    padding-left: 30px;
    margin-bottom: 30px;
}
.full-text-editor-section ul li,
.full-text-editor-section ol li {
    margin-bottom: 0 !important;
}
.full-text-editor-section h1 {
    font-size: 48px;
    line-height: 52px;
    color: #231F20;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    padding-top: 50px;
}
.full-text-editor-section h1 span {
    font-size: 48px;
    line-height: 52px;
    color: #EF3829;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.full-text-editor-section h1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 230px;
    background-image: url(../images/small-border-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.full-text-editor-section h2 {
    font-size: 48px;
    line-height: 52px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.full-text-editor-section h3 {
    font-size: 38px;
    line-height: 48px;
    color: #231F20;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.full-text-editor-section h4 {
    font-size: 32px;
    line-height: 40px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.full-text-editor-section h5 {
    font-size: 24px;
    line-height: 40px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.full-text-editor-section h6 {
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.full-text-editor-section .table-responsive {
    margin: 40px 0;
}
table,
.full-text-editor-section table {
    width: 100%;
}
.table thead tr th,
.full-text-editor-section .table thead tr th {
    font-size: 16px;
    line-height: 24px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.055rem;
    border-bottom: solid 1px #EF3829 !important;
    padding: 20px 20px 20px 0;
    vertical-align: top;
}
.table tbody tr td,
.full-text-editor-section .table tbody tr td {
    font-size: 16px;
    line-height: 26px;
    color: #011E41;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    border-bottom: solid 1px #EAEBE8;
    padding: 20px 20px 20px 0;
}
.full-text-editor-section .download-document-btn-con {
    margin: 30px 0;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box:not(:first-child) {
    margin-top: 10px;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box .download-document-btn {
    margin-bottom: 0;
}
.full-text-editor-section .bg-transparent-blur-border-light-grey-btn {
    height: 44px;
}
/* Full Text Editor Css End */
/* Image/Text Module Css Start */
.img-txt-module-section {
    padding: 20px 20px;
    position: relative;
}
.img-txt-module-section .img-txt-module-con {
    padding: 50px 0;
    position: relative;
}
.img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con {
    padding: 0;
}
.img-txt-module-section.white-bg .img-txt-module-con {
    position: initial;
}
.img-txt-module-section.grey-bg .img-txt-module-con {
    background: #EAEBE8;
}
.img-txt-module-section.white-bg .img-txt-module-con {
    background: #FFFFFF;
}
.img-txt-module-section.black-bg .img-txt-module-con {
    background: #231F20;
}
.img-txt-module-section.red-bg .img-txt-module-con {
    background: #EF3829;
}
.img-txt-module-section .img-txt-module-con .container {
    padding: 0 30px;
    position: relative;
    z-index: 1;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-box {
    align-items: center;
}
.img-txt-module-section.left-txt-right-img .img-txt-module-con .img-txt-module-box .img-txt-module-img-box {
    order: 2;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-img-box .img-txt-module-img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    object-position: center;
}
.results-img-txt-module-section.img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-img-box .img-txt-module-img {
    object-position: top;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
    padding: 0 80px;
}
.img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
    padding: 0 190px;
}
.img-txt-module-section.left-txt-right-img .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
    order: 1;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-title {
    font-size: 48px;
    line-height: 54px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.img-txt-module-section.white-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-title {
    color: #231F20;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-txt {
    font-size: 18px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-sub-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
.img-txt-module-section.black-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-title,
.img-txt-module-section.black-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-txt,
.img-txt-module-section.black-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-sub-txt,
.img-txt-module-section.red-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-title,
.img-txt-module-section.red-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-txt,
.img-txt-module-section.red-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-sub-txt {
    color: #FFFFFF;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .bg-transparent-blur-border-light-grey-btn {
    height: 44px;
}
.img-txt-module-section.black-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .bg-transparent-blur-border-light-grey-btn {
    border: solid 1px #FCB31C;
    color: #FFFFFF;
}
.img-txt-module-section.black-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .bg-transparent-blur-border-light-grey-btn:hover {
    border: solid 1px #EF3829;
}
.img-txt-module-section.red-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .bg-transparent-blur-border-light-grey-btn {
    color: #FFFFFF;
}
.img-txt-module-section.red-bg .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .bg-transparent-blur-border-light-grey-btn:hover {
    border: solid 1px #231F20;
    background: #231F20;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-vector-img-box {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}
.img-txt-module-section.white-bg .img-txt-module-con .img-txt-module-vector-img-box {
    bottom: 30px;
}
.img-txt-module-section .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img {
    width: 100%;
}
.img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img {
    transform: scaleX(-1);
}
/* Image/Text Module Css End */
/* Modern Gallery Module Css Start */
.modern-gallery-module-section {
    padding: 40px 0;
}
.modern-gallery-module-section .modern-gallery-module-con {
    padding: 0;
}
.modern-gallery-module-section .modern-gallery-module-con .container {
    padding: 0;
    margin-right: 0;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box {
    position: relative;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider {
    margin-bottom: 0;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .slick-prev,
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .slick-next {
    bottom: 0;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .slick-prev {
    right: 210px;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .slick-next {
    right: 150px;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .slick-list {
    padding: 0 0 80px !important;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box {
    margin: 0 10px;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box .modern-gallery-slider-img-box .modern-gallery-slider-img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    object-position: center;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box .modern-gallery-slider-img-box .modern-gallery-slider-caption-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box.slick-current.slick-active .modern-gallery-slider-img-box .modern-gallery-slider-caption-box {
    opacity: 1;
    visibility: visible;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box .modern-gallery-slider-img-box .modern-gallery-slider-caption-box .modern-gallery-slider-caption-img {
    width: 10px;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box .modern-gallery-slider-img-box .modern-gallery-slider-caption-box .modern-gallery-slider-caption-txt {
    width: calc(100% - 10px);
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .slider-progress-bar {
    position: absolute;
    bottom: 22px;
    left: 0;
    display: block;
    width: calc(100% - 300px);
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #EAEBE8;
}
.modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .slider-progress-bar .slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #231F20;
}
/* Modern Gallery Module Css End */
/* Album Gallery Module Css Start */
.album-gallery-slider-section {
    padding: 20px;
}
.album-gallery-slider-section .album-gallery-slider-con {
    padding: 50px 0 40px;
    background: #EAEBE8;
}
.album-gallery-slider-section .album-gallery-slider-con .container {
    padding: 0 30px;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box {
    position: relative;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider {
    margin-bottom: 0;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .slick-prev,
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .slick-next {
    bottom: 0;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .slick-prev {
    right: 160px;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .slick-next {
    right: 100px;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .slick-list {
    padding: 0 0 80px !important;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .album-gallery-slider {
    margin: 0 10px;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .album-gallery-slider .album-gallery-slider-img-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .album-gallery-slider.two-img-in-one-slider .album-gallery-slider-img-box:first-child {
    margin-bottom: 20px;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .album-gallery-slider.two-img-in-one-slider .album-gallery-slider-img-box img {
    height: 250px;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .slider-progress-bar {
    position: absolute;
    bottom: 22px;
    left: 100px;
    display: block;
    width: calc(100% - 400px);
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #858583;
}
.album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .slider-progress-bar .slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #231F20;
}
/* Album Gallery Module Css End */
/* Classic Gallery Module Css Start */
.classic-gallery-section {
    padding: 40px 20px;
}
.classic-gallery-section .classic-gallery-slider-box {
    position: relative;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider {
    margin-bottom: 0;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-prev,
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-next {
    bottom: 0;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-prev {
    right: 160px;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-next {
    right: 100px;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-list {
    padding: 0 !important;
    min-height: 570px;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-track {
    display: flex !important;
    align-items: center;
    transition: all 0.5s;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider {
    margin: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    padding: 0;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box {
    display: inline-block;
    position: relative;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFFCC;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box::after {
    display: none;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box .classic-gallery-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box .classic-gallery-img {
    height: 520px;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box .classic-gallery-slider-caption-box {
    display: none;
    transition: all 2s;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box .classic-gallery-slider-caption-box {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box .classic-gallery-slider-caption-box .classic-gallery-slider-caption-img {
    width: 10px;
}
.classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box .classic-gallery-slider-caption-box .classic-gallery-slider-caption-txt {
    width: calc(100% - 10px);
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
/* Classic Gallery Module Css End */
/* Editorial Module Css Start */
.editorial-module-section {
    padding: 40px 20px;
    position: relative;
}
.editorial-module-section .editorial-module-con {
    padding: 0;
}
.editorial-module-section .editorial-module-con .container {
    padding: 0 30px;
    position: relative;
    z-index: 1;
}
.editorial-module-section .editorial-module-con .editorial-module-box {
    align-items: center;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box {
    width: min-content;
    position: relative;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img {
    object-fit: cover;
    object-position: center;
    display: inline-block;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
    height: 460px;
    width: 460px;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(2) {
    height: 250px;
    width: 250px;
    margin-top: -60px;
    margin-left: 280px;
    z-index: 1;
    position: inherit;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 580px;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-title {
    font-size: 48px;
    line-height: 52px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 580px;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-txt {
    font-size: 18px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 580px;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-sub-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 580px;
}
.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .bg-transparent-blur-border-light-grey-btn {
    height: 44px;
    margin-top: 10px;
}
.editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
}
.editorial-module-section .editorial-module-con .editorial-module-vector-img-box .editorial-module-vector-img {
    width: 100%;
    transform: scaleX(-1);
}
/* Editorial Module Right side Image Css Start */
.right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con {
    order: 2;
}
.right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
    margin-left: 130px;
}
.right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(2) {
    margin-top: -20px;
    margin-left: 0;
}
.right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box {
    order: 1;
}
.right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
    bottom: 50px;
}
.right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-vector-img-box .editorial-module-vector-img {
    transform: none;
}
/* Editorial Module Right side Image Css End */
/* Editorial Module Grey BG Css Start */
.grey-bg-box.editorial-module-section .editorial-module-con {
    background: #EAEBE8;
    padding: 50px 0;
}
.grey-bg-box.editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
    bottom: 110px;
}
.grey-bg-box.editorial-module-section .editorial-module-con .editorial-module-vector-img-box .editorial-module-vector-img {
    transform: none;
}
/* Editorial Module Grey BG Css End */
/* Editorial Module Css End */
/* Image Divider Css Start */
.image-divider-section {
    padding: 20px;
}
.image-divider-section .image-divider-box {
    position: relative;
}
.image-divider-section.grey-bg .image-divider-box {
    background: #EAEBE8;
}
.image-divider-section.big-box .image-divider-box {
    height: 700px;
}
.image-divider-section .image-divider-box .image-divider-img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}
.image-divider-section.small-box .image-divider-box,
.image-divider-section.small-box .image-divider-box .image-divider-img {
    height: 500px;
}
.image-divider-section .image-divider-box .image-divider-content-box {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 51.01%, rgba(0, 0, 0, 0.4) 70.5%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 50px 180px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.image-divider-section.right-side-txt .image-divider-box .image-divider-content-box {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 48.99%, rgba(0, 0, 0, 0.4) 69.29%);
    align-items: flex-end;
}
.image-divider-section.center-side-txt .image-divider-box .image-divider-content-box {
    background: #00000066;
    align-items: center;
}
.image-divider-section.center-side-txt.grey-bg .image-divider-box .image-divider-content-box {
    background: transparent;
}
.image-divider-section .image-divider-box .image-divider-content-box .quote-start-icon {
    width: 50px;
    margin-bottom: 20px;
}
.image-divider-section.center-side-txt .image-divider-box .image-divider-content-box .quote-start-icon {
    margin-right: 530px;
}
.image-divider-section .image-divider-box .image-divider-content-box .quote-end-icon {
    width: 50px;
    margin-left: 530px;
    margin-top: -20px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin-bottom: 30px;
    width: 580px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-title {
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin-bottom: 30px;
    width: 580px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
    width: 580px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-sub-txt {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
    width: 580px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-quote-txt {
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
    width: 580px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-by-txt {
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
    width: 580px;
}
.image-divider-section.grey-bg .image-divider-box .image-divider-content-box .image-divider-sub-title {
    color: #EF3829;
}
.image-divider-section.grey-bg .image-divider-box .image-divider-content-box .image-divider-title,
.image-divider-section.grey-bg .image-divider-box .image-divider-content-box .image-divider-txt,
.image-divider-section.grey-bg .image-divider-box .image-divider-content-box .image-divider-sub-txt,
.image-divider-section.grey-bg .image-divider-box .image-divider-content-box .image-divider-quote-txt,
.image-divider-section.grey-bg .image-divider-box .image-divider-content-box .image-divider-by-txt {
    color: #231F20;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-btn-box {
    width: 580px;
}
/* Image Divider Css End */
/* Standard Info Tiles Css Start */
.standard-info-tiles-section {
    padding: 40px 20px;
}
.standard-info-tiles-section .standard-info-tiles-con {
    padding: 0;
}
.standard-info-tiles-section .standard-info-tiles-con .container {
    padding: 0 30px;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box {
    margin-top: 20px;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card {
    height: 100%;
    padding: 10px;
    border-radius: 6px;
    background: #EAEBE8;
    transition: all 1s;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card:hover {
    background: #231F20;
    box-shadow: 0px 0px 24px 0px #00000040;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
    width: 100%;
    height: 330px;
    border-radius: 5px;
    overflow: hidden;
}
.standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
    height: 250px;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box .standard-info-tiles-tab-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    transition: all 1s;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card:hover .standard-info-tiles-tab-card-img-box .standard-info-tiles-tab-card-img {
    transform: scale(1.2);
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
    padding: 20px 10px 64px;
    position: relative;
    height: calc(100% - 330px);
}
.standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
    height: calc(100% - 250px);
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-title {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card:hover .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-title {
    color: #FFFFFF;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .yarra-inspired-sub-txt {
    font-size: 16px;
    line-height: 26px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card:hover .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-txt {
    color: #FFFFFF;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn {
    border: 1px solid #858583;
    background: transparent;
    color: #231F20;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card:hover .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn {
    border: 1px solid #FCB31C;
    color: #FFFFFF;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    backdrop-filter: initial;
}
/* Standard Info Tiles Css End */
/* Link Tiles Module Css Start */
.link-tiles-module-section {
    padding: 40px 20px;
}
.link-tiles-module-section .container {
    padding: 0 30px;
}
.link-tiles-module-section .link-tiles-con {
    margin: 0 -12px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box {
    width: 25%;
    position: relative;
    padding: 12px;
    float: left;
    border-radius: 5px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half {
    width: 50%;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half {
    width: 100%;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box {
    height: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all 1s;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box:hover .tiles-content-con .tiles-content-box {
    box-shadow: 0px 0px 12px 0px #00000040;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 5px;
}
.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(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 83.37%);
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    transition: all 1s;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.grey-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: #EAEBE8;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.grey-bg-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: #231F20;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.red-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: #EF3829;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.red-bg-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: #231F20;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.black-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: #231F20;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.black-bg-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: #EF3829;
}
.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: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin-bottom: 5px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.grey-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-sub-title {
    color: #EF3829;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.grey-bg-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-sub-title {
    color: #FFFFFF;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 25px;
    transition: all 1s;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.grey-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
    color: #231F20;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.grey-bg-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
    color: #FFFFFF;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
    margin-bottom: 40px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box {
    display: none;
    transition: all 1s;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box {
    display: block;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box:hover .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn {
    height: 35px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.grey-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn,
.link-tiles-module-section .link-tiles-con .link-tiles-box.red-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn,
.link-tiles-module-section .link-tiles-con .link-tiles-box.black-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn {
    border: solid 1px #FFFFFF;
    background: transparent;
    color: #FFFFFF;
    backdrop-filter: none;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.grey-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn:hover,
.link-tiles-module-section .link-tiles-con .link-tiles-box.red-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    color: #FFFFFF;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.black-bg-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #231F20;
    background: #231F20;
    color: #FFFFFF;
}
.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;
    width: 100%;
    padding: 0;
    background: #EAEBE8;
    border-radius: 5px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.red-bg-box .tiles-content-con .tiles-content-box .tiles-two-box {
    background: #EF3829;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.red-bg-box:hover .tiles-content-con .tiles-content-box .tiles-two-box {
    background: #231F20;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.black-bg-box .tiles-content-con .tiles-content-box .tiles-two-box {
    background: #231F20;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.black-bg-box:hover .tiles-content-con .tiles-content-box .tiles-two-box {
    background: #EF3829;
}
.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% - 600px);
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.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: 600px;
    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-left-box .tiles-content-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin-bottom: 5px;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.red-bg-box .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.black-bg-box .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-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-title {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 25px;
    transition: all 1s;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.red-bg-box .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.black-bg-box .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-third-half:hover .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-title {
    margin-bottom: 40px;
}
.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 {
    display: none;
    transition: all 1s;
}
.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 {
    display: block;
}
.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 .bg-transparent-blur-border-yellow-btn {
    height: 35px;
    border: solid 1px #231F20;
    background: transparent;
    color: #231F20;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.red-bg-box:hover .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn,
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.black-bg-box:hover .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn {
    border: solid 1px #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.red-bg-box .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    color: #FFFFFF;
}
.link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half.black-bg-box .tiles-content-con .tiles-content-box .tiles-two-box .tiles-left-box .tiles-content-btn-box .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #231F20;
    background: #231F20;
    color: #FFFFFF;
}
.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 .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    color: #FFFFFF;
}
.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-vector-img-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}
.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-vector-img-box .tiles-vector-img {
    width: 100%;
}
.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-vector-img-box .tiles-vector-img.first-img {
    display: none;
}
.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-vector-img-box .tiles-vector-img.second-img {
    display: none;
}
.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-vector-img-box .tiles-vector-img.second-img {
    display: block;
}
.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%;
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: all 0.5s;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.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 */
/* Video Module Css Start */
.video-module-section {
    padding: 40px 20px;
}
.video-module-section .container {
    padding: 0 30px;
}
.video-module-section .video-module-box {
    align-items: center;
}
.virtual-tour-video-module-section.video-module-section .video-module-box {
    align-items: flex-start;
}
.left-txt-right-video-section.video-module-section .video-img-con {
    order: 2;
}
.video-module-section .video-img-con .video-img-box {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.video-module-section .video-img-con .video-img-box video,
.video-module-section .video-img-con .video-img-box .video-module-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.video-module-section .video-img-con .video-img-box .video-play-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #00000033;
    border-radius: 5px;
}
.video-module-section .video-img-con .video-img-box .video-play-btn-box a {
    display: block;
}
.video-module-section .video-img-con .video-img-box .video-play-btn-box a .video-play-btn-img {
    width: 80px;
}
.left-txt-right-video-section.video-module-section .video-module-content-box {
    order: 1;
}
.video-module-section .video-module-content-box {
    padding: 0 70px;
}
.video-module-section .video-module-content-box .video-module-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    max-width: 450px;
}
.video-module-section .video-module-content-box .video-module-title {
    font-size: 48px;
    line-height: 52px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 450px;
}
.video-module-section .video-module-content-box .video-module-txt {
    font-size: 18px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 450px;
}
.video-module-section .video-module-content-box .video-module-sub-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 450px;
}
.video-module-section .video-module-content-box .bg-transparent-blur-border-light-grey-btn {
    height: 44px;
}
/* Video Module Css End */
/* Video Module Without Text Css Start */
.video-module-without-txt-section {
    padding: 40px 20px;
}
.video-module-without-txt-section .container {
    padding: 0 30px;
}
.video-module-without-txt-section .video-img-con .video-img-box {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.video-module-without-txt-section .video-img-con .video-img-box video,
.video-module-without-txt-section .video-img-con .video-img-box .video-module-without-txt-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.video-module-without-txt-section .video-img-con .video-img-box .video-play-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #00000033;
    border-radius: 5px;
}
.video-module-without-txt-section .video-img-con .video-img-box .video-play-btn-box a {
    display: block;
}
.video-module-without-txt-section .video-img-con .video-img-box .video-play-btn-box a .video-play-btn-img {
    width: 80px;
}
/* Video Module Without Text Css End */
/* Read More Module Css Start */
.accordion-content-section {
    padding: 40px 20px;
}
.accordion-content-section .container {
    padding: 0 30px;
}
.accordion-content-section .accordion .accordion-item {
    border: 0;
}
.accordion-content-section .accordion .accordion-item:not(:last-child) {
    margin-bottom: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-header {
    border-bottom: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 32px;
    line-height: 40px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    border-bottom: 0;
    padding: 30px 0;
    align-items: center;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border-top: solid 1px #EAEBE8;
    border-bottom: 0;
    border-radius: 0;
    position: relative;
}
.accordion-content-section .accordion .accordion-item:last-child .accordion-header .accordion-button.collapsed {
    border-bottom: solid 1px #EAEBE8;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button::after {
    height: 44px;
    width: 44px;
    border-radius: 5px;
    font-family: "Font Awesome 6 Free";
    content: '\f077';
    background-image: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    color: #FFFFFF;
    background: #EF3829;
    border: solid 1px #EF3829;
    transform: none;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:hover::after {
    background: #231F20;
    color: #FFFFFF;
    border: solid 1px #231F20;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: '\f078';
    background: #FFFFFF;
    color: #231F20;
    border: solid 1px #858583;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover::after {
    background: #EF3829;
    color: #FFFFFF;
    border: solid 1px #EF3829;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #231F20;
    border-bottom: 0;
    border-top: solid 1px #EF3829;
}
.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:last-child .accordion-collapse {
    border-bottom: solid 1px #EAEBE8;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0 30px;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body > :last-child {
    margin-bottom: 0;
}
/* Read More Module Css End */
/* Info Tiles Detail View Modal Css Start */
.info-tiles-detail-view-modal {
    background: #231F2099;
    backdrop-filter: blur(12px);
}
.info-tiles-detail-view-modal .modal-dialog {
    max-width: 950px;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #00000040;
    border: 0;
    border-radius: 5px;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header {
    border: 0;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-img-box .modal-header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
    background: #231F20CC;
    border: solid 1px #EF3829;
    border-radius: 5px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover {
    padding: 0;
    background: #EF3829;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
    font-size: 24px;
    color: #FFFFFF;
    transition: all 1s;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover i {
    color: #FFFFFF;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-body {
    padding: 60px 100px;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-body .full-text-editor-section {
    padding: 0;
}
.info-tiles-detail-view-modal .modal-dialog .modal-content .modal-body .full-text-editor-section .full-text-editor-box > :last-child {
    margin-bottom: 0;
}
/* Info Tiles Detail View Modal Css End */
/* General Page Css End */
/* Listen To Latest Section Css Start */
.listen-to-latest-sec {
    padding: 0 20px 60px;
}
.listen-to-latest-sec .container {
    padding: 0 32px;
}
.listen-to-latest-sec .listen-latest-box {
    background: #231F20 url('../images/listen-vector.png') no-repeat right / 700px;  
    border-radius: 6px;
    padding: 35px 92px;
    align-items: center;
}
.listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-subtitle {
    color: #EF3829;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}
.listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-title {
    color: #FFFFFF;
    font-size: 38px;
    line-height: 47px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-yog {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 37px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    margin-bottom: 0;
}
.listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-role {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 37px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    margin-bottom: 0;
}
.listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right {
    margin-left: 36px;
}
.listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right .listen-image {
    position: relative;
}
.listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right .listen-image .listen-photo {
    width: 340px;
    height: 340px;
    border-radius: 6px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right .listen-image .play-btn {
    position: absolute;
    bottom: -20px;
    left: -22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right .listen-image .play-btn .play-icon {
    color: #ff4d2f;
    font-size: 20px;
    margin-left: 2px;
    transition: color 0.3s ease;
}
.listen-to-latest-sec .listen-latest-box:hover {
    background: #EAEBE8 url('../images/listen-vector-hover-img.png') no-repeat right / 700px; 
    transform: translateY(-3px);
}
.listen-to-latest-sec .listen-latest-box:hover .listen-photo {
    transform: scale(1.05);
}
.listen-to-latest-sec .listen-latest-box:hover .play-btn {
    background-color: #ff4d2f;
}
.listen-to-latest-sec .listen-latest-box:hover .play-btn .play-icon {
    color: #FFFFFF;
}
.listen-to-latest-sec .listen-latest-box:hover .listen-detail-txt-sec .listen-left .listen-title {
    color: #231F20;
}
.listen-to-latest-sec .listen-latest-box:hover .listen-detail-txt-sec .listen-left .listen-yog {
    color: #EF3829;
}
.listen-to-latest-sec .listen-latest-box:hover .listen-detail-txt-sec .listen-left .listen-role {
    color: #231F20;
}
/* Listen To Latest Section Css End */
/* Yarra inspired Template Css Start */
.search-filter-sec {
    padding: 0 20px;
}
.search-filter-sec .container {
    padding: 0 20px;
}
.search-filter-sec .filter-section {
    background-color: #EAEBE8;
    border-radius: 5px;
    padding: 35px 82px;
}
.search-filter-sec .filter-section .filter-label-txt {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #231F20;
    font-family: "Barlow", sans-serif;  
}
.search-filter-sec .filter-section .search-sec-box {
    position: relative;
}
.search-filter-sec .filter-section .search-sec-box input {
    padding: 10px 12px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #858583;
    background: transparent;
    font-family: "Barlow", sans-serif;
    width: 100%;
}
.search-filter-sec .filter-section .search-sec-box .search-input-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 14px;
}
.search-filter-sec .filter-section .custom-multiselect {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #858583;
}
.search-filter-sec .filter-section .custom-multiselect .multiselect-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 10px 12px;
    background: transparent;
    cursor: pointer;
}
.search-filter-sec .filter-section .custom-multiselect .multiselect-header:hover {
    border-color: #a9a9a9;
}
.search-filter-sec .filter-section .custom-multiselect .multiselect-header .placeholder {
    user-select: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #858583;
    background: transparent;
    font-family: "Barlow", sans-serif;
}
.search-filter-sec .filter-section .custom-multiselect .multiselect-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-top: none;
    border-radius: 0 0 5px 5px;
    z-index: 10;
    padding: 10px 0;
}
.search-filter-sec .filter-section .custom-multiselect .multiselect-options label {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    font-size: 14px;
    font-weight: 400;
    /* color: #000; */
    cursor: pointer;
}
.search-filter-sec .filter-section .custom-multiselect .multiselect-options input[type="checkbox"] {
    accent-color: transparent;
}
.search-filter-sec .filter-section .custom-multiselect.active .multiselect-options {
    display: block;
}
.search-filter-sec .filter-section .filter-btns {
    margin-top: 20px;
}
.search-filter-sec .filter-section .filter-btns .bg-transparent-blur-border-yellow-btn {
    border: 1px solid #D4D4D4;
    background: transparent;
    color: #231f20;
    padding: 7px 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.search-filter-sec .filter-section .filter-btns .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #ef3829;
    background: #ef3829;
    color: #ffffff;
}
/* Yarra inspired Template Css End */
/* Yarra inspired Detail Page Css Start */
.page-header-section .page-header-con .page-header-box .page-header-detail-box .inspired-yarra-detail-page-img {
    width: 290px;
    position: absolute;
    top: -90px;
    left: 86px;
    border-radius: 5px;
}
.page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-title.inspired-yarra-detail-page-header-title {
    font-size: 42px;
    line-height: 52px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page-header-section .page-header-con .page-header-box .page-header-heading-box .inspired-yarra-detail-txt {
    font-size: 22px;
    line-height: 37px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.image-divider-section.grey-bg .image-divider-box.inspired-img-divider-txt-box {
    background: transparent;
}
.image-divider-section.small-box .image-divider-box.inspired-img-divider-txt-box {
    height: 270px;
}
.image-divider-section .image-divider-box.inspired-img-divider-txt-box .image-divider-content-box .quote-end-icon {
    margin-top: 0px;
}
.inspired-yarra-iby-img-section .iby-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Yarra inspired Detail Page Css End */
/* Career Bytes Page Css Start */
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .career-bytes-main-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}
.standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card:hover .standard-info-tiles-tab-card-detail-box .career-bytes-main-txt {
    color: #FFFFFF;
}
/* Career Bytes Page Css End */
/* Career Bytes Detail Page Css Start */
.page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-sub-title.career-bytes-detail-page-sub-title {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.page-header-section .page-header-con .page-header-box .page-header-heading-box .inspired-yarra-detail-txt.career-bytes-detail-page-txt {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-detail-sub-txt {
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0px; 
}
.career-details-page-input-section {
    padding: 80px 0;
}
.career-details-page-input-section .container {
    padding: 0 30px;
}
.career-details-page-input-section .career-detail-heading-input-txt-sec {
    padding: 15px 0;
}
.career-details-page-input-section .career-detail-heading-input-txt-sec .detail-heading-txt {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
.career-details-page-input-section .career-detail-heading-input-txt-sec .form-control {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    border: 0;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #EAEBE8;
}
.career-details-page-input-section .bg-transparent-blur-border-light-grey-btn {
    height: 44px;
    min-width: 205px;
}
/* Career Bytes Detail Page Css End */
/* Career Bytes Detail Page Two Css Start */
.page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box .inspired-yarra-detail-page-img {
    position: initial;
}
.page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box {
    position: absolute;
    top: -90px;
    left: 86px;
    width: 290px;
}
.page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box .play-video-btn-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    background: transparent;
    border: 0;
    outline: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 10px;
}
.page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box .play-video-btn-box .play-video-btn-img {
    width: 80px;
}
/* Career Bytes Detail Page Two Css End */
/* Photo Gallery Page Css Start */
.image-gallery-section {
    padding: 60px 0;
}
.image-gallery-section .container {
    padding: 0 30px;
}
.image-gallery-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
    grid-auto-rows: 270px;
}
.image-gallery-section .gallery-grid .gallery-img .gallery-img-box {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.image-gallery-section .gallery-grid .gallery-img .gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 1s;
    cursor: pointer;
}
.image-gallery-section .gallery-grid .gallery-img .gallery-img-box img:hover {
    transform: scale(1.2);
}
/* Photo Gallery Pagination Css Start */
.photo-gallery-pagination {
    padding: 50px 0;
    text-align: center;
}
.photo-gallery-pagination .photo-gallery-pagination-previous-next-btn {
    min-width: 120px;
    border: 0;
    background: transparent;
    outline: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.photo-gallery-pagination .photo-gallery-pagination-previous-next-btn p {
    font-size: 18px;
    line-height: 30px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
.photo-gallery-pagination .photo-gallery-pagination-previous-next-btn i {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    border: solid 1px #858583;
    border-radius: 5px;
    font-size: 20px;
    color: #231F20;
    margin: 0 10px;
    transition: all 1s;
}
.photo-gallery-pagination .photo-gallery-pagination-previous-next-btn i:hover {
    background: #EF3829;
    border: solid 1px #EF3829;
    color: #FFFFFF;
}
.photo-gallery-pagination .pagination-number {
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
.photo-gallery-pagination .pagination-number:hover,
.photo-gallery-pagination .pagination-number.active {
    color: #231F20;
}
/* Photo Gallery Pagination Css End */
/* Photo Gallery Page Css End */
/* Video Gallery Page Css Start */
.video-gallery-section {
    padding: 60px 0;
}
.video-gallery-section .container {
    padding: 0 30px;
}
.video-gallery-section .video-gallery-img-txt-box {
    margin: 20px 0 30px;
}
.video-gallery-section .video-gallery-img-txt-box .video-gallery-box {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.video-gallery-section .video-gallery-img-txt-box .video-gallery-box .video-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 1s;
}
.video-gallery-section .video-gallery-img-txt-box .video-gallery-box .video-btn-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 10px;
}
.video-gallery-section .video-gallery-img-txt-box .video-gallery-box .video-btn-box .play-video-btn-box {
    background: transparent;
    border: 0;
    outline: 0;
}
.video-gallery-section .video-gallery-img-txt-box .video-gallery-box .video-btn-box .play-video-btn-box .play-video-btn-img {
    width: 60px;
}
.video-gallery-section .video-gallery-img-txt-box .video-gallery-detail-sec .video-heading-txt {
    font-size: 16px;
    line-height: 26px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.video-gallery-section .video-gallery-img-txt-box .video-gallery-detail-sec .video-sub-txt {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
/* Video Gallery Page Css End */
/* Foundation News Page Css Start */
.foundation-news-section {
    padding: 60px 0px;
}
.foundation-news-section .container {
    padding: 0px 30px;
}
.foundation-news-section .year-level-options .year-level-card {
    display: flex;
    margin: 12px 0;
}
.foundation-news-section .year-level-options .year-level-img {
    position: relative;
    width: 100%;
    height: 340px;
    background-size: cover;
    background-position: top;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.foundation-news-section .year-level-options .year-level-img .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px 20px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 83.37%);
}
.foundation-news-section .year-level-options .year-level-img .text-overlay p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.foundation-news-section .year-level-options .year-level-img .text-overlay h4 {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
/* Foundation News Page Css End */
/* Volunteers Web Form List Css Start */
/* Without Image Info Tiles Css Start */
.without-img-info-tiles-section {
    padding: 40px 20px;
}
.without-img-info-tiles-section .without-img-info-tiles-con {
    padding: 0;
}
.without-img-info-tiles-section .without-img-info-tiles-con .container {
    padding: 0 30px;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box {
    margin-top: 20px;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card {
    height: 100%;
    padding: 30px 15px 142px;
    border-radius: 6px;
    background: #EAEBE8;
    position: relative;
    transition: all 1s;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card:hover {
    background: #231F20;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-title {
    font-size: 24px;
    line-height: 30px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card:hover .without-img-info-tiles-tab-card-detail-title {
    color: #FFFFFF;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-txt {
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card:hover .without-img-info-tiles-tab-card-detail-txt {
    color: #FFFFFF;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px 50px;
    width: 100%;
    z-index: 1;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-btn-box .without-img-info-tiles-tab-card-sub-txt {
    font-size: 16px;
    line-height: 18px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn {
    border: 1px solid #858583;
    background: transparent;
    color: #231F20;
    height: 34px;
    min-width: 165px;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card:hover .without-img-info-tiles-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn {
    border: 1px solid #FCB31C;
    color: #FFFFFF;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-btn-box .bg-transparent-blur-border-yellow-btn:hover {
    border: solid 1px #EF3829;
    background: #EF3829;
    backdrop-filter: initial;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-vector-img-box {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-vector-img-box .without-img-info-tiles-white-vector-img {
    width: 100%;
    transition: all 1s;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card:hover .without-img-info-tiles-vector-img-box .without-img-info-tiles-white-vector-img {
    display: none;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-vector-img-box .without-img-info-tiles-red-vector-img {
    display: none;
    width: 100%;
    transition: all 1s;
}
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card:hover .without-img-info-tiles-vector-img-box .without-img-info-tiles-red-vector-img {
    display: block;
}
/* Without Image Info Tiles Css End */
/* Volunteers Web Form List Css End */
/* Volunteers Web Form Detail Css Start */
/* Web Form Css Start */
.web-form-section {
    padding: 40px 0;
}
.web-form-section h6 {
    letter-spacing: 0.03rem;
    margin-top: 20px;
}
.web-form-section .form-control,
.web-form-section .form-select {
    background-color: transparent;
    border-radius: 5px;
    border: solid 1px #EAEBE8 !important;
    padding: 10px 20px;
    margin-bottom: 20px;
    caret-color: #231F20;
    font-size: 16px;
    line-height: 20px;
    color: #231F20 !important;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    height: 60px;
}
.web-form-section .form-control::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}
.web-form-section .form-select {
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23FFFFFF' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 20px center/8px 10px no-repeat !important;
}
.web-form-section .form-control:focus,
.web-form-section .form-select:focus {
    box-shadow: none;
    border-bottom: solid 2px #EAEBE8;
}
.web-form-section .custom-dropdown {
    position: relative;
    width: 100%;
    user-select: none;
}
.web-form-section .custom-dropdown .selected {
    background-color: transparent;
    border-radius: 5px;
    border: solid 1px #D4D4D4;
    padding: 10px 20px;
    margin-bottom: 20px;
    caret-color: #231F20;
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    height: 60px;
    display: flex;
    align-items: center;
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23858583' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 20px center/8px 10px no-repeat !important;
}
.web-form-section .custom-dropdown .selected.active {
    color: #231F20;
}
.web-form-section .custom-dropdown .selected.open-dropdown {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.web-form-section .custom-dropdown .dropdown-options {
    display: none;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    background: #FFFFFF;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 9;
}
.web-form-section .custom-dropdown .dropdown-options .option {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    border-radius: 5px;
}
.web-form-section .custom-dropdown .dropdown-options .option:hover {
    background-color: #EF3829;
    color: #FFFFFF;
}
.web-form-section .form-check input[type="radio"] {
    opacity: 0;
    display: none;
}
.web-form-section .custom-radio-btn-box .form-check {
    position: relative;
    margin-bottom: 20px;
}
.web-form-section .custom-radio-btn-box .form-check .form-check-label {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 15px;
}
.web-form-section .custom-radio-btn-box .form-check input[type="radio"]:checked + .form-check-label {
    color: #231F20;
}
.web-form-section .custom-radio-btn-box .form-check input[type="radio"] + .form-check-label::before {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #858583;
    background: transparent;
}
.web-form-section .custom-radio-btn-box .form-check input[type="radio"]:checked + .form-check-label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #858583;
    border-radius: 50%;
}
.web-form-section .custom-check-box {
    margin-bottom: 20px;
}
.web-form-section .custom-check-box .form-check-input {
    height: 24px;
    width: 24px;
    margin-top: 0;
    border: solid 1px #858583;
    border-radius: 2px;
    cursor: pointer;
}
.web-form-section .custom-check-box .form-check-input:checked {
    background-color: transparent;
}
.web-form-section .custom-check-box .form-check-input:focus {
    box-shadow: none;
}
.web-form-section .custom-check-box .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23858583' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-size: 30px;
}
.web-form-section .custom-check-box .form-check-label {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 0;
}
.web-form-section .custom-check-box .form-check-input:checked ~ .form-check-label {
    color: #231F20;
}
.web-form-section .custom-upload-box {
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    border: solid 1px #858583 !important;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #858583 !important;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    height: 85px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.web-form-section .custom-upload-box.drag-over {
    border-color: #EF3829;
    background: #D4D4D4;
}
.web-form-section .custom-upload-box .upload-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
.web-form-section .custom-upload-box .upload-label .upload-icon-img-box {
    width: 80px;
    text-align: center;
}
.web-form-section .custom-upload-box .upload-label .upload-icon-img-box .upload-icon-img {
    width: 45px;
}
.web-form-section .custom-upload-box .upload-label .upload-text {
    width: calc(100% - 80px);
    padding-left: 30px;
}
.web-form-section .custom-upload-box .upload-label .upload-text .upload-title {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.web-form-section .custom-upload-box .upload-label .upload-text .upload-sub-title {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
}
.web-form-section .custom-upload-box .file-name {
    display: none;
    font-size: 16px;
    line-height: 20px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}
.web-form-section .bg-transparent-blur-border-light-grey-btn {
    min-width: 200px;
}
/* Web Form Css End */
/* Volunteers Web Form Detail Css End */
/* Results List Page Css Start */
/* Results List Pagination Css Start */
.results-pagination {
    padding: 50px 0;
    text-align: center;
}
.results-pagination .results-pagination-previous-next-btn {
    min-width: 120px;
    border: 0;
    background: transparent;
    outline: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.results-pagination .results-pagination-previous-next-btn p {
    font-size: 18px;
    line-height: 30px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
.results-pagination .results-pagination-previous-next-btn i {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    border: solid 1px #858583;
    border-radius: 5px;
    font-size: 20px;
    color: #231F20;
    margin: 0 10px;
    transition: all 1s;
}
.results-pagination .results-pagination-previous-next-btn i:hover {
    background: #EF3829;
    border: solid 1px #EF3829;
    color: #FFFFFF;
}
.results-pagination .pagination-number {
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
.results-pagination .pagination-number:hover,
.results-pagination .pagination-number.active {
    color: #231F20;
}
/* Results List Pagination Css End */
/* Results List Page Css End */
/* Curriculum Explorer Page Css Start */
/* Curriculum Explorer Slider Css Start */
.curriculum-explorer-gallery-section {
    padding: 40px 0;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box {
    position: relative;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider {
    margin-bottom: 0;
    padding-bottom: 60px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-prev,
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-next {
    bottom: 0;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-prev {
    right: 160px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-next {
    right: 100px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-list {
    padding: 0 !important;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-track {
    display: flex !important;
    align-items: center;
    transition: all 0.5s;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider {
    margin: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    padding: 0;
    cursor: pointer;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box {
    display: inline-block;
    position: relative;
    border-radius: 5px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider.slick-center .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-img {
    height: 300px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box {
    transition: all 2s;
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 83.37%);
    border-radius: 5px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider.slick-center .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 65%);
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box h5 {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    letter-spacing: 0.03rem;
    margin-bottom: 30px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider.slick-center .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box h5 {
    font-size: 32px;
    line-height: 38px;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .slider-progress-bar {
    position: absolute;
    bottom: 22px;
    left: 100px;
    display: block;
    width: calc(100% - 400px);
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #858583;
}
.curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .slider-progress-bar .slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #231F20;
}
/* Curriculum Explorer Slider Css End */
/* Curriculum Explorer List Css Start */
.curriculum-explorer-list-section {
    padding: 40px 0;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box {
    width: 700px;
    margin: 0 auto 20px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs {
    border-bottom: 0;
    display: block;
    text-align: center;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link {
    border: 0;
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    transition: all 1s;
    margin-right: 20px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-item.show .nav-link,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link.active,
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
    color: #231F20;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con {
    margin: 0 -10px !important;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box {
    padding: 10px;
    cursor: pointer;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s;
    border-radius: 5px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box:hover .curriculum-explorer-list-img-box .curriculum-explorer-list-img {
    transform: scale(1.2);
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 65%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    transition: all 1s;
    border-radius: 5px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box:hover .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 83.37%);
    box-shadow: 0px 0px 12px 0px #00000040;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box .curriculum-explorer-list-title {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box .bg-transparent-blur-border-yellow-btn {
    display: none;
    height: 34px;
    margin-top: 20px;
    transition: all 1s;
}
.curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box:hover .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box .bg-transparent-blur-border-yellow-btn {
    display: block;
}
/* Curriculum Explorer List Css End */
/* Curriculum Explorer Detail View Modal Css Start */
.curriculum-explorer-modal-view {
    background: #231F2099;
    backdrop-filter: blur(12px);
    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 {
    background: transparent;
    border: 0;
    border-radius: 5px;
    height: calc(100vh - 3.5rem);
}
.curriculum-explorer-modal-view .modal-content .modal-body {
    padding: 0;
    background: #FFFFFF;
    border-radius: 5px;
    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: 50px 50px 50px 80px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .full-text-editor-section {
    padding: 0;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .full-text-editor-section .full-text-editor-box h6 {
    color: #858583;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .full-text-editor-section .full-text-editor-box .border-img-box {
    margin: 30px 0;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .full-text-editor-section .full-text-editor-box .border-img-box .border-img {
    width: 580px;
    margin-left: -80px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box {
    padding: 0;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.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 .curriculum-explorer-view-modal-slider-box,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider .slick-list,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider .slick-list .slick-track,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider .curriculum-explorer-view-slider-img-box {
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .slick-next,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .slick-prev {
    bottom: 20px;
    border: solid 1px #FFFFFF;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .slick-next::after,
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .slick-prev::after {
    color: #FFFFFF;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .slick-next {
    right: 20px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .slick-prev {
    right: 70px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider {
    margin: 0;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider .curriculum-explorer-view-slider-img-box .curriculum-explorer-view-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .slider-progress-bar {
    position: absolute;
    bottom: 42px;
    left: 20px;
    display: block;
    width: calc(100% - 160px);
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #858583;
}
.curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .slider-progress-bar .slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #231F20;
}
.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: #231F20CC;
    border: solid 1px #EF3829;
    border-radius: 5px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    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 {
    padding: 0;
    background: #EF3829;
}
.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: 24px;
    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: #FFFFFF;
}
/* Curriculum Explorer Detail View Modal Css End */
/* Curriculum Explorer Page Css End */
/* Event Calendar Page Css Start */
/* Event List Css Start */
.event-calendar-list-section {
    padding: 80px 0;
}
.event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box {
    width: 800px;
    margin: 0 auto 50px;
}
.event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box .nav-tabs {
    border-bottom: 0;
    display: block;
    text-align: center;
}
.event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box .nav-tabs .nav-link {
    border: 0;
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    transition: all 1s;
    margin-right: 20px;
}
.event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box .nav-tabs .nav-item.show .nav-link,
.event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box .nav-tabs .nav-link.active,
.event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
    color: #231F20;
}
.event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-detail-con {
    margin: 0 -10px !important;
}
.event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-detail-con .event-calendar-list-detail-box {
    padding: 20px 10px;
    cursor: pointer;
}
.event-calendar-list-section .event-calendar-list-box {
    height: 100%;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail {
    height: 100%;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-header .event-calendar-list-header-title {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-header .event-calendar-list-header-title img {
    width: 20px;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-header .event-calendar-list-header-title p {
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-header .event-calendar-list-header-date a {
    font-size: 12px;
    line-height: 15px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    text-decoration: none;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-img-box {
    height: 220px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-img-box .event-calendar-list-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 1s;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail:hover .event-calendar-list-img-box .event-calendar-list-img {
    transform: scale(1.2);
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-content-box {
    background: #231F20;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: calc(100% - 254px);
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-content-box .small-border-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-content-box .event-calendar-list-content-title {
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-content-box .event-calendar-list-content-txt {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-content-box .event-calendar-list-content-txt img {
    width: 10px;
    margin-right: 10px;
}
/* Event List Css End */
.event-calendar-list-section .event-month-year-previous-next-btn-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 80px 0;
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-month-year-box {
    margin-right: 100px;
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-month-year-box,
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box {
    display: inline-flex;
    align-items: center;
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-month-year-box h4 {
    font-size: 38px;
    line-height: 42px;
    color: #231F20;
    font-family: "Bellefair", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn {
    margin-right: 10px;
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn,
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-next-btn {
    width: 44px;
    height: 44px;
    cursor: pointer;
    color: transparent;
    border: solid 1px #858583;
    outline: 0;
    border-radius: 5px;
    background: transparent;
    z-index: 1;
    transition: all 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn::after,
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-next-btn::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #231F20;
    font-size: 20px;
    transition: all 1s;
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn::after {
    content: "\f053";
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-next-btn::after {
    content: "\f054";
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn:hover,
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-next-btn:hover {
    background: #EF3829;
    border: solid 1px #EF3829;
}
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-previous-btn:hover::after,
.event-calendar-list-section .event-month-year-previous-next-btn-box .event-previous-next-btn-box .event-next-btn:hover::after {
    color: #FFFFFF;
}
/* Event Detail View Modal Css Start */
.event-detail-view-modal {
    background: #231F2099;
    backdrop-filter: blur(12px);
}
.event-detail-view-modal .modal-dialog {
    max-width: 950px;
}
.event-detail-view-modal .modal-dialog .modal-content {
    background: #EAEBE8;
    box-shadow: 0px 0px 12px 0px #00000040;
    border: 0;
    border-radius: 5px;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header {
    border: 0;
    border-radius: 0;
    padding: 30px 100px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box {
    padding-right: 30px;
    width: calc(100% - 340px);
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-date-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-date-box img {
    width: 20px;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-date-box p {
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-detail-title {
    font-size: 48px;
    line-height: 52px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-time-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-time-box img {
    width: 10px;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-time-box p {
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .border-img {
    position: absolute;
    left: 0;
    width: 400px;
    bottom: 1px;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-img-box {
    width: 340px;
    height: 100%;
    overflow: hidden;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-img-box .modal-header-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
    background: transparent;
    border: solid 1px #EF3829;
    border-radius: 5px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover {
    padding: 0;
    background: #EF3829;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
    font-size: 24px;
    color: #231F20;
    transition: all 1s;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover i {
    color: #FFFFFF;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-body {
    padding: 60px 100px;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-body .full-text-editor-section {
    padding: 0;
}
.event-detail-view-modal .modal-dialog .modal-content .modal-body .full-text-editor-section .full-text-editor-box > :last-child {
    margin-bottom: 0;
}
/* Event Detail View Modal Css End */
/* Event Calendar Page Css End */
/* Tour Booking List Page Css Start */
/* Tour Booking List Css Start */
.tour-booking-list-section {
    padding: 0 0 80px;
}
.tour-booking-list-section .container {
    padding: 0 30px;
}
.tour-booking-list-section .tour-booking-list-card {
    background: #EAEBE8;
    padding: 50px 100px;
    transition: all 0.5s;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}
.tour-booking-list-section .tour-booking-list-card:hover {
    background: #231F20;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box {
    width: calc(100% - 180px);
    padding-right: 20px;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-date-box {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-date-box img {
    width: 20px;
    transition: all 0.5s;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-date-box img.white-icon {
    display: none;
}
.tour-booking-list-section .tour-booking-list-card:hover .tour-booking-list-title-date-time-box .tour-booking-list-date-box img.white-icon {
    display: inline-block;
}
.tour-booking-list-section .tour-booking-list-card:hover .tour-booking-list-title-date-time-box .tour-booking-list-date-box img.red-icon {
    display: none;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-date-box p {
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 0.5s;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-date-box p strong {
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    transition: all 0.5s;
}
.tour-booking-list-section .tour-booking-list-card:hover .tour-booking-list-title-date-time-box .tour-booking-list-date-box p,
.tour-booking-list-section .tour-booking-list-card:hover .tour-booking-list-title-date-time-box .tour-booking-list-date-box p strong {
    color: #FFFFFF;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-title {
    font-size: 32px;
    line-height: 40px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.5s;
}
.tour-booking-list-section .tour-booking-list-card:hover .tour-booking-list-title-date-time-box .tour-booking-list-title {
    color: #FFFFFF;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-time-txt {
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    transition: all 0.5s;
}
.tour-booking-list-section .tour-booking-list-card:hover .tour-booking-list-title-date-time-box .tour-booking-list-time-txt {
    color: #FFFFFF;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-btn-box {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-btn-box .tour-booking-list-booking-detail {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-btn-box .tour-booking-list-booking-detail img {
    width: 20px;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-btn-box .tour-booking-list-booking-detail p {
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 0.5s;
}
.tour-booking-list-section .tour-booking-list-card .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn {
    height: 44px;
    transition: all 0.5s;
}
.tour-booking-list-section .tour-booking-list-card:hover .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn {
    background: #EF3829;
    border: solid 1px #EF3829;
    color: #FFFFFF;
}
.tour-booking-list-section .tour-booking-list-card.fully-booked-tour-booking-list-card .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn {
    color: #858583;
    text-transform: uppercase;
    margin-top: 37px;
}
.tour-booking-list-section .tour-booking-list-card.fully-booked-tour-booking-list-card .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn img {
    width: 22px;
    margin-right: 10px;
    transition: all 0.5s;
}
.tour-booking-list-section .tour-booking-list-card.fully-booked-tour-booking-list-card .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn img.black-icon {
    display: none;
}
.tour-booking-list-section .tour-booking-list-card.fully-booked-tour-booking-list-card:hover .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn img.black-icon {
    display: inline-block;
}
.tour-booking-list-section .tour-booking-list-card.fully-booked-tour-booking-list-card:hover .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn img.grey-icon {
    display: none;
}
.tour-booking-list-section .tour-booking-list-card.fully-booked-tour-booking-list-card:hover .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn {
    background: #858583;
    border: solid 1px #858583;
    color: #231F20;
}
.tour-booking-list-section .tour-booking-list-card.future-tour-booking-list-card .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn {
    margin-top: 37px;
}
/* Tour Booking List Css End */
/* Tour Booking Detail View Modal Css Start */
.tour-booking-detail-view-modal {
    background: #231F2099;
    backdrop-filter: blur(12px);
}
.tour-booking-detail-view-modal .modal-dialog {
    max-width: 950px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #00000040;
    border: 0;
    border-radius: 5px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header {
    border: 0;
    border-radius: 0;
    padding: 30px 100px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box {
    width: 100%;
    padding-bottom: 60px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-date-booked-view-map-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-date-box,
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-list-booking-detail {
    display: flex;
    align-items: center;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-date-box img,
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-list-booking-detail img {
    width: 20px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-date-box p {
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-date-box p strong {
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-list-booking-detail,
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .bg-transparent-blur-border-light-grey-btn {
    margin-left: 70px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-list-booking-detail p {
    padding-left: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
    transition: all 0.5s;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-detail-title {
    font-size: 48px;
    line-height: 52px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-time-box {
    font-size: 16px;
    line-height: 18px;
    color: #231F20;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .mobile-view {
    display: none;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .border-img {
    position: absolute;
    left: 0;
    width: 500px;
    bottom: 1px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
    background: transparent;
    border: solid 1px #EF3829;
    border-radius: 5px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    transition: all 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover {
    padding: 0;
    background: #EF3829;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
    font-size: 24px;
    color: #231F20;
    transition: all 1s;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon:hover i {
    color: #FFFFFF;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body {
    padding: 60px 100px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .full-text-editor-section {
    padding: 0;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .full-text-editor-section .full-text-editor-box > :last-child {
    margin-bottom: 0;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .web-form-section {
    margin-top: 40px;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .web-form-section .custom-dropdown {
    position: relative;
    width: 100%;
    user-select: none;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .web-form-section .custom-dropdown .selected,
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .web-form-section .custom-dropdown .dropdown-options {
    border: solid 1px #EAEBE8;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .web-form-section .custom-dropdown .selected.open-dropdown {
    border-bottom: 0;
}
.tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .web-form-section .custom-dropdown .dropdown-options {
    border-top: none;
}
/* Tour Booking Detail View Modal Css End */
/* Tour Booking List Page Css End */
/* Yarra Giving Detail Page Css Start */
/* Yarra Giving Image & Text Css Start */
.yarra-giving-img-txt-section {
    background: #231F20;
    padding: 0;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box {
    align-items: center;
    margin: 0;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con {
    padding: 20px 60px;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box {
    width: 465px;
    margin-left: auto;
    text-align: center;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-title {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card {
    background: #EF3829;
    box-shadow: 0px 0px 24px 0px #00000040;
    border-radius: 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-sub-title {
    font-size: 22px;
    line-height: 22px;
    color: #FCB31C;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-title {
    font-size: 60px;
    line-height: 66px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-txt {
    font-size: 22px;
    line-height: 22px;
    color: #FCB31C;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .progress {
    background-color: #FCB31C;
    height: 25px;
    border-radius: 50px;
    overflow: initial;
    width: 100%;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .progress .progress-bar {
    background-color: #FFFFFF;
    border-radius: 50px;
    transition: width 4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: initial;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .progress-counter-txt {
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-img-box {
    height: 100%;
    overflow: hidden;
    padding: 0;
}
.yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-img-box .yarra-giving-img-txt-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Yarra Giving Image & Text Css End */
/* Yarra Giving Slider Css Start */
.yarra-giving-slider-section {
    padding: 40px 20px;
}
.yarra-giving-slider-section .yarra-giving-slider-box {
    position: relative;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider {
    margin-bottom: 0;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev,
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev {
    right: auto;
    left: -50px;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
    right: -50px;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-list {
    padding: 120px 0 0 !important;
    min-height: 570px;
    display: flex;
    align-items: center;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-track {
    display: flex !important;
    align-items: center;
    transition: all 0.5s;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .yarra-giving-slider {
    margin: 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    padding: 0;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .yarra-giving-slider.slick-center {
    margin: -250px 0 0;
    z-index: 2;
    transform: scale(1.2);
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .yarra-giving-slider .yarra-giving-slider-detail-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #00000040;
    border-radius: 10px;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .yarra-giving-slider .yarra-giving-slider-detail-box .yarra-giving-slider-detail-txt {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .yarra-giving-slider .yarra-giving-slider-detail-box .yarra-giving-slider-detail-title {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .yarra-giving-slider .yarra-giving-slider-detail-box .quote-icon {
    width: 20px;
    margin: 15px 0;
}
.yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .yarra-giving-slider .yarra-giving-slider-detail-box .yarra-giving-slider-detail-sub-txt {
    font-size: 16px;
    line-height: 20px;
    color: #858583;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
/* Yarra Giving Slider Css End */
/* Yarra Giving Social Icon Css Start */
.yarra-giving-social-icon-con {
    display: flex;
    align-items: center;
    width: 100%;
}
.yarra-giving-social-icon-con .yarra-giving-social-icon-box {
    display: inline-block;
    height: 44px;
    width: 44px;
    margin-bottom: 0;
}
.yarra-giving-social-icon-con .yarra-giving-social-icon-box:not(:last-child) {
    margin-right: 15px;
}
.yarra-giving-social-icon-con .yarra-giving-social-icon-box .yarra-giving-social-icon {
    height: 100%;
    width: 100%;
}
/* Yarra Giving Social Icon Css End */
/* Yarra Giving Detail Page Css End */
/* Employment List Page Css Start */
/* Current Opportunities Section Css Start */
.current-opportunities-sec {
    padding: 40px 20px;
}
.current-opportunities-sec .current-img-txt-box {
    display: flex;
    align-items: center;
    justify-content: center
}
.current-opportunities-sec .current-img-txt-box img {
    width: 100%;
}
 .current-opportunities-sec .current-img-txt-box .current-txt .current-txt-sec {
    position: relative;
    text-align: center;
    width: 100%;
}
.current-opportunities-sec .current-img-txt-box .current-txt .current-txt-sec::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #EF3829;    
}
.current-opportunities-sec .current-img-txt-box .current-txt .current-txt-sec h2 {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    font-size: 42px;
    line-height: 53px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
/* Current Opportunities Section Css End */
/* Without Image Info Tiles Section Css Start*/
.without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-sub-txt {
    font-size: 16px;
    line-height: 26px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* Without Image Info Tiles Section Css End*/
/* Employment List Page Css End */
/* Employment Detail Page Css Start */
.full-text-editor-section.employment-btn-sec {
    padding: 80px 0px 0px 0px;
}
.full-text-editor-section .employment-txt {
    font-size: 16px;
    line-height: 26px;
    color: #EF3829;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.full-text-editor-section .employment-italic-txt {
    font-size: 16px;
    line-height: 26px;
    color: #011E41;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-style: italic;
}
.full-text-editor-section.employment-applications-sec {
    padding: 0px 20px;
}
.full-text-editor-section.employment-applications-sec .container-fluid {
    background-color: #EAEBE8;
}
.full-text-editor-section.employment-applications-sec .container {
    padding: 30px;
}
.full-text-editor-section.employment-apply-now-sec {
    padding: 40px 0px 0px 0px;
}
/* Employment Detail Page Css End */

/* Responsive Css Start */
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1600px) {}
@media only screen and (min-width: 1700px) {}
@media only screen and (min-width: 1800px) {
    /* Common Css Start */
    .container {
        max-width: 1700px;
    }
    /* Sticky Header Css Start */
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-logo-box .sticky-header-logo-img,
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-logo-box .sticky-header-logo-img .sticky-header-logo {
        width: 80px;
    }
    /* Sticky Header Css End */
    /* Banner Css Start */
    /* Virtual Tour Banner Css Start */
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box {
        max-width: 600px;
        padding: 50px;
        margin-left: 150px;
        margin-bottom: 80px;
    }
    /* Virtual Tour Banner Css End */
    /* Banner Css End */
    /* Menu Css Start */
    .menu-nav .menu-box .menu-detail-con {
        padding: 70px 60px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con {
        padding: 10px 60px 10px 12px;
        max-height: calc(100vh - 290px);
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box .menu-parent-item:not(:last-child) {
        margin-bottom: 35px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con {
        padding: 10px 12px 10px 60px;
        max-height: calc(100vh - 290px);
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box {
        margin-bottom: 40px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-box .quick-link-item:not(:last-child) {
        margin-bottom: 25px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con {
        padding: 10px 12px 10px 60px;
        max-height: calc(100vh - 290px);
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con .menu-child-box .menu-child-item:not(:last-child) {
        margin-bottom: 25px;
    }
    /* Menu Css End */
    /* Footer Css Start */
    .footer-section {
        padding: 50px 30px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box {
        padding-left: 140px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt,
    .footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt a {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt i {
        font-size: 18px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box .copyright-txt-box {
        margin-top: 60px;
    }
    /* Footer Css End */
    /* Page Header Css Start */
    .page-header-section {
        padding: 40px 30px;
    }
    /* Page Header Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section {
        padding: 50px 30px 70px;
    }
    /* Read Previous and Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Explore Our World Css Start */
    .explore-our-world-section {
        padding: 20px 30px;
    }
    /* Explore Our World Css End */
    /* Principal Welcome Css Start */
    .principal-welcome-section {
        padding: 0 30px;
    }
    /* Principal Welcome Css End */
    /* School Tab Css Start */
    .school-tab-section {
        padding: 20px 30px;
    }
    .school-tab-section .school-tab-con {
        padding: 60px 0 20px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card {
        height: 520px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-img-box {
        height: 375px;
    }
    /* School Tab Css End */
    /* Great Education Css Start */
    .great-education-section {
        padding: 0 30px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-img-box {
        height: 430px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box {
        height: calc(100% - 430px);
    }
    /* Great Education Css End */
    /* Results Css Start */
    .results-section {
        padding: 0 30px;
    }
    .results-section .results-con {
        padding: 60px;
    }
    .results-section .results-con .results-box .results-content-con {
        padding: 0 40px 0 100px;
    }
    .results-section .results-con .results-box .results-content-con .results-content-sub-title {
        margin-bottom: 50px;
    }
    .results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title,
    .results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title span {
        margin-bottom: 40px;
    }
    .results-section .results-con .results-box .results-content-con .highest-result-txt-box {
        padding: 50px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con {
        margin: 50px 0 0;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box {
        padding: 50px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box.results-grid-big-box {
        padding: 50px;
    }
    /* Results Css Start */
    /* Enhancing Css Start */
    .enhancing-section {
        padding: 80px 30px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box {
        padding: 0 80px 0 0;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-sub-title {
        margin-bottom: 25px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title,
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title span {
        margin-bottom: 20px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box {
        padding: 30px 0 0 100px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button {
        padding: 30px 0;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 0 30px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-img-con .enhancing-img-box .enhancing-img {
        height: 700px;
    }
    /* Enhancing Css End */
    /* News & Event Css Start */
    .news-event-section {
        padding: 80px 30px;
    }
    .news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs .nav-link {
        margin-right: 35px;
    }
    .news-event-section .news-event-slider .news-event-slider-box {
        height: 500px;
    }
    .news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box {
        height: 290px;
    }
    .news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box.full-img-box {
        height: calc(100% - 29px);
    }
    .news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box {
        height: calc(100% - 321px);
    }
    .news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box.event-content-box {
        height: calc(100% - 320px);
    }
    /* News & Event Css End */
    /* Call to Action Css Start */
    .call-to-action-section {
        padding: 20px 30px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box,
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-img {
        max-height: 800px;
        height: 800px;
    }
    /* Call to Action Css End */
    /* Home Page Css End */
    /* Custom Home Page Css Start */
    .explore-our-world-section .explore-our-world-con .explore-our-world-vector-img-box.custom-home-page-vector-img-box {
        margin-top: -120px;
    }
    .img-tab-gallery-section .img-tab-content-section {
        padding: 40px 100px;
    }
    .img-tab-gallery-section .img-tab-gallery {
        height: 700px;
    }
    /* Custom Home Page Css End */
    /* General Page Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section {
        padding: 80px 30px;
    }
    /* Full Text Editor Css End */
    /* Image/Text Module Css Start */
    .img-txt-module-section {
        padding: 20px 30px;
    }
    .img-txt-module-section .img-txt-module-con {
        padding: 70px 0;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-img-box .img-txt-module-img {
        height: 680px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
        padding: 0 150px;
    }
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
        padding: 0 300px;
    }
    /* Image/Text Module Css End */
    /* Album Gallery Module Css Start */
    .album-gallery-slider-section {
        padding: 20px 30px;
    }
    .album-gallery-slider-section .album-gallery-slider-con {
        padding: 50px 0 40px;
    }
    .album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .album-gallery-slider .album-gallery-slider-img-box img {
        height: 540px;
    }
    .album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .album-gallery-slider.two-img-in-one-slider .album-gallery-slider-img-box img {
        height: 260px;
    }
    /* Album Gallery Module Css End */
    /* Classic Gallery Module Css Start */
    .classic-gallery-section {
        padding: 40px 30px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-list {
        min-height: 680px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box .classic-gallery-img {
        height: 320px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box .classic-gallery-img {
        height: 630px;
    }
    /* Classic Gallery Module Css End */
    /* Editorial Module Css Start */
    .editorial-module-section {
        padding: 40px 30px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
        height: 590px;
        width: 590px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(2) {
        height: 380px;
        width: 380px;
        margin-top: -80px;
        margin-left: 350px;
    }
    /* Editorial Module Css End */
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
        margin-left: 140px;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(2) {
        margin-top: -120px;
        margin-left: 0;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
        bottom: 70px;
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Grey BG Css Start */
    .grey-bg-box.editorial-module-section .editorial-module-con {
        padding: 80px 0;
    }
    .grey-bg-box.editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
        bottom: 140px;
    }
    /* Editorial Module Grey BG Css End */
    /* Image Divider Css Start */
    .image-divider-section {
        padding: 20px 30px;
    }
    .image-divider-section.big-box .image-divider-box,
    .image-divider-section .image-divider-box .image-divider-img {
        height: 900px;
    }
    /* Image Divider Css End */
    /* Standard Info Tiles Css Start */
    .standard-info-tiles-section {
        padding: 40px 30px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
        height: 430px;
    }
    .standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
        height: 350px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
        height: calc(100% - 430px);
    }
    .standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
        height: calc(100% - 350px);
    }
    /* Standard Info Tiles Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-module-section {
        padding: 40px 30px;
    }
    .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,
    .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: 380px;
    }
    .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% - 760px);
        padding: 40px;
    }
    .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: 760px;
    }
    /* Link Tiles Module Css End */
    /* Video Module Css Start */
    .video-module-section {
        padding: 40px 30px;
    }
    .video-module-section .video-img-con .video-img-box {
        height: 560px;
    }
    .video-module-section .video-module-content-box {
        padding: 0 180px;
    }
    .virtual-tour-video-module-section.video-module-section .video-module-content-box {
        padding: 0 100px;
    }
    /* Video Module Css End */
    /* Video Module Without Text Css Start */
    .video-module-without-txt-section {
        padding: 40px 30px;
    }
    .video-module-without-txt-section .video-img-con .video-img-box {
        height: 800px;
    }
    /* Video Module Without Text Css End */
    /* Read More Module Css Start */
    .accordion-content-section {
        padding: 40px 30px;
    }
    /* Read More Module Css End */
    /* General Page Css End */
    /* Career Bytes Detail Page Css Start */
    .career-details-page-input-section {
        padding: 80px 30px;
    }
    /* Career Bytes Detail Page Css End */
    /* Volunteers Web Form List Css Start */
    /* Without Image Info Tiles Css Start */
    .without-img-info-tiles-section {
        padding: 40px 30px;
    }
    /* Without Image Info Tiles Css End */
    /* Volunteers Web Form List Css End */
    /* Curriculum Explorer Page Css Start */
    /* Curriculum Explorer Slider Css Start */
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-img {
        height: 340px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider.slick-center .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-img {
        height: 460px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box {
        padding: 20px 40px;
    }
    /* Curriculum Explorer Slider Css End */
    /* Curriculum Explorer Page Css End */
    /* Event Calendar Page Css Start */
    /* Event List Css Start */
    .event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-img-box {
        height: 290px;
    }
    .event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-content-box {
        height: calc(100% - 324px);
    }
    /* Event List Css End */
    /* Event Calendar Page Css End */
    /* Tour Booking List Page Css Start */
    /* Tour Booking List Css Start */
    .tour-booking-list-section {
        padding: 0 30px 80px;
    }
    .tour-booking-list-section .tour-booking-list-card {
        padding: 50px 120px;
    }
    /* Tour Booking List Css End */
    /* Tour Booking List Page Css End */
    /* Yarra Giving Detail Page Css Start */
    /* Yarra Giving Image & Text Css Start */
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con {
        padding: 20px 100px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box {
        width: 500;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-title {
        margin-bottom: 40px;
    }
    /* Yarra Giving Image & Text Css End */
    /* Yarra Giving Slider Css Start */
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev {
        left: -100px;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        right: -100px;
    }
    /* Yarra Giving Slider Css End */
    /* Yarra Giving Detail Page Css End */
}
@media only screen and (min-width: 2100px) {
    /* General Page Css Start */
    /* Modern Gallery Module Css Start */
    .modern-gallery-module-section .modern-gallery-module-con .container {
        max-width: 2000px;
    }
    /* Modern Gallery Module Css End */
    /* Classic Gallery Module Css Start */
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-list {
        min-height: 750px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box .classic-gallery-img {
        height: 420px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box .classic-gallery-img {
        height: 700px;
    }
    /* Classic Gallery Module Css End */
    /* General Page Css End */
}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {
    /* Common Css Start */
    /* Banner Css Start */
    /* Community, Foundation, YOG Banner Css Start */
    /* .community-foundation-yog-banner-section.banner-section,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .carousel-item,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box video,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box iframe,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-img,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: calc(100vh - 308px);
    } */
    /* Community, Foundation, YOG Banner Css End */
    /* Virtual Tour Banner Css Start */
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box {
        padding: 20px;
        margin-left: 30px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box .banner-heading {
        font-size: 34px;
        line-height: 40px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box .banner-description {
        font-size: 14px;
        line-height: 20px;
    }
    /* Virtual Tour Banner Css End */
    /* Banner Css End */
    /* Footer Css Start */
    .footer-section .footer-con .footer-box .footer-logo-box .footer-logo-img-box,
    .footer-section .footer-con .footer-box .footer-logo-box .footer-logo-img-box .footer-logo-img {
        width: 300px;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* School Tab Css Start */
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card {
        height: 415px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-img-box {
        height: 275px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-title {
        font-size: 22px;
        line-height: 28px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-txt {
        font-size: 12px;
        line-height: 16px;
    }
    /* School Tab Css End */
    /* Great Education Css Start */
    .great-education-section .great-education-con::after {
        width: 50%;
    }
    /* Great Education Css End */
    /* Results Css Start */
    .results-section .results-con .results-box .results-content-con {
        padding: 0 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title,
    .results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title span {
        font-size: 34px;
        line-height: 50px;
    }
    .results-section .results-con .results-box .results-content-con .highest-result-txt-box {
        padding: 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box {
        padding: 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-sub-title {
        font-size: 18px;
        line-height: 30px;
    }
    /* Results Css Start */
    /* Home Page Css End */
    /* General Page Css Start */
    /* Image/Text Module Css Start */
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
        padding: 0 120px;
    }
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-img-box .img-txt-module-img {
        height: 640px;
    }
    /* Image/Text Module Css End */
    /* Classic Gallery Module Css Start */
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-list {
        padding: 0 0 30px !important;
    }
    /* Classic Gallery Module Css End */
    /* General 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 .full-text-editor-section .full-text-editor-box .border-img-box .border-img {
        width: 100%;
    }
    /* Curriculum Explorer Detail View Modal Css End */
    /* Curriculum Explorer Page Css End */
    /* Tour Booking List Page Css Start */
    /* Tour Booking List Css Start */
    .tour-booking-list-section .tour-booking-list-card {
        padding: 50px 70px;
    }
    /* Tour Booking List Css End */
    /* Tour Booking List Page Css End */
    /* Yarra Giving Detail Page Css Start */
    /* Yarra Giving Image & Text Css Start */
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con {
        padding: 20px 40px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box {
        width: 400px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card {
        padding: 10px 20px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-title,
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-sub-title,
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-txt,
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .progress-counter-txt {
        font-size: 18px;
        line-height: 18px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-sub-title,
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-title,
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-txt {
        margin-bottom: 10px;
    }
    /* Yarra Giving Image & Text Css End */
    /* Yarra Giving Slider Css Start */
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev {
        left: -12px;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        right: -12px;
    }
    /* Yarra Giving Slider Css End */
    /* Yarra Giving Detail Page Css End */
    /* Employment List Page Css Start */
    /* Current Opportunities Section Css Start */
    .current-opportunities-sec .current-img-txt-box .current-txt .current-txt-sec h2 {
        font-size: 34px;
        line-height: 44px;
    }
    /* Current Opportunities Section Css End */
    /* Employment List Page Css End */
}
@media only screen and (max-width: 1199px) {
    /* Common Css Start */
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* Banner Css Start */
    /* General & Page Modules Banner Css Start */
    .general-banner-section.banner-section,
    .general-banner-section.banner-section .banner-con .banner-box .carousel-item,
    .general-banner-section.banner-section .banner-con .banner-box video,
    .general-banner-section.banner-section .banner-con .banner-box iframe,
    .general-banner-section.banner-section .banner-con .banner-box .banner-img,
    .general-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
    .general-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: calc(100vh - 188px);
    }
    /* General & Page Modules Banner Css End */
    /* Community, Foundation, YOG Banner Css Start */
    /* .community-foundation-yog-banner-section.banner-section,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .carousel-item,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box video,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box iframe,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-img,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: calc(100vh - 306px);
    } */
    /* Community, Foundation, YOG Banner Css End */
    /* Virtual Tour Banner Css Start */
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box {
        padding: 20px;
        margin-left: 30px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box .banner-heading {
        font-size: 34px;
        line-height: 40px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box .banner-description {
        font-size: 14px;
        line-height: 20px;
    }
    /* Virtual Tour Banner Css End */
    /* Banner Css End */
    /* Menu Css Start */
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box .menu-parent-item .menu-parent-item-txt {
        font-size: 24px;
        line-height: 32px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box .quick-links-grey-icon {
        width: 18px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-box .quick-link-item .quick-link-item-txt,
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con .menu-child-box .menu-child-item .menu-child-item-txt {
        font-size: 16px;
        line-height: 16px;
    }
    /* Menu Css End */
    /* Footer Css Start */
    .footer-section .footer-con .footer-box .footer-logo-box {
        padding: 20px;
    }
    .footer-section .footer-con .footer-box .footer-logo-box .footer-logo-img-box,
    .footer-section .footer-con .footer-box .footer-logo-box .footer-logo-img-box .footer-logo-img {
        width: 250px;
    }
    .footer-section .footer-con .footer-box .footer-logo-box .footer-content-txt {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-section .footer-con .footer-box .footer-logo-box .footer-content-sub-txt {
        font-size: 14px;
        line-height: 24px;
    }
    .footer-section .footer-con .footer-box .footer-logo-box .country-flag {
        width: 150px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box {
        padding-left: 20px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box .confidence-to-achieve-img {
        width: 350px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt,
    .footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .footer-item-txt a {
        font-size: 12px;
        line-height: 20px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box .footer-item-con .footer-item-box .associated-partner-logo {
        width: 140px;
    }
    /* Footer Css End */
    /* Page Header Css Start */
    .page-header-section .page-header-con .container {
        padding: 0 40px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-title {
        font-size: 38px;
        line-height: 46px;
    }
    .page-header-section .page-header-border-img {
        width: 400px;
    }
    /* Page Header Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-detail-box {
        width: calc(100% - 200px);
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img {
        width: 200px;
        height: 210px;
    }
    /* Read Previous and Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Explore Our World Css Start */
    .explore-our-world-section .explore-our-world-con .container {
        padding: 0 40px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-title-box .explore-our-world-title {
        font-size: 38px;
        line-height: 38px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-title-box .explore-our-world-title span {
        font-size: 26px;
        line-height: 40px;
    }
    /* Explore Our World Css End */
    /* School Tab Css Start */
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card {
        height: 360px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-img-box {
        height: 225px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-title {
        font-size: 20px;
        line-height: 26px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-txt {
        font-size: 10px;
        line-height: 14px;
    }
    /* School Tab Css End */
    /* Great Education Css Start */
    .great-education-section .great-education-con::after {
        width: 60%;
    }
    .great-education-section .great-education-con .great-education-box .great-education-detail-box .great-education-detail-txt {
        font-size: 24px;
        line-height: 40px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-img-box {
        height: 250px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box {
        height: calc(100% - 250px);
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-title {
        font-size: 18px;
        line-height: 24px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-txt {
        font-size: 14px;
        line-height: 24px;
    }
    /* Great Education Css End */
    /* Results Css Start */
    .results-section .results-con {
        padding: 20px;
    }
    .results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-title {
        font-size: 22px;
        line-height: 38px;
    }
    .results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-txt {
        font-size: 14px;
        line-height: 20px;
    }
    .results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-percentage-txt {
        font-size: 44px;
        line-height: 60px;
    }
    .results-section .results-con .results-box .results-content-con {
        padding: 0 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-content-sub-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title,
    .results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title span {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .results-section .results-con .results-box .results-content-con .highest-result-txt-box {
        padding: 10px;
    }
    .results-section .results-con .results-box .results-content-con .highest-result-txt-box .highest-result-percentage-txt {
        font-size: 44px;
        line-height: 60px;
    }
    .results-section .results-con .results-box .results-content-con .highest-result-txt-box .highest-result-detail-txt {
        font-size: 14px;
        line-height: 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con {
        margin: 20px 0 0;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box {
        padding: 10px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-title,
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-title span {
        font-size: 44px;
        line-height: 60px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-txt {
        font-size: 14px;
        line-height: 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-sub-title {
        font-size: 18px;
        line-height: 30px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-heading-box {
        padding-right: 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box.results-grid-big-box {
        padding: 10px;
    }
    /* Results Css Start */
    /* Enhancing Css Start */
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title,
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title span {
        font-size: 42px;
        line-height: 50px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box {
        padding: 10px 0 0 40px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 22px;
        line-height: 28px;
        padding: 20px 0;
    }
    /* Enhancing Css End */
    /* Home Page Css End */
    /* Custom Home Page Css Start */
    /* Image Tab Css Start */
    .img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-sub-title-txt {
        font-size: 42px;
        line-height: 50px;
    }
    /* Image Tab Css End */
    /* Custom Home Page Css End */
    /* General Page Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section blockquote {
        font-size: 26px;
        line-height: 36px;
    }
    .full-text-editor-section h1,
    .full-text-editor-section h1 span {
        font-size: 44px;
        line-height: 50px;
    }
    .full-text-editor-section h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .full-text-editor-section h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .full-text-editor-section h4 {
        font-size: 30px;
        line-height: 36px;
    }
    /* Full Text Editor Css End */
    /* Image/Text Module Css Start */
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box,
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
        padding: 0 40px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-title {
        font-size: 34px;
        line-height: 38px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-txt {
        font-size: 16px;
        line-height: 24px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-sub-txt {
        font-size: 14px;
        line-height: 23px;
    }
    /* Image/Text Module Css End */
    /* Modern Gallery Module Css Start */
    .modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box .modern-gallery-slider-img-box .modern-gallery-slider-img {
        height: 370px;
    }
    /* Modern Gallery Module Css End */
    /* Classic Gallery Module Css Start */
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-list {
        padding: 0 0 70px !important;
        min-height: 450px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box .classic-gallery-img {
        height: 200px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box .classic-gallery-img {
        height: 400px;
    }
    /* Classic Gallery Module Css End */
    /* Editorial Module Css Start */
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
        height: 350px;
        width: 350px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(2) {
        height: 180px;
        width: 180px;
        margin-top: -50px;
        margin-left: 240px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-title {
        font-size: 36px;
        line-height: 42px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-txt {
        font-size: 16px;
        line-height: 22px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-sub-txt {
        font-size: 14px;
        line-height: 20px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
        bottom: 50px;
    }
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
        margin-left: 90px;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-vector-img-box .editorial-module-vector-img {
        transform: scaleX(-1);
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Css End */
    /* Standard Info Tiles Css Start */
    .standard-info-tiles-section .standard-info-tiles-con::after {
        width: 60%;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-box .standard-info-tiles-detail-box .standard-info-tiles-detail-txt {
        font-size: 24px;
        line-height: 40px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
        height: 250px;
    }
    .standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
        height: 200px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
        height: calc(100% - 250px);
    }
    .standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
        height: calc(100% - 200px);
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-title {
        font-size: 18px;
        line-height: 24px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .yarra-inspired-sub-txt {
        font-size: 14px;
        line-height: 24px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-txt {
        font-size: 14px;
        line-height: 24px;
    }
    /* Great Education Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-module-section .container {
        padding: 0 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,
    .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: 260px;
    }
    .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: 14px;
        line-height: 18px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
        font-size: 22px;
        line-height: 26px;
    }
    .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% - 400px);
    }
    .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: 400px;
    }
    /* Link Tiles Module Css End */
    /* General Page Css End */
    /* Photo Gallery Page Css Start */
    .image-gallery-section .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    /* Photo Gallery Page Css End */
    /* Volunteers Web Form List Css Start */
    /* Without Image Info Tiles Css Start */
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-title {
        font-size: 18px;
        line-height: 24px;
    }
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-txt {
        font-size: 14px;
        line-height: 24px;
    }
    /* Without Image Info Tiles Css End */
    /* Volunteers Web Form List 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: 20px;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .full-text-editor-section .full-text-editor-box .border-img-box .border-img {
        width: 100%;
        margin-left: -20px;
    }
    /* Curriculum Explorer Detail View Modal Css End */
    /* Curriculum Explorer Page Css End */
    /* Tour Booking List Page Css Start */
    /* Tour Booking List Css Start */
    .tour-booking-list-section .tour-booking-list-card {
        padding: 30px 60px;
    }
    .tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-title {
        font-size: 26px;
        line-height: 32px;
    }
    /* Tour Booking List Css End */
    /* Tour Booking List Page Css End */
    /* Yarra Giving Detail Page Css Start */
    /* Yarra Giving Image & Text Css Start */
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con {
        padding: 40px;
        order: 2;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box {
        width: 465px;
        margin: 0 auto;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-img-box {
        order: 1;
    }
    /* Yarra Giving Image & Text Css End */
    /* Yarra Giving Slider Css Start */
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev {
        left: -12px;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        right: -12px;
    }
    /* Yarra Giving Slider Css End */
    /* Yarra Giving Detail Page Css End */
    /* Employment List Page Css Start */
    /* Current Opportunities Section Css Start */
    .current-opportunities-sec .current-img-txt-box .current-txt .current-txt-sec h2 {
        font-size: 24px;
        line-height: 34px;
    }
    /* Current Opportunities Section Css End */
    /* Without Image Info Tiles Section Css Start*/
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-sub-txt {
        font-size: 14px;
        line-height: 24px;
    }
    /* Without Image Info Tiles Section Css End*/
    /* Employment List Page Css End */
}
@media only screen and (max-width: 992px) {
    /* Common Css Start */
    /* Sticky Header Css Start */
    .sticky-header-section {
        padding: 5px 15px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box {
        width: 230px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box .bg-transparent-blur-border-yellow-btn {
        padding: 5px;
        min-width: 95px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box .bg-transparent-blur-border-yellow-btn:last-child {
        margin-left: 10px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-logo-box .sticky-header-logo-img,
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-logo-box .sticky-header-logo-img .sticky-header-logo {
        width: 46px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box {
        width: 230px;
    }
    /* Sticky Header Css End */
    /* Banner Css Start */
    .banner-section .banner-con .banner-box .banner-iframe-box iframe {
        top: -70%;
        width: 260%;
        height: 240%;
        left: -50%;
    }
    .banner-section .banner-con .banner-box .banner-caption {
        padding: 0 15px 20px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box {
        width: 230px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn {
        padding: 5px;
        min-width: 95px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn:last-child {
        margin-left: 10px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-logo-box .banner-logo-img,
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-logo-box .banner-logo-img .banner-logo {
        width: 135px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box {
        width: 230px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-title-box .banner-title {
        font-size: 48px;
        line-height: 58px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-border-img {
        width: 600px;
    }
    /* General & Page Modules Banner Css Start */
    .general-banner-section.banner-section,
    .general-banner-section.banner-section .banner-con .banner-box .carousel-item,
    .general-banner-section.banner-section .banner-con .banner-box video,
    .general-banner-section.banner-section .banner-con .banner-box iframe,
    .general-banner-section.banner-section .banner-con .banner-box .banner-img,
    .general-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
    .general-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: calc(100vh - 126px);
    }
    /* General & Page Modules Banner Css End */
    /* Community, Foundation, YOG Banner Css Start */
    /* .community-foundation-yog-banner-section.banner-section,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .carousel-item,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box video,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box iframe,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-img,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: calc(100vh - 264px);
    } */
    /* Community, Foundation, YOG Banner Css End */
    /* Virtual Tour Banner Css Start */
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box {
        max-width: 400px;
        padding: 20px;
        margin-left: 30px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box .banner-heading {
        font-size: 34px;
        line-height: 40px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-description-box .banner-description {
        font-size: 14px;
        line-height: 20px;
    }
    /* Virtual Tour Banner Css End */
    /* Yarra Giving Banner Css Start */
    .yarra-giving-banner-section.banner-section,
    .yarra-giving-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: 130px;
    }
    .yarra-giving-banner-section.banner-section .banner-con .banner-box .banner-caption {
        padding: 0 15px;
    }
    /* Yarra Giving Banner Css End */
    /* Banner Css End */
    /* Menu Css Start */
    .menu-nav .menu-box {
        padding: 10px 20px;
    }
    .menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box {
        width: 230px;
    }
    .menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box .bg-transparent-blur-border-red-btn {
        padding: 5px;
        min-width: 95px;
    }
    .menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-btn-box .bg-transparent-blur-border-red-btn:last-child {
        margin-left: 10px;
    }
    .menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-logo-box .menu-logo-img,
    .menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-logo-box .menu-logo-img .menu-logo {
        width: 135px;
    }
    .menu-nav .menu-box .menu-btn-logo-search-menu-box .menu-search-menu-box {
        width: 230px;
    }
    .menu-nav .menu-box .red-school-vector-img {
        bottom: 20px;
    }
    .menu-nav .menu-box .menu-detail-con {
        padding: 40px 20px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con {
        padding: 10px 30px 10px 12px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box .menu-parent-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-parent-con .menu-parent-box .menu-parent-item .menu-parent-item-txt {
        font-size: 24px;
        line-height: 32px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con {
        padding: 10px 12px 10px 30px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box {
        margin-bottom: 20px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box .quick-links-grey-icon {
        width: 16px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-heading-box h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-box .quick-link-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .quick-link-con .quick-link-box .quick-link-item .quick-link-item-txt {
        font-size: 14px;
        line-height: 14px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con {
        padding: 10px 12px 10px 30px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con .menu-child-box .menu-child-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .menu-nav .menu-box .menu-detail-con .menu-detail-box .menu-child-con .menu-child-box .menu-child-item .menu-child-item-txt {
        font-size: 14px;
        line-height: 14px;
    }
    /* Menu Css End */
    /* Footer Css Start */
    .footer-section .footer-con .container {
        padding: 0;
    }
    .footer-section .footer-con .footer-box .footer-logo-box {
        border-right: 0;
        border-bottom: solid 1px #858583;
        padding: 20px 20px 40px 20px;
        margin-bottom: 40px;
    }
    .footer-section .footer-con .footer-box .footer-logo-box .footer-logo-img-box {
        width: 250px;
    }
    .footer-section .footer-con .footer-box .footer-logo-box .footer-logo-img-box .footer-logo-img {
        width: 250px;
    }
    .footer-section .footer-con .footer-box .footer-logo-box .footer-content-txt {
        font-size: 16px;
        line-height: 20px;
        margin: 30px 0;
    }
    .footer-section .footer-con .footer-box .footer-logo-box .country-flag {
        width: 150px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box {
        padding-left: 0;
    }
    .community-foundation-yog-footer-section.footer-section .footer-con .footer-box .footer-detail-box {
        padding-top: 0;
    }
    .footer-section .footer-con .footer-box .footer-detail-box .confidence-to-achieve-img {
        width: 400px;
    }
    .footer-section .footer-con .footer-box .footer-detail-box .copyright-txt-box {
        margin-top: 50px;
    }
    /* Footer Css End */
    /* Page Header Css Start */
    .page-header-section {
        padding: 20px 0;
    }
    .page-header-section .page-header-con .container {
        padding: 0 20px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-title {
        font-size: 38px;
        line-height: 46px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-txt {
        font-size: 18px;
        line-height: 22px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-detail-txt {
        font-size: 14px;
        line-height: 22px;
        margin: 20px 0 0;
        max-width: 420px;
    }
    .page-header-section .page-header-border-img {
        width: 400px;
    }
    /* Page Header Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section {
        padding: 20px 0;
    }
    .read-previous-next-section .container {
        padding: 0 20px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-detail-box {
        padding: 20px 10px;
        width: calc(100% - 150px);
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box p {
        font-size: 12px;
        line-height: 16px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img {
        width: 150px;
        height: 170px;
    }
    /* Read Previous and Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Explore Our World Css Start */
    .explore-our-world-section .explore-our-world-con {
        padding: 50px 0 30px;
    }
    .explore-our-world-section .explore-our-world-con .container {
        padding: 0 20px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-sub-title-box .explore-our-world-sub-title {
        font-size: 14px;
        line-height: 18px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-title-box .explore-our-world-title {
        font-size: 28px;
        line-height: 28px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-title-box .explore-our-world-title span {
        font-size: 18px;
        line-height: 26px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-txt-box .explore-our-world-txt {
        font-size: 14px;
        line-height: 22px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-control,
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-select {
        font-size: 14px;
        line-height: 18px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-control::placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-select p {
        font-size: 14px;
        line-height: 18px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-vector-img-box {
        overflow: hidden;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-vector-img-box .explore-our-world-vector-img {
        width: 150%;
        margin-left: -100px;
    }
    /* Explore Our World Css End */
    /* Principal Welcome Css Start */
    .principal-welcome-section .principal-welcome-con .principal-welcome-box .principal-welcome-detail-box .principal-welcome-detail-txt {
        font-size: 16px;
        line-height: 20px;
    }
    .principal-welcome-section .principal-welcome-con .principal-welcome-vector-img-box {
        margin-top: 0px;
        overflow: hidden;
    }
    .principal-welcome-section .principal-welcome-con .principal-welcome-vector-img-box .principal-welcome-vector-img {
        width: 150%;
        margin-left: -35%;
    }
    /* Principal Welcome Css End */
    /* School Tab Css Start */
    .school-tab-section .school-tab-con {
        padding: 50px 0 10px;
    }
    .school-tab-section .school-tab-con .container {
        padding: 0 20px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card {
        height: 430px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-img-box {
        height: 285px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-title {
        font-size: 24px;
        line-height: 30px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-txt {
        font-size: 16px;
        line-height: 20px;
    }
    /* School Tab Css End */
    /* Great Education Css Start */
    .great-education-section {
        padding: 0;
    }
    .great-education-section .great-education-con {
        margin: 50px 0 30px;
    }
    .great-education-section .great-education-con::after {
        width: 75%;
    }
    .great-education-section .great-education-con .container {
        padding: 0 20px;
    }
    .great-education-section .great-education-con .great-education-box .great-education-detail-box .great-education-detail-txt {
        font-size: 24px;
        line-height: 40px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-img-box {
        height: 250px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box {
        height: calc(100% - 250px);
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-title {
        font-size: 16px;
        line-height: 22px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-txt {
        font-size: 12px;
        line-height: 22px;
    }
    /* Great Education Css End */
    /* Results Css Start */
    .results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-title {
        font-size: 16px;
        line-height: 26px;
    }
    .results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-txt {
        font-size: 12px;
        line-height: 18px;
    }
    .results-section .results-con .results-box .results-img-con .results-img-box .results-img-detail-box .results-img-percentage-txt {
        font-size: 36px;
        line-height: 50px;
    }
    .results-section .results-con .results-box .results-content-con .results-content-sub-title {
        font-size: 12px;
        line-height: 18px;
    }
    .results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title,
    .results-section .results-con .results-box .results-content-con .results-content-title-box .results-content-title span {
        font-size: 22px;
        line-height: 32px;
    }
    .results-section .results-con .results-box .results-content-con .highest-result-txt-box .highest-result-percentage-txt {
        font-size: 36px;
        line-height: 50px;
    }
    .results-section .results-con .results-box .results-content-con .highest-result-txt-box .highest-result-detail-txt {
        font-size: 10px;
        line-height: 16px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-title,
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-title span {
        font-size: 36px;
        line-height: 50px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-txt {
        font-size: 10px;
        line-height: 16px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-sub-title {
        font-size: 14px;
        line-height: 20px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .results-grid-heading-box {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .progress {
        height: 10px;
    }
    .results-section .results-con .results-box .results-content-con .results-grid-con .results-grid-box .progress .progress-bar::after {
        width: 24px;
        height: 24px;
    }
    /* Results Css Start */
    /* Enhancing Css Start */
    .enhancing-section {
        padding: 80px 0;
    }
    .enhancing-section .grey-school-vector-img {
        bottom: 20px;
    }
    .enhancing-section .enhancing-con .container {
        padding: 0 20px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box {
        padding: 0 20px 0 0;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-sub-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title,
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title span {
        font-size: 32px;
        line-height: 38px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box {
        padding: 0;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
        line-height: 26px;
        padding: 20px 0;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 12px;
        line-height: 20px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-img-con .enhancing-img-box .enhancing-img {
        height: 470px;
    }
    /* Enhancing Css End */
    /* News & Event Css Start */
    .news-event-section {
        padding: 60px 0;
    }
    .news-event-section .news-event-con .container {
        padding: 0 20px;
    }
    /* News & Event Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-con .call-to-action-img-box,
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-img {
        height: 620px;
        max-height: 620px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box {
        padding: 100px 40px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .play-video-btn-box {
        bottom: 30px;
        right: 30px;
        height: 60px;
        width: 60px;
    }
    /* Call to Action Css End */
    /* Home Page Css End */
    /* Custom Home Page Css Start */
    /* explore our world name detail Css Start */
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-name-detail-sec-box .explore-our-world-name-detail-title {
        font-size: 32px;
        line-height: 40px;
    }
    /* explore our world name detail Css End */
    /* Image Tab Css Start */
    .img-tab-gallery-section .img-tab-content-section {
        padding: 26px;
    }
    .img-tab-gallery-section .img-tab-content-section .img-tab-content .img-tab-sub-title-txt {
        font-size: 32px;
        line-height: 40px;
    }
    /* Image Tab Css End */
    /* Personalize Input Show/Hide Section Css Start */
    /* Explore Our World Your Name Section CSS Start */
    .personalize-input-content-con {
        padding: 30px;
        height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .personalize-input-content-con .personalize-input-content-box h5 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .personalize-input-content-con .personalize-input-content-box .personalize-input-input-box input {
        width: 500px;
    }
    .personalize-input-content-con .personalize-input-content-box .personalize-input-now-btn-box {
        margin: 40px 0 0;
    }
    /* Explore Our World Your Name Section CSS End */
    /*Explore Our World Year Level Section CSS Start */
    .personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-img .text-overlay h4 {
        font-size: 22px;
        line-height: 27px;
    }
    .personalize-input-content-con .personalize-input-content-box .personalize-input-now-btn-box.personalize-input-our-world-btn-box {
        margin: 36px 0 0;
    }
    /*Explore Our World Year Level Section CSS End */
    /* Explore Our World Passionate About Section CSS Start */
    .personalize-input-content-con .personalize-input-content-box .select-interests-box .interest-heading {
        font-size: 18px;
        line-height: 24px;
    }
    .personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check {
        margin-bottom: 4px;
    }
    .personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check .form-check-label {
        font-size: 16px;
        line-height: 22px;
    }
    /* Explore Our World Passionate About Section CSS End */
    /* Personalize Input Show/Hide Section Css End */
    /* Custom Home Page Css End */
    /* General Page Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section {
        padding: 60px 20px;
    }
    .full-text-editor-section .container {
        padding: 0;
    }
    .full-text-editor-section blockquote {
        font-size: 22px;
        line-height: 32px;
    }
    .full-text-editor-section h1,
    .full-text-editor-section h1 span {
        font-size: 40px;
        line-height: 44px;
    }
    .full-text-editor-section h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .full-text-editor-section h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .full-text-editor-section h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .full-text-editor-section h5 {
        font-size: 22px;
        line-height: 34px;
    }
    .full-text-editor-section h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .table thead tr th,
    .full-text-editor-section .table thead tr th,
    .table tbody tr td,
    .full-text-editor-section .table tbody tr td {
        padding: 10px 10px 10px 0;
    }
    /* Full Text Editor Css End */
    /* Image/Text Module Css Start */
    .img-txt-module-section .img-txt-module-con {
        padding: 20px 0;
    }
    .img-txt-module-section.white-bg .img-txt-module-con {
        padding: 20px 0 50px;
    }
    .img-txt-module-section .img-txt-module-con .container {
        padding: 0 20px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-img-box .img-txt-module-img {
        height: 530px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box,
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
        padding: 20px 12px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-txt {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-sub-txt {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img {
        width: 150%;
        margin-left: -50%;
    }
    .img-txt-module-section.white-bg .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img {
        width: 100%;
        margin: 0;
    }
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img {
        width: 100%;
        margin: 0;
    }
    /* Image/Text Module Css End */
    /* Modern Gallery Module Css Start */
    .modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box .modern-gallery-slider-img-box .modern-gallery-slider-img {
        height: 300px;
    }
    /* Modern Gallery Module Css End */
    /* Classic Gallery Module Css Start */
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-list {
        padding: 0 0 70px !important;
        min-height: 350px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box .classic-gallery-img {
        height: 200px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-center .classic-gallery-slider-img-box .classic-gallery-img {
        height: 300px;
    }
    /* Classic Gallery Module Css End */
    /* Editorial Module Css Start */
    .editorial-module-section .editorial-module-con .container {
        padding: 0;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
        height: 280px;
        width: 280px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(2) {
        height: 140px;
        width: 140px;
        margin-top: -30px;
        margin-left: 200px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-sub-title {
        margin-bottom: 10px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-txt {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-sub-txt {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
        bottom: 50px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-vector-img-box .editorial-module-vector-img {
        width: 130%;
        margin-left: -30%;
    }
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
        margin-left: 70px;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-vector-img-box .editorial-module-vector-img {
        transform: scaleX(-1);
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Grey BG Css Start */
    .grey-bg-box.editorial-module-section {
        padding: 40px 0;
    }
    .grey-bg-box.editorial-module-section .editorial-module-con {
        padding: 50px 20px;
    }
    .grey-bg-box.editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
        bottom: 90px;
    }
    /* Editorial Module Grey BG Css End */
    /* Editorial Module Css End */
    /* Image Divider Css Start */
    .image-divider-section .image-divider-box .image-divider-content-box {
        padding: 50px;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-sub-title {
        font-size: 14px;
        line-height: 18px;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-title {
        font-size: 36px;
        line-height: 42px;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt {
        font-size: 16px;
        line-height: 26px;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-sub-txt {
        font-size: 14px;
        line-height: 20px;
    }
    /* Image Divider Css End */
    /* Standard Info Tiles Css Start */
    .standard-info-tiles-section {
        padding: 20px 0;
    }
    .standard-info-tiles-section .standard-info-tiles-con {
        margin: 50px 0 30px;
    }
    .standard-info-tiles-section .standard-info-tiles-con::after {
        width: 75%;
    }
    .standard-info-tiles-section .standard-info-tiles-con .container {
        padding: 0 20px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-box .standard-info-tiles-detail-box .standard-info-tiles-detail-txt {
        font-size: 24px;
        line-height: 40px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
        height: 250px;
    }
    .standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
        height: 200px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
        height: calc(100% - 250px);
    }
    .standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
        height: calc(100% - 200px);
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-title {
        font-size: 16px;
        line-height: 22px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-txt {
        font-size: 12px;
        line-height: 22px;
    }
    /* Standard Info Tiles Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-module-section .container {
        padding: 0 20px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box,
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-two-half {
        width: 50%;
    }
    .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,
    .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: 260px;
    }
    .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: 14px;
        line-height: 18px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
        font-size: 22px;
        line-height: 26px;
    }
    .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% - 300px);
    }
    .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: 300px;
    }
    .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: 14px;
        line-height: 18px;
    }
    .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: 22px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    /* Link Tiles Module Css End */
    /* Video Module Css Start */
    .video-module-section .container {
        padding: 0;
    }
    .video-module-section .video-module-content-box {
        padding: 0 12px;
    }
    .video-module-section .video-module-content-box .video-module-sub-title {
        font-size: 14px;
        line-height: 18px;
    }
    .video-module-section .video-module-content-box .video-module-title {
        font-size: 34px;
        line-height: 40px;
    }
    /* Video Module Css End */
    /* Video Module Without Text Css Start */
    .video-module-without-txt-section .container {
        padding: 0;
    }
    .video-module-without-txt-section .video-img-con .video-img-box {
        height: 450px;
    }
    /* Video Module Without Text Css End */
    /* Info Tiles Detail View Modal Css Start */
    .info-tiles-detail-view-modal .modal-dialog {
        max-width: 650px;
    }
    .info-tiles-detail-view-modal .modal-dialog .modal-content .modal-body {
        padding: 60px;
    }
    /* Info Tiles Detail View Modal Css End */
    /* General Page Css End */
    /* Listen To Latest Section Css Start */
    .listen-to-latest-sec .listen-latest-box {
        background: #231F20 url('../images/listen-vector.png') no-repeat right / 400px;
        padding: 16px 21px;
    }
    .listen-to-latest-sec .listen-latest-box:hover {
        background: #EAEBE8 url('../images/listen-vector-hover-img.png') no-repeat right / 400px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-subtitle {
        font-size: 16px;
        line-height: 19px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-title {
        font-size: 26px;
        line-height: 32px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-yog {
        font-size: 20px;
        line-height: 33px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-role {
        font-size: 18px;
        line-height: 29px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right {
        margin-left: 0px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right .listen-image .listen-photo {
        width: 250px;
        height: 250px;
        border-radius: 5px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right .listen-image .play-btn {
        bottom: -8px;
        left: 232px;
        width: 38px;
        height: 38px;
    }
    /* Listen To Latest Section Css End */
    /* Yarra inspired Template Css Start */
    .search-filter-sec .filter-section {
        padding: 35px 20px;
    }
    .search-filter-sec .filter-section .filter-label-txt {
        font-size: 14px;
    }
    /* Yarra inspired Template Css End */
    /* Yarra inspired Detail Page Css Start */
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .inspired-yarra-detail-page-img {
        width: 182px;
        top: -68px;
        left: 44px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-title.inspired-yarra-detail-page-header-title {
        font-size: 18px;
        line-height: 22px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .inspired-yarra-detail-txt {
        font-size: 18px;
        line-height: 23px;
    }
    /* Yarra inspired Detail Page Css End */
    /* Career Bytes Detail Page Css Start */
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-sub-title.career-bytes-detail-page-sub-title {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0 0;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-detail-sub-txt {
        font-size: 18px;
        line-height: 24px;
    }
    .career-details-page-input-section {
        padding: 60px 20px;
    }
    .career-details-page-input-section .container {
        padding: 0;
    }
    .career-details-page-input-section .detail-heading-txt {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    /* Career Bytes Detail Page Css End */
    /* Career Bytes Detail Page Two Css Start */
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box .inspired-yarra-detail-page-img {
        position: initial;
    }
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box {
        width: 182px;
        top: -68px;
        left: 44px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box .play-video-btn-box .play-video-btn-img {
        width: 50px;
    }
    /* Career Bytes Detail Page Two Css End */
    /* Photo Gallery Page Css Start */
    .image-gallery-section {
        padding: 40px 20px;
    }
    .image-gallery-section .container {
        padding: 0;
    }
    .image-gallery-section .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 185px;
    }
    /* Photo Gallery Pagination Css Start */
    .photo-gallery-pagination {
        padding: 32px 0;
    }
    /* Photo Gallery Pagination Css End */
    /* Photo Gallery Page Css End */
    /* Video Gallery Page Css Start */
    .video-gallery-section {
        padding: 40px 20px;
    }
    .video-gallery-section .container {
        padding: 0;
    }
    /* Video Gallery Page Css End */
    /* Foundation News Page Css Start */
    .foundation-news-section {
        padding: 40px 8px;
    }
    .foundation-news-section .container {
        padding: 0px;
    }
    /* Foundation News Page Css End */
    /* Volunteers Web Form List Css Start */
    /* Without Image Info Tiles Css Start */
    .without-img-info-tiles-section {
        padding: 20px 0;
    }
    .without-img-info-tiles-section .without-img-info-tiles-con .container {
        padding: 0 20px;
    }
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-title {
        font-size: 16px;
        line-height: 22px;
    }
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-txt {
        font-size: 12px;
        line-height: 22px;
    }
    /* Without Image Info Tiles Css End */
    /* Volunteers Web Form List Css End */
    /* Volunteers Web Form Detail Css Start */
    /* Web Form Css Start */
    .web-form-section {
        padding: 20px;
    }
    .web-form-section .form-control,
    .web-form-section .form-select,
    .web-form-section .form-control::placeholder,
    .web-form-section .custom-dropdown .selected,
    .web-form-section .custom-dropdown .dropdown-options .option,
    .web-form-section .custom-radio-btn-box .form-check .form-check-label,
    .web-form-section .custom-check-box .form-check-label,
    .web-form-section .custom-upload-box,
    .web-form-section .custom-upload-box .upload-label .upload-text .upload-title,
    .web-form-section .custom-upload-box .upload-label .upload-text .upload-sub-title,
    .web-form-section .custom-upload-box .file-name {
        font-size: 14px;
        line-height: 18px;
    }
    .web-form-section .custom-upload-box .upload-label .upload-icon-img-box {
        width: 50px;
    }
    .web-form-section .custom-upload-box .upload-label .upload-text {
        width: calc(100% - 50px);
        padding-left: 30px;
    }
    /* Web Form Css End */
    /* Volunteers Web Form Detail Css End */
    /* Event Calendar Page Css Start */
    /* Event List Css Start */
    .event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box {
        width: 100%;
    }
    /* Event List Css End */
    /* Event Detail View Modal Css Start */
    .event-detail-view-modal .modal-dialog {
        max-width: 650px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header {
        padding: 30px 60px 0;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box {
        width: calc(100% - 200px);
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-detail-title {
        font-size: 28px;
        line-height: 32px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .border-img {
        width: 340px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-img-box {
        width: 240px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-img-box .modal-header-img {
        height: 200px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
        right: 10px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-body {
        padding: 60px;
    }
    /* Event Detail View Modal Css End */
    /* Event Calendar Page Css End */
    /* Tour Booking List Page Css Start */
    /* Tour Booking List Css Start */
    .tour-booking-list-section {
        padding: 0 20px 40px;
    }
    .tour-booking-list-section .container {
        padding: 0;
    }
    .tour-booking-list-section .tour-booking-list-card {
        padding: 20px;
    }
    .tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box .tour-booking-list-title {
        font-size: 22px;
        line-height: 28px;
    }
    /* Tour Booking List Css End */
    /* Tour Booking Detail View Modal Css Start */
    .tour-booking-detail-view-modal .modal-dialog {
        max-width: 650px;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header {
        padding: 20px 20px 0;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box {
        padding-bottom: 0;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-date-booked-view-map-box {
        margin-bottom: 20px;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-list-booking-detail,
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .bg-transparent-blur-border-light-grey-btn {
        margin-left: 20px;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-detail-title {
        font-size: 22px;
        line-height: 28px;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .border-img {
        position: inherit;
        width: 340px;
        margin-left: -20px;
        margin-top: 20px;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
        top: 20px;
        right: 20px;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
        height: 35px;
        width: 35px;
        line-height: 35px;
        background: #231F2033;
        backdrop-filter: blur(12px);
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
        font-size: 20px;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body {
        padding: 20px;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-body .web-form-section {
        margin-top: 20px;
    }
    /* Tour Booking Detail View Modal Css End */
    /* Tour Booking List Page Css End */
    /* Yarra Giving Detail Page Css Start */
    /* Yarra Giving Slider Css Start */
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev,
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        bottom: 0;
        top: auto;
        transform: none;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev {
        right: auto;
        left: 45%;
        transform: translate(-45%, 0);
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        right: 40%;
        transform: translate(-40%, 0);
    }
    /* Yarra Giving Slider Css End */
    /* Yarra Giving Detail Page Css End */
    /* Employment List Page Css Start */
    /* Without Image Info Tiles Section Css Start*/
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-sub-txt {
        font-size: 12px;
        line-height: 22px;
    }
    /* Without Image Info Tiles Section Css End*/
    /* Employment List Page Css End */
}
@media only screen and (max-width: 767px) {
    /* Common Css Start */
    body {
        width: 100%;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: inline-block;
    }
    /* Sticky Header Css Start */
    .sticky-header-section {
        padding: 5px 15px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box {
        width: 90px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box .bg-transparent-blur-border-yellow-btn {
        border: 0;
        background: none;
        backdrop-filter: initial;
        min-width: 20px;
        width: 20px;
        height: 20px;
        padding: 0;
        border-radius: 0;
        font-size: 0;
        line-height: 0;
        margin-bottom: 0;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box .bg-transparent-blur-border-yellow-btn:hover {
        border: 0;
        background: none;
        backdrop-filter: initial;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box .bg-transparent-blur-border-yellow-btn .btn-icon-img {
        width: 20px;
        margin-right: 0;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box .bg-transparent-blur-border-yellow-btn .btn-second-icon-img {
        display: none;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-btn-box .bg-transparent-blur-border-yellow-btn:last-child {
        margin-left: 25px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-logo-box .sticky-header-logo-img,
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-logo-box .sticky-header-logo-img .sticky-header-logo {
        width: 40px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box {
        width: 90px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .search-icon-box,
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .search-icon-box .search-icon {
        width: 20px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .search-icon-box p {
        display: none;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .menu-icon-box {
        margin-left: 25px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .menu-icon-box .bg-transparent-blur-border-yellow-btn {
        height: 35px;
        padding: 5px 7px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .menu-icon-box .bg-transparent-blur-border-yellow-btn .btn-icon-img {
        width: 20px;
    }
    .sticky-header-section .sticky-header-con .sticky-header-box .sticky-header-search-menu-box .menu-icon-box p {
        display: none;
    }
    /* Sticky Header Css End */
    /* Banner Css Start */
    .banner-section,
    .banner-section .banner-con .banner-box .carousel-item,
    .banner-section .banner-con .banner-box video,
    .banner-section .banner-con .banner-box iframe,
    .banner-section .banner-con .banner-box .banner-img,
    .banner-section .banner-con .banner-box .banner-iframe-box,
    .banner-section .banner-con .banner-box .banner-caption {
        height: calc(100vh - 70px);
    }
    .banner-section .banner-con .banner-box .banner-iframe-box iframe {
        top: -115%;
        width: 320%;
        height: 330%;
        left: -50%;
    }
    .banner-section .banner-con .banner-box .banner-caption {
        padding: 0 15px 230px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box {
        width: 90px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn {
        border: 0;
        background: none;
        backdrop-filter: initial;
        min-width: 20px;
        width: 20px;
        height: 20px;
        padding: 0;
        border-radius: 0;
        font-size: 0;
        line-height: 0;
        margin-bottom: 0;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn:hover {
        border: 0;
        background: none;
        backdrop-filter: initial;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn .btn-icon-img {
        width: 20px;
        margin-right: 0;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn .btn-second-icon-img {
        display: none;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-btn-box .bg-transparent-blur-border-yellow-btn:last-child {
        margin-left: 25px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-logo-box .banner-logo-img,
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-logo-box .banner-logo-img .banner-logo {
        width: 105px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box {
        width: 90px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .search-icon-box,
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .search-icon-box .search-icon {
        width: 20px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .search-icon-box p {
        display: none;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box {
        margin-left: 25px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box .bg-transparent-blur-border-yellow-btn {
        height: 35px;
        padding: 5px 7px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box .bg-transparent-blur-border-yellow-btn .btn-icon-img {
        width: 20px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-btn-logo-search-menu-box .banner-search-menu-box .menu-icon-box p {
        display: none;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-title-box {
        max-width: 400px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-title-box .banner-title {
        font-size: 32px;
        line-height: 42px;
    }
    .banner-section .banner-con .banner-box .banner-caption .banner-border-img {
        width: 100%;
    }
    /* General & Page Modules Banner Css Start */
    .general-banner-section.banner-section,
    .general-banner-section.banner-section .banner-con .banner-box .carousel-item,
    .general-banner-section.banner-section .banner-con .banner-box video,
    .general-banner-section.banner-section .banner-con .banner-box iframe,
    .general-banner-section.banner-section .banner-con .banner-box .banner-img,
    .general-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
    .general-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: calc(100vh - 192px);
    }
    /* General & Page Modules Banner Css End */    
    /* Community, Foundation, YOG Banner Css Start */
    /* .community-foundation-yog-banner-section.banner-section,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .carousel-item,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box video,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box iframe,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-img,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-iframe-box,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: calc(100vh - 346px);
    } */
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption {
        padding: 0 15px 20px;
    }
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption .container-fluid,
    .community-foundation-yog-banner-section.banner-section .banner-con .banner-box .banner-caption .container {
        padding: 0;
    }
    /* Community, Foundation, YOG Banner Css End */
    /* Virtual Tour Banner Css Start */
    .mobile-banner-description-con {
        width: 100%;
    }
    .mobile-banner-description-con .mobile-banner-description-box {
        background: #231F20;
        padding: 80px 0 20px;
    }
    .mobile-banner-description-con .mobile-banner-description-box .container {
        padding: 0 20px;
    }
    .mobile-banner-description-con .mobile-banner-description-box .mobile-banner-heading {
        font-size: 34px;
        line-height: 40px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        margin-bottom: 20px;
    }
    .mobile-banner-description-con .mobile-banner-description-box .mobile-banner-description {
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        margin-bottom: 20px;
    }
    /* Virtual Tour Banner Css End */
    /* Yarra Giving Banner Css Start */
    .yarra-giving-banner-section.banner-section,
    .yarra-giving-banner-section.banner-section .banner-con .banner-box .banner-caption {
        height: 100px;
    }
    .yarra-giving-banner-section.banner-section .banner-con .banner-box .banner-caption {
        padding: 0 15px;
    }
    /* Yarra Giving Banner Css End */
    /* Banner Css End */
    /* Menu Css Start */
    .menu-nav {
        z-index: 103;
    }
    .menu-nav .menu-box {
        padding: 10px 15px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-btn-box {
        width: 130px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-btn-box .quick-link-heading-box {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-btn-box .quick-link-heading-box .quick-links-grey-icon {
        width: 15px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-btn-box .quick-link-heading-box h3 {
        font-size: 16px;
        line-height: 20px;
        color: #858583;
        font-family: "Bellefair", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        text-transform: uppercase;
        margin-bottom: 0;
        padding-left: 5px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-logo-box .menu-logo-img,
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-logo-box .menu-logo-img .menu-logo {
        width: 90px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-search-menu-box {
        width: 130px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-search-menu-box .search-icon-box,
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-search-menu-box .search-icon-box .search-icon {
        width: 20px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-search-menu-box .menu-icon-box {
        margin-left: 25px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-search-menu-box .menu-icon-box .bg-transparent-blur-border-red-btn {
        height: 35px;
        min-width: 35px;
        padding: 5px 7px;
    }
    .menu-nav .menu-box .mobile-view .menu-btn-logo-search-menu-box .menu-search-menu-box .menu-icon-box .bg-transparent-blur-border-red-btn .btn-icon-img {
        width: 20px;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box {
        padding: 40px 0;
        position: relative;
        z-index: 1;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt {
        max-height: calc(100vh - 180px);
        overflow-y: scroll;
        overflow-x: hidden;
        text-align: center;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box:not(:last-child) {
        margin-bottom: 15px;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box li .menu-parent-text {
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
        font-family: "Bellefair", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        text-align: center;
        text-transform: uppercase;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box li .menu-parent-text:hover,
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box li .menu-parent-text.active {
        color: #FCB31C;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box li .child-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: none;
        transition: all 0.3s ease;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box li .child-menu li:first-child {
        margin-top: 15px;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box li .child-menu li:not(:last-child) {
        margin-bottom: 10px;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box li .child-menu li a {
        font-size: 18px;
        line-height: 18px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
    }
    .menu-nav .menu-box .mobile-view .menu-item-box .menu-item-txt .menu-parent-box li .child-menu li a:hover {
        color: #FCB31C;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box {
        padding: 40px 0;
        position: relative;
        z-index: 1;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box .quick-link-item-box {
        max-height: calc(100vh - 180px);
        overflow-y: scroll;
        overflow-x: hidden;
        text-align: center;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box .quick-link-item-box .quick-link-menu-heading-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box .quick-link-item-box .quick-link-menu-heading-box .quick-link-grey-icon {
        width: 16px;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box .quick-link-item-box .quick-link-menu-heading-box h3 {
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
        font-family: "Bellefair", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        text-transform: uppercase;
        margin-bottom: 0;
        padding-left: 10px;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box .quick-link-item-box .quick-link-menu-item {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box .quick-link-item-box .quick-link-menu-item li:not(:last-child) {
        margin-bottom: 15px;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box .quick-link-item-box .quick-link-menu-item li a {
        font-size: 18px;
        line-height: 18px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
    }
    .menu-nav .menu-box .mobile-view .quick-link-menu-box .quick-link-item-box .quick-link-menu-item li a:hover {
        color: #FCB31C;
    }
    /* Menu Css End */
    /* Floating Button Css Start */
    .floating-button-section {
        width: 100%;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        rotate: none;
    }
    .floating-button-section .floating-button-box {
        padding: 5px 5px 10px;
    }
    .floating-button-section .floating-button-box .floating-apply-book-btn {
        width: 140px;
        font-size: 14px;
        line-height: 14px;
    }
    /* Floating Button Css End */
    /* Sticky Call Action Css Start */
    .sticky-call-action-box {
        bottom: 90px;
        right: 20px;
    }
    .sticky-call-action-box .pop-up-action-box {
        width: 300px;
        padding: 15px;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-detail-box .pop-up-detail-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-close-btn,
    .open-call-action-btn-box .expand-btn {
        height: 20px;
        width: 20px;
    }
    .open-call-action-btn-box .expand-btn {
        top: -10px;
    }
    .sticky-call-action-box .pop-up-action-box .pop-up-close-btn img,
    .open-call-action-btn-box .expand-btn img {
        width: 20px;
    }
    /* Sticky Call Action Css End */
    /* Footer Css Start */
    .footer-section {
        padding: 40px 20px;
    }
    .footer-section .footer-con .container {
        padding: 0;
    }
    .footer-section .footer-con .mobile-footer-logo-box {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-section .footer-con .mobile-footer-logo-box .footer-logo {
        width: 260px;
    }
    .footer-section .footer-con .confidence-to-achieve-img-box {
        margin: 50px 0;
    }
    .footer-section .footer-con .confidence-to-achieve-img-box .confidence-to-achieve-img {
        width: 200px;
    }
    .footer-section .footer-con .confidence-to-achieve-img-box .small-border-img-black {
        width: 100%;
    }
    .footer-section .footer-con .yarra-community-logo-box {
        margin-bottom: 30px;
    }
    .footer-section .footer-con .yarra-community-logo-box .yarra-community-logo {
        width: 260px;
    }
    .footer-section .footer-con .yarra-community-logo-box.yog-logo-box .yarra-community-logo {
        width: 100px;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .footer-item-txt,
    .footer-section .footer-con .footer-item-con .footer-item-box .footer-item-txt a {
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        margin-bottom: 0;
        text-decoration: none;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .footer-item-txt strong {
        text-transform: uppercase;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .footer-item-txt strong span {
        text-transform: capitalize;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .footer-item-txt i {
        font-size: 16px;
        color: #EF3829;
        margin-right: 2px;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .associated-partner-logo {
        width: 105px;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box.our-location-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box.our-location-box .footer-item-txt {
        font-size: 16px;
        line-height: 26px;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .social-icon-con {
        display: flex;
        align-items: center;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .social-icon-con .social-icon-box {
        display: inline-block;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .social-icon-con .social-icon-box:not(:last-child) {
        margin-right: 30px;
    }
    .footer-section .footer-con .footer-item-con .footer-item-box .social-icon-con .social-icon-box i {
        font-size: 18px;
        color: #FFFFFF;
    }
    .footer-section .footer-con .mobile-footer-detail-box {
        border-top: solid 1px #858583;
        padding-top: 20px;
        margin-top: 20px;
    }
    .footer-section .footer-con .mobile-footer-detail-box .footer-detail-txt {
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .footer-section .footer-con .mobile-footer-detail-box .footer-detail-sub-txt {
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        margin-bottom: 20px;
    }
    .footer-section .footer-con .mobile-footer-detail-box .country-flag {
        width: 150px;
    }
    .footer-section .footer-con .mobile-copyright-txt-con {
        margin-top: 50px;
    }
    .footer-section .footer-con .mobile-copyright-txt-con .mobile-copyright-txt-box {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .footer-section .footer-con .mobile-copyright-txt-con .mobile-copyright-txt-box .copyright-txt,
    .footer-section .footer-con .mobile-copyright-txt-con .mobile-copyright-txt-box .copyright-txt span {
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 300;
        margin-bottom: 0;
    }
    .footer-section .footer-con .mobile-copyright-txt-con .mobile-copyright-txt-box .jwam-logo {
        width: 50px;
        margin-left: 5px;
    }
    /* Footer Css End */
    /* Page Header Css Start */
    /* .community-foundation-yog-page-header-section.page-header-section {
        height: 346px;
    } */
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-sub-title {
        font-size: 14px;
        line-height: 18px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-title {
        font-size: 32px;
        line-height: 38px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-txt {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-detail-txt {
        font-size: 14px;
        line-height: 22px;
        margin: 20px 0 0;
        max-width: 420px;
    }
    .page-header-section .page-header-border-img {
        width: 100%;
    }
    .event-calendar-page-header-section.page-header-section .page-header-border-img {
        display: none;
    }
    /* Page Header Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-detail-box {
        padding: 20px 10px;
        width: 100%;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img {
        display: none;
    }
    /* Read Previous and Next Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Explore Our World Css Start */
    .explore-our-world-section {
        padding: 70px 0 20px;
    }
    .explore-our-world-section .explore-our-world-con {
        padding: 20px 0;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-sub-title-box .explore-our-world-sub-title {
        margin-bottom: 20px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-title-box .explore-our-world-title {
        font-size: 32px;
        line-height: 32px;
        max-width: 375px;
        margin-bottom: 20px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-title-box .explore-our-world-title span {
        font-size: 22px;
        line-height: 30px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-txt-box .explore-our-world-txt {
        font-size: 16px;
        line-height: 26px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box {
        margin-top: 0;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-control,
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-form-box .form-select {
        margin-top: 20px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-vector-img-box {
        margin-top: 20px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-vector-img-box .explore-our-world-vector-img {
        width: 210%;
    }
    /* Explore Our World Css End */
    /* Principal Welcome Css Start */
    .principal-welcome-section .principal-welcome-con {
        background-image: linear-gradient(180deg, rgba(35, 31, 32, 0) 30%, #231F20 50%), url('../images/principal-welcome-bg-img.jpg');
        padding: 20px 0;
    }
    .principal-welcome-section .principal-welcome-con .container {
        padding: 0 20px;
    }
    .principal-welcome-section .principal-welcome-con .principal-welcome-box .principal-welcome-detail-box .principal-welcome-detail-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .principal-welcome-section .principal-welcome-con .principal-welcome-box .principal-welcome-detail-box .principal-welcome-detail-txt {
        margin-bottom: 20px;
    }
    .principal-welcome-section .principal-welcome-con .principal-welcome-vector-img-box .principal-welcome-vector-img {
        width: 200%;
        margin-left: -80%;
    }
    /* Principal Welcome Css End */
    /* School Tab Css Start */
    .school-tab-section {
        padding: 20px 0;
    }
    .school-tab-section .school-tab-con {
        padding: 0 0 20px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card {
        height: 315px;
        background: #231F20;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-img-box {
        height: 200px;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-img-box .school-tab-card-img {
        object-position: top;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-title {
        font-size: 22px;
        line-height: 28px;
        color: #FFFFFF;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-txt {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card .school-tab-card-detail-box .school-tab-card-detail-btn-box {
        margin-top: 15px;
    }
    /* School Tab Css End */
    /* Great Education Css Start */
    .great-education-section .great-education-con {
        margin: 20px 0;
    }
    .great-education-section .great-education-con::after {
        width: 100%;
    }
    .great-education-section .great-education-con .great-education-box .great-education-detail-box {
        padding-top: 30px;
    }
    .great-education-section .great-education-con .great-education-box .great-education-detail-box .great-education-detail-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .great-education-section .great-education-con .great-education-box .great-education-detail-box .great-education-detail-txt {
        font-size: 18px;
        line-height: 30px;
    }
    .great-education-section .great-education-con .great-education-tab-box {
        margin-top: 0;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-img-box {
        height: 250px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box {
        height: calc(100% - 250px);
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-title {
        font-size: 22px;
        line-height: 28px;
    }
    .great-education-section .great-education-con .great-education-tab-box .great-education-tab-card-box .great-education-tab-card .great-education-tab-card-detail-box .great-education-tab-card-detail-txt {
        font-size: 16px;
        line-height: 26px;
    }
    /* Great Education Css End */
    /* Results Css Start */
    /* .results-section {
        padding: 0 20px;
    } */
    .results-section .results-con {
        padding: 40px 20px 20px;
    }
    .results-section .results-con .mobile-view {
        width: 100%;
    }
    .results-section .results-con .results-slider-con {
        position: relative;
        width: 100%;
    }
    .results-section .results-con .results-slider-con .results-slider-content-con {
        height: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .results-section .results-con .results-slider-con .results-slider-box {
        display: none;
    }
    .results-section .results-con .results-slider-con .results-slider-box.active {
        display: block;
        width: 100%;
        height: 100%;
        animation: fadeIn 0.6s ease;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-sub-title {
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-title,
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-title span {
        font-size: 28px;
        line-height: 34px;
        color: #FFFFFF;
        font-family: "Bellefair", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-title span {
        color: #EF3829;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-txt {
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        margin-bottom: 20px;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-grid-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px 10px 20px;
        border: 1px solid #EF3829;
        border-radius: 5px;
        margin: 10px 0;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-grid-box .results-slider-grid-title {
        font-size: 48px;
        line-height: 60px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        margin-bottom: 5px;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-grid-box .results-slider-grid-txt {
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        margin-bottom: 0;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-percentage-progress-box .results-percentage-progress-heading-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 30px 0;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-percentage-progress-box .results-percentage-progress-heading-box .results-percentage-progress-sub-title {
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-percentage-progress-box .results-percentage-progress-heading-box .results-percentage-progress-title {
        font-size: 48px;
        line-height: 60px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        margin-bottom: 0;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-percentage-progress-box .progress {
        background-color: #FFFFFF;
        height: 16px;
        border-radius: 50px;
        overflow: initial;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-percentage-progress-box .progress .progress-bar {
        background-color: #EF3829;
        border-radius: 50px;
        transition: width 4s cubic-bezier(0.25, 1, 0.5, 1);
        position: relative;
        overflow: initial;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-percentage-progress-box .progress .progress-bar::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #EF3829;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-img-box {
        position: relative;
        height: 100%;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-img-box .results-slider-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-img-box .results-slider-img-detail-box {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(180deg, rgba(35, 31, 32, 0) 57.99%, rgba(35, 31, 32, 0.4) 65.62%, #231F20 79.7%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        padding: 40px 20px;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-img-box .results-slider-img-detail-box .results-slider-img-title {
        font-size: 18px;
        line-height: 30px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-img-box .results-slider-img-detail-box .results-slider-img-txt {
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        margin-bottom: 5px;
    }
    .results-section .results-con .results-slider-con .results-slider-box .results-slider-img-box .results-slider-img-detail-box .results-slider-img-percentage-txt {
        font-size: 48px;
        line-height: 60px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        letter-spacing: 0.03rem;
        margin-bottom: 0;
    }
    .results-section .results-con .results-slider-con .more-results-btn-box {
        margin: 60px 0 20px;
    }
    .results-section .results-con .results-slider-con .progress-prev-next-btn-box {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .results-section .results-con .results-slider-con .progress-prev-next-btn-box .results-mobile-progress {
        height: 2px;
        border-radius: 1px;
        background: #FFFFFF;
        width: calc(100% - 100px);
    }
    .results-section .results-con .results-slider-con .progress-prev-next-btn-box .results-mobile-progress .results-mobile-progress-bar {
        height: 2px;
        border-radius: 1px;
        background: #858583;
        width: 0%;
        transition: width 0.5s ease;
    }
    .results-section .results-con .results-slider-con .progress-prev-next-btn-box .results-previous-next-btn-box {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .results-section .results-con .results-slider-con .progress-prev-next-btn-box .results-previous-next-btn-box .results-previous-next-btn {
        background: transparent;
        border: solid 1px #858583;
        border-radius: 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 1s;
    }
    .results-section .results-con .results-slider-con .progress-prev-next-btn-box .results-previous-next-btn-box .results-previous-next-btn:not(:first-child) {
        margin-left: 10px;
    }
    .results-section .results-con .results-slider-con .progress-prev-next-btn-box .results-previous-next-btn-box .results-previous-next-btn:hover {
        background: #EF3829;
        border: solid 1px #EF3829;
    }
    .results-section .results-con .results-slider-con .progress-prev-next-btn-box .results-previous-next-btn-box .results-previous-next-btn i {
        font-size: 20px;
        color: #FFFFFF;
    }
    /* Results Css End */
    /* Enhancing Css Start */
    .enhancing-section {
        padding: 20px 0;
    }
    .enhancing-section .grey-school-vector-img {
        display: none;
    }
    .enhancing-section .enhancing-con .enhancing-box .mobile-enhancing-img-con .mobile-enhancing-img-box {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }
    .enhancing-section .enhancing-con .enhancing-box .mobile-enhancing-img-con .mobile-enhancing-img-box .mobile-enhancing-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 5px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box {
        padding: 20px 0 0;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-sub-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title,
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-detail-title span {
        font-size: 32px;
        line-height: 38px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box {
        padding: 0;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 22px;
        line-height: 28px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-collapse .accordion-body p {
        font-size: 14px;
        line-height: 24px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-collapse .accordion-body .accordion-img-box {
        margin-top: 20px;
    }
    .enhancing-section .enhancing-con .enhancing-box .enhancing-detail-con .enhancing-detail-box .enhancing-accordion-box .accordion .accordion-item .accordion-collapse .accordion-body .accordion-img-box .accordion-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 5px;
    }
    /* Enhancing Css End */
    /* News & Event Css Start */
    .news-event-section {
        padding: 20px 0;
    }
    .news-event-section .news-event-con .stay-connected-con .stay-connected-box .stay-connected-title {
        font-size: 14px;
        line-height: 18px;
    }
    .news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con {
        justify-content: center;
    }
    .news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con .social-icon-box {
        height: 35px;
        width: 35px;
    }
    .news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con .social-icon-box i {
        font-size: 20px;
    }
    .news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con .bg-transparent-blur-border-grey-btn {
        background: transparent;
        color: #231F20;
        min-width: 165px;
        margin-left: 15px;
    }
    .news-event-section .news-event-con .stay-connected-con .stay-connected-box .social-icon-con .bg-transparent-blur-border-grey-btn:hover {
        background: #231F20;
        border: solid 1px #231F20;
        color: #FFFFFF;
    }
    .news-event-section .news-event-con .news-event-box {
        padding: 20px 0 0;
    }
    .news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 18px;
        margin-right: 25px;
    }
    .news-event-section .news-event-con .news-event-box .news-event-nav-box .nav-tabs .bg-transparent-blur-border-grey-btn {
        display: none;
    }
    .news-event-section .news-event-con .news-event-box .news-event-nav-box .tab-content {
        padding-top: 0;
    }
    .news-event-section .news-event-slider .news-event-slider-box {
        height: 460px;
    }
    .news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-img-box {
        height: 250px;
    }
    .news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box {
        height: calc(100% - 281px);
    }
    .news-event-section .news-event-slider .news-event-slider-box .news-event-slider-detail .news-event-slider-content-box.event-content-box {
        height: calc(100% - 280px);
    }
    /* News & Event Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-con .call-to-action-img-box,
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-img {
        height: 600px;
        max-height: 600px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box {
        padding: 40px 20px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail .call-to-action-btn-box {
        flex-direction: column;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail .call-to-action-btn-box .bg-transparent-blur-border-yellow-btn {
        margin-top: 20px;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .call-to-action-detail-box .call-to-action-detail .call-to-action-btn-box .bg-transparent-blur-border-yellow-btn:not(:last-child) {
        margin-right: 0;
    }
    .call-to-action-section .call-to-action-con .call-to-action-img-box .play-video-btn-box {
        top: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: auto;
        right: auto;
        height: 60px;
        width: 60px;
    }
    /* Call to Action Css End */
    /* Home Page Css End */
    /* Custom Home Page Css Start */
    /* explore our world name detail Css Start */
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-name-detail-sec-box {
        margin-top: 25px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-name-detail-sec-box .explore-our-world-name-detail-title {
        font-size: 24px;
        line-height: 30px;
    }
    .explore-our-world-section .explore-our-world-con .explore-our-world-box .explore-our-world-name-detail-sec-box .explore-our-world-name-detail-txt {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    /* explore our world name detail Css End */
    .img-tab-gallery-section {
        padding: 20px 20px 0;
    }
    /* Image Tab Css Start */
    .img-tab-gallery-section .mobile-img-tab-section {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .img-tab-gallery-section .mobile-img-tab-section .mobile-img-tab {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.5s ease-in-out;
        position: relative;
        cursor: pointer;
        padding: 30px 16px;
        margin-bottom: 6px;
    }
    .img-tab-gallery-section .mobile-img-tab-section .mobile-img-tab.active {
        display: none;
    }
    .img-tab-gallery-section .mobile-img-tab-section .mobile-img-tab:not(.active)::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .img-tab-gallery-section .mobile-img-tab-section .mobile-img-tab .mobile-img-tab-txt {
        position: absolute;
        top: 50%;
        left: 16px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 700;
        font-family: "Barlow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0px;
        transform: translate(0, -50%);
    }
    .img-tab-gallery-section .mobile-tab-content-box {
        display: none;
        animation: fadeIn 0.4s ease-in-out;
        background: #EAEBE8;
    }
    .img-tab-gallery-section .mobile-tab-content-box.active {
        display: block;
    }
    .img-tab-gallery-section .mobile-tab-content-box img {
        width: 100%;
        display: block;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-text-box {
        padding: 16px 0px;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-text-box .mobile-tab-heading-txt {
        color: #EF3829;
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        font-family: "Barlow", sans-serif;
        text-transform: uppercase;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-text-box .mobile-tab-sub-heading-txt {
        font-size: 34px;
        line-height: 41px;
        font-weight: 700;
        font-family: "Barlow", sans-serif;
        color: #231F20;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-text-box .mobile-tab-detail-txt {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Barlow", sans-serif;
        color: #231F20;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-accordion-sec {
        margin-top: 26px;
        color: #000000;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        font-family: "Barlow", sans-serif;
        margin-bottom: 11px;
        cursor: pointer;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-accordion-sec i {
        font-size: 10px;
        font-weight: 600;
        margin-left: 8px;
        color: #858583;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-accordion-sec .tab-accordion-sec-one:hover i {
        color: #000000;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-accordion-sec .tab-accordion-sec-two:hover i {
        color: #000000;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-accordion-sec .tab-accordion-sec-three:hover i {
        color: #000000;
    }
    /* Image Tab Css End */
    /* Personalize Input Show/Hide Section Css Start */
    /* Explore Our World Your Name Section CSS Start */
    .personalize-input-content-con {
        padding: 30px 0;
        height: calc(100vh - 130px);
        overflow-y: auto;
    }
    .personalize-input-content-con .personalize-input-content-box h5 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .personalize-input-content-con .personalize-input-content-box .personalize-input-input-box {
        width: 100%;
    }
    .personalize-input-content-con .personalize-input-content-box .personalize-input-input-box input {
        width: 100%;
        font-size: 14px;
    }
    .personalize-input-content-con .personalize-input-content-box .personalize-input-now-btn-box {
        margin: 40px 0 0;
    }
    .personalize-input-content-con .personalize-input-content-box .personalize-input-now-btn-box .bg-transparent-blur-border-red-btn {
        min-width: 165px;
    }
    /* Explore Our World Your Name Section CSS End */
    /* Explore Our World Year Level Section CSS Start */
    .personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-img {
        height: 142px;
    }
    /* Explore Our World Year Level Section CSS End */
    /*Explore Our World Year Level Section CSS Start */
    .personalize-input-content-con .personalize-input-content-box .personalize-select-year-txt {
        margin-bottom: 14px;
    }
    .personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-img .text-overlay h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .year-level-img .text-overlay p {
        font-size: 14px;
        line-height: 17px;
    }
    .personalize-input-content-con .personalize-input-content-box .year-level-container .year-level-options .select-row {
        font-size: 14px;
        line-height: 17px;
    }
    .personalize-input-content-con .personalize-input-content-box .personalize-input-now-btn-box.personalize-input-our-world-btn-box {
        margin: 22px 0 0;
    }
    /*Explore Our World Year Level Section CSS End */
    /* Explore Our World Passionate About Section CSS Start */
    .personalize-input-content-con .personalize-input-content-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .personalize-input-content-con .personalize-input-content-box .select-interests-box .interest-heading {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        margin-top: 15px;
    }
    .personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check {
        margin-bottom: 4px;
    }
    .personalize-input-content-con .personalize-input-content-box .select-interests-box .form-check .form-check-label {
        font-size: 14px;
        line-height: 24px;
    }
    .personalize-input-content-con.personalize-input-opportunities-sec .personalize-input-content-box {
        padding: 0 20px;
    }
    /* Explore Our World Passionate About Section CSS End */
    /* Personalize Input Show/Hide Section Css End */
    /* Custom Home Page Css End */
    /* General Page Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section blockquote {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 30px;
        padding-left: 10px;
    }
    .full-text-editor-section p,
    .full-text-editor-section a,
    .full-text-editor-section ul li,
    .full-text-editor-section ol li {
        margin-bottom: 20px;
    }
    .full-text-editor-section h1,
    .full-text-editor-section h1 span {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .full-text-editor-section h1::after {
        width: 140px;
    }
    .full-text-editor-section h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .full-text-editor-section h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .full-text-editor-section h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .full-text-editor-section h5 {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .full-text-editor-section h6 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .full-text-editor-section .table-responsive {
        margin: 20px 0;
    }
    .table thead tr th,
    .full-text-editor-section .table thead tr th,
    .table tbody tr td,
    .full-text-editor-section .table tbody tr td {
        padding: 10px 10px 10px 0;
    }
    .full-text-editor-section .download-document-btn-con {
        margin: 30px 0;
    }
    /* Full Text Editor Css End */
    /* Image/Text Module Css Start */
    .img-txt-module-section {
        padding: 0;
    }
    .img-txt-module-section.white-bg {
        padding: 20px 0;
    }
    .img-txt-module-section.white-bg .img-txt-module-con {
        padding: 0 0 20px;
    }
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con {
        padding: 20px;
    }
    .img-txt-module-section.left-txt-right-img .img-txt-module-con .img-txt-module-box .img-txt-module-img-box {
        order: 1;
    }
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-img-box {
        padding: 0 12px !important;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-img-box .img-txt-module-img {
        height: 380px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box,
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
        padding: 20px 12px;
    }
    .img-txt-module-section.left-txt-right-img .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box {
        order: 2;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-txt {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-box .img-txt-module-detail-box .img-txt-module-detail-sub-txt {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .img-txt-module-section .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img {
        width: 210%;
        margin-left: -105%;
    }
    .img-txt-module-section.white-bg .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img,
    .img-txt-module-section.full-screen-img-txt-module-section .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img {
        width: 210%;
        margin-left: -105%;
        transform: scaleX(-1);
    }
    .img-txt-module-section.full-screen-img-txt-module-section.red-bg .img-txt-module-con .img-txt-module-vector-img-box .img-txt-module-vector-img {
        transform: none;
    }
    /* Image/Text Module Css End */
    /* Modern Gallery Module Css Start */
    .modern-gallery-module-section {
        padding: 20px 22px;
    }
    .modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .slick-prev {
        right: 80px;
    }
    .modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .slick-next {
        right: 22px;
    }
    .modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box .modern-gallery-slider-img-box .modern-gallery-slider-img {
        height: 250px;
    }
    .modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .modern-gallery-slick-slider .modern-gallery-slider-box .modern-gallery-slider-img-box .modern-gallery-slider-caption-box .modern-gallery-slider-caption-txt {
        font-size: 14px;
        line-height: 18px;
    }
    .modern-gallery-module-section .modern-gallery-module-con .modern-gallery-module-box .modern-gallery-module-slider-box .slider-progress-bar {
        width: calc(100% - 150px);
    }
    /* Modern Gallery Module Css End */
    /* Album Gallery Module Css Start */
    .album-gallery-slider-section {
        padding: 20px 0;
    }
    .album-gallery-slider-section .album-gallery-slider-con {
        padding: 20px 12px;
    }
    .album-gallery-slider-section .album-gallery-slider-con .container {
        padding: 0;
    }
    .album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .slick-prev {
        right: 80px;
    }
    .album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .slick-next {
        right: 22px;
    }
    .album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .album-gallery-slider .album-gallery-slider-img-box img {
        height: 480px;
    }
    .album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .album-gallery-slick-slider .album-gallery-slider.two-img-in-one-slider .album-gallery-slider-img-box img {
        height: 230px;
    }
    .album-gallery-slider-section .album-gallery-slider-con .album-gallery-slider-box .slider-progress-bar {
        left: 0;
        width: calc(100% - 150px);
    }
    /* Album Gallery Module Css End */
    /* Classic Gallery Module Css Start */
    .classic-gallery-section {
        padding: 20px 12px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-prev {
        right: 80px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-next {
        right: 22px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .slick-list {
        padding: 0 0 70px !important;
        min-height: 300px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider .classic-gallery-slider-img-box .classic-gallery-img {
        height: 300px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-current.slick-active .classic-gallery-slider-img-box::after {
        display: none;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-current.slick-active .classic-gallery-slider-img-box .classic-gallery-slider-caption-box {
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px 20px;
        width: 100%;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-current.slick-active .classic-gallery-slider-img-box .classic-gallery-slider-caption-box .classic-gallery-slider-caption-img {
        width: 10px;
    }
    .classic-gallery-section .classic-gallery-slider-box .classic-gallery-slick-slider .classic-gallery-slider.slick-current.slick-active .classic-gallery-slider-img-box .classic-gallery-slider-caption-box .classic-gallery-slider-caption-txt {
        width: calc(100% - 10px);
        padding-left: 5px;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03rem;
        margin-bottom: 0;
    }
    /* Classic Gallery Module Css End */
    /* Editorial Module Css Start */
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box {
        margin: 0 auto;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
        height: 300px;
        width: 300px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(2) {
        height: 150px;
        width: 150px;
        margin-top: -40px;
        margin-left: 220px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box {
        margin-top: 15px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-sub-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-txt {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box .editorial-module-sub-txt {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
        bottom: 20px;
    }
    .editorial-module-section .editorial-module-con .editorial-module-vector-img-box .editorial-module-vector-img {
        width: 150%;
        margin-left: -48%;
    }
    /* Editorial Module Right side Image Css Start */
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con {
        order: 1;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(1) {
        margin-left: 70px;
        margin-top: 100px;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-img-con .editorial-module-img-box .editorial-module-img:nth-child(2) {
        margin-top: -680px;
        margin-left: 0;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-box .editorial-module-content-box {
        order: 2;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
        bottom: 20px;
    }
    .right-side-img-editorial-module-section.editorial-module-section .editorial-module-con .editorial-module-vector-img-box .editorial-module-vector-img {
        transform: scaleX(-1);
    }
    /* Editorial Module Right side Image Css End */
    /* Editorial Module Grey BG Css Start */
    .grey-bg-box.editorial-module-section {
        padding: 40px 0;
    }
    .grey-bg-box.editorial-module-section .editorial-module-con {
        padding: 20px 20px 60px;
    }
    .grey-bg-box.editorial-module-section .editorial-module-con .editorial-module-vector-img-box {
        bottom: 70px;
    }
    /* Editorial Module Grey BG Css End */
    /* Editorial Module Css End */
    /* Image Divider Css Start */
    .image-divider-section {
        padding: 20px 0;
    }
    .image-divider-section .image-divider-box .image-divider-content-box {
        padding: 50px 20px;
    }
    .image-divider-section.right-side-txt .image-divider-box .image-divider-content-box {
        align-items: flex-start;
    }
    .image-divider-section.center-side-txt .image-divider-box .image-divider-content-box .quote-start-icon {
        margin-right: auto;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .quote-end-icon {
        margin-left: auto;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-sub-title {
        font-size: 14px;
        line-height: 18px;
        width: auto;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-title {
        font-size: 36px;
        line-height: 42px;
        width: auto;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt {
        font-size: 18px;
        line-height: 30px;
        width: auto;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-sub-txt {
        font-size: 16px;
        line-height: 26px;
        width: auto;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-quote-txt {
        font-size: 20px;
        line-height: 32px;
        width: auto;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-by-txt {
        font-size: 20px;
        line-height: 32px;
        width: auto;
    }
    .image-divider-section .image-divider-box .image-divider-content-box .image-divider-btn-box {
        width: auto;
    }
    /* Image Divider Css End */
    /* Standard Info Tiles Css Start */
    .standard-info-tiles-section .standard-info-tiles-con {
        margin: 20px 0;
    }
    .standard-info-tiles-section .standard-info-tiles-con::after {
        width: 100%;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-box .standard-info-tiles-detail-box {
        padding-top: 30px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-box .standard-info-tiles-detail-box .standard-info-tiles-detail-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-box .standard-info-tiles-detail-box .standard-info-tiles-detail-txt {
        font-size: 18px;
        line-height: 30px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box {
        margin-top: 0;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
        height: 250px;
    }
    .standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box {
        height: 200px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-img-box .standard-info-tiles-tab-card-img {
        object-position: top;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
        height: calc(100% - 250px);
    }
    .standard-info-tiles-section.small-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box {
        height: calc(100% - 200px);
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-title {
        font-size: 22px;
        line-height: 28px;
    }
    .standard-info-tiles-section .standard-info-tiles-con .standard-info-tiles-tab-box .standard-info-tiles-tab-card-box .standard-info-tiles-tab-card .standard-info-tiles-tab-card-detail-box .standard-info-tiles-tab-card-detail-txt {
        font-size: 16px;
        line-height: 26px;
    }
    /* Standard Info Tiles Css End */
    /* Link Tiles Module Css Start */
    .link-tiles-module-section {
        padding: 20px 10px;
    }
    .link-tiles-module-section .container {
        padding: 0;
    }
    .link-tiles-module-section .link-tiles-con {
        margin: 0;
    }
    .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 .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,
    .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: 260px;
    }
    .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: 14px;
        line-height: 18px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-content-title {
        font-size: 22px;
        line-height: 26px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box {
        height: auto;
    }
    .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;
        flex-direction: column;
    }
    .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: 100%;
        order: 2;
    }
    .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%;
        order: 1;
    }
    .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: 14px;
        line-height: 18px;
    }
    .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: 22px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .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 {
        margin-bottom: 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 .tiles-vector-img-box {
        bottom: 10px;
    }
    .link-tiles-module-section .link-tiles-con .link-tiles-box.tiles-third-half .tiles-content-con .tiles-content-box .tiles-two-box .tiles-img {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 0;
    }
    /* Link Tiles Module Css End */
    /* Video Module Css Start */
    .video-module-section {
        padding: 40px 20px;
    }
    .left-txt-right-video-section.video-module-section .video-img-con {
        order: 1;
    }
    .video-module-section .video-img-con .video-img-box {
        height: 220px;
    }
    .video-module-section .video-img-con .video-img-box .video-play-btn-box a .video-play-btn-img {
        width: 60px;
    }
    .left-txt-right-video-section.video-module-section .video-module-content-box {
        order: 2;
    }
    .video-module-section .video-module-content-box {
        padding: 20px 12px 0;
    }
    /* Video Module Css End */
    /* Video Module Without Text Css Start */
    .video-module-without-txt-section {
        padding: 40px 20px;
    }
    .video-module-without-txt-section .video-img-con .video-img-box {
        height: 220px;
    }
    .video-module-without-txt-section .video-img-con .video-img-box .video-play-btn-box a .video-play-btn-img {
        width: 60px;
    }
    /* Video Module Without Text Css End */
    /* Read More Module Css Start */
    .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 22px;
        line-height: 28px;
        padding: 20px 0;
    }
    .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button::after {
        height: 35px;
        width: 35px;
    }
    .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 0 0 20px;
    }
    /* Read More Module Css End */
    /* Info Tiles Detail View Modal Css Start */
    .info-tiles-detail-view-modal .modal-dialog {
        max-width: 570px;
    }
    .info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .info-tiles-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
        font-size: 20px;
    }
    .info-tiles-detail-view-modal .modal-dialog .modal-content .modal-body {
        padding: 20px;
    }
    /* Info Tiles Detail View Modal Css End */
    /* General Page Css End */
    /* Listen To Latest Section Css Start */
    .listen-to-latest-sec .container {
        padding: 0px 20px;
    }
    .listen-to-latest-sec .listen-latest-box {
        background: #231F20 url('../images/listen-vector.png') no-repeat top / 400px;
        padding: 16px 0px;
    }
    .listen-to-latest-sec .listen-latest-box:hover {
        background: #EAEBE8 url('../images/listen-vector-hover-img.png') no-repeat top / 400px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left {
        margin-top: 14px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-subtitle {
        font-size: 14px;
        line-height: 17px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-title {
        font-size: 24px;
        line-height: 30px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-yog {
        font-size: 18px;
        line-height: 31px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec .listen-left .listen-role {
        font-size: 16px;
        line-height: 27px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right {
        margin-left: 0px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right .listen-image .listen-photo {
        width: 203px;
        height: 203px;
        border-radius: 5px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-img-sec .listen-right .listen-image .play-btn {
        bottom: -8px;
        left: 184px;
        width: 38px;
        height: 38px;
    }
    .listen-to-latest-sec .listen-latest-box .listen-detail-txt-sec {
        order: 2;
    }
    .listen-to-latest-sec .listen-latest-box .listen-img-sec {
        order: 1;
    }
    /* Listen To Latest Section Css End */
    /* Yarra inspired Template Css Start */
    .search-filter-sec {
        padding: 0px;
    }
    .search-filter-sec .container {
        padding: 0 8px;
    }
    .search-filter-sec .filter-section {
        padding: 12px;
    }
    .search-filter-sec .filter-section .filter-label-txt {
        margin-top: 12px;
    }
    /* Yarra inspired Template Css End */
    /* Yarra inspired Detail Page Css Start */
    .page-header-section .page-header-con .page-header-box .page-header-heading-box.inspired-detail-page-header-heading-box {
        order: 2;
    }
    .page-header-section .page-header-con .page-header-box .page-header-detail-box.inspired-page-header-detail-box {
        order: 1;
    }
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .inspired-yarra-detail-page-img {
        width: 182px;
        position: inherit;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-title.inspired-yarra-detail-page-header-title {
        font-size: 16px;
        line-height: 20px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .inspired-yarra-detail-txt {
        font-size: 16px;
        line-height: 21px;
    }
    .inspired-yarra-iby-img-section {
        padding: 0 20px !important;
    }
    .inspired-yarra-iby-img-section .mobile-view {
        display: block;
    }
    /* Yarra inspired Detail Page Css End */
    /* Career Bytes Detail Page Css Start */
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-sub-title.career-bytes-detail-page-sub-title {
        margin: 10px 0 5px;
    }
    .page-header-section .page-header-con .page-header-box .page-header-heading-box .page-header-detail-sub-txt {
        font-size: 16px;
        line-height: 21px;
        margin-top: 5px;
    }
    /* Career Bytes Detail Page Css End */
    /* Career Bytes Detail Page Two Css Start */
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box .inspired-yarra-detail-page-img {
        position: initial;
    }
    .page-header-section .page-header-con .page-header-box .page-header-detail-box .page-header-video-box {
        width: 182px;
        position: relative;
        top: 0px;
        left: 0px;
    }
    /* Career Bytes Detail Page Two Css End */
    /* Photo Gallery Page Css Start */
    .image-gallery-section .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Photo Gallery Pagination Css Start */
    .photo-gallery-pagination {
        padding: 28px 0;
    }
    /* Photo Gallery Pagination Css End */
    /* Photo Gallery Page Css End */
    /* Video Gallery Page Css Start */
    .video-gallery-section .video-gallery-img-txt-box .video-gallery-box {
        height: 220px;
    }
    .video-gallery-section .video-gallery-img-txt-box .video-gallery-detail-sec .video-sub-txt {
        font-size: 22px;
        line-height: 26px;
    }
    /* Video Gallery Page Css End */
    /* Foundation News Page Css Start */
    .foundation-news-section .year-level-options .year-level-img {
        height: 220px;
    }
    .foundation-news-section .year-level-options .year-level-img .text-overlay h4 {
        font-size: 22px;
        line-height: 26px;
    }
    /* Foundation News Page Css End */
    /* Volunteers Web Form List Css Start */
    /* Without Image Info Tiles Css Start */
    .without-img-info-tiles-section {
        padding: 0;
    }
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box {
        margin-top: 0;
    }
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-title {
        font-size: 22px;
        line-height: 28px;
    }
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-txt {
        font-size: 16px;
        line-height: 26px;
    }
    /* Without Image Info Tiles Css End */
    /* Volunteers Web Form List Css End */
    /* Curriculum Explorer Page Css Start */
    /* Curriculum Explorer Slider Css Start */
    .curriculum-explorer-gallery-section {
        padding: 20px 0;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-prev {
        right: 75px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-next {
        right: 20px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-img {
        height: 200px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider.slick-center .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-img {
        height: 240px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider.slick-center .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .slider-progress-bar {
        left: 20px;
        width: calc(100% - 160px);
    }
    /* Curriculum Explorer Slider Css End */
    /* Curriculum Explorer List Css Start */
    .curriculum-explorer-list-section {
        padding: 40px 20px;
    }
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box {
        width: auto;
        margin: 0 auto 20px;
    }
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .mobile-view {
        width: 100%;
    }
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-tab-header-box .form-select {
        border: solid 1px #D4D4D4;
        border-radius: 5px;
        outline: 0;
        box-shadow: none;
        background: transparent;
        font-size: 16px;
        line-height: 20px;
        color: #231F20;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        height: 60px;
        padding: 5px 10px;
        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='%23858583' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 10px center/8px 10px no-repeat !important;
    }
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box {
        height: 185px;
    }
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box {
        padding: 20px;
    }
    .curriculum-explorer-list-section .curriculum-explorer-list-tab-con .curriculum-explorer-list-tab-box .curriculum-explorer-list-detail-con .curriculum-explorer-list-detail-box .curriculum-explorer-list-img-box .curriculum-explorer-list-content-box .curriculum-explorer-list-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    /* Curriculum Explorer List Css End */
    /* Curriculum Explorer Detail View Modal Css Start */
    .curriculum-explorer-modal-view .modal-lg {
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        width: 100vw;
        margin: 0;
        padding: 0;
    }
    .curriculum-explorer-modal-view .modal-content {
        height: 100vh;
        border-radius: 0;
    }
    .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 .full-text-editor-section .full-text-editor-box .border-img-box {
        margin: 20px 0;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-detail-box .full-text-editor-section .full-text-editor-box .border-img-box .border-img {
        width: 100%;
        margin-left: -20px;
    }
    .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 .curriculum-explorer-view-modal-slider-box,
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider,
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider .slick-list,
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider .slick-list .slick-track,
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider .curriculum-explorer-view-slider-img-box {
        height: 430px;
        border-radius: 0;
    }
    .curriculum-explorer-modal-view .modal-content .modal-body .modal-content-con .modal-content-box .modal-img-slider-box .curriculum-explorer-view-modal-slider-box .curriculum-explorer-view-slick-slider .curriculum-explorer-view-slider-img-box .curriculum-explorer-view-slider-img {
        border-radius: 0;
    }
    /* Curriculum Explorer Detail View Modal Css End */
    /* Curriculum Explorer Page Css End */
    /* Event Calendar Page Css Start */
    /* Event List Css Start */
    .event-calendar-list-section {
        padding: 60px 20px;
    }
    .event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box .mobile-view {
        width: 100%;
    }
    .event-calendar-list-section .event-calendar-list-tab-con .event-calendar-list-tab-box .event-calendar-list-tab-header-box .form-select {
        border: solid 1px #D4D4D4;
        border-radius: 5px;
        outline: 0;
        box-shadow: none;
        background: transparent;
        font-size: 16px;
        line-height: 20px;
        color: #231F20;
        font-family: "Barlow", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        height: 60px;
        padding: 5px 10px;
        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='%23858583' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 10px center/8px 10px no-repeat !important;
    }
    .event-calendar-list-section .event-calendar-list-box .event-calendar-list-detail .event-calendar-list-content-box {
        padding: 30px 20px;
    }
    /* Event List Css End */
    .event-calendar-list-section .event-month-year-previous-next-btn-box {
        margin: 0 0 40px;
    }
    .event-calendar-list-section .event-month-year-previous-next-btn-box .event-month-year-box {
        margin-right: 50px;
    }
    .event-calendar-list-section .event-month-year-previous-next-btn-box .event-month-year-box h4 {
        font-size: 32px;
        line-height: 36px;
    }
    /* Event Detail View Modal Css Start */
    .event-detail-view-modal .modal-dialog {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .event-detail-view-modal .modal-dialog .modal-content {
        border-radius: 0;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header {
        padding: 0;
        flex-direction: column;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box {
        padding: 20px 20px 0;
        width: 100%;
        order: 2;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .event-detail-title {
        font-size: 34px;
        line-height: 38px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .border-img {
        position: inherit;
        width: 340px;
        margin-left: -20px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-img-box {
        width: 100%;
        order: 1;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-img-box .modal-header-img {
        height: 100%;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box {
        top: 20px;
        right: 20px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon {
        height: 35px;
        width: 35px;
        line-height: 35px;
        background: #231F2033;
        backdrop-filter: blur(12px);
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-header .modal-close-btn-box .close-icon i {
        font-size: 20px;
    }
    .event-detail-view-modal .modal-dialog .modal-content .modal-body {
        padding: 20px;
    }
    /* Event Detail View Modal Css End */
    /* Event Calendar Page Css End */
    /* Tour Booking List Page Css Start */
    /* Tour Booking List Css Start */
    .tour-booking-list-section .tour-booking-list-card {
        flex-direction: column;
    }
    .tour-booking-list-section .tour-booking-list-card .tour-booking-list-title-date-time-box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .tour-booking-list-section .tour-booking-list-card .tour-booking-list-btn-box {
        width: 100%;
        align-items: flex-start;
    }
    .tour-booking-list-section .tour-booking-list-card .tour-booking-list-btn-box .tour-booking-list-booking-detail {
        margin: 15px 0 0;
        order: 1;
    }
    .tour-booking-list-section .tour-booking-list-card.fully-booked-tour-booking-list-card .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn,
    .tour-booking-list-section .tour-booking-list-card.future-tour-booking-list-card .tour-booking-list-btn-box .bg-transparent-blur-border-light-grey-btn {
        margin-top: 0;
    }
    /* Tour Booking List Css End */
    /* Tour Booking Detail View Modal Css Start */
    .tour-booking-detail-view-modal .modal-dialog {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content {
        border-radius: 0;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-date-booked-view-map-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .tour-booking-list-booking-detail,
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .bg-transparent-blur-border-light-grey-btn {
        margin-left: 0;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .desktop-view {
        display: none;
    }
    .tour-booking-detail-view-modal .modal-dialog .modal-content .modal-header .modal-header-content-box .mobile-view {
        display: flex;
        margin-top: 20px;
    }
    /* Tour Booking Detail View Modal Css End */
    /* Tour Booking List Page Css End */
    /* Yarra Giving Detail Page Css Start */
    /* Yarra Giving Image & Text Css Start */
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con {
        padding: 20px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box {
        width: 100%;
        margin-left: 0;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-title {
        font-size: 18px;
        line-height: 18px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-sub-title {
        font-size: 18px;
        line-height: 18px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .yarra-giving-img-txt-content-card-txt {
        font-size: 18px;
        line-height: 18px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .progress {
        height: 22px;
    }
    .yarra-giving-img-txt-section .yarra-giving-img-txt-box .yarra-giving-img-txt-content-con .yarra-giving-img-txt-content-box .yarra-giving-img-txt-content-card .progress-counter-txt {
        font-size: 18px;
        line-height: 18px;
    }
    /* Yarra Giving Image & Text Css End */
    /* Yarra Giving Slider Css Start */
    .yarra-giving-slider-section {
        padding: 20px 10px;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev,
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        bottom: auto;
        top: 50%;
        transform: translate(0, -50%);
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev {
        left: -12px;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        right: -12px;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-list {
        padding: 0 !important;
        min-height: auto;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .yarra-giving-slider {
        margin: 10px;
    }
    /* Yarra Giving Slider Css End */
    /* Yarra Giving Detail Page Css End */
    /* Employment List Page Css Start */
    /* Current Opportunities Section Css Start */
    .current-opportunities-sec {
        padding: 0px;
    }
    .current-opportunities-sec .current-img-txt-box .current-txt {
        padding: 0px;
    }
    .current-opportunities-sec .current-img-txt-box .current-txt .current-txt-sec::after {
        display: none;    
    }
    .current-opportunities-sec .current-img-txt-box .current-txt .current-txt-sec h2 {
        font-size: 36px;
        line-height: 46px;
        padding: 0px;
    }
    /* Current Opportunities Section Css End */
    /* Without Image Info Tiles Section Css Start*/
    .without-img-info-tiles-section .without-img-info-tiles-con .without-img-info-tiles-tab-box .without-img-info-tiles-tab-card-box .without-img-info-tiles-tab-card .without-img-info-tiles-tab-card-detail-txt {
        font-size: 16px;
        line-height: 26px;
    }
    /* Without Image Info Tiles Section Css End*/
    /* Employment List Page Css End */
    /* Employment Detail Page Css Start */
    .full-text-editor-section.employment-applications-sec {
        padding: 0px;
    }
    .full-text-editor-section.employment-apply-now-sec {
        padding: 20px;
    }
    /* Employment Detail Page Css End */
}
@media only screen and (max-width: 575px) {
    /* Home Page Css Start */
    /* School Tab Css Start */
    .school-tab-section .school-tab-con .school-tab-box .school-tab-card-box .school-tab-card {
        height: auto;
    }
    /* School Tab Css End */
    /* Home Page Css End */
    .listen-to-latest-sec .container {
        padding: 0px;
    }
    /* Curriculum Explorer Page Css Start */
    /* Curriculum Explorer Slider Css Start */
    .curriculum-explorer-gallery-section {
        padding: 20px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-prev {
        right: 55px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .slick-next {
        right: 0;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider {
        margin: 0;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-img,
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider.slick-center .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-img {
        height: 380px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .curriculum-explorer-gallery-slick-slider .curriculum-explorer-gallery-slider.slick-center .curriculum-explorer-gallery-slider-img-box .curriculum-explorer-gallery-slider-caption-box h5 {
        font-size: 32px;
        line-height: 38px;
    }
    .curriculum-explorer-gallery-section .curriculum-explorer-gallery-slider-box .slider-progress-bar {
        left: 0;
        width: calc(100% - 130px);
    }
    /* Curriculum Explorer Slider Css End */
    /* Curriculum Explorer Page Css End */
    /* Yarra Giving Detail Page Css Start */
    /* Yarra Giving Slider Css Start */
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider {
        padding-bottom: 50px;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev,
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        bottom: 0;
        top: auto;
        transform: none;
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-prev {
        right: auto;
        left: 40%;
        transform: translate(-40%, 0);
    }
    .yarra-giving-slider-section .yarra-giving-slider-box .yarra-giving-slick-slider .slick-next {
        right: 30%;
        transform: translate(-30%, 0);
    }
    /* Yarra Giving Slider Css End */
    /* Yarra Giving Detail Page Css End */
}
@media only screen and (max-width: 525px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 400px) {
    /* Common Css Start */
    /* Floating Button Css Start */
    .floating-button-section .floating-button-box .floating-apply-book-btn {
        width: 100px;
    }
    /* Floating Button Css End */
    /* Common Css End */
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-text-box .bg-transparent-blur-border-light-grey-btn {
        min-width: 140px;
    }
    .img-tab-gallery-section .mobile-tab-content-box .mobile-tab-accordion-sec {
        font-size: 10px;
        line-height: 10px;
    }
}
/* For Iphone Common Css Start */
@media only screen and (max-width: 430px) and (-webkit-device-pixel-ratio: 3) {}
/* For Iphone Common Css End */
/* For Iphone Safari Css Start */
/* For Iphone Safari Css End */
/* For Android Css Start */
/* For Android Css End */
/* Responsive Css End */

/* Animation Css Start */
@keyframes splitCenterToLeftTransition {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes splitCenterToRightTransition {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes wipe-in-right {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes wipe-in-left {
    from {
        clip-path: inset(0 0 0 100%);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Animation Css End */