@font-face {
    font-family: 'Roobert';
    src: url('fonts/RoobertTRIAL-Regular.woff2') format('woff2'),
        url('fonts/RoobertTRIAL-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('fonts/RoobertTRIAL-Bold.woff2') format('woff2'),
        url('fonts/RoobertTRIAL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body, xhtml {
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }

  .content-item.scrollable::-webkit-scrollbar {
    width: 0;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #E7E7E7;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--black);
    border-radius: 10px;
	transition: background .5s ease;
  }

  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--black);  }

    

    

/* 1280 */
    :root {
        --grey: #7D7D7D;
        --white: #fff;
        --black: #000;
    
        --margin: 40px;
        --gutter: 20px;
    
        --h1: 30px;--h1-line: 36px;
        --h2: 24px;--h2-line: 32px;
        --h3: 24px;--h3-line: 32px;
        --h4: 16px;--h4-line: 22px;
        --h5: 24px;--h5-line: 30px;
        --h6: 20px;--h6-line: 26px;
        --body: 16px;--body-line: 22px;
        --caption: 12px;--caption-line: 16px;
        --tag1: 16px;--tag1-line: 22px;
        --tag2: 16px;--tag2-line: 22px;
        --tag3: 12px;--tag3-line: 16px;
        --tag4: 12px;--tag4-line: 16px;
        --btn1: 16px;--btn1-line: 22px;
        --btn2: 12px;--btn2-line: 16px;
        --btn3: 12px;--btn3-line: 16px;
    
        --m-120: 120px;
        --m-96: 96px;
        --m-64: 64px;
        --m-48: 48px;
        --m-32: 32px;
        --m-24: 24px;
    }

    @media (max-width: 1280px) {
:root {
    --h2: 16px;--h2-line: 22px;
    }    
}

/* 1440 */
@media (min-width: 1439.98px) {
:root {
    --grey: #7D7D7D;
    --white: #fff;
    --black: #000;

    --margin: 40px;
    --gutter: 24px;

    --h1: 36px;--h1-line: 42px;
    --h2: 24px;--h2-line: 32px;
    --h3: 24px;--h3-line: 32px;
    --h4: 16px;--h4-line: 22px;
    --h5: 24px;--h5-line: 30px;
    --h6: 20px;--h6-line: 26px;
    --body: 16px;--body-line: 22px;
    --caption: 12px;--caption-line: 16px;
    --tag1: 16px;--tag1-line: 22px;
    --tag2: 16px;--tag2-line: 22px;
    --tag3: 12px;--tag3-line: 16px;
    --tag4: 12px;--tag4-line: 16px;
    --btn1: 16px;--btn1-line: 22px;
    --btn2: 12px;--btn2-line: 16px;
    --btn3: 12px;--btn3-line: 16px;

    --m-120: 120px;
    --m-96: 96px;
    --m-64: 64px;
    --m-48: 48px;
    --m-32: 32px;
    --m-24: 24px;
}
}
@media (min-width: 1640px) {
    :root {
        --grey: #7D7D7D;
        --white: #fff;
        --black: #000;
    
        --margin: 40px;
        --gutter: 24px;
    
        --h1: 42px;--h1-line: 48px;
        --h2: 24px;--h2-line: 32px;
        --h3: 24px;--h3-line: 32px;
        --h4: 16px;--h4-line: 22px;
        --h5: 36px;--h5-line: 42px;
        --h6: 24px;--h6-line: 30px;
        --body: 16px;--body-line: 22px;
        --caption: 12px;--caption-line: 16px;
        --tag1: 16px;--tag1-line: 22px;
        --tag2: 16px;--tag2-line: 22px;
        --tag3: 12px;--tag3-line: 16px;
        --tag4: 12px;--tag4-line: 16px;
        --btn1: 16px;--btn1-line: 22px;
        --btn2: 12px;--btn2-line: 16px;
        --btn3: 12px;--btn3-line: 16px;

        --m-120: 120px;
        --m-96: 96px;
        --m-48: 48px;
        --m-32: 32px;
        --m-24: 32px;
    }
}
@media (min-width: 1920px) {
    :root {
        --grey: #7D7D7D;
        --white: #fff;
        --black: #000;
    
        --margin: 40px;
        --gutter: 32px;
    
        --h1: 48px;--h1-line: 56px;
        --h2: 24px;--h2-line: 32px;
        --h3: 24px;--h3-line: 32px;
        --h4: 16px;--h4-line: 22px;
        --h5: 36px;--h5-line: 42px;
        --h6: 24px;--h6-line: 32px;
        --body: 16px;--body-line: 22px;
        --caption: 12px;--caption-line: 16px;
        --tag1: 16px;--tag1-line: 22px;
        --tag2: 16px;--tag2-line: 22px;
        --tag3: 12px;--tag3-line: 16px;
        --tag4: 12px;--tag4-line: 16px;
        --btn1: 16px;--btn1-line: 22px;
        --btn2: 12px;--btn2-line: 16px;
        --btn3: 12px;--btn3-line: 16px;

        --m-120: 120px;
        --m-96: 96px;
        --m-48: 48px;
        --m-32: 32px;
        --m-24: 32px;
    }
}
@media (min-width: 2560px) {
    :root {
        --grey: #7D7D7D;
        --white: #fff;
        --black: #000;
    
        --margin: 40px;
        --gutter: 32px;
    
        --h1: 48px;--h1-line: 56px;
        --h2: 24px;--h2-line: 32px;
        --h3: 24px;--h3-line: 32px;
        --h4: 16px;--h4-line: 22px;
        --h5: 36px;--h5-line: 42px;
        --h6: 24px;--h6-line: 32px;
        --body: 16px;--body-line: 22px;
        --caption: 12px;--caption-line: 16px;
        --tag1: 16px;--tag1-line: 22px;
        --tag2: 16px;--tag2-line: 22px;
        --tag3: 12px;--tag3-line: 16px;
        --tag4: 12px;--tag4-line: 16px;
        --btn1: 16px;--btn1-line: 22px;
        --btn2: 12px;--btn2-line: 16px;
        --btn3: 12px;--btn3-line: 16px;

        --m-120: 120px;
        --m-96: 96px;
        --m-48: 48px;
        --m-32: 32px;
        --m-24: 32px;
    }
}

