@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*@font-face {
    font-family: Manrope;
    src: url(https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/tangentrealty.com/pele/Brand+Fonts/Manrope-Medium.ttf);
 }
 @font-face {
    font-family: Butler;
    src: url(https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/tangentrealty.com/pele/Brand+Fonts/Butler_Regular.otf) format("opentype");
 }*/

.visible-after-animation {
  opacity: 1 !important;
}

[class*="fade-"] {
  opacity: 0;
  will-change: opacity, transform;
  animation-play-state: paused;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards !important;
}

[class*="fade-"].fade-in,
[class*="fade-"][class$="-active"] {
  animation-play-state: running;
  animation-duration: var(--anim-duration, 0.8s);
  animation-delay: var(--anim-delay, 0s);
  animation-timing-function: var(
    --anim-easing,
    cubic-bezier(0.25, 0.1, 0.25, 1)
  );
  animation-fill-mode: forwards !important;
}

.fade-in {
  animation-name: fadeIn;
  background-position: center !important;
  background-size: cover !important;
}

.fade-up,
.fade-up-active {
  animation-name: fadeUp;
}

.fade-down,
.fade-down-active {
  animation-name: fadeDown;
}

.fade-down-large,
.fade-down-large-active {
  animation-name: fadeDownLarge;
}

.fade-left,
.fade-left-active {
  animation-name: fadeLeft;
}

.fade-right,
.fade-right-active {
  animation-name: fadeRight;
}

.fade-scale,
.fade-scale-active {
  animation-name: fadeScale;
}

.fade-scale-up,
.fade-scale-up-active {
  animation-name: fadeScaleUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.delay-100 {
  --anim-delay: 0.1s;
}

.delay-200 {
  --anim-delay: 0.2s;
}

.delay-300 {
  --anim-delay: 0.3s;
}

.delay-400 {
  --anim-delay: 0.4s;
}

.delay-500 {
  --anim-delay: 0.5s;
}

.delay-800 {
  --anim-delay: 0.8s;
}

.delay-1000 {
  --anim-delay: 1s;
}

.duration-300 {
  --anim-duration: 0.3s;
}

.duration-500 {
  --anim-duration: 0.5s;
}

.duration-800 {
  --anim-duration: 0.8s;
}

.duration-1000 {
  --anim-duration: 1s;
}

.duration-1500 {
  --anim-duration: 1.5s;
}

.duration-2000 {
  --anim-duration: 2s;
}

.ease-linear {
  --anim-easing: linear;
}

.ease-in {
  --anim-easing: cubic-bezier(0.42, 0, 1, 1);
}

.ease-out {
  --anim-easing: cubic-bezier(0, 0, 0.58, 1);
}

.ease-in-out {
  --anim-easing: cubic-bezier(0.42, 0, 0.58, 1);
}

.ease-bounce {
  --anim-easing: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  [class*="fade-"] {
    transition: opacity 0.1s ease-in-out !important;
    animation: none !important;
    transform: none !important;
  }
  .fade-in,
  [class*="fade-"][class$="-active"] {
    opacity: 1;
  }
}
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
html {
  scroll-behavior: smooth;
}

body #hero_bar .search-actions #search_cta {
  justify-content: center !important;
}
body .grid-row .grid-item .cy-lazy .inner .title {
  letter-spacing: 1px !important;
}
@media (max-width: 330px) {
  .fake-hero {
    height: 110vh !important;
  }
}

body > .clearfix {
  display: none !important;
}

/* body #testimonials{
    padding: 30px!important;
 } */
@media (max-width: 1300px) {
  body #contact_us .contact-holder h2 {
    font-size: 40px !important;
  }
  @media (min-width: 800px) {
    body #homevalue {
      margin-bottom: 20px;
    }
    body #contact_us {
      margin-top: 10px;
    }
    /* body .grid-row .heading-box h2{
            font-size: 50px!important;
        } */
    body .grid-row .grid-item .cy-lazy .inner .title {
      font-size: 30px !important;
    }
    body .intro .hero-heading .et_pb_text_0 h1 {
      font-size: 100px !important;
    }
    #customModule44 .et_pb_text_1 h1 {
      font-size: 40px !important;
    }
  }
}

body .fake-hero .intro {
  height: 100% !important;
  position: relative;
}
.fake-hero .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

@media (max-width: 1300px) {
  body #testimonials h2 {
    font-size: 40px !important;
  }
  @media (min-width: 800px) {
    body #welcome.cy-custom div.container div.row div.col-md-7.content-col h1 {
      font-size: 50px !important;
    }

    body .grid-row .grid-sbs {
      height: 35vw !important;
    }
    .fake-hero {
      height: 120vh !important;
    }
    body #homevalue span.title {
      font-size: 40px !important;
    }
    body #homevalue span.title span {
      font-size: 25px !important;
    }
  }
  body #hero_bar .search-actions #search_cta li::after {
    display: none !important;
  }
  body #hero_bar .search-actions #search_cta li {
    width: 40%;
  }
  #welcome > div > div {
    align-items: normal !important;
  }
  body #welcome .image-col {
    align-content: baseline !important;
  }
}

footer .footer-content a {
}

.home-quick-search,
.dark-banner,
.featured.padding {
  display: none !important;
}

@media (min-width: 768px) {
  .fake-hero {
    margin-top: -100px;
  }
}

