@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");

/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"); */


/* @import url("https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/7.0.96/css/materialdesignicons.min.css"); */

:root {
    --main: #265c80;
    /* --main: #285e82; */
    /* --main: #286083; */
}

* {
    box-sizing: border-box;
}

body {
    /* background: #fff; */
}

a {
    cursor: pointer;
}

.mobile {
    display: none;
}

.overlay-bg.open {
    background: #fff;
}

.overlay-close-button,
.mailing-close-button,
.filter-close-button,
.nav-close-button,
.enquire-close-button,
.search-close-button {
    color: #fff;
    /* color: var(--main); */
}

.splash-bg {
    /* background: #fff; */
}

.splash-container,
.enquire-overlay,
.mailing-overlay,
.content-overlay,
.search-overlay,
.nav-overlay,
.filter-overlay {
    color: #fff;
    /* color: var(--main); */
}

.transition-logo .unit-logo {
    width: 200px;
    /* margin: 5px auto 0; */
    margin: -100px auto 0;
    height: 200px;
    background: url("/img/logo-white.png") center 0 no-repeat;
    background-size: contain;
    /* background-size: 200px 200px; */
    opacity: 0;
    /* transform: scale(1.5); */
    transform: none;
    transition: transform 2000ms cubic-bezier(0, 0.21, 0, 1), opacity 400ms cubic-bezier(0.18, 1, 0.21, 1);
}

.transition-logo-desktop span {
    font-size: 60px;
    font-weight: bold;
}

.clear_fx {
    padding: 100px 0;
}

.d-none {
    display: none !important;
}

.bg-light {
    background-color: #eee !important;
}

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

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

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

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

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

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

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

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

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

.pt-20,
.py-20 {
    padding-top: 20px;
}

.pb-20,
.py-20 {
    padding-bottom: 20px;
}

.pt-30,
.py-30 {
    padding-top: 30px;
}

.pb-30,
.py-30 {
    padding-bottom: 30px;
}

.pt-50,
.py-50 {
    padding-top: 50px;
}

.pb-50,
.py-50 {
    padding-bottom: 50px;
}

.pt-100,
.py-100 {
    padding-top: 100px;
}

.pb-100,
.py-100 {
    padding-bottom: 100px;
}

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

.row {
    /* border: 1px solid #000; */
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body.content-type-reversed .bg-dark .scroll-container .scroll-container-inner {
    background: #000;
}

body.content-type-reversed,
.bg-dark .scroll-container,
body.content-type-reversed-popup .bg-dark #popup_content,
.bg-dark .content-reversed {
    color: #fff;
}

.content-type-reversed #container .button:not(.store_item_add_to_cart),
.content-type-reversed #container button:not(.store_item_add_to_cart),
.content-reversed .button:not(.store_item_add_to_cart),
.content-reversed button:not(.store_item_add_to_cart) {
    background: var(--main);
}

body.content-type-reversed .bg-dark .scroll-container h1,
body.content-type-reversed .bg-dark .scroll-container h2,
body.content-type-reversed .bg-dark .scroll-container h3,
body.content-type-reversed .bg-dark .scroll-container h4,
body.content-type-reversed .bg-dark .scroll-container h5,
body.content-type-reversed .bg-dark .scroll-container h6,
body.content-type-reversed-popup .bg-dark #popup_content h1,
body.content-type-reversed-popup .bg-dark #popup_content h2,
body.content-type-reversed-popup .bg-dark #popup_content h3,
body.content-type-reversed-popup .bg-dark #popup_content h4,
body.content-type-reversed-popup .bg-dark #popup_content h5,
body.content-type-reversed-popup .bg-dark #popup_content h6,
.content-reversed .bg-dark h1,
.content-reversed .bg-dark h2,
.content-reversed .bg-dark h3,
.content-reversed .bg-dark h4,
.content-reversed .bg-dark h5,
.content-reversed .bg-dark h6,
.content-reversed .link {
    color: #fff;
}

.content-type-reversed .bg-dark .subtitle,
.content-reversed .bg-dark .subtitle {
    color: #e1e1e1;
}

#menu {
    font-size: 22px;
}

section {
    display: block;
}

.section_1 {
    padding: 150px 0 0;
}

.section-home #main_content {
    height: unset;
}

#homepage_overall_container.slideshow-vertical #main_slideshow_nav {
    /* background: #fff; */
    /* color: var(--main); */
}

.image_list ul li {
    width: 24%;
}

.image_list ul li .image {
    min-height: unset !important;
}

.button:not(.store_item_add_to_cart)::before {
    background: none;
}

.btn_box {
    display: inline-block;
}

.btn_box a {
    margin: auto;
    padding: 14px 31px;
    min-width: 100px;
    background: var(--main);
    color: #fff;
}

.btn_box a:hover {
    text-decoration: none;
    background: transparent;
    color: var(--main);
    border: 2px solid var(--main);
}

