<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "remixicon";
    src: url(/fonts/remixicondf6d.eot?t=1590207869815);
    src: url('/fonts/remixicondf6d.eot?t=1590207869815#iefix') format('embedded-opentype'),url(/fonts/remixicondf6d.woff2?t=1590207869815) format("woff2"),url(/fonts/remixicondf6d.woff?t=1590207869815) format("woff"),url(/fonts/remixicondf6d.ttf?t=1590207869815) format('truetype'),url('/fonts/remixicondf6d.html?t=1590207869815#remixicon') format('svg');
    font-display: swap
}

[class^="ri-"], [class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 600;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*, ::after, ::before {
    box-sizing: border-box
}

a, a:focus, a:hover {
    text-decoration: none
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.small, small {
    font-size: .875em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

iframe {
    border: 0
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row &gt; * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff0;
    border: 1px solid #fff0;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-group-lg &gt; .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.fade {
    transition: opacity .15s linear
}

    .fade:not(.show) {
        opacity: 0
    }

.collapse:not(.show) {
    display: none
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid #fff0;
        border-bottom: 0;
        border-left: .3em solid #fff0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .15);
    border-radius: .25rem
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
        color: #fff;
        background-color: #0d6efd
    }

.tab-content &gt; .tab-pane {
    display: none
}

.tab-content &gt; .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }
}

.navbar-light .navbar-brand {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / .55)
}

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show &gt; .nav-link {
        color: rgb(0 0 0 / .9)
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / .125);
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-text:last-child {
    margin-bottom: 0
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.w-75 {
    width: 75% !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.m-auto {
    margin: auto !important
}

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

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

.me-1 {
    margin-right: .25rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

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

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.p-0 {
    padding: 0 !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

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

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

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

.ps-0 {
    padding-left: 0 !important
}

.fs-6 {
    font-size: 1rem !important
}

.fw-bold {
    font-weight: 700 !important
}

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

.text-uppercase {
    text-transform: uppercase !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgb(0 0 0 / .5) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.rounded {
    border-radius: .25rem !important
}

@media (min-width:768px) {
    .order-md-2 {
        order: 2 !important
    }

    .text-md-end {
        text-align: right !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
}

@media (min-width:1200px) {
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }
}

@media (min-width:1400px) {
    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
    font-display: swap
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: #fff0;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity .4s ease
    }

        .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
            max-height: 0
        }

    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(owl.video.play.html) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform .1s ease
    }

[class^="ri-"], [class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ri-arrow-left-line:before {
    content: "\ea60"
}

.ri-arrow-right-line:before {
    content: "\ea6c"
}

.ri-arrow-right-s-fill:before {
    content: "\ea6d"
}

.ri-arrow-right-s-line:before {
    content: "\ea6e"
}

.ri-arrow-right-up-fill:before {
    content: "\ea6f"
}

.ri-arrow-up-s-fill:before {
    content: "\ea77"
}

.ri-article-fill:before {
    content: "\ea7d"
}

.ri-article-line:before {
    content: "\ea7e"
}

.ri-aspect-ratio-fill:before {
    content: "\ea7f"
}

.ri-calendar-2-fill:before {
    content: "\eb20"
}

.ri-facebook-fill:before {
    content: "\ecbc"
}

.ri-hd-fill:before {
    content: "\ee01"
}

.ri-hd-line:before {
    content: "\ee02"
}

.ri-heading:before {
    content: "\ee03"
}

.ri-headphone-fill:before {
    content: "\ee04"
}

.ri-headphone-line:before {
    content: "\ee05"
}

.ri-health-book-fill:before {
    content: "\ee06"
}

.ri-health-book-line:before {
    content: "\ee07"
}

.ri-heart-2-fill:before {
    content: "\ee08"
}

.ri-heart-2-line:before {
    content: "\ee09"
}

.ri-heart-3-fill:before {
    content: "\ee0a"
}

.ri-heart-add-fill:before {
    content: "\ee0c"
}

.ri-heart-add-line:before {
    content: "\ee0d"
}

.ri-heart-fill:before {
    content: "\ee0e"
}

.ri-heart-pulse-fill:before {
    content: "\ee10"
}

.ri-heart-pulse-line:before {
    content: "\ee11"
}

.ri-hearts-fill:before {
    content: "\ee12"
}

.ri-hearts-line:before {
    content: "\ee13"
}

.ri-heavy-showers-fill:before {
    content: "\ee14"
}

.ri-heavy-showers-line:before {
    content: "\ee15"
}

.ri-history-fill:before {
    content: "\ee16"
}

.ri-history-line:before {
    content: "\ee17"
}

.ri-home-2-fill:before {
    content: "\ee18"
}

.ri-home-2-line:before {
    content: "\ee19"
}

.ri-home-3-fill:before {
    content: "\ee1a"
}

.ri-home-3-line:before {
    content: "\ee1b"
}

.ri-home-4-fill:before {
    content: "\ee1c"
}

.ri-home-4-line:before {
    content: "\ee1d"
}

.ri-home-5-fill:before {
    content: "\ee1e"
}

.ri-home-5-line:before {
    content: "\ee1f"
}

.ri-home-6-fill:before {
    content: "\ee20"
}

.ri-home-6-line:before {
    content: "\ee21"
}

.ri-home-7-fill:before {
    content: "\ee22"
}

.ri-home-7-line:before {
    content: "\ee23"
}

.ri-home-8-fill:before {
    content: "\ee24"
}

.ri-home-8-line:before {
    content: "\ee25"
}

.ri-home-fill:before {
    content: "\ee26"
}

.ri-home-gear-fill:before {
    content: "\ee27"
}

.ri-home-gear-line:before {
    content: "\ee28"
}

.ri-home-heart-fill:before {
    content: "\ee29"
}

.ri-home-heart-line:before {
    content: "\ee2a"
}

.ri-home-line:before {
    content: "\ee2b"
}

.ri-home-smile-2-fill:before {
    content: "\ee2c"
}

.ri-home-smile-2-line:before {
    content: "\ee2d"
}

.ri-home-smile-fill:before {
    content: "\ee2e"
}

.ri-home-smile-line:before {
    content: "\ee2f"
}

.ri-home-wifi-fill:before {
    content: "\ee30"
}

.ri-home-wifi-line:before {
    content: "\ee31"
}

.ri-honor-of-kings-fill:before {
    content: "\ee32"
}

.ri-honor-of-kings-line:before {
    content: "\ee33"
}

.ri-honour-fill:before {
    content: "\ee34"
}

.ri-honour-line:before {
    content: "\ee35"
}

.ri-hospital-fill:before {
    content: "\ee36"
}

.ri-hospital-line:before {
    content: "\ee37"
}

.ri-hotel-bed-fill:before {
    content: "\ee38"
}

.ri-hotel-bed-line:before {
    content: "\ee39"
}

.ri-hotel-fill:before {
    content: "\ee3a"
}

.ri-hotel-line:before {
    content: "\ee3b"
}

.ri-hotspot-fill:before {
    content: "\ee3c"
}

.ri-hotspot-line:before {
    content: "\ee3d"
}

.ri-hq-fill:before {
    content: "\ee3e"
}

.ri-hq-line:before {
    content: "\ee3f"
}

.ri-html5-fill:before {
    content: "\ee40"
}

.ri-html5-line:before {
    content: "\ee41"
}

.ri-image-add-fill:before {
    content: "\ee46"
}

.ri-image-add-line:before {
    content: "\ee47"
}

.ri-image-edit-fill:before {
    content: "\ee48"
}

.ri-image-edit-line:before {
    content: "\ee49"
}

.ri-image-fill:before {
    content: "\ee4a"
}

.ri-inbox-fill:before {
    content: "\ee4e"
}

.ri-inbox-line:before {
    content: "\ee4f"
}

.ri-inbox-unarchive-fill:before {
    content: "\ee50"
}

.ri-instagram-fill:before {
    content: "\ee65"
}

.ri-linkedin-fill:before {
    content: "\eeb5"
}

.ri-live-fill:before {
    content: "\eebf"
}

.ri-live-line:before {
    content: "\eec0"
}

.ri-loader-2-fill:before {
    content: "\eec1"
}

.ri-loader-2-line:before {
    content: "\eec2"
}

.ri-loader-3-fill:before {
    content: "\eec3"
}

.ri-mail-fill:before {
    content: "\eef3"
}

.ri-map-pin-fill:before {
    content: "\ef13"
}

.ri-message-2-line:before {
    content: "\ef44"
}

.ri-message-3-fill:before {
    content: "\ef45"
}

.ri-mickey-line:before {
    content: "\ef54"
}

.ri-microscope-fill:before {
    content: "\ef55"
}

.ri-microscope-line:before {
    content: "\ef56"
}

.ri-money-dollar-box-fill:before {
    content: "\ef62"
}

.ri-phone-fill:before {
    content: "\efe9"
}

.ri-printer-cloud-fill:before {
    content: "\f026"
}

.ri-printer-cloud-line:before {
    content: "\f027"
}

.ri-search-line:before {
    content: "\f0d1"
}

.ri-toggle-fill:before {
    content: "\f218"
}

.ri-toggle-line:before {
    content: "\f219"
}

.ri-twitter-fill:before {
    content: "\f23a"
}

.ri-wallet-3-line:before {
    content: "\f2ac"
}

.ri-whatsapp-fill:before {
    content: "\f2bb"
}

.ri-whatsapp-line:before {
    content: "\f2bc"
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 1em 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgb(255 255 255 / .5);
                text-decoration: none;
                text-transform: uppercase
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 1em 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgb(255 255 255 / .25);
                opacity: .75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible
            }

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes headShake {
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
}

@-webkit-keyframes wobble {
    30% {
        -webkit-transform: translate3d(20%,0,0) rotate(3deg);
        transform: translate3d(20%,0,0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
        transform: translate3d(-15%,0,0) rotate(-3deg)
    }
}

@keyframes backInDown {
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes bounceIn {
    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideOutDown {
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.form-control, a {
    -webkit-transition: .5s
}

a, body {
    color: #757575
}

    a, a:focus, a:hover {
        text-decoration: none
    }

body, h1, h2, h3, h5, h6 {
    font-family: var(--default-font)
}

.form-control, body {
    font-weight: 300;
    font-size: 16px
}

.section-title, .section-title.left-title h2 {
    max-width: 700px
}

.default-btn, .form-control, body, p {
    font-size: 16px
}

.banner-area, .skeleton {
    background-repeat: no-repeat
}

.banner-rent-sale-form .rent-sale-form .form-group .form-select, .go-top {
    cursor: pointer
}

:root {
    --primary-clr: #b9933f;
    --secondry-clr: #000;
    --default-font: Arial, Helvetica, sans-serif
}

a {
    transition: .5s
}

    a:hover {
        color: #b9933f
    }

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0
}

    .desktop-nav .navbar .others-options .dropdown button:focus, button:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-custom {
    color: #fff;
    background-color: #b9933f;
    border-color: #b9933f
}

    .btn-custom:hover {
        color: #fff;
        background-color: #d1a543;
        border-color: #d1a543
    }

h1, h2, h3, h5, h6 {
    color: #2b3b3a;
    font-weight: 700
}

p {
    margin-bottom: 15px;
    line-height: 1.7
}

    .banner-rent-sale-form .social-link li:last-child, .single-footer-widget .contact-info li:last-child, .single-footer-widget .help-link li:last-child, p:last-child {
        margin-bottom: 0
    }

img {
    max-width: 100%;
    height: auto
}

.form-control {
    height: 55px;
    color: #2b3b3a;
    border: 1px solid #fff;
    background-color: #e5e5e5;
    padding: 10px 20px;
    width: 100%;
    transition: .5s
}

    .form-control::-webkit-input-placeholder {
        color: #757575
    }

    .form-control:focus {
        color: #000;
        background-color: #e5e5e5;
        outline: 0;
        border: 1px solid #b9933f
    }

    .form-control:focus, .form-control:hover:focus {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.bg-color-f4fafe {
    background-color: #f4fafe
}

.default-btn, .default-btn:hover, .go-top:hover {
    color: #fff;
    background-color: #b9933f
}

.default-btn {
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    padding: 12px 10px
}

.read-more {
    font-size: 15px;
    color: #b9933f;
    background-color: #fff0;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600
}

    .read-more:hover {
        color: #b9933f;
        letter-spacing: 1px
    }

.section-title {
    margin: -5px auto 22px;
    text-align: center;
    position: relative
}

    .section-title h2 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .section-title p {
        max-width: 600px;
        margin: auto
    }

    .section-title.left-title {
        margin-left: 0;
        text-align: left;
        max-width: 645px
    }

        .desktop-nav .navbar .navbar-nav .nav-item:first-child a, .section-title.left-title p {
            margin-left: 0
        }

.navbar-area {
    position: relative;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
}

    .navbar-area .container-fluid {
        max-width: 1760px;
        margin: auto;
        padding-left: 30px;
        padding-right: 30px
    }

    .MobileImg, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after, .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after, .mobile-responsive-nav, .navbar-area .mobile-responsive-menu .logo .white-logo, .navbar-area .navbar-brand .white-logo {
        display: none
    }

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0
}

    .desktop-nav .navbar {
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 2;
        padding: 0
    }

        .desktop-nav .navbar ul {
            margin-bottom: 0;
            list-style-type: none
        }

        .desktop-nav .navbar .navbar-nav .nav-item {
            position: relative;
            padding: 20px 0
        }

            .desktop-nav .navbar .navbar-nav .nav-item a {
                font-size: 16px;
                color: #2b3b3a;
                line-height: 1;
                position: relative;
                font-weight: 600;
                padding: 0;
                margin-left: 15px;
                margin-right: 15px;
                text-transform: uppercase
            }

                .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
                    padding-right: 20px
                }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
                        content: "\EA4E";
                        position: absolute;
                        top: 0;
                        right: 0;
                        font-family: remixicon !important;
                        line-height: 1;
                        font-size: 17px
                    }

                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a, .desktop-nav .navbar .navbar-nav .nav-item a.active, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item.active a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .others-options .dropdown .dropdown-menu li a.active, .desktop-nav .navbar .others-options .dropdown .dropdown-menu li a:hover, .desktop-nav .navbar .others-options .dropdown .dropdown-menu.notif li a i, .desktop-nav .navbar .others-options .dropdown .dropdown-menu.notif li:hover a, .desktop-nav .navbar .others-options .search-form .src-btn:hover, .desktop-nav .navbar .others-options ul li .login:hover, .desktop-nav .navbar .others-options ul li .wishlist:hover i {
                    color: #b9933f
                }

                .desktop-nav .navbar .navbar-nav .nav-item a i {
                    font-size: 18px;
                    line-height: 0;
                    position: relative;
                    top: 4px
                }

            .desktop-nav .navbar .navbar-nav .nav-item:last-child a, .desktop-nav .navbar .others-options ul li:last-child {
                margin-right: 0
            }

            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / .05);
                box-shadow: 0 0 20px 3px rgb(0 0 0 / .05);
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
                background: #fff;
                position: absolute;
                visibility: hidden;
                border-radius: 0;
                display: block;
                width: 250px;
                border: none;
                z-index: 99;
                opacity: 0;
                top: 80px;
                left: 0;
                padding: 0
            }

                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                    padding: 0
                }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        color: #2b3b3a;
                        padding: 15px;
                        border-bottom: 1px dashed #ededed;
                        margin: 0;
                        font-size: 15px;
                        font-weight: 600;
                        line-height: 1;
                        display: block;
                        position: relative
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a, .desktop-nav .navbar .others-options .dropdown .dropdown-menu.notif li:last-child {
                        border-bottom: none
                    }

            .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                top: 100%;
                opacity: 1;
                margin-top: 0;
                visibility: visible
            }

        .desktop-nav .navbar .others-options .dropdown .dropdown-menu.notif li a, .single-featured-item .featured-content h3 a {
            color: #2b3b3a
        }

.banner-area {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner-content {
    position: relative;
    max-width: 778px;
    margin-left: auto;
    margin-top: -7px
}

    .banner-content h1 {
        margin-bottom: 15px;
        font-weight: 400;
        font-style: italic
    }

        .banner-content h1 span {
            display: block;
            font-weight: 800
        }

    .banner-content p.subtext {
        margin-bottom: 40px;
        font-size: 32px;
        max-width: 600px;
        color: var(--primary-clr);
        line-height: 1.2
    }
    .banner-content h2{font-size:1rem;}
    .banner-content h2 span, .banner-content p span {
        color: var(--secondry-clr)
    }

    .banner-content h2, .footer-area a:hover {
        color: var(--primary-clr)
    }

        .banner-content h2 span {
            font-weight: 400
        }

.banner-rent-sale-form .rent-sale-form {
    background-color: #dfdfdf;
    padding: 30px;
    margin-right: -250px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    border-radius: 15px
}

    .DesktopImg, .banner-rent-sale-form .rent-sale-form .nav {
        display: block
    }

        .banner-rent-sale-form .rent-sale-form .nav .nav-item {
            display: inline-block;
            margin-right: 5px
        }

            .banner-rent-sale-form .rent-sale-form .nav .nav-item .nav-link {
                background-color: #fff;
                border-radius: 5px;
                color: #2b3b3a;
                font-weight: 600;
                font-size: 16px;
                -webkit-transition: .5s;
                transition: .5s
            }

                .banner-rent-sale-form .rent-sale-form .nav .nav-item .nav-link.active, .banner-rent-sale-form .rent-sale-form .nav .nav-item .nav-link:hover, .banner-rent-sale-form .social-link li a:hover, .banner-rent-sale-form .social-link li.call a {
                    background-color: #b9933f;
                    color: #fff
                }

    .banner-rent-sale-form .rent-sale-form .form-group .form-control {
        background-color: #fff
    }

    .banner-rent-sale-form .rent-sale-form .form-group .default-btn {
        height: 55px;
        line-height: 30px;
        width: 100%;
        font-size: 14px;
        font-weight: 500
    }

.banner-rent-sale-form .agents-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-left: 25px;
    display: inline-block
}

    .banner-rent-sale-form .agents-list li {
        display: inline-block;
        margin-left: -25px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .banner-rent-sale-form .agents-list li img {
            border-radius: 50px;
            border: 2px solid #fff
        }

        .banner-rent-sale-form .agents-list li:hover {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            z-index: 1
        }

.banner-rent-sale-form .all-agents {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 10px;
    margin-bottom: 0
}

    .banner-rent-sale-form .all-agents a, .banner-rent-sale-form .all-agents a:hover {
        color: #b9933f
    }

.banner-rent-sale-form .social-link {
    position: absolute;
    top: 50%;
    left: -203px;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px)
}

.single-discover:hover img, .single-featured-box:hover img {
    transform: translate3d(0,0,0) scale(1.08)
}

.banner-rent-sale-form .social-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    z-index: -1
}