.row {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 768px) {
  header .logo {
    margin-top: 15px !important;
  }

  .fake-hero {
    margin-top: -20px;
  }

  .fake-hero,
  .fake-hero .intro {
    height: 90vh !important;
    min-height: 570px;
  }
}

.intro .intro__buttons,
.intro .intro__title {
  display: none;
}

#pageComponent766092 {
  display: none !important;
}

#customModule44 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #customModule44 {
    height: 100%;
  }
}
ul,
li {
  list-style-type: none !important;
}

.additional-areas {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.additional-areas li:last-of-type {
  width: 100% !important;
}

li::before {
  display: none !important;
}

@media (min-width: 992px) {
  header .logo img {
    margin-top: 20px;
  }

  header.reduced .logo img {
    margin-top: 10px !important;
  }

  /* .intro {
        height: 90vh !important;
    } */
}

.si-testimonials.si-testimonials--scroller {
  background: white !important;
  border-color: white !important;
}

.si-testimonials__item span {
  font-family: "Josefin Sans", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}

body #customModule45 #welcome {
  padding-top: 0px !important;
}
@media (max-width: 767px) {
  body #customModule45 #welcome {
    padding-top: 0px !important;
  }
}
body #welcome .content-col {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.grid-item a:hover {
  transition: 2s !important;
}

.grid-item a {
  transition: 2s !important;
}

.grid-item div:hover {
  transition: 5s !important;
}

.grid-item div {
  transition: 5s !important;
}

.content {
  padding: 0 !important;
}

.content__container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.section--stats,
.section--agents,
.section--fma,
.section--testimonials {
  display: none !important;
}

@media (min-width: 768px) {
  body #welcome.cy-custom div.container div.row div.col-md-7.content-col h1 {
  }
}

@media (max-width: 320px) {
  .si-phone-link {
    font-size: 15px !important;
  }

  .intro {
    height: 100vh !important;
  }

  .home header.si-bgp--center {
    height: 170vh !important;
  }
}

@media (max-width: 820px) {
  body #hero_bar .search-actions #search_cta li a .linktext {
    font-size: 13px !important;
  }

  body .grid-row .grid-sbs .grid-item.final-lifestyle {
    height: 60vh !important;
  }

  body #hero_bar .search-heading h3 span::before {
    display: none;
  }

  body #hero_bar .search-heading h3 {
    padding-left: 0px !important;
  }

  /* body .grid-row .heading-box h2 {
        margin-bottom: 30px !important;
    }

    body .grid-row .heading-box h2 {
        font-size: 12vw !important;
    } */

  body .cy-custom .btn {
    width: 100%;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 300 !important;
  }

  body #welcome .content-col {
    padding-top: 0px !important;
  }
}

#pageComponent765711 > div > h2 {
  display: none !important;
}

.si-breadcrumb {
  display: none !important;
}

body {
  width: 100% !important;
  max-width: 100% !important;
}

.additional-areas {
  z-index: 10;
  list-style: none !important;
  list-style-type: none !important;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.additional-areas li {
  width: 50%;
}

body .grid-row .grid-sbs .grid-item.large {
  width: 100% !important;
}

.additional-areas a {
  color: white;
  text-transform: uppercase;
  font-family: "Josefin Sans", Sans-serif !important;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  margin-bottom: 10px;
}

.additional-areas a:hover {
  border-bottom: 2px solid black;
  transition: 0.5s;
}

.grid-item:hover .additional-areas a {
  color: #000;
  transition: 0.5s;
}

body > div.flex.flex-col.xl\:flex-row.px-4.sm\:px-12.lg\:px-40 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search-logo {
}

.h-hero-image > div:nth-child(2) ul li:nth-child(2),
.h-hero-image > div:nth-child(2) ul li:nth-child(3) {
  background-color: transparent !important;
  opacity: 1 !important;
}

.h-hero-image > div:nth-child(2) ul li:nth-child(2):hover,
.h-hero-image > div:nth-child(2) ul li:nth-child(3):hover {
  background-color: transparent !important;
  opacity: 1 !important;
}

#react-typeahead {
  width: 100%;
}

@media (max-width: 320px) {
  .hero-heading {
    transform: translateY(-23vh) !important;
  }
}

@media (max-width: 768px) {
  .additional-areas li {
    width: 100% !important;
  }

  body #hero_bar {
  }

  body .grid-row .grid-item {
    min-height: 50vh !important;
    width: 100%;
  }

  .relative.h-hero-image.w-full {
    height: 110vh !important;
  }

  /* .hero-heading {
        transform: translateY(-20vh);
    } */

  #MyHiddenElement h1 {
    font-size: 5.8vw !important;
    padding-top: 10px;
    line-height: 1.5;
    font-weight: 300 !important;
  }
  body .grid-row .grid-sbs {
    height: auto;
  }
}

.relative.h-hero-image.w-full {
  height: 90vh !important;
}

#search-tabs {
  display: none !important;
}

section
  div.relative.h-full.flex.flex-col.justify-center.items-center
  > div.mx-1 {
  display: none !important;
}

footer {
}

body {
  margin: 0;
}

.main-content
  .si-content-area
  ul:not(.si-content-label__body)
  li:not(.si-content-label__link) {
  padding-left: 0;
}

.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.home .fade-in.key-3 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.animated.hinge {
  animation-duration: 2s;
}

.main-content.container {
  width: 100%;
}