@media (max-width: 1024px) {
    :root {
        --grey: #7D7D7D;
        --white: #fff;
        --black: #000;
    
        --margin: 24px;
        --gutter: 16px;
    
        --h1: 30px;--h1-line: 36px;
        --h2: 24px;--h2-line: 32px;
        --h3: 24px;--h3-line: 32px;
        --h4: 16px;--h4-line: 22px;
        --h5: 24px;--h5-line: 30px;
        --h6: 20px;--h6-line: 26px;
        --body: 16px;--body-line: 22px;
        --caption: 12px;--caption-line: 16px;
        --tag1: 16px;--tag1-line: 22px;
        --tag2: 16px;--tag2-line: 22px;
        --tag3: 12px;--tag3-line: 16px;
        --tag4: 12px;--tag4-line: 16px;
        --btn1: 16px;--btn1-line: 22px;
        --btn2: 12px;--btn2-line: 16px;
        --btn3: 12px;--btn3-line: 16px;
    
        --m-120: 120px;
        --m-96: 96px;
        --m-64: 64px;
        --m-48: 48px;
        --m-32: 32px;
        --m-24: 24px;
    }
}

@media (max-width: 767.98px) {
    :root {
        --grey: #7D7D7D;
        --white: #fff;
        --black: #000;
    
        --margin: 16px;
        --gutter: 16px;
    
        --h1: 28px;--h1-line: 34px;
        --h2: 20px;--h2-line: 26px;
        --h3: 20px;--h3-line: 26px;
        --h4: 16px;--h4-line: 22px;
        --h5: 24px;--h5-line: 30px;
        --h6: 20px;--h6-line: 26px;
        --body: 16px;--body-line: 22px;
        --caption: 12px;--caption-line: 16px;
        --tag1: 16px;--tag1-line: 22px;
        --tag2: 16px;--tag2-line: 22px;
        --tag3: 12px;--tag3-line: 16px;
        --tag4: 12px;--tag4-line: 16px;
        --btn1: 16px;--btn1-line: 22px;
        --btn2: 12px;--btn2-line: 16px;
        --btn3: 12px;--btn3-line: 16px;
    
        --m-120: 120px;
        --m-96: 96px;
        --m-64: 64px;
        --m-48: 48px;
        --m-32: 32px;
        --m-24: 16px;
    }
}

hr {
    margin-top: var(--m-24);
    margin-bottom: var(--m-24);
}

.row {
    margin-right: calc(var(--gutter) / -2);
    margin-left: calc(var(--gutter) / -2);
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: calc(var(--gutter) / 2);
    padding-left: calc(var(--gutter) / 2);
}
.container-fluid {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.underline {
    border-bottom: 1px solid #000;
}

/* TYPOGRAPHY */
body, html {
    font-family: 'Roobert';
    font-size: var(--body);
    line-height: var(--body-line);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
h1, .h1 {
    font-size: var(--h1);
    line-height: var(--h1-line);
    font-weight: bold;
}
h2, .h2 {
    font-size: var(--h2);
    line-height: var(--h2-line);
    font-weight: bold;
}
h3, .h3 {
    font-size: var(--h3);
    line-height: var(--h3-line);
}
h4, .h4 {
    font-size: var(--h4);
    line-height: var(--h4-line);
    font-weight: bold;
}
h5, .h5 {
    font-size: var(--h5);
    line-height: var(--h5-line);
    font-weight: bold;
}
h6, .h6 {
    font-size: var(--h6);
    line-height: var(--h6-line);
    font-weight: bold;
}
small, .small, .mobile-footer strong {
    font-size: var(--caption);
    line-height: var(--caption-line);
}
a, a:hover, a:focus, a:active, .btn, .btn:hover, .btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
p {margin-bottom: 20px;}
.marquee {
    font-size: 115px;
    line-height: 140px;
    font-weight: bold;
    margin-bottom: 32px;
    text-transform: uppercase;
    overflow: hidden;
    width: calc(100% + 40px);
    margin-left: -40px;
}
.marquee-right-col .marquee {
    margin-left: 0;
    margin-right: -40px;
}
.marquee:last-child {
    margin-bottom: 0;
}
.js-marquee::before {
    content: "";
    margin-bottom: -0.3417em;
    display: table;
  }
  
  .js-marquee::after {
    content: "";
    margin-top: -0.1497em;
    display: table;
  }
.elementor-button, .btn.btn-default, .wpcf7-submit {
    font-size: var(--btn3);
    line-height: var(--btn3-line);
    text-transform: uppercase;
    color: inherit;
    border: 1px solid #000;
    padding: 10px 16px;
    border-radius: 60px;
    box-shadow: none !important;
}
.btn.btn-default:hover {
    background: #000;
    color: #fff;
}
.btn.btn-default.tag-rect {
    border-radius: 4px;
}
.btn-normal {
    font-size: var(--body) !important;
    line-height: var(--body-line) !important;
    font-weight: bold;
}
.gap-24 {
    gap: var(--m-24);
}
.gap-48 {
    gap: var(--m-48);
}

.h1::before {
    content: '';
    display: table;
    height: 0;
    width: 0;
    xmargin-bottom: -0.3293em;
    margin-bottom: -0.29em;
}
.h1::after {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-top: -0.1373em;
}
.h2::before, h2::before {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-bottom: -0.4127em;
}
.h2::after, h2::after {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-top: -0.2207em;
}

.h3::before, h3::before {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-bottom: -0.3962em;
}
.h3::after, h3::after {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-top: -0.2372em;
}

.text-crop::before {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-bottom: -0.4335em;
}
.text-crop::after {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-top: -0.2415em;
}

.btn::after {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-top: -0.2807em;
}
.btn::before {
    content: '';
    display: table;
    height: 0;
    width: 0;
    margin-bottom: -0.3527em;
}

a, a:hover {
    color: inherit;
}
/* END TYPOGRAPHY */

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:10000;color: #fff;}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

/* HEADER */
header {
    padding-top: var(--gutter);
    padding-bottom: 48px;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
    transition: all .5s ease;
}
header::before {
    content: '';
    width: 100%;
    height: 100%;
    xbackground: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
z-index: 0;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: all .5s ease;
}
.scrolled header::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    opacity: 1;
    transition: all .5s ease;
}
.nav-up header {
    xtransform: translateY(-105%);
    xtransition: all .5s ease;
}
#menu-toggle {
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    width: 50px;
    text-align: right;
}
#menu-footer {
    padding-top: var(--m-96);
	padding-bottom: 50px;
}
.menu-left {position: fixed;}
.menu-right {
    left: 50%;
}
#menu {
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: calc(40px + 48px + 32px);
    display: none;
	overflow: auto;
}
#menu::before {
	content: '';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