.banner-rent-sale-form .social-link li {
    margin-bottom: 15px
}

    .banner-rent-sale-form .social-link li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #dfebf2;
        display: inline-block;
        border-radius: 50px
    }

        .banner-rent-sale-form .social-link li a i {
            font-size: 18px
        }

    .banner-rent-sale-form .social-link li.call {
        position: relative;
        top: -20px
    }

.banner-img {
    text-align: center
}

    .banner-img img {
        height: 96vh;
        object-fit: cover;
        margin-right: -145px
    }

.single-featured-item {
    position: relative;
    margin-bottom: 30px
}

    .single-featured-item .featured-img {
        position: relative;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden
    }

        .single-featured-item .featured-img img {
            max-height: 212px
        }

        .single-featured-item .featured-img span {
            position: absolute;
            bottom: 20px;
            left: 0;
            color: #fff;
            background-color: #b9933f;
            padding: 5px 20px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 50px
        }

    .single-featured-item .featured-content {
        box-shadow: 0 1px 8px 0 #ccc;
        padding: 30px 17px 17px;
        border-radius: 10px;
        margin-top: -38px;
        background: #fff
    }

        .single-featured-item .featured-content h3 {
            font-size: 20px;
            margin-bottom: 0
        }

        .single-featured-item .featured-content p {
            position: relative;
            padding-left: 20px;
            margin-bottom: 0
        }

            .single-featured-item .featured-content p i {
                position: absolute;
                top: 0;
                left: 0;
                color: var(--primary-clr)
            }

        .single-featured-item .featured-content ul {
            padding-left: 0;
            margin-bottom: 5px;
            padding-bottom: 5px;
            list-style-type: none;
            border-bottom: 1px solid #e5e5e5
        }

            .single-featured-item .featured-content ul li i {
                color: var(--primary-clr);
                font-size: 18px;
                position: relative;
                top: 3px
            }