/*HEADER*/
header.fixed.dynamic {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.62) 1%,
      rgba(0, 0, 0, 0) 100%
    )
    no-repeat;
  box-shadow: none;
  height: 100px;
}

header.fixed.dynamic.reduced {
  background: #000;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  height: 65px;
}

.footerOLD {
  background-color: #000;
}

.footerOLD > div > a > img {
  filter: brightness(100);
}

header .logo img {
  max-height: 100%;
  vertical-align: top;
  width: auto;
}

header.dynamic .dynamic-nav-container {
  margin-top: 25px;
}

header.dynamic.reduced .dynamic-nav-container {
  margin-top: 0px;
}

@media (max-width: 991px) {
  header.fixed.dynamic,
  header.fixed.dynamic.reduced {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
    height: 115px;
  }

  header .logo img {
    filter: none;
  }
}

.hero-heading {
  padding: 2%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.hero-heading h1 {
  font-family: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 130px;
  color: #ffffff !important;
  margin: 0;
  text-align: center;
}

#customModule44 .et_pb_text_1 h1 {
  font-family: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 50px;
  color: #ffffff !important;
  margin: 0;
  text-align: center;
}

#welcome > div > div {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.col-md-5 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.col-md-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.col-md-7 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

#pageComponent577865,
#pageComponent577866 > div.si-content-area {
  display: none;
}

#testimonials #testimonial_holder .si-testimonials__item-content {
  text-overflow: ellipsis;
  text-wrap: wrap;
  max-height: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

body {
  /*font-family: "Josefin Sans", "Montserrat", "Open Sans", Helvetica, sans-serif !important;*/
  scroll-behavior: smooth;
  font-size: 19px;
}

/*body .dark-banner, body section.about {
    display: none !important;
}*/
body .home-quick-search {
  height: 100vh;
  max-height: 100vh !important;
  min-height: 700px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  box-sizing: border-box;
  margin-top: -65px;
}

@media (max-width: 992px) {
  body .home-quick-search {
    padding-top: 200px !important;
    min-height: 600px;
    height: 52vh;
  }

  .col-md-5,
  .col-md-6,
  .col-md-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .hero-heading h1 {
    font-size: 60px;
  }

  .et_pb_text_1 h1 {
    font-size: 5.8vw;
    letter-spacing: normal;
  }
}

@media (max-width: 992px) {
  .hero-heading h1 {
    font-size: 11vw !important;
    font-weight: 300;
    line-height: 0.8em;
    letter-spacing: 5px !important;
  }

  #MyHiddenElement h1 {
  }
}

body .cy-custom .container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

body .cy-custom .btn {
  font-family: "Josefin Sans", Sans-serif !important;
  position: relative;
  padding: 10px 50px 10px 0;
  border-radius: 0;
  font-weight: 400;
  background: rgba(0, 0, 0, 0) !important;
  border-bottom: 2px solid #465454;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2e2e2e;
  text-decoration: none;
}

@media (max-width: 992px) {
  body .cy-custom .btn {
    font-size: 15px;
    width: auto;
  }
}

@media (max-width: 575.98px) {
  body .cy-custom .btn {
    padding: 10px 0;
    letter-spacing: 2px;
    font-size: 13px;
  }
}

body .cy-custom .btn.light {
  color: #fff;
}

body .cy-custom .btn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 45%;
  height: 2px;
  background: #c1a02d;
  transition: 300ms ease all;
}

body .cy-custom .btn:hover:after {
  width: 15%;
}

body
  > section.home-quick-search.js-qs-home.si-bgp--center.no-bg
  > div.container.js-qs-form
  > div
  > div.form.fade-in.key-3
  > div.range-input.js-qs-price-range {
  display: none;
}

body #hero_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 10px 0;
  display: flex;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 992px) {
  .intro {
    height: 100%;
  }

  body #hero_bar {
    flex-wrap: wrap;
    background: #000;
    margin-bottom: 0px;
  }
}

@media (max-width: 575.98px) {
  body #hero_bar {
    margin-bottom: 0px;
  }

  body .home-quick-search {
    padding-top: 175px !important;
    min-height: 661px;
    height: 52vh;
  }
}

body #hero_bar .search-heading {
  width: 350px;
  background: #000;
  padding: 15px;
  margin: -50px 0 -10px 0;
}

@media (max-width: 992px) {
  body #hero_bar .search-heading {
    width: 100%;
  }
}

body #hero_bar .search-heading h3 {
  color: #fff;
  padding-left: 60px;
  font-size: 28px;
  font-weight: 300;
}

@media (max-width: 992px) {
  body #hero_bar .search-heading h3 br {
    display: none;
  }
}

body #hero_bar .search-heading h3 span {
  display: block;
  font-family: "Josefin Sans", Sans-serif !important;
  color: #bbd7df;
  font-size: 60%;
  position: relative;
  margin-bottom: 10px;
  font-style: italic;
}

body #hero_bar .search-heading h3 span:before {
  content: "";
  top: 50%;
  right: 100%;
  margin-right: 8px;
  width: 50px;
  border-top: 1px solid #bbd7df;
  position: absolute;
}

body #hero_bar .search-actions {
  width: calc(100%);
}

@media (max-width: 992px) {
  body #hero_bar .search-actions {
    width: 100%;
  }
}

body #hero_bar .search-actions #search_cta {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  height: 100%;
  padding-left: 0px;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1919.98px) {
  body #hero_bar .search-actions #search_cta {
    padding-left: 0;
  }
}

