﻿
.b24-widget-button-position-bottom-right {
    right: 20px;
    bottom: 10px;
}

.bx-livechat-position-bottom-right {
    bottom: 86px;
}


.blabel.active {
    border: 1px solid #0d6efd61 !important;
}

.blabel {
    -webkit-box-shadow: 0 1px 3px 0 var(--color-bg-2, rgba(0, 0, 0, .1));
    box-shadow: 0 1px 3px 0 var(--color-bg-2, rgba(0, 0, 0, .1));
    border: 1px solid #dee2e6 !important;
    transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in; /* Firefox 4 */
    -webkit-transition: all 150ms ease-in; /* Safari and Chrome */
    -o-transition: all 150ms ease-in; /* Opera */
    -ms-transition all 150ms ease-in; /* IE 10 */
}

.tab-pane.fade {
    transition: all 0.3s;
    -webkit-transform: translatex(10px);
    -moz-transform: translatex(10px);
    -o-transform: translatex(10px);
    transform: translatex(10px);
}

    .tab-pane.fade.show {
        transform: translatex(0rem);
    }

.widgetModal-bg {
    border: 2px solid #ffffff;
}

    .widgetModal-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(33 37 41 / 90%);
    }

.widgetModal-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 40px 4px;
    background-color: #fff;
    min-width: 98vw;
    min-height: 456px;
    border-radius: 6px;
    box-shadow: 0 4px 100px rgb(0 0 0 / 10%);
    animation: animation 1000ms linear both;
}

.sh-card-1 {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}

.quiz-buttons__button {
    min-width: 120px;
    background: #c91e24 !important;
    border-color: #be0017 !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 15px 0 #ffa2a2 !important
}

    .quiz-buttons__button:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, .1)), color-stop(20%, hsla(0, 0%, 100%, .2)), to(hsla(0, 0%, 100%, .6)));
        background: linear-gradient( 90deg, hsla(0, 0%, 100%, .1) 10%, hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .6));
        width: 20px;
        -webkit-transform: skewX( -45deg );
        transform: skewX( -45deg );
        left: -20%;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-animation-name: blick;
        animation-name: blick;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }


.z-index-9 {
    z-index: 9 !important;
}

.body {
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}


@-webkit-keyframes blick {
    15%, to {
        left: 110%
    }
}

@keyframes blick {
    15%, to {
        left: 110%
    }
}

.agreement__doc-frame {
    width: 100%;
    height: 60vh;
    background: #fff
}


.modal-content {
    border-radius: 8px !important;
}

@media screen and (min-width: 992px) {

    .modal-lg {
        max-width: 800px !important;
    }

    .modal-xl {
        max-width: 1000px !important;
        max-height: 450px !important;
    }
}

.btn-header-search {
    color: #fff !important;
}


@media (max-width: 767px) {
    .btn-header-search {
        color: #fff !important;
    }
}

@media (min-width: 768px) {
    .btn-header-search {
        color: #212529 !important;
    }
}






.connect-with-whatsapp {
    position: fixed;
    width: 21px;
    height: 59px;
    bottom: 10px;
    top: auto;
    right: auto;
    left: 50px;
    z-index: 99;
}

    .connect-with-whatsapp .main-button {
        position: relative;
        right: 1px;
        top: 1px;
        float: right;
        width: 52px;
        height: 52px;
        background: 50% no-repeat #189d0e;
        box-shadow: 0 3px 5px 1px rgb(0 0 0 / 20%);
        background-size: 30px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 50px;
    }


@keyframes nm-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(218 9 34 / 0.7);
    }

    80% {
        box-shadow: 0 0 0 14px rgb(218 9 34 / 0);
    }
}