.discover-slide.owl-theme .owl-nav .owl-next, .discover-slide.owl-theme .owl-nav .owl-prev, .featured-slide.owl-theme .owl-nav .owl-next, .featured-slide.owl-theme .owl-nav .owl-prev {
    background-color: var(--primary-clr);
    color: #fff;
    border: 1px solid var(--primary-clr);
    width: 50px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    -webkit-transition: .5s;
    transition: .5s
}

    .discover-slide.owl-theme .owl-nav .owl-next i, .discover-slide.owl-theme .owl-nav .owl-prev i, .featured-slide.owl-theme .owl-nav .owl-next i, .featured-slide.owl-theme .owl-nav .owl-prev i {
        font-size: 20px
    }

    .discover-slide.owl-theme .owl-nav .owl-next:hover, .discover-slide.owl-theme .owl-nav .owl-prev:hover, .featured-slide.owl-theme .owl-nav .owl-next:hover, .featured-slide.owl-theme .owl-nav .owl-prev:hover {
        background-color: #b9933f;
        color: #fff;
        border-color: #b9933f
    }

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    width: 40px;
    height: 9px;
    border: 1px solid #869791;
    margin: 5px 3px;
    background: #fff
}

.featured-area {
    overflow: hidden
}

.single-discover {
    margin-bottom: 30px
}

    .single-discover img {
        margin-bottom: 15px;
        border-radius: 7px
    }

    .single-discover h3 {
        font-size: 18px;
        margin-bottom: 0;
        color: #fff
    }

    .single-discover span {
        font-size: 14px;
        margin-bottom: 2px;
        font-weight: 400;
        display: block;
        line-height: 1
    }

    .single-discover a {
        position: relative;
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        height: 229px;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        overflow: hidden
    }

    .footer-area:before, .preloader, .single-discover img {
        width: 100%;
        height: 100%;
        top: 0
    }