.bg-dark .btn_box a:hover {
    text-decoration: none;
    background: #fff;
    color: var(--main);
    border: 2px solid var(--main);
}

#logo a::before {
    display: none;
}

#logo::after {
    display: none;
}

.page-index #logo a::before,
.page-index #logo a::after {
    background-image: url("/img/logo-white.png");
    scale: 2;
    opacity: 1;
}

.page-clear #logo a::after {
    background-image: url("/img/logo-white.png");
    opacity: 0;
}

body.content-type-reversed .hero-section-not-visible #logo a::after,
body.content-type-reversed-popup .hero-section-not-visible #logo a::after {
    scale: 1.7;
}

body.content-type-reversed .hero-section-not-visible #logo::after {
    background: #151515;
    display: none;
}

body.content-type-reversed .hero-section-not-visible #menu,
body.content-type-reversed .hero-section-not-visible #top_nav,
body.content-type-reversed #feature_panel_section_nav {
    color: #fff;
    /* color: var(--main); */
}


/* #top_nav {
    color: var(--main);
} */

#top_nav ul li ul li {
    display: block;
    margin: 0 0;
    text-align: left;
}

.breadcrumb-area {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

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

.breadcrumb-area .breadcrumb-text {
    position: relative;
    padding: 120px 0;
}

.breadcrumb-area .breadcrumb-text .page-title {
    font-size: 60px;
    /* color: var(--main); */
    text-align: center;
    color: #fff;
}


/* ===============Footer Start=============== */

.footer-new {
    background: #000;
    color: #fff;
}

.footer-new h4 {
    font-size: 18px;
}

.list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}

.list-inline-item {
    display: inline-block;
}

.footer-new p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
}

.footer-new .widget-title {
    line-height: 18px;
}

.footer-new a {
    text-decoration: none;
}

.footer-new .copyright {
    font-size: 16px;
    letter-spacing: 4px;
    color: rgb(255, 255, 255);
}

.footer-new .list-inline-item a {
    font-size: 22px;
}

.footer-new ul.list-social {
    padding: 0;
    margin: 0;
}

.footer-new ul.list-social a i {
    color: #6e6464;
}

.icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 17px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    color: #ffffff;
}

.icon i {
    font-size: 15px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.icon.social {
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    background: #6d6e71;
    color: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}


/* ============Footer End========================= */

.list-events .list-preview-track-list {
    max-width: 1680px;
    width: 100%;
    padding: 100px 50px;
}

/* .list-events .within_viewport .list-preview-image {
    position: absolute;
} */


/* ================== Slick Gallery Start================ */

.slider-gallery .slick-arrow {
    position: absolute;
    padding: 10px 10px;
    top: 119px;
    z-index: 99999999999;
    font-weight: unset;
    font-style: unset;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    background: #eee !important;
    color: #000 !important;
    /* all: revert !important; */
}

.slider-gallery .slick-arrow::after {
    font-size: 20px;
    font-weight: bold;
}

.slider-gallery .slick-prev {
    left: -35px;
}

.slider-gallery .slick-next {
    float: right;
    right: -35px;
}

.slider-gallery .slick-prev::after {
    content: "\2190";
}

.slider-gallery .slick-next::after {
    content: "\2192";
}

.slick-slide {
    margin: 0 5px;
}

.community .slick-arrow,
.who-we-are .slick-arrow {
    display: none !important;
}


/* ================== Slick Gallery End================ */

.medium_grid .item .image img {
    /* max-height: 750px; */
}

.image_list .item.inview_element p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}

.image_list .item.inview_element .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.image_list ul li .image {
    margin-bottom: 5px;
}

.image_list ul li .image img {
    /* max-height: 250px; */
}

.paginate nav ul.pagination {
    padding: 0;
}

.paginate nav ul.pagination li {
    display: inline;
    font-size: 20px;
    border: 1px solid var(--main);
    width: 25px;
    height: 25px;
    padding: 9px;
}

.paginate nav ul.pagination li:nth-child(1) {
    margin-right: 5px;
}

.paginate nav ul.pagination li .page-link {
    padding: 6px 6px;
}

.paginate nav ul.pagination li.active {
    background: var(--main);
    color: #fff;
}

.list-preview-image .list-preview-image-items .item .content h2 {
    font-size: 20px;
    line-height: 20px;
}

.slider-gallery .title {
    font-weight: bold;
}

.slider-gallery .detail p {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
}

.share-btn {
    margin: 10px 0;
}

#social-links {
    /* float: left; */
}

#social-links ul {
    padding: 0;
}

#social-links li {
    list-style: none;
    background: #000;
    margin-left: 3px;
    text-align: center;
    border-radius: 5px;
}

#social-links li span {
    font-size: 16px;
}