height: 100px;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1;
}
.menu, .menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu li {
    margin-bottom: 48px;
}
.menu li a {
    font-weight: normal;
}
.menu li a:hover {
    font-weight: bold;
}
.menu-info strong {
    margin-bottom: 16px;
    display: block;
}

.socials {
    gap: var(--gutter);
}

.social:hover svg path {
    fill: var(--grey);
}

.menu li.current-menu-item a {
    font-weight: bold;
}
#menu .row .col-lg-6.h-100 {opacity: 0;transition: all 1s ease ;}
#menu .menu li {
    transform: translateX(-105%);
    opacity: 0;
    transition: all .6s ease;
}
html.menu-opened #menu .menu li {
    transform: translateX(-0%);
    opacity: 1;
    transition: all .6s ease;
}
html.menu-opened #menu .menu li:nth-child(1){
    transition-delay: 0;
}
html.menu-opened #menu .menu li:nth-child(2){
    transition-delay: 25ms;
}
html.menu-opened #menu .menu li:nth-child(3){
    transition-delay: 50ms;
}
html.menu-opened #menu .menu li:nth-child(4){
    transition-delay: 75ms;
}
html.menu-opened #menu .menu li:nth-child(5){
    transition-delay: 100ms;
}
html.menu-opened  #menu .row .col-lg-6.h-100 {opacity: 1;transition: all 1s ease 300ms;}

html #menu li.current-menu-item {
    transform: translateX(0) !important;
}html.menu-opened #menu li.current-menu-item {
    transform: translateX(0) !important;
}

.menu-opened .nav-up header {
    transform: translateY(-0%);
    transition: all .5s ease;
}
/* END HEADER */

/* CONTENT */
img.img-fluid, #map {
    border-radius: 10px;
}
#map {
    overflow:hidden;
}
a:hover {
    color: var(--grey);
}
.menu li a:hover {
    color: #000;
}
#hero {
	width: 100%;
    margin-bottom: var(--m-120);
}
#hero img {
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
}

.mb-16 {
    margin-bottom: 16px;
}
.mt-16 {
    margin-top: 16px;
}
   
.mb-24 {
    margin-bottom: var(--m-24);
}
.mt-24 {
    margin-top: var(--m-24);
}
.mb-32 {
    margin-bottom: var(--m-32);
}
.mt-32 {
    margin-top: var(--m-32);
}
.mb-48 {
    margin-bottom: var(--m-48);
}
.mt-48 {
    margin-top: var(--m-48);
}
.mb-64 {
    margin-bottom: var(--m-64);
}
.mt-64 {
    margin-top: var(--m-64);
}
.mb-96 {
    margin-bottom: var(--m-96);
}
.mt-96 {
    margin-top: var(--m-96);
}
.mb-120 {
    margin-bottom: var(--m-120);
}
.mt-120 {
    margin-top: var(--m-120);
}
.mb-240 {
    margin-bottom: calc(var(--m-120) * 2);
}
.mt-240 {
    margin-top: calc(var(--m-120) * 2);
}

.mt-first {
    margin-top: 105px;
}

.display-block {
    display: block;
}

p:last-child {
    margin-bottom: 0;
}

.uppercase {
    text-transform: uppercase;
}

.slide-content {
    display: flex;
    flex-direction: column;
    gap: var(--gutter);
}

 /* the slides */
 .slick-slide {
    margin: 0 calc(var(--gutter) / 2);
}

/* the parent */
.slick-list {
    margin: 0 calc(var(--gutter) / -2);
}

.single-property .slider-withnav-section .slick-list {
    padding-left: calc(var(--gutter) / 2);
    padding-right: calc(var(--gutter) / 2);
} 

.r-10, .slide-content img {
    border-radius: 10px;
}