.footer-area .tp-qr {
    position: absolute;
    right: 125px;
    top: 170px;
}

.single-discover img {
    animation: .3s linear animation-1qbobka;
    -webkit-transition: .7s;
    transition: .7s;
    object-fit: cover;
    position: absolute;
    left: 0
}

.single-discover .abt-text {
    margin-top: auto;
    font-size: 18px;
    line-height: 27px;
    padding: 10px 0;
    width: 100%;
    background: linear-gradient(transparent,rgba(0,0,0,80%));
    text-shadow: rgb(0 0 0 / 80%) 1px 1px 1px;
    font-weight: 500;
    position: relative
}

.offplan-area {
    background: #e5e5e5
}

.property-card {
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
    overflow: hidden
}

    .property-card .property-card-img {
        position: relative
    }

    .property-card a {
        position: relative;
        overflow: hidden;
        display: block
    }

        .property-card a:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 45px;
            background-color: #b9933f;
            opacity: .9;
            border-radius: 0 0 10px 10px;
            border-top: solid 1px #ccc;
            z-index: 1
        }

    .property-card .property-card-img img {
        border-radius: 10px;
        height: 350px;
        object-fit: cover
    }

    .property-card .property-card-img .pricing {
        position: absolute;
        bottom: 10px;
        right: 0;
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
        left: 0;
        text-align: center;
        z-index: 2
    }

    .property-card .content {
        position: relative;
        padding: 10px 0 0
    }

        .property-card .content p {
            margin-bottom: 5px;
            font-size: 19px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 500;
            color: #000
        }

    .property-card a:after {
        content: "";
        position: absolute;
        width: 160%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgb(255 255 255 / .3);
        transform: translate(-50%,-50%) rotate(-45deg);
        z-index: 1
    }

    .property-card a:hover:after {
        height: 135%;
        transition: all 600ms linear;
        background-color: #fff0
    }