@keyframes fadeInRight {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*html, body {*/
/*    overflow-x: hidden*/
/*}*/

.modal {
    background: rgb(247 247 247 / 80%);
}

    .modal.fade .modal-dialog {
        transform: translate3d(0, 0, 0);
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .modal.fade.show .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }


.property-desc h4 {
    font-size: 1.2rem;
}

.property-desc h3 {
    font-size: 1.3rem;
}

.property-desc h4 {
    font-size: 1.1rem;
}

.property-desc h5 {
    font-size: 1rem;
}

.nav-link {
    color: #000024 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
}

.intl-tel-input {
    width: 100%;
}

.close2 {
    padding: 0;
    background-color: #000024;
    border-radius: 30px;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px !important;
    height: 42px !important;
    text-shadow: none;
    color: rgb(255 255 255) !important;
    font-size: 28px;
    z-index: 9;
}

.dropdown-item {
    color: #000 !important;
}

.property-desc .content.active {
    height: auto;
    overflow: unset;
}

.property-desc .content {
    height: 180px;
    overflow: hidden;
    position: relative;
}


    .property-desc .content:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        z-index: 10;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    }

    .property-desc .content.active:before {
        display: none
    }


.property-desc .read-more .open {
    display: block;
    cursor: pointer;
}


.property-desc .read-more .close {
    display: none;
    cursor: pointer;
}


.property-desc .read-more.active button.open {
    display: none;
}


.property-desc .read-more.active button.close {
    display: block;
}


.breadcrumb {
    font-size: 14px;
}

.widgetModal-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(33 37 41 / 90%);
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
    }
}

.p-a {
    position: absolute !important;
    right: 0px !important;
    height: 100% !important;
    z-index: 4 !important;
}


.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9999;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F0808;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }


@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: "swiper-icons";
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --swiper-theme-color: #000
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent)
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
        cursor: auto;
        pointer-events: none;
        transition: all .3s ease-out
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: "prev"
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: "next"
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: 200ms transform,200ms top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: 200ms transform,200ms left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100%0
    }

    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }


.tab-menu a {
    padding: 7px 16px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgb(0 0 0/31%);
    transition: all .25s ease;
    margin: 5px
}

.tab-menu {
    margin-bottom: 30px
}

    .tab .item figcaption .view-btn:hover, .tab-menu a.active {
        background: #000024;
        color: #fff
    }

.tab .item {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 10px
}

    .tab .item figcaption {
        position: absolute;
        top: 0;
        padding: 20px;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        pointer-events: none
    }

        .tab .item figcaption h3, .tab .item figcaption h5 {
            color: #fff;
            text-shadow: 1px 1px 6px #000;
            margin-bottom: 0;
            font-family: "EuclidCircularBBold"
        }