img.ratio-16-9, .ratio-16-9 img, .resource-item .img-fluid {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
img.ratio-4-3, .ratio-4-3 img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
img.ratio-3-2, .ratio-3-2 img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
img.ratio-2-3, .ratio-2-3 img {
    object-fit: cover;
    aspect-ratio: 2 / 3;
}

.overflow-hidden {
    overflow: hidden;
}

.home-achievement-section .left-col {
    position: absolute;
    top: 0;
}
.slide-nav {
    width: 24px;
    height: 24px;
    z-index: 9;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
}

.slide-prev, .slide-t-prev {
    content: '';
    xbackground: #000 url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7793 5.5575L8.3443 9L11.7793 12.4425L10.7218 13.5L6.2218 9L10.7218 4.5L11.7793 5.5575Z" fill="white"/></svg>') no-repeat center center;
    width: 15vw;
    height: 100%;
    border-radius: 0%;
    display: block;
    top: 50%;
    left: calc(var(--gutter) / 2);
    transform: translateY(-50%);
    cursor: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="23.25" y="23.25" width="22.5" height="22.5" rx="11.25" transform="rotate(-180 23.25 23.25)" fill="black"/><rect x="23.25" y="23.25" width="22.5" height="22.5" rx="11.25" transform="rotate(-180 23.25 23.25)" stroke="black" stroke-width="1.5"/><path d="M13.7788 8.5575L10.3438 12L13.7788 15.4425L12.7213 16.5L8.22131 12L12.7213 7.5L13.7788 8.5575Z" fill="white"/></svg>') 12 12, pointer;
}
.slide-next, .slide-t-next {
    content: '';
    xbackground: #000 url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.2207 12.4425L9.6557 9L6.2207 5.5575L7.2782 4.5L11.7782 9L7.2782 13.5L6.2207 12.4425Z" fill="white"/></svg>') no-repeat center center;
    width: 15vw;
    height: 100%;
    border-radius: 0%;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.75" width="22.5" height="22.5" rx="11.25" fill="black"/><rect x="0.75" y="0.75" width="22.5" height="22.5" rx="11.25" stroke="black" stroke-width="1.5"/><path d="M10.2212 15.4425L13.6562 12L10.2212 8.5575L11.2787 7.5L15.7787 12L11.2787 16.5L10.2212 15.4425Z" fill="white"/></svg>') 12 12, pointer;

}

.slider-testimonials .slick-list {
    margin: 0;
}


.accordion, .card {
    border-radius: 0;
    border: none;
}
.card-header {
    padding: 0;
    background: transparent;
    border: none;
    margin-bottom: 0 !important;
}
.accordion .card {    
    border: 1px solid #000;
    padding: 0;
    border-bottom: none;
    border-left: 0;
    border-right: 0;
}
.accordion .card:last-child {
    xborder-bottom: 1px solid #000;
}
.accordion {
    border-bottom: 1px solid #000;
}
.card-header button {
    padding: 13px 0 16px;
    color: #000;
    position: relative;
    border: none;
    background: #fff;
}
.card button, .card button:hover, .card button:focus, .card button:active {
    text-decoration: none !important;
    color: #000;
}
.dropdown-caret {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5575 6.22168L9 9.65668L12.4425 6.22168L13.5 7.27918L9 11.7792L4.5 7.27918L5.5575 6.22168Z" fill="black"/></svg>') no-repeat center right;
}

.card-header button.collapsed .dropdown-caret {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;top: 50%;
    transform: translateY(-50%);

    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5575 6.22168L9 9.65668L12.4425 6.22168L13.5 7.27918L9 11.7792L4.5 7.27918L5.5575 6.22168Z" fill="black"/></svg>') no-repeat center right;

}
.card-header button {
    font-weight: bold;
}
.card-header button.collapsed {
    font-weight: normal;
}
.card-header button span {
    display: inline-block;
    width: 48px;
}

.card-body {
    padding-left: 48px;
    padding-top: 0;
    padding-bottom: 16px;
}

.card-header.not-active button {
    color: var(--grey);
}

.slider-testimonials .slide-content {
    background: #E7E7E7;
    border-radius: 10px;
    gap: 0;
    height: 512px;
    overflow: hidden;
}
.slider-testimonials .slide-content .content-item, .testimonial-tags  {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
}

.content-item.testimonial-name, .testimonial-tags {
    padding-top: 16px;
    padding-bottom: 16px;
}

.scrollable.content-item {
    height: 100%;
	position: relative;
}
.scrollable.content-item p:last-of-type {
	margin-bottom: 0;
}
.scrollable.content-item .gradient-overlay {
	content: '';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e7e7e7+100&0+0,1+100 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 1;
	
}

.double-content .slide-content:first-child {
    margin-bottom: var(--gutter);
}
.double-content .slide-content {
    height: calc(256px - calc(var(--gutter) / 2));
}

.testimonial-tags {
    display: flex;
    gap: 8px;
}

.resource-item {
    margin-top: var(--m-48);
}

.paged .featured-resource {
    display: none;
}
.slick-list,
.slick-track {
  transition-delay: 10ms;
}

.background-row, .backgrounds-row {
    padding-top: var(--m-24);
    position: relative; 
}
.background-row::before, .backgrounds-row::before {
    content: '';
    height: 1px;
    width: calc(100% - var(--gutter));
    background: #000;
    position: absolute;
    top: 0;
    left: calc(var(--gutter) / 2);
}

.background-row:first-child {padding-top:0;}
.background-row:first-child::before {
    display: none;
}
.background-row:last-child {padding-bottom:var(--m-24);}
.background-row:last-child::after {
    content: '';
    height: 1px;
    width: calc(100% - var(--gutter));
    background: #000;
    position: absolute;
    bottom: 0;
    left: calc(var(--gutter) / 2);
}

.card-body {
    overflow-y: auto;
}

.page-id-19 .card-body {
    padding-left: 0;
}
.page-id-19 .card-header button {font-weight: bold;}

.service-item {
    margin-bottom: var(--m-24);
    padding-bottom: var(--m-24);
    border-bottom: 1px solid #000;
}
.service-title {
    margin-bottom: var(--m-24);
    font-weight: bold;
}
.service-title span {
    display: inline-block;
    width: 40px;
}

.scrollable {
    overflow-y: auto;
}

.tags-c {
    flex-wrap: wrap;
    gap: 8px;
}

#search-input {
    font-weight: bold;
    background: ;
    line-height: 13px;
    padding: 8px 16px 11px;
    padding-left: 42px;
    border: 1.5px solid #000;
    border-radius: 60px;
    height: 36px;
    width: 150px;
    transition: all .3s ease;
}
#search-form::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 16px;
    background:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8164 10.6914H11.2239L11.0139 10.4889C11.7489 9.63391 12.1914 8.52391 12.1914 7.31641C12.1914 4.62391 10.0089 2.44141 7.31641 2.44141C4.62391 2.44141 2.44141 4.62391 2.44141 7.31641C2.44141 10.0089 4.62391 12.1914 7.31641 12.1914C8.52391 12.1914 9.63391 11.7489 10.4889 11.0139L10.6914 11.2239V11.8164L14.4414 15.5589L15.5589 14.4414L11.8164 10.6914ZM7.31641 10.6914C5.44891 10.6914 3.94141 9.18391 3.94141 7.31641C3.94141 5.44891 5.44891 3.94141 7.31641 3.94141C9.18391 3.94141 10.6914 5.44891 10.6914 7.31641C10.6914 9.18391 9.18391 10.6914 7.31641 10.6914Z" fill="black"/></svg>') no-repeat center center;
}
#search-input:hover, #search-input:active, #search-input:focus {
    background: #000;
    color: #fff;
    background: #000 ;
    transition: all .3s ease;
}
#search-form:hover::before, #search-form:active::before, #search-form:focus::before, html.input-active #search-form::before, html.input-focus #search-form::before {
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8164 10.6914H11.2239L11.0139 10.4889C11.7489 9.63391 12.1914 8.52391 12.1914 7.31641C12.1914 4.62391 10.0089 2.44141 7.31641 2.44141C4.62391 2.44141 2.44141 4.62391 2.44141 7.31641C2.44141 10.0089 4.62391 12.1914 7.31641 12.1914C8.52391 12.1914 9.63391 11.7489 10.4889 11.0139L10.6914 11.2239V11.8164L14.4414 15.5589L15.5589 14.4414L11.8164 10.6914ZM7.31641 10.6914C5.44891 10.6914 3.94141 9.18391 3.94141 7.31641C3.94141 5.44891 5.44891 3.94141 7.31641 3.94141C9.18391 3.94141 10.6914 5.44891 10.6914 7.31641C10.6914 9.18391 9.18391 10.6914 7.31641 10.6914Z" fill="white"/></svg>') no-repeat center center;
}
#search-input:focus {
    background: #000;
    color: #fff;
    background: #000;
    transition: all .3s ease;
    width: 200px;
    padding-right: 42px;
}
html.input-active #search-input {
    background: #000;
    color: #fff;
    background: #000 ;
    transition: all .3s ease;
}