.rounded-6 {
    border-radius: 7px !important
}

.footer-area, .footer-area a, .footer-area h3, .footer-area p {
    font-size: 14px;
    color: #ccc;
    position: relative;
    text-align: justify
}

    .footer-area:before {
        content: '';
        background: url(../../images/ft_bg2.webp) left top;
        position: absolute;
        left: 0;
        opacity: .1;
        z-index: 1
    }

    .footer-area .container {
        z-index: 1;
        position: relative
    }

.single-footer-widget img {
    margin-bottom: 10px
}

.single-footer-widget h3 {
    font-size: 16px;
    margin-bottom: 10px
}

.single-footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

    .single-footer-widget .contact-info li i {
        position: absolute;
        top: 1px;
        left: 0;
        color: var(--primary-clr)
    }

.single-footer-widget .contact-info, .single-footer-widget .help-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

    .single-footer-widget .help-link li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 12px
    }

        .single-footer-widget .help-link li i {
            position: absolute;
            top: -1px;
            left: -7px;
            color: var(--primary-clr);
            font-size: 20px
        }

.fixed-whatsapp {
    position: fixed;
    bottom: 105px;
    right: 30px;
    z-index: 1
}

    .fixed-whatsapp i {
        font-size: 38px;
        color: #fff
    }

    .fixed-whatsapp a {
        width: 60px;
        height: 60px;
        background: #7ac257;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }

.copy-right-area {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--primary-clr)
}

    .copy-right-area p {
        color: #fff;
        font-weight: 300;
        font-size: 14px
    }

        .copy-right-area p a {
            font-weight: 600;
            color: #ccc
        }

            .copy-right-area p a:hover, .go-top:focus {
                color: #fff
            }

.single-featured-box {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    box-shadow: 0 2px 26px 0 #00000024
}

    .single-featured-box h3 {
        font-size: 13px;
        margin-top: -38px;
        color: #fff;
        position: relative;
        margin-bottom: 10px;
        background: #b9933f;
        text-align: left;
        float: left;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        line-height: 1;
        padding: 5px 15px 6px;
        font-weight: 400;
        letter-spacing: .7px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 95%
    }

    /*.single-featured-box img {
        min-height: 133px
    }
*/
    .single-featured-box img {
         object-fit: cover
    }
        .single-featured-box:hover img {
        -webkit-transition: .7s;
        transition: .7s; 
    }

.city_list a {
    background: #fff;
    box-shadow: 0 0 7px 0 #0000001f;
    border-radius: 25px;
    border: 1px solid #fff0;
    padding: 6px 15px;
    margin: 10px 5px;
    min-width: 100px;
    display: inline-table
}

    .city_list a:hover {
        border: 1px solid #ccc
    }

    .city_list a.read-more {
        box-shadow: none;
        border-radius: 0;
        border: none;
        background: 0 0
    }

.owl-carousel.owl-drag .owl-item {
    opacity: .2
}

    .owl-carousel.owl-drag .owl-item.active {
        opacity: 1
    }

.featured-area .owl-stage {
    padding-left: 5% !important
}

.bg_holder {
    border-radius: 7px;
    overflow: hidden
}

    .bg_holder img {
        height: 350px;
        object-fit: cover
    }

    .bg_holder .btn {
        position: absolute;
        bottom: 25px;
        z-index: 1;
        left: 32%
    }

.single-pricing {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(153 154 155 / 42%);
    padding: 30px 30px 10px;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 7px;
    margin-right: -75px;
    z-index: 1;
    position: relative
}

    .single-pricing:hover {
        box-shadow: 0 1px 4px 0 rgb(153 154 155 / 72%);
        border-color: #b9933f
    }

    .single-pricing .card-title {
        font-size: 13px
    }

    .single-pricing .card-text {
        font-size: 14px;
        line-height: 1
    }

.go-top, .go-top::before {
    border-radius: 5px;
    visibility: hidden
}