@media (max-width: 1499.98px) {
  body #hero_bar .search-actions #search_cta {
    flex-wrap: wrap;
  }
}

body #hero_bar .search-actions #search_cta li {
  list-style: none;
  margin: 0 15px;
  position: relative;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1499.98px) {
  body #hero_bar .search-actions #search_cta li {
    width: calc(33.3333333333% - 60px);
  }

  body #hero_bar .search-actions #search_cta li:nth-child(3):after {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  body #hero_bar .search-actions #search_cta li {
    margin: 0 20px;
    width: calc(33.3333333333% - 40px);
  }
}

@media (max-width: 575.98px) {
  body #hero_bar .search-actions #search_cta li {
    width: 100%;
  }
}

body #hero_bar .search-actions #search_cta li:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  height: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  transform: translateY(-50%);
}

body #hero_bar .search-actions #search_cta li a {
  display: block;
  color: #fff;
  padding: 15px 30px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  body #hero_bar .search-actions #search_cta li a {
    text-align: center;
  }
}

body #hero_bar .search-actions #search_cta li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #bbd7df;
  opacity: 1;
  transform: translate3d(-101%, 0, 0);
  transition:
    opacity 300ms,
    transform 300ms;
}

body #hero_bar .search-actions #search_cta li a .num {
  display: block;
  color: #bbd7df;
  font-family: "Roboto", Sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
}

body #hero_bar .search-actions #search_cta li a .linktext {
  display: block;
  letter-spacing: 2px;
  font-size: 18px;
  white-space: wrap;
}

body #hero_bar .search-actions #search_cta li a:hover {
  text-decoration: none;
}

body #hero_bar .search-actions #search_cta li a:hover:after {
  transform: translate3d(0, 0, 0);
}

body #hero_bar .search-actions #search_cta li.searchform {
  flex-grow: 1;
}

@media (max-width: 992px) {
  body #hero_bar .search-actions #search_cta li.searchform {
    margin-top: 25px;
  }
}

body #hero_bar .search-actions #search_cta li.searchform .listings-count {
  display: none;
}

@media (max-width: 1499.98px) {
  body #hero_bar .search-actions #search_cta li.searchform {
    width: 100%;
  }
}

body #hero_bar .search-actions #search_cta li.searchform:after {
  display: none;
}

body #hero_bar .search-actions #search_cta li.searchform .form .range-input {
  display: none;
}

body #hero_bar .search-actions #search_cta li.searchform .form input.location {
  width: calc(100% - 200px);
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  body
    #hero_bar
    .search-actions
    #search_cta
    li.searchform
    .form
    input.location {
    width: 100%;
  }
}

body #hero_bar .search-actions #search_cta li.searchform .form .search-button {
  height: 40px;
  padding: 0 20px;
  width: auto;
  font-size: 13px;
  font-weight: 600;
  margin-left: 2px;
  background: #008244;
  color: #fff;
  border: 1px solid #008244;
}

@media (max-width: 992px) {
  body
    #hero_bar
    .search-actions
    #search_cta
    li.searchform
    .form
    .search-button {
    width: 195px;
    border-radius: 0 !important;
    margin-left: 0;
  }

  body
    #hero_bar
    .search-actions
    #search_cta
    li.searchform
    .form
    .search-button:hover {
    width: 195px;
  }
}

@media (max-width: 575.98px) {
  body
    #hero_bar
    .search-actions
    #search_cta
    li.searchform
    .form
    .search-button {
    width: 100%;
  }

  body
    #hero_bar
    .search-actions
    #search_cta
    li.searchform
    .form
    .search-button:hover {
    width: 100%;
  }
}

body
  #hero_bar
  .search-actions
  #search_cta
  li.searchform
  .form
  .search-button
  .arrow {
  display: none;
}

body #welcome {
  padding: 50px 0 0;
  position: relative;
}

body #welcome .container {
  padding: 30px 0 0;
}

@media (max-width: 992px) {
  body #welcome {
    padding-top: 230px;
    padding-inline: 30px;
  }
}

@media (max-width: 575.98px) {
  body #welcome {
    padding-top: 150px;
    padding-inline: 15px;
  }
}

body #welcome .image-col {
  text-align: center;
}

body #welcome .image-col img {
  max-width: 100%;
  margin-right: auto;
  /* padding-top: 80px; */
}

body #welcome.cy-custom div.container div.row div.col-md-7.content-col h1 {
  font-size: 70px;
  letter-spacing: -2px;
  font-weight: 100 !important;
  margin: 10px 0 30px;
  border-bottom: 0px solid transparent !important;
}
#welcome > div > div > div.col-md-7.content-col > h1 > small {
  font-size:;
}

@media (max-width: 992px) {
  body #welcome .image-col img {
    max-width: 70%;
    margin-right: auto;
    padding-top: 20px;
  }

  body #welcome.cy-custom div.container div.row div.col-md-7.content-col h1 {
    font-size: 100px;
    font-weight: 100 !important;
    margin: 20px 0;
  }
}

@media (max-width: 992px) {
  body #welcome .image-col img {
    padding-top: 0;
    max-width: 500px;
  }

  body #welcome.cy-custom div.container div.row div.col-md-7.content-col h1 {
    font-size: 79px;
    font-weight: 100 !important;
  }
}