::placeholder {
    color: #000 !important;
}
#search-input:hover::placeholder, #search-input:focus::placeholder, html.input-active #search-input::placeholder {
    color: #fff !important;
}

#search-input:active::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 3L7.9425 4.0575L12.1275 8.25H3V9.75H12.1275L7.9425 13.9425L9 15L15 9L9 3Z" fill="%23FFFEFE"/></svg>') no-repeat center center;
    transition: all .3s ease;
}

#search-form {
    display: inline-block;
    position: relative;
}
#search-form::after {
    content: '';
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 3L7.9425 4.0575L12.1275 8.25H3V9.75H12.1275L7.9425 13.9425L9 15L15 9L9 3Z" fill="%23FFFEFE"/></svg>') no-repeat center center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

html.input-focus #search-form::after {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

#filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    xpadding-right: var(--gutter);
}
.single-post #filters {
    justify-content: center;
    margin-bottom: var(--m-64);
}
#filters .filter {
    border-radius: 60px;
    padding: 10px 24px 11px;
    line-height: 13px;
    font-weight: bold;
    border: 1.5px solid #000;
}
.filter.main-filter {
    box-shadow: 0 1px 1px -1px #000 !important;
    text-transform: uppercase;
}
#filters .filter.filter-item {
    border-radius: 4px !important;
    border: 1.5px solid #000;
    font-weight: normal;
}

.filter {
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.filter:hover, .filter.active, .filter.filter-item[data-selected="true"], .filter.filter-item.selected, .property-filter.selected, #all-type.selected, #all-for.selected {
    background: #000;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.filter-item {display: none;}

.filter {
    position: relative
}

html:not(.pause) .filter-item.selected:hover::after, html:not(.pause) .main-filter.active:hover::after, html:not(.pause) .property-filter.selected:hover::after {
   content: '';
   width: calc(100% - 40px);
   height: 1.5px;
   background: #fff;
   position: absolute;
   top: calc(50% + 1px);
   left: 50%;
   transform: translate(-50%,-50%); 
}

.filter-x {
    width: 35px;
    height: 35px;
    background: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1.30929L11.6907 0L6.5 5.19071L1.30929 0L0 1.30929L5.19071 6.5L0 11.6907L1.30929 13L6.5 7.80929L11.6907 13L13 11.6907L7.80929 6.5L13 1.30929Z" fill="black"/></svg>') no-repeat center center !important;
    text-indent: -9999px;
    padding: 0 !important;
    opacity: 0;
    transition: background .3s ease;
}
.filter-x:hover {
    background: #000 url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M13 1.30929L11.6907 0L6.5 5.19071L1.30929 0L0 1.30929L5.19071 6.5L0 11.6907L1.30929 13L6.5 7.80929L11.6907 13L13 11.6907L7.80929 6.5L13 1.30929Z" fill="white"/></svg>') no-repeat center center !important;
    text-indent: -9999px;
    padding: 0 !important;
    transition: background .3s ease;
}
.ajaxed .filter-x {
    opacity: 1;
    transition: opacity .3s ease .5s;
}
.filter-x a, #all-filter a {
    width: 100%;
    height: 100%;
    display: block;
}
#all-filter {
    padding: 0 !important;
}
#all-filter a {
    padding: 10px 24px 11px;
}

.grey {
    color: var(--grey);
}

.single-post .post-date {
    margin-bottom: -3px;
}

.single-post .related-posts hr {
    margin: 0;
    padding-bottom: var(--m-24);
}
.single-post .related-posts .h2 {
    margin-bottom: var(--m-24);
    display: block;
}

.single-next {
    position: absolute;
    right: calc((var(--gutter) / 2) + 16px);
    top: 50%;
    transform: translateY(-50%);
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="11.25" fill="white" stroke="black" stroke-width="1.5"/><path d="M10.5293 15.06L13.5826 12L10.5293 8.94L11.4693 8L15.4693 12L11.4693 16L10.5293 15.06Z" fill="black"/></svg>') no-repeat center center;
    width: 24px;
    height: 24px;
    z-index: 9;
    cursor: pointer;
}
.single-next:hover {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="11.25" fill="black" stroke="black" stroke-width="1.5"/><path d="M10.5293 15.06L13.5826 12L10.5293 8.94L11.4693 8L15.4693 12L11.4693 16L10.5293 15.06Z" fill="white"/></svg>') no-repeat center center;
}
.single-prev {
    position: absolute;
    left: calc((var(--gutter) / 2) + 16px);
    top: 50%;
    transform: translateY(-50%);
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="11.25" transform="rotate(-180 12 12)" fill="white" stroke="black" stroke-width="1.5"/><path d="M13.4707 8.94L10.4174 12L13.4707 15.06L12.5307 16L8.5307 12L12.5307 8L13.4707 8.94Z" fill="black"/></svg>') no-repeat center center;
    width: 24px;
    height: 24px;
    z-index: 9;
    cursor: pointer;
}
.single-prev:hover {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="11.25" transform="rotate(-180 12 12)" fill="black" stroke="black" stroke-width="1.5"/><path d="M13.4707 8.94L10.4174 12L13.4707 15.06L12.5307 16L8.5307 12L12.5307 8L13.4707 8.94Z" fill="white"/></svg>') no-repeat center center;
}

.line-at-top {
    
}
.line-at-top > div.row > .col > hr {
    margin: 0;
    padding-bottom: var(--m-24);
}

#map {
    aspect-ratio: 3 / 2;
}

.features-c ul, .features-c li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-c li::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 20px;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
}
.features-c li {
    padding-bottom: 12px;
    padding-top: 9px;
    border-bottom: 1px solid #000;
    position: relative;
    padding-left: 24px;
}
.features-c li:first-child {
    padding-bottom: 16px;
    padding-top: 0;
    border-bottom: 1px solid #000;
}
.features-c li:first-child::before {
    top: 11px;
}