#social-links ul li {
    display: inline-block;
    padding: 0px 8px 0px;
}

#social-links ul li a:hover {
    color: #fff;
}


/* Filter Start */

.nav-filter h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.nav-filter ul {
    list-style-type: none;
}

.cat-caret {
    cursor: pointer;
}

.cat-caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.cat-caret-down::before {
    transform: rotate(90deg);
}

.cat-caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.cat-nested {
    display: none;
}

.caret-active {
    display: block;
}


/* Filter End */

.btn-share {
    cursor: pointer;
}


/* Share Popup Start*/

.soverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(211 211 211 / 70%);
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}


/* .soverlay-bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
} */

.soverlay.open {
    visibility: visible;
    opacity: 1;
}

.spopup {
    margin: 70px auto;
    padding: 20px;
    background: #000;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.spopup .sclose {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.spopup .scontent {
    text-align: center;
    margin-top: 20px;
    min-height: 50px;
    overflow: auto;
}


/* Share Popup End*/

.overlay-bg.open {
    background: #000;
}

form .form_row_types ul li.active {
    color: #fff;
    font-weight: bold;
    transform: scale(1.1);
    text-decoration: underline;
}


/* Newsletter Start */

.newsletter {
    margin-bottom: 50px;
}

.news_box {
    width: 95%;
    height: auto;
    margin: auto;
    background: var(--main);
    color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 5px;
}

.news_box h3 {
    color: #fff !important;
}

.news_box form {
    display: flex;
    justify-content: space-between;
}

.news_box form label {
    font-size: 20px;
    margin-right: 10px;
}

.news_box form input {
    background: #fff;
    color: #000;
    font-size: 16px;
    min-width: 300px;
    border: 1px solid #fff;
    /* border-radius: 10px; */
    font-weight: normal;
    text-indent: 10px;
}

.news_box form .btn {
    font-size: 16px;
    padding: 5px 10px;
    /* margin-left: 20px; */
    border: 2px solid #fff;
    /* border-radius: 10px; */
    color: #000;
}


/* Newsletter End */


/* Custom Select Start */

.custom-select2 .rows {
    display: flex;
    width: 20%;
    justify-content: space-between;
}

.custom-select2 .cols {}

body .btn-filter {
    background: #fff !important;
    color: var(--main) !important;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 25px;
    border-radius: 5px;
}

.select2-results__option {
    color: #000;
}

@media (max-width: 1604px) {
    .custom-select2 .rows {
        width: 25%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-bottom: 4px;
    }
}

@media (max-width: 1320px) {
    .custom-select2 .rows {
        width: 30%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-bottom: 4px;
    }
}

@media (max-width: 1088px) {
    .custom-select2 .rows {
        width: 35%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-bottom: 4px;
    }
}

@media (max-width: 932px) {
    .custom-select2 .rows {
        width: 40%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-bottom: 4px;
    }
}

@media (max-width: 820px) {
    .custom-select2 .rows {
        width: 45%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-bottom: 4px;
    }
}

@media (max-width: 760px) {
    .custom-select2 .rows {
        width: 100%;
        flex-direction: column;
    }
    .custom-select2 .btn-filter {
        margin-top: 4px;
    }
}

@media (max-width: 668px) {
    .custom-select2 .rows {
        width: 55%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-top: 4px;
    }
}

@media (max-width: 612px) {
    .custom-select2 .rows {
        width: 60%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-top: 4px;
    }
}

@media (max-width: 560px) {
    .custom-select2 .rows {
        width: 65%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-top: 4px;
    }
}

@media (max-width: 516px) {
    .custom-select2 .rows {
        width: 75%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-top: 4px;
    }
}

@media (max-width: 456px) {
    .custom-select2 .rows {
        width: 85%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-top: 4px;
    }
}

@media (max-width: 408px) {
    .custom-select2 .rows {
        width: 95%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-top: 4px;
    }
}

@media (max-width: 364px) {
    .custom-select2 .rows {
        width: 100%;
        flex-direction: space-between;
    }
    .custom-select2 .btn-filter {
        margin-top: 4px;
    }
}


/* Custom Select End */


/* Custom Artwork Start */

.artworks .rows {
    display: flex;
    width: 65%;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .artworks .rows {
        width: 100%;
        flex-direction: column;
    }
    .artworks .cols {
        margin-bottom: 10px;
    }
}


/* Custom Artwork End */


/* Figure Zoom Start */

.modal-backdrop {
    display: none;
    /* opacity: 0; */
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    /* width: 500px; */
    width: 100% overflow: hidden;
    cursor: zoom-in;
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}


/* Figure Zoom End */
.enquire-input-wrapper .enquiry_form form .form_row input[type="text"], .enquire-input-wrapper .enquiry_form form .form_row textarea, .enquire-input-wrapper .enquiry_form form .form_row select {
    color: #eee;
  }