@media (max-width: 768px) {
  body #welcome .image-col img {
    margin-top: 30px !important;
    max-width: 80%;
  }

  body #welcome.cy-custom div.container div.row div.col-md-7.content-col h1 {
    font-size: 9vw;
    font-weight: 100 !important;
  }
}

@media (max-width: 575.98px) {
  body #welcome .image-col img {
    max-width: 100%;
  }
}

body #welcome .content-col {
  padding-right: 50px;
}

@media (max-width: 992px) {
  body #welcome .content-col {
    padding: 50px 10px 0;
  }
}

@media (max-width: 575.98px) {
  body #welcome .content-col {
    padding: 30px 0px 0;
  }
}

body #welcome p {
  font-family: "Josefin Sans", Sans-serif !important;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.6px;
}

body #welcome p a {
  color: #73b5b5;
}

#search_areas {
  margin-top: 50px;
}

body .grid-row {
  display: flex;
}

@media (max-width: 768px) {
  body .grid-row {
    flex-wrap: wrap;
  }
}

body .grid-row .heading-box {
  /* width: 50%; */
  background: #000;
  /* padding: 12vw 100px; */
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* @media(max-width: 1199.98px) {
    body .grid-row .heading-box {
        padding: 13vw 50px;
    }
} */

@media (max-width: 768px) {
  body .grid-row .heading-box {
    width: 100%;
    border-right: none;
    padding: 8vw 30px;
  }
}

@media (max-width: 575.98px) {
  body .grid-row .heading-box {
    padding: 12vw 30px !important;
  }
}

body .grid-row .heading-box h2 {
  color: #fff;
  font-family: "Josefin Sans", Sans-serif !important;
  font-size: 125px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left;
}

@media (max-width: 2000.98px) {
  body .grid-row .heading-box h2 {
    font-size: 77px;
  }
}

@media (max-width: 1199.98px) {
  body .grid-row .heading-box h2 {
    font-size: 60px;
  }
}

@media (max-width: 992px) {
  body .grid-row .heading-box h2 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  body .grid-row .heading-box h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  body .grid-row .heading-box h2 {
    font-size: 9vw;
  }
}

@media (max-width: 768px) {
  body .grid-row .heading-box h2 br {
    display: none;
  }

  @media (max-width: 2000px) {
    /* body .grid-row .heading-box h2 {
            font-size: 100px;
        } */
  }
}

body .grid-row .heading-box.light {
  background: #fff;
}

body .grid-row .heading-box.light h2 {
  color: #000;
}

body .grid-row .grid-stack {
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  body .grid-row .grid-stack {
    width: 100%;
    /* height: 90vw; */
  }
}

@media (max-width: 575.98px) {
  body .grid-row .grid-stack {
    height: auto;
  }
}

body .grid-row .grid-stack .grid-item {
  width: 100%;
  height: 50%;
  min-height: 40vh;
  overflow: hidden;
}

body .grid-row .grid-sbs {
  width: 100%;
  display: flex;
  height: 25vw;
  border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
  body .grid-row .grid-sbs {
    height: auto;
    flex-wrap: wrap;
  }
}

body .grid-row .grid-sbs .grid-item {
  width: 50%;
  height: 100%;
}

@media (max-width: 768px) {
  body .grid-row .grid-sbs .grid-item {
    width: 100%;
    height: 40vh;
  }
}

/*@media(max-width: 575.98px) {
    body .grid-row .grid-sbs .grid-item {
    height: 50vw;
}
}*/
body .grid-row .grid-sbs .grid-item:first-child {
  border-right: 1px solid #fff;
}

body .grid-row .grid-half {
  width: 50%;
}

@media (max-width: 768px) {
  body .grid-row .grid-half {
    width: 100%;
    height: auto;
  }
}

body .grid-row .grid-half .grid-item {
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  body .grid-row .grid-half .grid-item {
    height: 40vw;
  }
}

@media (max-width: 575.98px) {
  body .grid-row .grid-half .grid-item {
    height: 50vw;
  }
}

body .grid-row .grid-full {
  width: 100%;
  height: 30vw;
}

@media (max-width: 768px) {
  body .grid-row .grid-full {
    height: 40vw;
  }
}

@media (max-width: 575.98px) {
  body .grid-row .grid-full {
    height: 50vw;
  }
}

body .grid-row .grid-full .grid-item {
  height: 100%;
  width: 100%;
}

body .grid-row .grid-item {
  border-bottom: 1px solid #fff;
}

/*body .grid-row .grid-item .cy-lazy {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
body .grid-row .grid-item .cy-lazy:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
    pointer-events: none;
    transition: 300ms ease all;
}*/

body .grid-row .grid-item .cy-lazy {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: ease 1.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}

body .grid-row .grid-item .cy-lazy:hover::before {
  opacity: 100%;
}

body .grid-row .grid-item .cy-lazy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color:#1212118f; */
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  z-index: 1;
  opacity: 100%;
}

body .grid-row .grid-item .cy-lazy::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 2px solid #bbae70;
  transition: 0.4s;
  z-index: 1;
  opacity: 0;
}

body .grid-row .grid-item .cy-lazy:hover::after {
  width: 90%;
  height: 90%;
  opacity: 100%;
}

body .grid-row .grid-item .cy-lazy:hover .search-logo {
  transition: 0.4s;
}

body .grid-row .grid-item .cy-lazy .search-logo {
  position: relative;
  z-index: 10;
  width: 25%;
  max-width: 100px;
  filter: invert(0);
  transition: 0.4s;
}