.item-property .slider-section .single-prev {
    left: 16px;
}
.item-property .slider-section .single-next {
    right: 16px;
}

.item-property .slider-section .tags {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    display: flex;
    gap: 8px;
}

.item-property .slider-section .tags .tag {
    background: #fff;
}
.item-property .slider-section .tags .tag:hover {
    background: #000;
    color: #fff;
}

.page-paginate, .paginations a.page, .paginations span.current, .nextpostslink, .previouspostslink {
    border: 1.5px solid #000;
border-radius: 50%;
width: 24px;
height: 24px;
display: inline-block;
text-align: center;
}
.page-paginate.current, .page-paginate:hover, .paginations span.current, .paginations a:hover {
    background-color: #000;
    color: #fff;
}

.page-prev, .previouspostslink {
    text-indent: -9999px;
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7793 5.5575L8.3443 9L11.7793 12.4425L10.7218 13.5L6.2218 9L10.7218 4.5L11.7793 5.5575Z" fill="black"/></svg>') no-repeat center center;
}
.page-next, .nextpostslink {
    text-indent: -9999px;
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.2207 12.4425L9.6557 9L6.2207 5.5575L7.2782 4.5L11.7782 9L7.2782 13.5L6.2207 12.4425Z" fill="black"/></svg>') no-repeat center center;
}

.page-paginate.page-prev:hover, .previouspostslink:hover {
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7793 5.5575L8.3443 9L11.7793 12.4425L10.7218 13.5L6.2218 9L10.7218 4.5L11.7793 5.5575Z" fill="white"/></svg>') no-repeat center center;
    background-color: black;
}
.page-paginate.page-next:hover, .nextpostslink:hover {
    text-indent: -9999px;
    background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.2207 12.4425L9.6557 9L6.2207 5.5575L7.2782 4.5L11.7782 9L7.2782 13.5L6.2207 12.4425Z" fill="white"/></svg>') no-repeat center center;
    background-color: black;
}

.page-no, .paginations span, .paginations a {
    font-weight: bold;
    font-size: var(--caption);
    line-height: 19px;
}

.paginations, .paginations .wp-pagenavi {
    display: flex;
    gap: 8px;
    justify-content: center;
}

#posts-container {
    xmin-height: calc(100vh - 300px);
    min-height: auto;
    transition: all .15s ease;
}

.paginations .pages {
    display: none;
}

.ajaxed .noajax, .ajaxed .featured-resource {
    display: none;
}

.properties-filter-row > .d-flex.col {
    gap: var(--gutter);
}

.property-filter {
    text-transform: uppercase;
}

.page-id-19 .card {
    margin-bottom: 16px;
}
.page-id-19 .collapse:not(.show), .page-id-19 .xcollapsing {
    display: block !important;
    height: 50px !important;
    min-height: 50px !important;
}
.page-id-19 .collapsing {
    position: relative;
    height: 50px;
    overflow: visible;
}

#all-filter:hover a {
    color: #fff;
}

.object-cover {
    object-fit: cover;
}

.footer-fixed footer {
    position: fixed;
    bottom: 0;
}

.contact-single-top {
    margin-bottom: var(--m-32);
}

.tag {
    border-width: 1.5px !important;
}

.single-post .filter.filter-item {
    display: block;
}

.no-result {
    margin: 0 auto;
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: calc(100vh - 344px);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: var(--gutter);
    z-index: -1;
}
.no-results footer {position: fixed;
    bottom: 0;}
@media (min-width: 1640px) { 
    .no-result {
        margin: 0 auto;
        position: absolute;
        top: 105px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        height: calc(100vh - 344px);
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: var(--gutter);
    
    }
   
}
.search-no-results #posts-container {
    min-height: auto;
}

#search-submit {
    border: none;
    text-indent: -9888px;
    width: 0;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 9;
    background-color: transparent;
}
html.input-focus #search-submit {
    width: 50px;
}

.strong {
    font-weight: bold;
}
.property-right-menu {
    margin-top: 5px;
}

.related-items .single-next, .related-items .single-prev {
    transition: top .1s ease;
}

.services-row {
    flex-wrap: wrap;
    gap: 0 var(--gutter);
}
.services-row .service-item {
    width: calc((100% / 3) - ((var(--gutter) * 2) / 3));
}

.single-property .slider-for .xcol-lg-6 img, .single-property .slider-nav .xcol-lg-3 img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

body.page-id-21 {
    overflow-x: auto;
}
.contact-left img {
    position: sticky;
    top: 105px;
}

p:last-child, p:last-of-type {
	margin-bottom: 0;
}
/* END CONTENT */

/* CF7 */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #000000;
}

.wpcf7 label, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select {
    width: 100%;
    margin: 0;
} 
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select {
    border: none;
    border-bottom: 1px solid #000;
    padding: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: var(--m-32);
}
.wpcf7 select option, .wpcf7 select {
    xpadding: 0;
    text-indent: 0;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 p {
    margin-bottom: 0;
}
.wpcf7 .accept {
    margin-top: var(--m-32);
    margin-bottom: var(--m-32);
}
.wpcf7 textarea {
    height: 208px;
    padding: 9px 16px;
}

.wpcf7-submit {
    padding: 5px 16px 7px;
    background: #fff;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: var(--m-24);
    display: inline-block;
    font-size: 12px;
}
.wpcf7-acceptance label {
    position: relative;
    cursor: pointer;
    color: #000;
    }
    .wpcf7-acceptance input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    }
    .wpcf7-acceptance input[type=checkbox] + span {
    /* border: 3px solid red; */
    }
    .wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 16px;
    width: 16px;
    top: 1px;
    left: 0px;
    border: 1px solid #000;
    }
    .wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    font-weight: bold;
    background: #000;
    color: var(--white);
    height: 16px;
    width: 16px;
    top: 1px;
    left: 0;
    visibility: hidden;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    border: 1px solid #000;
    }
    .wpcf7-acceptance input[type=checkbox]:checked + span:before {
    background: transparent;
    }
    .wpcf7-acceptance input[type=checkbox]:checked + span:after {
    visibility: visible;
    }

    .wpcf7-not-valid-tip {
        display: none !important;
    }
    textarea {
        resize: none;
        border: 1px solid #000 !important;
      }

      .btn-dropdown-form .dropdown-title {
        padding-bottom: 5px;
        padding-left: 5px;
        border-bottom: 1px solid #000;
      }

      .wpcf7-checkbox {
        display: flex;
        flex-direction: column;
      }
      .wpcf7-checkbox input[type=checkbox] {
        display: none;
      }
      .wpcf7-checkbox input[type=checkbox] + span {
        width: 100%;
        display: block;
        padding: 9px 0 5px 0;
        border-bottom: 1px solid #000;
        padding-left: 13px;
      }
      .wpcf7-checkbox input[type=checkbox]:checked + span, .btn-dropdown-select .wpcf7-list-item:hover span {
        background: #000;
        color: #fff;
      }
      .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        border-width: 1px;
      }
      .wpcf7 form .wpcf7-response-output {
        margin-left: 0;
        margin-right: 0;
    }
      .btn-dropdown-select {
        display: none;
        xdisplay: block;
        position: absolute;
        background: white;
        width: calc(100% - var(--gutter));
        z-index: 9;
      }

      .dropdown-title {
        position: relative;
      }
      .dropdown-title::after {
        content: '';
        background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5575 6.22168L9 9.65668L12.4425 6.22168L13.5 7.27918L9 11.7792L4.5 7.27918L5.5575 6.22168Z" fill="black"/></svg>') no-repeat center right;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
      }

      .single-post .wpcf7 .col-lg-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
      }
      .single-post .wpcf7 p {
        text-align: left;
      }