.tab figure.box-item > a {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.tab .item figcaption .view-btn {
    padding: 0 15px;
    background: rgb(255 255 255/84%);
    border-radius: 10px;
    transition: all .25s ease;
    max-width: 136px;
    font-size: 14px;
    pointer-events: all
}

.tab .item.full-height .hoverable-box p {
    -webkit-line-clamp: 7
}

.city-block {
    margin-right: -10px;
    overflow-x: auto;
    padding-bottom: 10px
}

.tab .item.half-height {
    gap: 10px
}

.city-block .half-height .box-item + .box-item {
    padding-top: 0
}

.city-block .half-height .box-item {
    height: 50%
}

    .city-block .half-height .box-item > a {
        height: 100%
    }

.tab .swiper-button-next, .tab .swiper-button-prev {
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: #b4b4b4;
    border-radius: 100%;
    color: #fff
}

@media (min-width:576px) {
    .tab .item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .hoverable-box h5, .tab .item figcaption h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%
    }

    .tab .item {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media (min-width:1200px) {
    .tab .item {
        flex: 0 0 20%;
        max-width: 20%
    }

    .city-block {
        overflow-x: inherit
    }
}

@media (min-width:1600px) {
    .city-block {
        margin-right: -20px
    }

    .tab .item.half-height {
        gap: 20px
    }

    .tab .item {
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .tab .swiper-button-next, .tab .swiper-button-prev {
        display: none
    }
}


.homeFilterAll {
    margin-top: 10px;
    padding-bottom: 30px
}

.homeFilterBox .title {
    color: #000024;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px
}

.filterSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    color: rgba(0,0,0,.7) 333;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    color: rgba(0,0,0,.7);
    background: #fff;
    height: 34px;
    cursor: pointer;
    float: left
}

.homeFilterBox .filter-option {
    padding-left: 10px
}

.filterSubmit {
    width: 100%;
    text-align: center;
    height: 34px;
    background: #0000ff;
    color: #fff;
    border: 0;
    outline: 0;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all .3 ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .filterSubmit:hover {
        background: rgba(0,0,0,.7);
        color: #fff
    }

.homeFilterBox .bootstrap-select div.dropdown-menu li.selected a {
    background: #000024 !important
}

.homeFilter {
    padding: 11px;
    background-color: #000024
}



.filterText {
    width: 100%;
    float: left;
    height: 34px;
    background: #fff;
    border: 0;
    color: #000024;
    font-size: 14px;
    padding-left: 15px;
    outline: inherit;
    padding-right: 15px
}

    .filterText::-webkit-input-placeholder {
        color: #000024
    }

    .filterText::-moz-placeholder {
        color: #000024
    }

    .filterText:-ms-input-placeholder {
        color: #000024
    }

    .filterText:-moz-placeholder {
        color: #000024
    }

.homeFilterBot ul {
    float: left;
    width: 100%;
    display: inline-block
}

    .homeFilterBot ul li {
        float: left;
        display: inline-block;
        width: 100%;
        margin-bottom: 5px
    }

        .homeFilterBot ul li a {
            color: rgba(0,0,0,.7);
            border-bottom: 1px solid rgba(0,0,0,.1);
            font-size: 14px;
            line-height: 20px;
            padding-bottom: 3px;
            margin: 7px 15px;
            float: left;
            display: inline-block;
            position: relative
        }

            .homeFilterBot ul li a:last-child:after {
                display: none
            }

        .homeFilterBot ul li .title {
            float: left;
            background: #0000ff;
            color: #fff;
            font-size: 14px;
            line-height: 20px;
            padding: 7px 15px;
            float: left;
            display: inline-block;
            width: 120px
        }

        .homeFilterBot ul li:last-child {
            margin-bottom: 0
        }

        .homeFilterBot ul li a:hover {
            color: #000024
        }

@media (max-width: 767px) {
    .homeFilterCol {
        /* width: 15%; */
        margin-bottom: 5px;
    }

        .homeFilterCol.submit {
            /* width: 10%*/
        }
}

@media (min-width: 767px) {
    .homeFilterCol {
        width: 15%;
    }

        .homeFilterCol.submit {
            width: 10%
        }
}

.property-list-slide .swiper-container {
    margin-right: -20px
}

.property-list-slide .swiper-slide {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 20px;
    max-width: 100%
}

.property-list-slide .swiper-container {
    padding: 10px 5px
}

.property-list-slide .swiper-container-initialized .swiper-slide {
    max-width: inherit;
    padding-top: 0;
    padding-right: 0;
    flex-basis: inherit;
    flex-grow: inherit
}

.property-list-slide .swiper-container-initialized {
    margin: 0
}

.property-list-slide .swiper-button-next, .property-list-slide .swiper-button-prev {
    margin: 0;
    color: #fff;
    transform: translate(0,-50%);
    width: auto
}

    .property-list-slide .swiper-button-next i, .property-list-slide .swiper-button-prev i {
        width: 48px;
        height: 48px;
        font-size: 40px;
        background: #000024;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        transition: all .25s ease;
        margin-bottom: 50px
    }

@media (min-width:576px) {
    .property-list-slide .swiper-slide {
        width: 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .property-list-slide .swiper-slide {
        width: 33.33%;
        max-width: 33.33%
    }
}

@media (min-width:992px) {
    .property-list-slide .swiper-slide {
        width: 25%;
        max-width: 25%
    }
}

@media (min-width:1400px) {
    .property-list-slide .swiper-slide {
        width: 16.66%;
        max-width: 16.66%
    }
}


.gallery-top .box-item {
    padding-bottom: 3px
}

.detail-swiper figure.box-item span.wrap {
    background-size: 30%
}

.detail-swiper .swiper-button-next, .detail-swiper .swiper-button-prev {
    font-size: 35px
}

.location {
    background: #e6e6e6;
    color: #000024
}

.gallery-thumbs .swiper-slide {
    opacity: .7
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.detail-swiper {
    position: relative
}

    .detail-swiper .tabs {
        position: absolute;
        bottom: 10px;
        z-index: 9;
        left: 50%;
        transform: translate(-50%,0)
    }

.gallery-thumbs .swiper-slide {
    flex-shrink: 0;
    width: 25%
}

.img-enlarge {
    right: 0;
    top: 0;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0/62%);
    border-radius: 0 0 0 5px
}

.ux-btns a {
    transition: all .25s ease;
    color: #747474
}

.price-info h3 span {
    font-family: "EuclidCircularBSemiBold"
}

    .price-info h3 span + span {
        font-family: "EuclidCircularBBold";
        color: #000024
    }

.price-info h3 {
    max-width: 300px
}

    .price-info h3 strong {
        font-weight: 400;
        font-family: "EuclidCircularBBold"
    }

.info-btns, .info-btns a {
    width: 100%
}

.customer-infos a i, .customer-infos a:hover, .features > h4, .property-text-block > h4, .size-detail > h4 {
    color: #000024
}

.accordion-button::after {
    position: absolute;
    right: 15px;
    filter: brightness(0) invert(1)
}

.accordion-button:focus {
    border: 0;
    box-shadow: none
}

.accordion-button, .accordion-button:not(.collapsed) {
    background: #000024;
    color: #fff
}

.accordion-body span {
    color: #5e5e5e;
    font-family: "EuclidCircularBRegular"
}

.accordion-body img {
    opacity: .5
}

.accordion-body span img {
    margin-bottom: 5px !important
}

.accordion-body .row > .col-md-3 {
    width: 25%
}

.question-form .item {
    position: relative
}

    .question-form .item .form-select {
        min-height: 38px
    }

    .question-form .item i {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        left: 10px;
        color: #9d9d9d
    }

    .question-form .item input:not(.form-check-input), .question-form .item textarea {
        padding-left: 45px
    }

    .question-form .item textarea {
        height: 160px
    }

    .question-form .item i.ri-mail-line {
        transform: inherit;
        top: 10px
    }

.customer-infos a {
    transition: all .25s ease
}

.customer-helper .img {
    flex: 0 0 120px;
    max-width: 120px
}

.wp-contact i {
    line-height: normal;
    color: #4caf50 !important
}

.customer-tab-block .nav-tabs .nav-link.active {
    background: #000024;
    color: #fff !important
}

.customer-tab-block .nav-tabs .nav-link {
    background: #ecedef;
    color: #000
}

.customer-tab-block .btn-chooser, .customer-tab-block .map-block, .customer-tab-block form {
    background: #ecedef;
    border-top: 3px solid #fff
}

.btn-chooser .btn-modals button {
    flex: 0 0 50%;
    max-width: 50%;
    transition: all .25s ease
}

.btn-chooser.btn-chooser-slide .swiper-slide.selected button, .btn-chooser > div > button.active {
    background: #000024 !important;
    color: #fff
}

label.form-check-label a {
    text-decoration: underline !important;
    color: #000024
}

.youtubeModal .modal-body .question-form .item textarea {
    height: 146px
}

.btn-chooser > div:first-child > button span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-chooser.btn-chooser-slide .swiper-slide {
    width: 50%
}

.btn-chooser-slide .swiper-button-next, .btn-chooser-slide .swiper-button-prev {
    margin: 0;
    transform: translate(0,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px
}

.btn-chooser-slide .swiper-button-prev {
    left: -5px
}

.btn-chooser-slide .swiper-button-next {
    right: -5px
}

.mobil-fixed-btns {
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px;
    background: #000024;
    transition: all .3s ease;
    bottom: -55px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    box-shadow: 1px 1px 10px rgb(0 0 0/53%)
}

    .mobil-fixed-btns a {
        background: #000024;
        font-family: "EuclidCircularBBold";
        color: #fff;
        padding: 10px
    }

body.fixed-btns-active footer {
    padding-bottom: 60px
}

body.fixed-btns-active .mobil-fixed-btns {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    bottom: 0
}

.accordion-button:not(.collapsed), .size-detail .accordion-button {
    background: #3c3c3c
}

.size-detail .btn-danger {
    background: #3c3c3c;
    border-color: #3c3c3c
}

    .size-detail .btn-danger:hover {
        background: #000024;
        border-color: #000024
    }

@media (min-width:768px) {
    body.fixed-btns-active footer {
        padding-bottom: 0
    }

    .btn-chooser.btn-chooser-slide .swiper-slide {
        width: 25%
    }

    .gallery-thumbs .swiper-slide {
        width: 12.8%
    }

    .detail-swiper .swiper-button-next, .detail-swiper .swiper-button-prev {
        font-size: 60px
    }

    .img-enlarge {
        width: 50px;
        height: 50px
    }

    .info-btns, .info-btns a {
        width: auto
    }

    .question-form .img img {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: center
    }

    .question-form .img {
        height: 100%;
        border-radius: 0 5px 5px 0;
        overflow: hidden
    }

    .btn-chooser .btn-modals button {
        flex: 0 0 25%;
        max-width: 25%
    }

    .wp-contact i {
        font-size: 45px
    }

    .customer-infos h5 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

@media (min-width:1400px) {
    .wp-contact i {
        font-size: 60px
    }
}

@media (max-width:991px) {
    .ux-btns a {
        border-color: #fff !important
    }

    .property-detail-area [class*=col-] {
        padding: 0 6px !important
    }
}

.news-area {
    background: #f8f9fa
}

    .news-area .card-body .card-text {
        color: #424242;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
        line-height: 1.5;
        transition: all .25s ease
    }

        .news-area .card-body .card-text:hover {
            color: #000024
        }

    .news-area .row > div:nth-child(2n-1) {
        padding-right: 5px
    }

    .news-area .row > div:nth-child(2n) {
        padding-left: 5px
    }

@media (min-width:992px) {
    .news-area .row > div {
        padding-right: calc(var(--bs-gutter-x)*.5) !important;
        padding-left: calc(var(--bs-gutter-x)*.5) !important
    }
}

.list-search-area .btn, .list-search-area .form-select, .list-search-area .search input {
    height: 40px
}

.list-search-area .search input {
    width: 100%;
    color: #212529
}

.list-box-area .result-total {
    color: #626262;
    font-family: "EuclidCircularBRegular"
}

.card-body .add-compare, .card-body .add-favourite {
    background: #fff;
    /* width: 30px;
    height: 30px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    box-shadow: 1px 1px 5px #000;
    color: green;
    margin-right: 5px;
    padding: 5px;
}

.add-compare.active, .add-favourite.active, .list-options .card-text:hover, .list-options .card-title:hover {
    color: #000024
}

.property-img-slide .add-favourite {
    left: 10px;
    width: 30px;
    height: 30px;
    color: #5a5a5a
}

.property-img-slide .add-compare, .property-img-slide .add-favourite, .property-img-slide .youtube-modal-button {
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px #000;
    position: absolute;
    bottom: 10px;
    background: #fff;
    border-radius: 5px
}

.property-img-slide .add-compare {
    width: 30px;
    height: 30px;
    color: #5a5a5a
}

.property-img-slide .youtube-modal-button {
    right: 5px;
    padding: 3px 5px;
    color: #000
}

.property-img-slide .add-favourite.active i:before {
    content: "";
    color: #000024
}

.list-options .card {
    padding: 20px 15px
}

.list-options .card-body {
    padding: 10px 0 0
}

.list-options .card-title {
    font-family: "EuclidCircularBSemiBold";
    transition: all .25s ease
}

.list-options .card-text {
    color: #8b8b8b;
    font-family: "EuclidCircularBRegular";
    transition: all .25s ease
}

.head-title h3 {
    color: #8b8b8b
}

.head-title a {
    color: #dc3545;
    line-height: 22px
}

.list-options textarea.form-control {
    height: 100px
}

.select-items .dropdown {
    width: 100% !important;
    border: 1px solid #dfdfdf
}

.property-img-slide .add-compare {
    left: 45px
}

.select-items .bootstrap-select > .dropdown-toggle.bs-placeholder {
    padding: 10px;
    outline: 0 !important;
    outline-offset: 0;
    box-shadow: none;
    background: 0 0
}

.select-items .bootstrap-select .dropdown-toggle {
    outline: 0 !important
}

.select-items {
    top: 100px !important
}

.property-img-slide .add-compare.active {
    color: #000024
}

.property-img-slide .add-compare i, .property-img-slide .add-favourite i {
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%
}

.property-img-slide .add-compare span, .property-img-slide .add-favourite span {
    width: 100%;
    display: block;
    height: 100%
}

.property-img-slide .add-compare.active span, .property-img-slide .add-favourite.active span {
    display: none
}

@media (min-width:768px) {
    .list-options .card {
        height: calc(100% - 1rem);
        padding: 20px 30px 10px
    }

    .list-options .card-text, .list-options .card-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .list-search-area .search input {
        width: auto
    }

    .list-search-area {
        position: -webkit-sticky;
        position: sticky;
        top: 54px;
        z-index: 999999;
        box-shadow: 0 4px 2px -2px rgb(128 128 128/16%)
    }
}

@media (min-width:1400px) {
    .list-search-area {
        top: 73px
    }
}

.property-img-slide .citizenship {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    background: #fff;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}

.property-img-slide .residence-permit {
    left: 10px;
    bottom: 10px;
    background: #fff;
    color: #000
}

.property-img-slide .last-property-warning, .property-img-slide .property-id, .property-img-slide .residence-permit {
    position: absolute;
    z-index: 9;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.property-img-slide .last-property-warning {
    right: 5px;
    bottom: 10px;
    background: #000024;
    color: #fff;
    padding: 3px 5px
}

.property-img-slide .property-id {
    right: 10px;
    top: 10px;
    background: #fff;
    color: #000
}



@charset "utf-8";

.headline-slider .item {
    height: auto;
    position: relative
}

    .headline-slider .item > a {
        position: relative;
        height: 0;
        display: block;
        overflow: hidden;
        padding-bottom: 66.66%;
        z-index: 2
    }

        .headline-slider .item > a > span.img {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%
        }

        .headline-slider .item > a > .img img {
            width: 100% !important;
            height: 100% !important;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: center
        }

.swiper-button-next, .swiper-button-prev {
    margin: 0;
    color: #fff;
    transform: translate(0,-50%);
    width: auto
}

.headline-slider .swiper-button-next i, .headline-slider .swiper-button-prev i {
    width: 48px;
    height: 48px;
    font-size: 40px;
    background: #000024;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all .25s ease
}

.headline-form-area .item:last-child {
    width: 100%
}

.headline-form-area .item button {
    width: 100%;
    background: #000024;
    border: 0;
    box-shadow: none
}

.headline-form-area .form-select, .headline-form-area .item {
    width: 48%;
    margin: 1%
}

.play-button, .team-block a {
    background: #000024;
    color: #fff
}

.play-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%)
}

.video-modal .img img {
    width: 100% !important;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: center
}

.team-block {
    background: #fff;
    color: #000;
    padding: 40px 20px;
    height: auto;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px 1px 10px rgb(0 0 0/9%)
}

.video-modal .img {
    height: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.team-block p {
    font-family: "EuclidCircularBRegular"
}

.team-block a {
    padding: 10px 20px;
    max-width: 200px;
    text-align: center;
    border-radius: 5px;
    transition: all .25s ease
}

    .team-block a:hover {
        background: #bc041a;
        color: #fff
    }

.stories .box-item {
    max-width: 65px;
    flex: 0 0 65px;
    margin-right: 20px
}

    .stories .box-item img {
        border-radius: 100%;
        border: 3px solid #e2e2e2;
        transition: all .3s ease
    }

.stories figure.box-item span.wrap {
    background: 0 0
}

.stories figure.box-item figcaption h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 16px;
    text-align: center
}

.stories {
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden
}

    .stories figure.box-item > a {
        margin-bottom: 10px
    }

    .stories .box-item .active img {
        border-color: #000024
    }

@media (min-width:768px) {
    .headline-slider .item {
        height: 480px
    }

        .headline-slider .item > a {
            display: block;
            height: 100%;
            padding-bottom: 0;
            overflow: inherit
        }

            .headline-slider .item > a > span.img {
                position: relative;
                left: auto;
                top: auto;
                width: auto
            }

    .headline-slider .swiper-button-next i, .headline-slider .swiper-button-prev i {
        width: 50px;
        height: 50px;
        font-size: 40px
    }

    .headline-form-area .form-select {
        width: 31.33%
    }

    .headline-form-area .item {
        width: 48% !important
    }

    .team-block {
        padding: 0 0 50px
    }

    .stories .box-item {
        max-width: 80px;
        flex: 0 0 80px;
        margin-right: 10px
    }
}

@media (min-width:992px) {
    .mt-top {
        margin-top: 0 !important
    }

    .headline-slider .item {
        height: 600px
    }

    .col-lg-custom {
        flex: 0 0 auto;
        width: 10%
    }

    .video-modal .img img {
        height: 208px
    }

    .team-block {
        height: 100%;
        border-radius: 5px 0 0 5px;
        padding: 50px
    }

    .our-team-area .row > div:first-child {
        padding-right: 0
    }

    .our-team-area .row > div:last-child {
        padding-left: 0
    }

    .video-modal .img {
        border-radius: 0 5px 5px 0
    }
}

@media (min-width:1200px) {
    .stories .box-item {
        max-width: 100px;
        flex: 0 0 100px;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .stories figure.box-item figcaption h3 {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 34px
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound .notfound-404 {
        position: relative;
        height: 200px;
        margin: 0px auto 20px;
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 236px;
            font-weight: 200;
            margin: 0px;
            color: #211b19;
            text-transform: uppercase;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .notfound .notfound-404 h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 28px;
            font-weight: 400;
            text-transform: uppercase;
            color: #211b19;
            background: #fff;
            padding: 10px 5px;
            margin: auto;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
        }

    .notfound a {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 13px 23px;
        background: #ff6300;
        font-size: 18px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            color: #ff6300;
            background: #211b19;
        }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }

        .notfound .notfound-404 h1 {
            font-size: 86px;
        }

        .notfound .notfound-404 h2 {
            font-size: 16px;
        }

    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }
}

figure.box-item span.wrap picture img {
    display: block;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    color: transparent;
    object-fit: cover
}

figure.box-item span.wrap {
    width: 100%;
    background: url(../../../images/logo-dark.png)no-repeat center center rgb(182 182 182/12%);
    background-size: 70%;
    overflow: hidden;
    height: 0
}

    figure.box-item span.wrap picture {
        display: block
    }

    figure.box-item span.wrap .time, figure.box-item span.wrap .youtube-info {
        position: absolute;
        background: #fff;
        padding: 3px 5px;
        border-radius: 5px;
        color: #000
    }

    figure.box-item span.wrap .time {
        top: 10px;
        left: 5px
    }

    figure.box-item span.wrap .youtube-info {
        bottom: 10px;
        right: 5px
    }

figure.box-item span.wrap, figure.box-item > a {
    display: block;
    position: relative
}

.box_300x220 {
    padding-bottom: 67.33%
}

.box_378x567 {
    padding-bottom: 150%
}

.box_378x274 {
    padding-bottom: 66%
}

.box_360x220 {
    padding-bottom: 61.11%
}

.box_850x485 {
    padding-bottom: 57.05%
}

.box_100x100 {
    padding-bottom: 100%
}

.property-list-area .box-item .card-body h5 {
    font-family: "EuclidCircularBBold";
    color: #000;
    transition: all .25s ease
}

.property-list-area .box-item .card-body p {
    margin-bottom: 5px
}

.property-list-area .box-item .card-body .card-text {
    color: #8b8b8b;
    font-family: "EuclidCircularBRegular"
}

.property-list-area .box-item .card-body p.card-text {
    margin-bottom: 0
}

.property-list-area .card {
    border: 0;
    box-shadow: 1px 1px 10px rgb(0 0 0/31%)
}

.property-list-area .box-item .card-body span.card-text i {
    color: #898888
}

.property-list-area .box-item .card-body h5:hover {
    color: #000024
}

@media (min-width:576px) {
    .property-list-area .box-item .card-body p.card-text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
        min-height: 34px
    }
}