body .grid-row .grid-item .cy-lazy .inner {
  position: relative;
  z-index: 10;
}

body .grid-row .grid-item .cy-lazy .inner .title {
  font-family: "Josefin Sans", Sans-serif !important;
  display: block;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  position: relative;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  transition: 300ms ease all;
  scale: 0.9;
}

@media (max-width: 1499.98px) {
  body .grid-row .grid-item .cy-lazy .inner .title {
    font-size: 50px;
  }
}

@media (max-width: 1199.98px) {
  body .grid-row .grid-item .cy-lazy .inner .title {
    margin-top: 15px;
    font-size: 40px;
    letter-spacing: 10px;
  }
}

@media (max-width: 992px) {
  body .grid-row .grid-item .cy-lazy .inner .title {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

@media (max-width: 768px) {
  body .grid-row .grid-item .cy-lazy .inner .title {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  body .grid-row .grid-item .cy-lazy .inner .title {
    font-size: 8vw;
    letter-spacing: 1px;
  }
}

body .grid-row .grid-item .cy-lazy .inner .title:after {
  font-family: "Josefin Sans", Sans-serif !important;
  content: "SEARCH";
  display: block;
  text-align: center;
  padding-top: 15px;
  font-size: 22px;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  body .grid-row .grid-item .cy-lazy .inner .title:after {
    font-size: 17px;
  }
}

body .grid-row .grid-item .cy-lazy:hover:before {
  background: rgba(255, 255, 255, 0.4);
}

body .grid-row .grid-item .cy-lazy:hover .search-logo {
  filter: invert(1);
}

body .grid-row .grid-item .cy-lazy:hover .inner .title {
  color: #000;
}

body #lifestyles {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  body #lifestyles {
    margin-top: 0;
  }
}

body #lifestyles .grid-row .heading-box {
  padding: 10vw 100px;
}

@media (max-width: 992px) {
  body #lifestyles .grid-row .heading-box {
    padding: 10vw 50px;
  }
}

body #testimonials {
  padding: 75px 0;
}

body #testimonials h2 {
  font-family: "Josefin Sans", Sans-serif;
  font-size: 44px !important;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  color: #000;
}

@media (max-width: 992px) {
  body #testimonials h2 {
    font-size: 6vw !important;
    width: 95%;
  }
}

body #testimonials h2 span {
  font-family: "Josefin Sans", Sans-serif;
  display: block;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  body #testimonials h2 span {
    font-size: 4vw;
  }
}

body #testimonials #testimonial_holder {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body #testimonials #testimonial_holder .slick-slide {
  text-align: center;
}

body #testimonials #testimonial_holder .si-testimonials__item-content {
  font-size: 22px;
}

@media (max-width: 575.98px) {
  body #testimonials #testimonial_holder .si-testimonials__item-content {
    font-size: 18px;
  }
}

body #testimonials #testimonial_holder .si-testimonials__item-by {
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
}

body #buysell .grid-row .grid-item a .inner .title:after {
  content: "LEARN MORE";
}

body #homevalue {
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 30px;
}

body #homevalue .inner {
  display: flex;
  text-align: center;
  padding: 12vw 30px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.4);
  min-height: 40vh;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

body #homevalue span.title {
  font-family: "Josefin Sans", Sans-serif !important;
  display: block;
  text-align: center;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  body #homevalue span.title {
    font-size: 10vw;
  }
}

body #homevalue span.title span {
  font-family: "Josefin Sans", Sans-serif !important;
  display: block;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 1px;
  margin-top: 20px;
}

@media (max-width: 1199.98px) {
  body #homevalue span.title span {
    font-size: 4vw;
    margin-top: 1vw;
  }
}

body #contact_us {
  display: flex;
  margin-top: 50px;
  gap: 2%;
  padding-bottom: 30px;
}

body #contact_us .photo-bg {
  background-size: cover;
  width: 49%;
  background-position: center;
}

@media (max-width: 992px) {
  body #contact_us {
    flex-direction: column;
  }
  body #contact_us .photo-bg {
    width: 100%;
    padding: 30px 15px;
  }
  /* body #contact_us .photo-bg {
        display: none !important;
    } */
}

body #contact_us .contact-holder {
  width: 47%;
  padding: 30px 100px;
}

@media (max-width: 1199.98px) {
  body #contact_us .contact-holder {
    padding: 50px;
  }
}

@media (max-width: 992px) {
  body #contact_us .contact-holder {
    width: 95%;
    margin: 20px auto;
  }
}

@media (max-width: 575.98px) {
  body #contact_us .contact-holder {
    padding: 30px 30px 0;
  }

  body #homevalue span.title span {
    letter-spacing: 2px;
  }
}

body #contact_us .contact-holder h2 {
  font-family: "Butler";
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 575.98px) {
  body #contact_us .contact-holder h2 {
    margin-top: 0;
    font-size: 50px;
  }
}

body #contact_us .contact-holder h2 span {
  font-family: "Josefin Sans", Sans-serif !important;
  display: block;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

/* header .logo img {
    max-width: 90%;
} */

.footerOLD .logo {
  top: 10px;
}

#search_areas > div:nth-child(3) > div > div > a {
  background-position: bottom;
}

@media (max-width: 575.98px) {
  body #testimonials {
    padding-block: 50px;
  }
}

/*adjustment code*/