/* END CF7 */

/* FOOTER */

footer {
    margin-bottom: var(--m-48);
}
footer hr {
    margin-top: 0;
    margin-bottom: var(--m-48);
}

.footer-socials strong, .footer-contact strong {
    margin-bottom: 16px;
    display: block;
}

* { outline: none !important; xbox-shadow: none !important; }

/* END FOOTER */

hr {
    border-color: #000;
}

@media (max-width: 1439.98px) {
    .menu li {
        margin-bottom: 32px;
    }
}

@media (min-width: 1640px) {
    .resource-item {
        margin-top: var(--m-64);
    }
    .item-property.mb-48 {
        margin-bottom: var(--m-64);
    }
    .mb-xl-64 {
        margin-bottom: var(--m-64);
    }
    .mt-xl-64 {
        margin-top: var(--m-64);
    }
    .post-date.mt-24 {
        margin-top: 24px;
    }
    .page-id-19 .card-header button {
        padding: 23px 0 26px;
        color: #000;
        position: relative;
        border: none;
        background: #fff;
    }
    .page-id-19 .card {
        margin-bottom: 24px;
    }
}
@media (min-width: 2000px) {
    .slider-testimonials .slide-content {
        height: 600px;
    }
    .double-content .slide-content {
        height: calc(300px - calc(var(--gutter) / 2));
    }
}
@media (min-width: 2560px) {
    .size-guide-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .size-guide-2, .col-xxl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .offset-xxl-1 {
        margin-left: 8.333%
    }
    .offset-xxl-2 {
        margin-left: 16.666667%
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
}

/* 1280 and below */
.tablet {
    display: none;
}
.desktop {
    display: block;
}
@media (max-width: 1280px) {
    .desktop {
        display: none;
    }
    .tablet {
        display: block;
    }
    

    .elementor-button, .btn.btn-default, .wpcf7-submit {
        font-size: var(--btn3);
        line-height: var(--btn3-line);
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 10px 14px;
        border-radius: 60px;
        box-shadow: none !important;
    }
    #all-filter, .filter, #filters .filter {
        font-size: var(--btn3);
        line-height: var(--btn3-line);
        padding: 6px 14px !important;
        height: 30.5px !important;
        text-transform: uppercase;
    }
    #all-filter a {
        padding: 0;
    }
    .xfilter::after {
        content: '';
        display: table;
        height: 0;
        width: 0;
        margin-top: -0.2807em;
    }
    .xfilter::before {
        content: '';
        display: table;
        height: 0;
        width: 0;
        margin-bottom: -0.3527em;
    }

    .filter-x {
        width: 30.5px;
    }

    html:not(.pause) .filter-item.selected:hover::after, html:not(.pause) .main-filter.active:hover::after, html:not(.pause) .property-filter.selected:hover::after {
        content: '';
        width: calc(100% - 20px);
        height: 1px;
    }
    #search-form::before {
        top: 7px;
    }
    #search-input {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 10px;
        height: 30.5px;
    }
    
    .wpcf7 .col-lg-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #menu-toggle {
        margin-top: 0;
    }
    footer .footer-col-1, footer .footer-col-3 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .services-row {
        flex-wrap: wrap;
        gap: 0 var(--gutter);
    }
    .services-row .service-item {
        width: calc((100% / 2) - ((var(--gutter) * 1) / 2));
    }
    .testimonial-tags {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .resource-item > .row > .col-lg-4, .resource-item > .row > .col-lg-8 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .resource-item .mb-24, .resource-item .tags-c {
        margin-bottom: 16px;
    }
}