.go-top {
    position: fixed;
    right: 3%;
    top: 87%;
    background-color: var(--primary-clr);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .9s;
    transition: .9s
}

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 20px
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%
        }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #b9933f;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .go-top:focus::before, .go-top:hover::before {
        opacity: 1;
        visibility: visible
    }

    .go-top.active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        right: 3%;
        top: 84%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.delay-0-2s {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay-0-4s {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-0-6s {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.delay-0-8s {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

@media only screen and (max-width:767px) {
    .footer-area .tp-qr {
        position: relative;
        right: inherit;
        top: 15px;
    }

    .banner-img img {
        margin-right: 0
    }

    .single-featured-item .featured-content {
        margin: 5px;
        margin-top: -38px
    }

    .featured-area .owl-stage {
        padding-left: 0 !important
    }

    .featured-slide {
        margin: 0 15px
    }

    .pt-100 {
        padding-top: 60px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .pb-70 {
        padding-bottom: 40px
    }

    .pt-70 {
        padding-top: 40px
    }

    .default-btn {
        font-size: 14px;
        padding: 9px 15px
    }

    .read-more {
        font-size: 14px
    }

    .form-control {
        height: 50px
    }

    p {
        font-size: 15px
    }

    .properties-details-content .features-content ul li {
        width: 100%
    }

    .single-pricing {
        margin-right: inherit
    }

    .banner-rent-sale-form .rent-sale-form {
        margin-right: 0
    }

    .banner-content {
        padding-bottom: 30px
    }

        .banner-content h1 {
            font-size: 30px;
            margin-bottom: 15px
        }

        .banner-content p {
            margin-bottom: 30px;
            font-size: 16px
        }

            .banner-content p.subtext {
                font-size: 18px
            }

        .banner-content h6 span {
            display: block;
            font-size: 11px
        }

    .banner-rent-sale-form .rent-sale-form {
        margin-right: 0;
        padding: 20px;
        margin-bottom: 30px
    }

        .banner-rent-sale-form .rent-sale-form .nav .nav-item.status {
            display: block
        }

        .banner-rent-sale-form .rent-sale-form .nav .nav-item .nav-link {
            font-size: 15px
        }

        .banner-rent-sale-form .rent-sale-form .form-group {
            margin-bottom: 10px
        }

            .banner-rent-sale-form .rent-sale-form .form-group .default-btn {
                height: 50px
            }

    .banner-rent-sale-form .agents-list {
        display: block;
        text-align: center
    }

    .banner-rent-sale-form .all-agents {
        text-align: center;
        display: block;
        margin-left: 0
    }

    .banner-img {
        padding-bottom: 60px
    }

    .section-title {
        margin-bottom: 15px
    }

        .section-title h2 {
            font-size: 20px
        }

    .featured-slide.owl-theme .owl-nav {
        position: unset;
        padding-bottom: 30px
    }

        .featured-slide.owl-theme .owl-nav .owl-next, .featured-slide.owl-theme .owl-nav .owl-prev {
            margin-top: 0;
            margin-bottom: 0;
            width: 40px;
            height: 40px;
            line-height: 40px
        }

    .single-featured-item .featured-img ul {
        left: 20px;
        bottom: 20px;
        right: 20px
    }

    .single-featured-item .featured-content h3 {
        font-size: 15px
    }

    .single-featured-item .featured-content .price {
        font-size: 20px
    }

    .single-featured-item .featured-content p {
        font-size: 14px
    }

    .single-featured-item .featured-content ul {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .single-featured-item .featured-content ul li {
            font-size: 14px
        }

    .single-featured-box {
        font-size: 20px
    }

        .single-featured-box h3 {
            font-size: 12px
        }

    .discover-slide.owl-theme .owl-nav {
        position: unset;
        padding-bottom: 30px
    }

        .discover-slide.owl-theme .owl-nav .owl-next, .discover-slide.owl-theme .owl-nav .owl-prev {
            margin-top: 0;
            margin-bottom: 0;
            width: 40px;
            height: 40px;
            line-height: 40px
        }

    .single-footer-widget h3 {
        margin-bottom: 15px;
        font-size: 20px
    }

    .single-footer-widget .help-link li {
        margin-bottom: 12px
    }

    .single-footer-widget .newsletter-form .submit-btn {
        height: 50px
    }

    .footer-area .w-75 {
        width: 100% !important
    }

    .copy-right-area {
        text-align: center
    }

    .net-work-content {
        margin-bottom: 30px;
        text-align: center
    }

        .net-work-content h2 {
            font-size: 25px
        }

    .net-work-area .shape {
        display: none
    }

    .why-choose-img-4 .buyers-wrap {
        position: unset;
        padding: 0
    }

        .why-choose-img-4 .buyers-wrap .single-buyers::before {
            display: none
        }

    .single-pricing {
        padding: 20px
    }

    .pricing-switch {
        margin-bottom: 30px
    }

    .rello-about-content {
        margin-left: 0;
        margin-top: 30px
    }

        .rello-about-content h2 {
            font-size: 25px;
            margin-bottom: 10px
        }

        .rello-about-content ul li {
            padding-left: 0
        }

            .rello-about-content ul li i {
                position: unset;
                margin-bottom: 20px;
                display: inline-block
            }

    .page-title-area.style-pb-200 {
        padding-bottom: 160px
    }

    .page-title-area {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page-title-content h2 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .page-title-content ul li {
        font-size: 15px
    }

    .tabs-content .w-50, .tabs-content .w-75 {
        width: 100% !important
    }

    #project-tab li {
        margin-bottom: 15px;
        margin: 0 auto
    }

        #project-tab li .btn {
            width: 110px;
            height: 90px;
            font-size: 10px;
            border-radius: 15px !important;
            padding: 5px;
            margin: 5px
        }

    .gallery-filter .shorting-menu .filter {
        margin-right: 5px
    }

    .main-content-text h3 {
        font-size: 20px
    }

    .coming-soon-content {
        padding: 30px 20px;
        -webkit-clip-path: none;
        clip-path: none
    }

        .coming-soon-content h2 {
            margin-top: 0;
            font-size: 25px
        }

        .coming-soon-content #timer {
            margin-top: 10px
        }

            .coming-soon-content #timer div {
                width: 95px;
                height: 100px;
                font-size: 35px;
                margin-top: 20px
            }

                .coming-soon-content #timer div span {
                    font-size: 14px
                }

        .coming-soon-content form {
            max-width: 100%;
            margin-top: 40px
        }

        .coming-soon-content .newsletter-form .default-btn {
            height: auto
        }

        .coming-soon-content form .form-group .form-control {
            border-radius: 0
        }

    .widget-sidebar .sidebar-widget {
        padding: 20px
    }

        .widget-sidebar .sidebar-widget h3 {
            font-size: 20px;
            margin-bottom: 10px
        }

        .widget-sidebar .sidebar-widget.src-forms {
            margin-top: 30px
        }

    .widget-sidebar.sm-mb-30 {
        margin-bottom: 30px
    }

    .filter-form .amenities-wrap .default-btn.mt-20 {
        margin-top: 20px
    }

    .list-wrap {
        margin-top: 30px
    }

        .list-wrap .form-control {
            margin-top: 20px
        }

    .listing-location-area .container-fluid {
        padding-left: 12px;
        padding-right: 12px
    }

    .form-listing-map .form-group {
        margin-bottom: 20px
    }

    .listing-map-area {
        padding-top: 60px
    }

        .listing-map-area .container-fluid {
            padding-left: 12px !important;
            padding-right: 12px !important
        }

    .map-wrap iframe {
        height: 300px
    }

    .single-listing-warp {
        margin-bottom: 30px
    }

        .single-listing-warp .pe-0 {
            padding-right: 12px !important
        }

        .single-listing-warp .ps-0 {
            padding-left: 12px !important
        }

        .single-listing-warp .properties-content {
            padding: 20px
        }

    .properties-details-content h3 {
        margin-bottom: 15px
    }

    .similar-properties {
        margin-bottom: 20px
    }

    .single-agents-details {
        margin-bottom: 40px
    }

        .single-agents-details .pe-0 {
            padding-right: 12px !important
        }

        .single-agents-details .ps-0 {
            padding-left: 12px !important
        }

        .single-agents-details .agents-bg-img {
            height: 300px
        }

        .single-agents-details .deborah-wrap {
            padding: 20px
        }

            .single-agents-details .deborah-wrap h3 {
                font-size: 20px
            }

            .single-agents-details .deborah-wrap .listing-wrap {
                position: unset;
                -webkit-transform: unset;
                transform: unset;
                text-align: left;
                margin-top: 20px
            }

    .agents-details-content .agents-about h3 {
        font-size: 20px
    }

    .agents-details-content .product-review-form {
        padding: 20px;
        margin-bottom: 30px
    }

        .agents-details-content .product-review-form .review-comments .review-item {
            padding-right: 0
        }

    .single-blog h3 {
        font-size: 20px
    }

    .single-blog ul {
        margin-bottom: 15px
    }

        .single-blog ul li img {
            max-width: 25px;
            top: 0;
            margin-bottom: 0
        }

    .blog-details-content h3 {
        font-size: 25px
    }

    .blog-details-content blockquote {
        padding: 20px
    }

        .blog-details-content blockquote i {
            opacity: .1
        }

    .blog-details-content .tag-sshare {
        text-align: center
    }

        .blog-details-content .tag-sshare .share-opt {
            text-align: center
        }

            .blog-details-content .tag-sshare .share-opt ul {
                left: 0
            }

    .blog-details-content .leave-form h3 {
        font-size: 25px
    }

    .contacts-info {
        margin-left: 0
    }

        .contacts-info h2 {
            margin-bottom: 10px
        }

        .contacts-info .address li ul li {
            margin-right: 8px
        }

    .user-area .user-form-content h3 {
        font-size: 25px;
        margin-bottom: 10px
    }

    .user-area .user-form-content.log-in {
        padding-right: 0;
        margin-bottom: 50px
    }

    .user-area .user-form-content.sign-up {
        padding-left: 0
    }

        .user-area .user-form-content.sign-up::before {
            display: none
        }

    .user-area .user-form .form-group {
        margin-bottom: 20px !important
    }

    .user-area .user-form .forgot-login {
        text-align: center !important
    }

    .dashboard-sidebar-menu {
        width: 100%;
        top: 82px;
        position: unset
    }

        .dashboard-sidebar-menu h3 {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px
        }

        .dashboard-sidebar-menu ul li a {
            padding-left: 20px;
            padding-right: 20px
        }

    .dashboard-area .container-fluid {
        padding-left: 12px;
        padding-right: 12px
    }

    .single-interface-card {
        padding: 20px;
        text-align: center
    }

        .single-interface-card i {
            position: unset;
            margin-bottom: 15px
        }

    .dashboard-title-wrap {
        padding-bottom: 35px;
        margin-bottom: 35px
    }

        .dashboard-title-wrap .dashboard-page-title {
            margin-bottom: 20px
        }

    .my-profile-content {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .edit-profile .information {
        display: block !important
    }

        .edit-profile .information .file-upload-account-info {
            margin-left: 0;
            margin-top: 30px
        }

    .message .user-list {
        margin-top: 30px
    }

    .message .message-wrap {
        padding: 15px
    }

        .message .message-wrap .massage-list .left-chat img {
            left: 0
        }

        .message .message-wrap .massage-list .left-chat p {
            margin-left: 55px
        }

        .message .message-wrap .massage-list .left-chat img {
            left: 0
        }

        .message .message-wrap .massage-list .left-chat p {
            margin-left: 55px
        }

        .message .message-wrap .massage-list .left-chat span {
            margin-left: 55px
        }

        .message .message-wrap .massage-list .right-chat img {
            right: 0
        }

        .message .message-wrap .massage-list .right-chat p {
            margin-right: 55px
        }

        .message .message-wrap .massage-list .right-chat span {
            margin-right: 55px
        }

        .message .message-wrap form .form-group .default-btn {
            height: 50px
        }

    .single-review {
        padding: 20px
    }

        .single-review .client {
            padding-left: 0
        }

            .single-review .client img {
                position: unset;
                margin-bottom: 10px
            }

        .single-review .review-date {
            padding-bottom: 15px;
            margin-bottom: 15px
        }

    .switch-wrapper {
        top: 17px
    }

        .switch-wrapper .switch-btn {
            right: 72px
        }

    .dashboard-title-wrap {
        margin-top: 35px
    }

    .agents-lists .latest-lavel {
        text-align: center
    }

        .agents-lists .latest-lavel .default-btn {
            margin-bottom: 20px
        }

        .agents-lists .latest-lavel .form-control {
            max-width: 100%
        }

    .my-listing .latest-lavel {
        text-align: center
    }

        .my-listing .latest-lavel .default-btn {
            margin-bottom: 20px
        }

        .my-listing .latest-lavel .form-control {
            max-width: 100%
        }
}

@media only screen and (max-width:576px) {
    .container, .container-sm {
        max-width: 95%
    }

    .dev_summary img {
        max-height: 100px
    }
}

@media only screen and (min-width:768px) {
    .featured-slide.owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 25px;
        top: 35%
    }

    .featured-slide.owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 25px;
        top: 35%
    }

    .discover-slide.owl-theme .owl-nav .owl-prev, .prop-slide.owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: -27px;
        top: 36%
    }

    .discover-slide.owl-theme .owl-nav .owl-next, .prop-slide.owl-theme .owl-nav .owl-next {
        position: absolute;
        right: -27px;
        top: 36%
    }

    .featured-area .owl-nav .disabled, .discover-slide .owl-nav .disabled {
        opacity: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .agents-slide.owl-theme .owl-nav .owl-next, .agents-slide.owl-theme .owl-nav .owl-prev {
        margin-top: 0;
        margin-bottom: 0;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .discover-slide.owl-theme .owl-nav {
        position: unset;
        padding-bottom: 30px
    }

    .single-footer-widget h3 {
        margin-bottom: 15px;
        font-size: 20px
    }

    .single-footer-widget .help-link li {
        margin-bottom: 12px
    }

    .single-blog h3 {
        font-size: 20px
    }

    .single-blog ul {
        margin-bottom: 15px
    }

        .single-blog ul li img {
            max-width: 25px;
            top: 0;
            margin-bottom: 0
        }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .container {
        max-width: 1240px
    }

    .desktop-nav .navbar .navbar-nav .nav-item a {
        font-size: 13px;
        margin-left: 15px;
        margin-right: 15px
    }

    .banner-content h1 {
        font-size: 44px
    }
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 2;
    font-weight: 700;
    background: rgb(255 255 255 / .1);
    border: 0 !important;
    border-left: 1px solid rgb(255 255 255 / .4) !important;
    border-bottom: 1px solid rgb(255 255 255 / .2) !important
}

@media only screen and (max-width:1199px) {
    .navbar-area {
        background-color: #fff;
        z-index: 2;
        padding-top: 15px;
        padding-bottom: 15px
    }

        .navbar-area .dropdown-toggle::after {
            display: none
        }

        .navbar-area.navbar-top {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .navbar-area.style-three {
            border-bottom: 1px solid #fff
        }

    .mobile-responsive-nav {
        display: block
    }

        .mobile-responsive-nav .mobile-responsive-menu {
            position: relative
        }

            .mobile-responsive-nav .mobile-responsive-menu .logo {
                position: relative;
                z-index: 2;
                max-width: 185px
            }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
                margin-top: 73px;
                background-color: #fff
            }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
                    border: none !important;
                    background-color: #fff
                }

                    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
                        border-top-color: #efefef;
                        color: #2b3b3a !important;
                        font-size: 14px !important;
                        font-weight: 600;
                        text-transform: capitalize;
                        padding-top: 9px;
                        padding-bottom: 9px
                    }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
                            display: none
                        }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
                            width: 100%;
                            height: 28px;
                            text-align: right;
                            padding: 11px !important;
                            background: transparent !important;
                            border-left: none !important;
                            border-bottom: none !important
                        }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
                            color: #006766 !important
                        }

                    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
                        font-size: 15px
                    }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
                -webkit-box-shadow: 0 7px 13px 0 rgb(0 0 0 / .1);
                box-shadow: 0 7px 13px 0 rgb(0 0 0 / .1);
                margin-top: 0 !important;
                max-height: 50vh;
                overflow-y: scroll
            }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
                    width: 7px
                }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
                    background: #f1f1f1
                }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
                    background: #888
                }

                    .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
                        background: #555
                    }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
                top: 0;
                padding: 0;
                width: 30px;
                height: 30px;
                padding-top: 15px;
                color: #006766
            }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
                    background: #006766;
                    height: 3px;
                    margin-top: -6px;
                    border-radius: 0;
                    position: relative;
                    top: 8px
                }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
                background: #fff0;
                position: absolute;
                z-index: 2;
                padding: 0
            }

        .mobile-responsive-nav .others-options {
            position: absolute;
            top: 12px;
            right: 55px
        }

    .desktop-nav {
        display: none !important
    }

    .others-option-for-responsive {
        display: block !important
    }

        .others-option-for-responsive .container .container {
            right: 0
        }

        .others-option-for-responsive .others-options .search-form {
            margin-left: 0;
            width: 100%;
            margin-right: 10px
        }

    .navbar-light .navbar-brand {
        display: none
    }

    .navbar-fixed.fixed-top {
        position: unset;
        width: 100%;
        left: 0;
        right: 0
    }

    .navbar-fixed .is-sticky {
        background-color: #ffffff !important
    }

    .wow {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        visibility: visible !important
    }

    .for-mobile-mb-15 {
        margin-bottom: 15px
    }

    .others-option-for-responsive .others-options .dropdown .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        max-width: 218px
    }
}
</pre></body></html>