.main-content .si-content-area h1 {
  font-family: "Josefin Sans", Sans-serif !important;
}

.contact-logo {
  max-width: 290px;
}
.header__bg,
header:after,
#eapps-instagram-feed-1 > div > div.eapps-instagram-feed-title-container,
.blog,
.chart,
.communities,
#pageComponent951614,
body > section.about > div.bg {
  display: none;
}

body > section.about > div.box {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 500px) {
  #search_cta > li.searchform {
    margin: 0 !important;
    padding: 0 15px;
  }
}

.btgf-field {
  width: 49%;
}
.btgf-field input,
.btgf-field textarea,
form > div:nth-child(1),
.btgf-field:nth-child(4),
.btgf-field:nth-child(5) {
  width: 100%;
}
.btgf-form-main {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 5px;
}
#e91fb004-4456-4392-b3b3-0a0fb4eec9d1-label {
  margin-bottom: 2px;
}
.btgf-submit--justify-start {
  margin: 0 0 15px;
}
.uk-notouch .btn--primary:not(.has-background):hover {
  color: #000 !important;
}
@media (max-width: 500px) {
  .btgf-submit--justify-start {
    margin: 0 auto 15px;
  }
}
label {
  font-family: "Roboto", Sans-serif !important;
}
.bt-footer__tenant-logo img {
  width: auto !important;
  height: auto;
  max-height: 110px;
}
#contact_us > div.photo-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
body #contact_us .contact-holder {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
#contact_us .contact-title {
  text-align: center;
  width: 90%;
  font-family:
    "Josefin Sans",
    Josefin Sans,
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 48px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #contact_us .contact-title {
    font-size: 40px;
  }
}
#contact_us .contact-text {
  text-align: center;
  width: 90%;
  font-family:
    "Josefin Sans",
    Josefin Sans,
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}
/* #testimonials{
  padding-bottom: 0 !important;
} */
.si-content-area p {
  margin-bottom: 10px;
}
.page {
  padding: 0 !important;
}
.toggle__icon:after,
.toggle__icon:before,
.toggle__icon {
  background-color: #fff;
}
.navigation__top-auth > a:focus,
.navigation__top-auth > a:hover,
.navigation__top-blog > a:focus,
.navigation__top-blog > a:hover,
.header-phone:focus,
.header-phone:hover,
.lang__button:focus,
.lang__button:hover,
.toggle:focus,
.toggle:hover {
  color: #c1a02d !important;
}
.intro__tabs,
#introTabs,
.intro__tab-content {
  display: none !important;
}
.container {
  width: 100% !important;
  margin: 0;
  padding: 0 15px;
}
header {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}
@media (min-width: 992px) {
  header {
    height: 100px;
  }
}
/*---------------------///////////////////////////////////////////    header code///////////////////////----------------------------------*/
header {
  position: absolute;
  z-index: 10;
  padding: 0;
  width: 100%;
  top: 0;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%) !important; */
}
header:before {
  background-color: transparent !important;
}
#logo {
  max-width: 200px;
}
.scrolled {
  background: #fff;
  transition: background-color 0.3s ease;
}

header.scrolled > div > div > #logo2 {
  max-width: 130px;
  transition: background-color 0.3s ease;
}

header.scrolled > div > div > #logo {
  max-width: 145px;
  transition: background-color 0.3s ease;
}
#logo > a > img {
  max-width: 100px;
}
header.scrolled > div > div {
  min-height: 90px;
}
.uk-notouch .menu-list .menu-list__link:hover,
.uk-notouch .menu-list .menu-list__link:focus {
  color: #fff;
  background: #3e547b;
}
.grid--center {
  align-items: center;
}
.main-menu {
  font-size: 14px;
  margin: -4px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.main-menu-item {
  position: relative;
  /* display: inline-block; */
  padding-right: 8px;
  line-height: 1.25;
  text-align: left;
  margin-top: 4px;
}
.main-menu-item > .menu-link {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
  font-size: 18px;
  font-family: "Josefin Sans", Sans-serif !important;
}
header.scrolled .main-menu-item > .menu-link {
  color: #3e547b;
}
.menu-list .menu-list__link {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 4px 8px;
  text-decoration: none;
  font-family: "Josefin Sans", Sans-serif;
}
.uk-notouch .menu-list .menu-list__link:hover,
.uk-notouch .menu-list .menu-list__link:focus {
  color: #fff;
  background: #3e547b;
}
.sub-menu-link {
  font-weight: 600;
}
.main-sub-menu,
.sub-menu {
  list-style: none;
  padding-left: 0;
}
.link-list__item,
#inner-viewport > div > div.site-nav-container > div > div > div > ul > li,
#inner-viewport
  > div
  > div.site-nav-container
  > div
  > div
  > div
  > ul
  > li.link-list__item {
  list-style: none !important;
}
.py-12,
ul.uk-list > li.link-list__item > div,
#inner-viewport
  > div
  > div.site-nav-container
  > div
  > div
  > div
  > ul
  > li
  > div,
#inner-viewport
  > div
  > div.site-nav-container
  > div
  > div
  > div
  > ul
  > li.link-list__item
  > div {
  display: flex !important;
  gap: 5px;
}
ul.uk-list > li.link-list__item > a,
#inner-viewport > div > div.site-nav-container > div > div > div > ul > li > a,
#inner-viewport
  > div
  > div.site-nav-container
  > div
  > div
  > div
  > ul
  > li.link-list__item
  > a {
  text-decoration: none !important;
  color: #000;
  display: flex !important;
  gap: 5px;
}

.navbar-holder .navbar #main-nav-container > ul > li .sub-menu {
  position: absolute;
  opacity: 0;
  padding: 0;
  top: 100%;
  left: 0;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  list-style: none;
  background: #fff;
}
.navbar-holder .navbar #main-nav-container > ul > li .sub-menu li {
  border-bottom: rgba(0, 0, 0, 0.1);
}
.navbar-holder .navbar #main-nav-container > ul > li .sub-menu li a {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.navbar-holder .navbar #main-nav-container > ul > li .sub-menu li a:hover {
  color: #fff;
  background: #000;
}
.navbar-holder .navbar #main-nav-container > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.navbar-holder .navbar #main-nav-container > ul > li:hover .sub-menu {
  opacity: 1;
}