.mobile {
    display: none;
}
/* START MOBILE */
@media (max-width: 991.98px) {
    .desktop {
        display: none;
    }
    .tablet {
        display: none;
    }
    .mobile {
        display: block;
    }
    #nav-icon4 {
        width: 16px;
        height: 13px;
        position: fixed;
        top: 17px;
        right: 16px;
        margin: 1px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .15s ease;
        -moz-transition: .15s ease;
        -o-transition: .15s ease;
        transition: .15s ease;
        cursor: pointer;
        z-index: 999;
      }
      #nav-icon4::before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        top: -5px;
        left:0;
        z-index: 0;
      }
      #nav-icon4::after {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: -5px;
        left:0;
        z-index: 0;
      }
     #nav-icon4 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 16px;
        background: #000;
        border-radius: 0;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .15s ease;
        -moz-transition: .15s ease;
        -o-transition: .15s ease;
        transition: .15s ease;
        z-index: 1;
      }
      /* Icon 4 */
    #nav-icon4 {
    }
    #nav-icon4 span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    #nav-icon4 span:nth-child(2) {
      top: 5px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    #nav-icon4 span:nth-child(3) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    #nav-icon4.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px;
      left: 3px;
    }
    #nav-icon4.open span:nth-child(2) {
      width: 0%;
      opacity: 0;
    }
    #nav-icon4.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 11px;
      left: 3px;
    }

    header {
        padding-bottom: var(--gutter);
    }

    #hero img {
        height: 100dvh;
        border-radius: 0;
    }
    #mobile-menu {
        width: 100%;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
        text-align: center;
        padding-top: 60px;
        display: none;
    }
    #mobile-menu ul.menu {
        margin-top: var(--m-32);

    }
    .mobile-menu-c {
        display: flex;flex-direction: column;
        justify-content: space-between;
    }

    .socials {
        gap: var(--m-24);
    }

    footer {
        margin-bottom: 24px;
    }
    footer .socials {
        justify-content: center;
        margin-bottom: 64px;
    }

    hr {
        border-top: 1px solid #000;
    }

    .mobile-mt-32, .mt-48 {
        margin-top: 32px;
    }
    .mobile-mb-32, .mb-48 {
        margin-bottom: 32px;
    }
    .mobile-mt-40 {
        margin-top: 40px;
    }
    .mobile-mb-40 {
        margin-bottom: 40px;
    }
    .mobile-mt-64 {
        margin-top: 64px;
    }
    .mobile-mb-64 {
        margin-bottom: 64px;
    }
    .mobile-mt-80 {
        margin-top: 80px;
    }
    .mobile-mt-120, .mt-240 {
        margin-top: 120px;
    }
    .mobile-mb-120, .mb-240 {
        margin-bottom: 120px;
    }

    .mb-120 {
        margin-bottom: 80px;
    }

    #hero {
        margin-bottom: 0;
    }

    .m-center, h1, h2, h3, .h1, .h2, .h3 {
        text-align: center;
    }

    .marquee, .marquee-right-col .marquee {
        width: calc(100% + 32px);
        margin-left: -16px;
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 16px;
    }
    .js-marquee::before {
        margin-bottom: -0.186em;
    }
    .js-marquee::after {
        margin-top: -0.06em;
    }

    .home-achievement-section .left-col {
        position: relative;
        top: 0;
    }

    .gap-48 {
        gap: 32px;
    }

    .mb-48 {
        margin-bottom: 32px;
    }

    .mobile-reverse {
        flex-direction: column-reverse;
    }

    #logo.h2 {
        text-align: left;
    }

    .resource-item > .row.mb-24 {
        margin-bottom: 16px;
    }
    .resource-item > .row > .col > a > .img-fluid {
        margin-bottom: 0;
    }

    .resource-item .h3 {
        margin-bottom: 16px;
        display: block;
        text-align: left;
    }
    .resource-item .post-date.mt-24 {
        margin-top: 16px;
    }

    .resource-item {
        margin-top: 32px;
    }

    .m-block {
        display: block;
    }

    .wpcf7 p {
        text-align: left;
    }

    footer hr {
        margin-bottom: 24px;
    }

    footer .footer-col-1, footer .footer-col-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .copyright-text {
        font-size: var(--caption);
    line-height: var(--caption-line);
    }

    .mt-first {
        margin-top: 62px;
    }

    .backgrounds-row .h2 {
        border-bottom: 1px solid #000;
        width: 100%;
        display: block;
        margin-bottom: var(--gutter);
        padding-bottom: 16px;

    }
    .background-row {
        text-align: center;
    }
    .background-row .year-row, .background-row .company-row {
        margin-bottom: var(--gutter);
    }

    .mb-120 {
        margin-bottom: 80px;
    }
    .mt-120 {
        margin-top: 80px;
    }

    .mt-24 {
        margin-top: 16px;
    }
    .mb-24 {
        margin-bottom: 16px;
    }

    .background-row, .backgrounds-row {
        padding-top: 16px;
        position: relative;
    }

    .services-row .service-item {
        width: 100%;
        text-align:center;
    }
    .service-title span {
        display: block;
        text-align:center;
        width: 100%;
    }

    .page-id-19 .accordion {
        /* border-bottom: 1px solid #000; */
        border-bottom: none;
    }

    .wpcf7-acceptance .wpcf7-list-item-label {
        padding-left: 25px;
    }

    #search-form {
        xdisplay: none;
    }

    .filters-c {
        margin-top: 8px;
        margin-bottom: 7px;
    }

    #search-input {
        padding-top: 0;
        padding-bottom: 0;
        height: 28px;
    }
    html:not(.input-focus) #search-input {
        line-height: 13px;
        padding: 0;
        padding-left: 0;
        border: 1.5px solid #000;
        border-radius: 60px;
        height: 28px;
        width: 28px;
        transition: all .3s ease;
        text-indent: -9999px;
    }
    html:not(.input-focus) #search-form::before {
        top: 5px;
        left: 5px;
        pointer-events: none;
    }

    .search-c {
        text-align: right;
        width: 100%;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    html:not(.input-focus) #search-submit {
        display: none;
    }
    #search-input:focus {
        width: 100%;
    }

    

    .i-wish-to-c {
        flex-direction: column;
    }
    .i-wish-to {
        display: block;
        width: 100%;
    }


    .properties-filter-row #filters {
        display: flex;
        gap: 16px 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .item-property h2, .mobile-left {
        text-align: left;
        margin-top: 16px;
    }

    .mobile-mb-16 {
        margin-bottom: 16px;
    }

    input, textarea {
        -webkit-appearance: none; /* webkit browsers */
        -moz-appearance: none; /* firefox browser */
        appearance: none;
        border-radius: 0;  
      }

      .mobile-mb-20 {margin-bottom: 15px;}

      .property-right-menu {
        margin-top: 0;
    }

    .single-property .slider-nav {
        display: none !important;
    }

}
/* END MOBILE */


/* TABLET */
@media (min-width: 992px) and (max-width: 1280px) {
    .tw-100 {
        width: 100%;
        max-width :100%;
        flex: 0 0 100%;
    }
    .mobile-mb-32, .mb-48 {
        margin-bottom: 32px;
    }
    .tablet {
        display: block;
    }
    .tablet-flex {
        display: flex !important;
    }
    .tablet-featured-post {
        margin-top: -16px;
    }
    .page-id-12 .home-achievement-section {
        padding-bottom: var(--m-120);
    }
    .vid-section.desktop {
        display: block;
    }
    .tw-50 {
        width: 50%;
        max-width:50%;
        flex: 0 0 50%;
    }
    .services-row .service-item {
        width: 100%;
    }
}
/* END TABLET */