.bt-ccomp[data-bt-ccomp="dropdown"].bt-ccomp--active .bt-ccomp__content,
.bt-ccomp.bt-ccomp__dropdown.bt-ccomp--active .bt-ccomp__content {
  display: block;
  animation: bt-drop 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bt-ccomp[data-bt-ccomp="dropdown"] .bt-ccomp__content,
.bt-ccomp[data-bt-ccomp="dropdown"] .bt-react-dropdown__content,
.bt-ccomp.bt-ccomp__dropdown .bt-ccomp__content,
.bt-ccomp.bt-ccomp__dropdown .bt-react-dropdown__content {
  background: #fff;
  position: absolute;
  top: 100%;
  min-width: 240px;
  max-width: 250px;
  left: 0;
  padding: 12px;
  border: 1px solid #999;
  box-shadow:
    inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
  z-index: 902;
  margin-top: 8px;
  display: none;
}
.bt-ccomp .bt-ccomp__content {
  white-space: normal;
}
.bt-ccomp[data-bt-ccomp="dropdown"] .bt-ccomp__content:before,
.bt-ccomp[data-bt-ccomp="dropdown"] .bt-react-dropdown__content:before,
.bt-ccomp.bt-ccomp__dropdown .bt-ccomp__content:before,
.bt-ccomp.bt-ccomp__dropdown .bt-react-dropdown__content:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 10px;
  background: #fff;
  transform: rotate(135deg);
  border-bottom-left-radius: 5px;
  border: 1px solid #999;
  border-right: none;
  border-top: none;
}
@media (max-width: 991px) {
  header#top {
    display: none;
  }
  .header-mobile {
    background-color: #292828;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .header-mobile.internal {
    position: relative;
  }
  .logo {
    display: inline-block;
    font-size: 60px;
    margin-left: 20px;
    margin-top: 0;
  }
  .logo img {
    vertical-align: initial;
    max-width: 200px;
    max-height: 60px;
    margin-top: 10px;
  }
  .nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #292828;
    overflow: hidden;
  }
  .mobile-menu-class {
    padding-left: 0;
    margin-bottom: 0;
  }
  .mobile-menu-class a {
    display: block;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
  }
  .mobile-menu-class a:hover {
    background-color: #555;
  }
  .nav {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  .hamb {
    cursor: pointer;
    float: right;
    padding: 40px 20px;
  }
  .hamb-line {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
  }
  .hamb-line::before,
  .hamb-line::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .hamb-line::before {
    top: 5px;
  }
  .hamb-line::after {
    top: -5px;
  }
  .side-menu {
    display: none;
  }
  .side-menu:checked ~ nav {
    max-height: 100vh;
  }
  .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
  }
  .side-menu:checked ~ .hamb .hamb-line::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  .side-menu:checked ~ .hamb .hamb-line::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  #inner-viewport
    > div
    > div.site-nav-container
    > div
    > div
    > div
    > ul
    > li.link-list__item.at-main-menu__contact-agent
    > a
    > div,
  #inner-viewport
    > div
    > div.site-nav-container
    > div
    > div
    > div
    > ul
    > li.link-list__item.at-main-menu__search
    > a
    > div,
  #inner-viewport
    > div
    > div.site-nav-container
    > div
    > div
    > div
    > ul
    > li.link-list__item.at-main-menu__home
    > a
    > div,
  #inner-viewport
    > div
    > div.site-nav-container
    > div
    > div
    > div
    > ul
    > li.link-list__item.at-main-menu__site-menu
    > a
    > div,
  #inner-viewport
    > div
    > div.site-nav-container
    > div
    > div
    > div
    > ul
    > li.link-list__item.at-main-menu__sign-in
    > a
    > div {
    color: #3e547b;
    font-weight: 600;
  }
  .bt-header__mobile {
    display: block !important;
    height: auto;
  }
  #inner-viewport {
    padding-top: 0;
  }
  #inner-viewport
    > div
    > div.bt-header__mobile.py-4.px-12
    > div
    > div:nth-child(1)
    > a
    > img.bt-inner-logo {
    width: 44%;
    max-height: none;
  }
  #inner-viewport
    > div
    > div.bt-header__mobile.py-4.px-12
    > div
    > div:nth-child(1)
    > a
    > img.hero-logo {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
  .hamb {
    display: none;
  }
}
@media (max-width: 767px) {
  .fa-bars:before {
    font-size: 30px;
    content: "" !important;
  }
}
/*---------------------///////////////////////////////////////////    header code    end      ///////////////////////----------------------------------*/
