/* Fonts */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700|Lato:300,400,700,900&display=swap");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/updates/premium/patch.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/new/ps.css");

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h2 span,
.h3,
.h4,
.h5,
.h6 {
  font-family: "EB Garamond", serif !important;
}
p,
dt,
dd,
a,
address,
span,
label,
button,
strong,
::placeholder {
  font-family: "Lato", sans-serif !important;
}

.ct-legend-label {
  font-family: "Lato", sans-serif !important;
}

/* Brand Colors */
.information-bar,
.listing-box-image-label,
#qs-submit,
.btn-primary,
.page-item.active .page-link,
#chat-with-us-link .chatbox-launch-button,
.filter-primary,
.section-inverse,
.questions-wrapper,
.c-banner,
.box-btn {
  background: #0e6b38 !important;
}
body .filter-primary button {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* JS Classes */
.overflow-hidden {
  overflow: hidden;
}
.new-menu.menu-open {
  transform: translateY(0%);
}
.kv-fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
}

.scale-down {
  transform: scale(0.8) translate(0px, 25px);
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .scale-down {
    transform: scale(0.8) translate(0px, 5px) !important;
  }
}

.hideme {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.5s ease;
}
.fade-in {
  opacity: 1;
  transform: translateY(0) !important;
}

.collapse-header {
  height: 0 !important;
  transition: all 0.5s ease;
}
.nav-link-color {
  color: #fff !important;
}
.hamburger-color {
  border-color: #fff !important;
  color: #fff !important;
}

body {
  background: #fff !important;
  scroll-behavior: smooth;
  font-family: "Lato", sans-serif !important;
}

/* Custom Header */
body.header-transparent .header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 5;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
}
body.header-transparent.front .header {
  background: #fff;
  background-image: none !important;
}
body.header-transparent.front .header-inner .container {
  position: relative;
}
body .header-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  margin: 0px;
  height: 40px;
  overflow: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 500px) {
  body .header-topbar {
    justify-content: center;
  }
}
body .static-img-topbar a {
  font-weight: 400;
}
body .static-img-topbar .fa,
.top-nav-left .nav-link .fa {
  display: none !important;
}
body .header-topbar-left .nav-link {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 11px;
  color: #666 !important;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1.2px;
  line-height: 0;
}
@media (max-width: 600px) {
  body .header-topbar-left .nav-link {
    letter-spacing: 1px;
    font-size: 10px;
  }
}
body .header-topbar-right {
  margin-left: 20px;
  text-transform: uppercase;
}
body .header-topbar-right .nav-item .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
}
body .header-wrapper .header-top {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none;
}
body .header-top.header-primary .header-information a,
body .header-top.header-primary .header-information .fa,
body .header-top.header-primary .header-information span {
  color: #000;
}
body.header-transparent .header-top-inner .hidden-sm-down {
  position: relative;
  transform: scale(1) translateY(-20px) !important;
  margin-right: auto !important;
  transition: transform 0.25s ease;
}
.header-top-inner .col-md-3 {
  width: auto;
}
body.header-transparent img.img-logo.img-fluid {
  max-width: 150px;
  max-height: 90px;
  transition: transform 0.25s ease;
}
@media (max-width: 500px) {
  body.header-transparent img.img-logo.img-fluid {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .header-top-inner .col-md-3 {
    margin-right: auto !important;
  }
}
body.header-transparent .header-top-inner .hidden-sm-up {
  margin-top: 10px;
}
body.header-transparent .header-top-inner .nav-primary-wrapper {
  margin-left: 60px;
}
body.header-transparent .header-top-inner .nav-primary {
  margin-top: 20px;
}
body.header-transparent .header-top-inner .nav-primary .nav-link {
  color: #292b2c;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
}
body.header-transparent .header-top-inner .nav-primary .nav-item .sub-menu {
  background: #fff;
}
body.header-transparent .header-top-inner .nav-primary .nav-item .sub-menu a {
  color: #292b2c;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.2px;
}
body.header-transparent .navbar-toggler {
  position: static;
  transform: translateY(65%);
  border-color: #666;
}
@media (max-width: 992px) {
  body .navbar-toggler.header-primary,
  body .navbar-toggler.header-primary span {
    border-color: #000000;
  }
}

@media (max-width: 767px) {
  body.header-transparent .navbar-toggler {
    transform: translateY(-140%) !important;
  }
}
body.header-transparent .navbar-toggler span {
  border-color: #666;
}

/* Custom Cover/Hero */
body.header-transparent.front .cover {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh !important;
  margin-top: 0 !important;
}
@media (max-width: 700px) {
  body.header-transparent.front .cover {
    height: 750px !important;
  }
}
body.header-transparent .cover-title {
  top: 60% !important;
  width: 100%;
  padding: 0 25px !important;
}
@media (max-width: 700px) {
  body.header-transparent .cover-title {
    right: auto !important;
    left: auto;
    bottom: -80px;
  }
}
body.header-transparent .cover-title-inner {
  display: none;
}
body.header-transparent .cover-image {
  background-size: cover;
  background-attachment: fixed !important;
}
body.header-transparent .cover-overlay {
  opacity: 1 !important;
}

body#home-bodycontent .information-bar {
  display: none;
}

.hero-wrapper {
  text-align: center;
  color: #fff;
}
@media (max-width: 700px) {
  .hero-wrapper {
    padding: 20px;
    text-align: center;
    left: auto;
    right: auto;
  }
}
.hero-heading {
  font-size: 28px;
  font-weight: 200;
  line-height: 60px;
  color: #fff;
  letter-spacing: 2.9px;
}
@media (max-width: 544px) {
  .hero-heading {
    line-height: 36px;
  }
}

.hero-text {
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 50px;
}
.hero-tagline {
  font-size: 43px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 1.6px;
}
@media (max-width: 700px) {
  .hero-tagline {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
.hero-button {
  display: inline-block;
  border: 2px solid #fff;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #fff;
  margin: 10px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  text-decoration: none !important;
}
@media (max-width: 700px) {
  .hero-button {
    margin: 2px;
  }
}
.hero-button.white {
  border: 2px solid #000;
  color: #000;
}
.hero-button.white:hover {
  color: #000;
}
.hero-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

/* Custom Search */
body.header-transparent.front .cover.cover-center .location-form-group {
  width: 80% !important;
  display: inline-block;
  margin: 0 !important;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 700px) {
  body.header-transparent.front .cover.cover-center .location-form-group {
    width: 100% !important;
  }
}

#horizontal-search > .row {
  display: flex;
  align-items: center;
  width: 100%;
}
#horizontal-search form .row .col-xs-12.col-md-2.col-lg-2 {
  width: auto !important;
  margin-left: 10px;
}
@media (max-width: 700px) {
  #horizontal-search form .row .col-xs-12.col-md-2.col-lg-2 {
    width: 50% !important;
    margin-top: 5px;
  }
}
#horizontal-search .form-group.col-xs-12.col-md-2.col-lg-2 {
  background: transparent;
  padding: none !important;
}
#horizontal-search form .row div.col-lg-2:nth-child(2) {
  display: none;
}
body.header-transparent.front .btn-group.bootstrap-select.form-control.show-tick {
  display: none;
}
#horizontal-search .form-group.col-xs-6.col-md-2.col-lg-1 {
  display: none;
}
body.header-transparent.front #horizontal-search {
  padding: 20px !important;
  display: block;
  border-radius: 5px;
  width: 100%;
  max-width: 750px;
  margin: auto;
}
body.header-transparent.front #horizontal-search span.twitter-typeahead .tt-menu {
  min-width: 100%;
  width: 100%;
  padding: 0 12px;
}
body.header-transparent.front #horizontal-search .container {
  padding: 0;
}
body.header-transparent.front #horizontal-search form .row div:last-child {
  box-shadow: none !important;
}
body.header-transparent.front #horizontal-search #qs-submit {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 14px;
  font-weight: 400;
}
body.header-transparent.front #horizontal-search #more-options {
  display: block !important;
  position: absolute;
  right: 0;
  font-size: 12px;
  letter-spacing: 2.9px;
  background: transparent !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.header-transparent.front #horizontal-search #more-options {
    width: 97%;
    margin: auto;
    right: auto;
    left: auto;
  }
}
body.header-transparent.front #horizontal-search #more-options .fa {
  display: none;
}

/* C Styles */
.c-header {
  font-size: 36px;
  margin-bottom: 35px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.c-header.agent {
  font-size: 46px;
}
.c-header:after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: #006938;
  margin-top: 35px;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .c-header:after {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.c-emphasis-text {
  display: block;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 3px;
}
.c-button {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  text-decoration: none !important;
}
.c-button.white {
  color: #fff;
}
.c-button.areas {
  display: block;
}
.c-button.areas:after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background: #006938;
  margin: 35px auto;
}
/* Broker Website Styles */

.office-intro {
  position: relative;
  padding-bottom: 80px;
}
.office-intro:after {
  content: "";
  height: 160px;
  width: 2px;
  background: #006938;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -20px;
  z-index: 1;
}
@media (max-width: 991px) {
  .office-intro {
    padding-top: 90px;
  }
  .office-intro:after {
    height: 95px !important;
  }
}

.office-intro .container-fluid {
  max-width: 1440px !important;
  margin: auto !important;
}
.office-intro .row {
  padding: 100px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .office-intro .row {
    padding: 40px 0 0 !important;
    flex-direction: column-reverse;
  }
}
.office-about {
  padding: 25px !important;
}
@media (max-width: 767px) {
  .office-about {
    text-align: center;
  }
}
.office-image {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .office-image {
    width: 100%;
    text-align: center;
  }
}

/* Agent Website Styles */

.agent-image img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: auto;
  height: 540px;
  object-fit: cover;
}
.about-wrapper {
  position: relative;
  padding: 100px 15px;
  background: #fff;
  max-width: 1140px;
  margin: auto;
}
.about-wrapper:before {
  content: "";
  height: 160px;
  width: 2px;
  background: #006938;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -50px;
}
.agent-content-header {
  font-weight: 500;
}
.agent-about {
  padding: 35px !important;
}
@media (max-width: 767px) {
  .agent-about {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }
}
.agent-content {
  font-size: 18px;
}
.agent-about .btn-primary {
  padding: 12px 20px;
  border-radius: 3px;
}
.about-wrapper .row {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .about-wrapper .row {
    flex-direction: column;
    align-items: stretch;
  }
  .agent-image img {
    margin: 0 auto 30px;
    max-width: 450px;
  }
}

/*->> Main <<-*/
body.header-transparent .main {
  padding-top: 0;
}

/* General Listings */
.listing-wrapper {
  position: relative;
  padding: 60px 25px 20px;
  margin: 0 auto;
  color: #58595b;
}

.listings-header {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-style: italic;
  max-width: 960px;
  margin: 80px auto;
  text-align: center;
  margin-bottom: 30px;
}

.listing-wrapper .row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1440px;
  margin: auto;
}

@media (max-width: 991px) {
  .listing-wrapper .row {
    flex-direction: column;
    align-items: stretch;
  }
  .listing-wrapper .listing {
    width: 100%;
  }
}
.listing {
  position: relative;
  height: 350px;
  padding: 25px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
.listing.short {
  height: 300px;
}
.listing a .fa {
  margin-left: 5px;
}
.listing:hover .address-wrapper {
  padding-top: 30px;
  padding-bottom: 70px;
}
.listing:hover .listing-button {
  bottom: 10%;
}
.address-wrapper {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.01));
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: padding 0.25s ease-out;
}
.listing-price {
  color: #fff;
  font-weight: 600;
}
.listing-address {
  color: #fff;
  font-size: 18px;
}
.listing-button {
  position: absolute;
  bottom: -100%;
  display: inline-block;
  padding: 12px 20px;
  transition: bottom 0.25s ease;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 400;
  letter-spacing: 1.2px;
}

/* Custom Listings Carousel */
body .owl-carousel.listing-slider {
  padding: 25px;
}
body .owl-carousel.listing-slider .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #444;
  border-radius: 50%;
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.5);
  outline: none;
}
body .owl-carousel.listing-slider .owl-nav .owl-prev {
  left: 5px;
}
body .owl-carousel.listing-slider .owl-nav .owl-next {
  right: 5px;
}
body .owl-carousel.listing-slider .owl-nav button span {
  font-size: 36px;
  font-weight: 600;
  line-height: 0;
}

/* Exclusives Carousel */
.top-wrapper .owl-carousel .owl-stage-outer {
  padding: 20px 0px;
}
.top-wrapper .owl-carousel .owl-item {
  transition: all 0.25s ease;
}
.top-wrapper .owl-carousel .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  background: #fff !important;
  color: #444 !important;
  border-radius: 50%;
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.5);
  outline: none;
}
.top-wrapper .owl-carousel .owl-nav .owl-prev {
  left: -5px;
}
.top-wrapper .owl-carousel .owl-nav .owl-next {
  right: -5px;
}
.top-wrapper .owl-carousel .owl-dots {
  text-align: center;
}
.top-wrapper .owl-carousel .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 3px;
  transition: all 0.25s ease;
  outline: none;
}
.top-wrapper.owl-carousel .owl-dot.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.exclusives-wrapper {
  position: relative;
  padding: 60px 25px 20px;
  margin: 0 auto;
  color: #58595b;
}
@media (max-width: 500px) {
  .exclusives-wrapper {
    padding: 60px 0 20px;
  }
}
.exclusives-wrapper:after {
  content: "J&D SET OUT IN 1950 TO WORK WITH CLIENTS WHO UNDERSTAND AND INHABIT LUXURY - IN ALL IT'S MANIFESTATIONS";
  display: block;
  text-align: center;
  margin-top: 90px;
  letter-spacing: 3px;
  max-width: 650px;
  margin: 90px auto 0;
}

.exclusives-wrapper .row {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: auto;
}
.exclusives-wrapper .row:after {
  content: "";
  height: 160px;
  width: 2px;
  background: #006938;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: -60px;
  z-index: 1;
}
@media (max-width: 991px) {
  .exclusives-wrapper .row {
    flex-direction: column;
    padding-bottom: 100px;
  }
}
.exclusives-about {
  line-height: 32px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 1130px) {
  .exclusives-about {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 991px) {
  .exclusives-header:after {
    margin: 15px auto;
  }
  .exclusives-about {
    padding: 25px !important;
    text-align: center;
  }
  .exclusives-about .c-header:after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .exclusives-header:after {
    margin: 15px auto;
  }
  .exclusives-about {
    padding: 25px !important;
    text-align: center;
  }
}

.exclusives-price {
  font-size: 18px;
  color: #58595b;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
.exclusives-address {
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: #58595b;
}
.exclusives-button {
  display: inline-block;
  border: 2px solid #000;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #000;
  margin-right: 25px;
  margin-top: 25px;
  text-transform: uppercase;
  transition: background 0.25s ease;
  text-decoration: none !important;
}
.exclusives-about a .fa {
  margin-left: 5px;
}
.exclusives-about .btn-primary {
  padding: 12px 20px;
}

/* Trickle Down Styles */
body.header-transparent.front #categories {
  padding: 0 !important;
}
body.header-transparent.front .content > .container-fluid {
  padding: 0;
}
.c-section {
  padding: 100px 10px;
}
.c-section-header {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.c-section-header:after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background: #006938;
  margin: 15px auto;
}
.c-section h2 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-style: italic;
  margin-bottom: 30px;
}
.c-section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  letter-spacing: 2.9px;
}

#cust-area-wrpr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
  margin-bottom: 30px;
}
.cust-area-item {
  position: relative !important;
  width: 30%;
  min-width: 300px;
  height: 300px;
  margin: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.4) 0 6px 20px -10px;
  cursor: pointer;
  overflow: hidden;
}
.cust-area-item:hover .cust-area-title {
  transform: translateY(-20px);
  opacity: 0;
}
.cust-area-item:hover .area-span {
  transform: translateY(0px);
  opacity: 1;
}
.cust-area-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cust-area-item__overlay {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.cust-area-title {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease;
}
.area-span {
  position: absolute;
  transform: translateY(60px);
  opacity: 0;
  display: block !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  transition: all 0.4s ease;
}

/* Custom Template Listing Carousels */
/* Listing Section Container */
body.header-transparent.front .listings.container {
  max-width: 100% !important;
}

/* Listing Section Page Heading */
body.header-transparent.front .listings .page-header h2 span {
  font-size: 38px !important;
  font-family: "EB Garamond", serif !important;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-style: italic;
  color: #373a3c;
}

@media (max-width: 550px) {
  body.header-transparent.front .listings .page-header {
    font-size: 18px;
  }
}

/* Recruiting Section */
.recruiting-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://dtzulyujzhqiu.cloudfront.net/johnstondaniel1663/images/1571286007_Lid1oSGpc6LQX4yyTrLwQAFHl3olbDuRNHQzBLS3.jpeg);
  background-size: cover;
  background-position: center;
  min-height: 500px;
}
.recruiting-header {
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

/* World Wrapper */
.world-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://dtzulyujzhqiu.cloudfront.net/kvcoredemo14/images/1572559717_TzakuuATcFAxGYyuAp106b12TyyaXIg2jJchGldj.jpeg);
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

/* About */
#about {
  display: none;
}

/* Areas We Cover */
.p-t-3.p-b-3.background-white h1 {
  font-size: 38px !important;
  font-weight: 500;
  letter-spacing: 1.2px;
  font-style: italic;
  color: #373a3c;
  margin-bottom: 50px;
}

/* Footer */
.footer-wrapper,
.footer-top,
.footer-top-left a {
  background-color: #fafafa !important;
  color: #222 !important;
}
.footer-text {
  color: #000 !important;
  margin: 0;
  line-height: 18px;
  font-weight: 500;
}
.footer-text.title {
  margin-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid #eee;
}
.footer-bottom .nav-item a:not([aria-haspopup="true"]) {
  color: #ddd;
}
.footer-logo {
  display: block;
  max-width: 100px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin: 0 auto 20px;
    margin-bottom: 50px;
  }
}

/* Contact Pages */
.agent-contact-image {
  width: 100%;
}
@media (max-width: 767px) {
  .agent-contact-image {
    display: block;
    max-width: 350px;
    margin: auto;
  }
}
.agent-contact-title {
  margin: 0 auto 20px !important;
}

/* Search Pages */
body .header-wrapper .secondary-nav img {
  max-width: 80px !important;
  max-height: 100px;
}
body .header-wrapper .secondary-nav .hidden-sm-down {
  transform: scale(1) !important;
}

/* Sell Page */
.sell-cover-pull-top.header-transparent .sell-cover {
  margin-top: 0 !important;
  min-height: 700px;
}

/* Agent About Styles */
#agent-bodycontent .listing-user-image {
  width: 300px;
  height: 300px;
  border-radius: 0%;
}
#agent-bodycontent .listing-user-image a {
  border-radius: 0%;
}
#agent-bodycontent .listing-user-title h2 {
  font-size: 32px;
}
#agent-bodycontent .listing-user-title h3 {
  font-size: 16px;
}
#agent-bodycontent .listing-detail h2 {
  font-size: 26px;
}

/* Testimonial Styles */
#testimonials {
  display: none;
}
.testimonial-wrapper {
  padding: 50px 15px 100px;
  background: #eaeaea;
}
.testimonial-wrapper .wrapper-header {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}
.testimonials {
  padding: 10px 0 0;
  max-width: 1440px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.testimonial {
  padding: 15px;
  margin: 10px;
  border-radius: 3px;
  /*   box-shadow: 0 1px 6px -1px rgba(0,0,0,.5); */
  transition: all 0.5s ease;
  text-align: center;
}
.testimonial-text {
  font-size: 26px;
  font-weight: 400;
  max-width: 940px;
  line-height: 34px;
  margin: 0 auto 30px;
}
.testimonial-text:before,
.testimonial-text:after {
  content: '"';
}
.testimonial-author {
  position: relative;
}
.testimonial-date {
  margin-top: 10px;
  color: #666;
  font-size: 0.9em;
}
.testimonial-button-wrapper {
  text-align: center;
  margin-top: 50px;
}
.testimonial-button-wrapper.single {
  margin-top: 0px;
}
.testimonial-button {
  padding: 12px 20px;
  cursor: pointer;
}

.bottom-wrapper .owl-carousel.testimonials .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -10%;
  width: 50px;
  height: 50px;
  color: #444 !important;
  border-radius: 50%;
  border: none !important;
  outline: none !important;
  background: none !important;
}
.bottom-wrapper .owl-carousel.testimonials .owl-nav .owl-prev {
  left: 50%;
  transform: translateX(-100%);
}
.bottom-wrapper .owl-carousel.testimonials .owl-nav .owl-next {
  right: 50%;
  transform: translateX(100%);
}
.bottom-wrapper .owl-carousel.testimonials .owl-dots {
  text-align: center;
}
.bottom-wrapper .owl-carousel.testimonials .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 3px;
  transition: all 0.25s ease;
  outline: none;
}
.bottom-wrapper .owl-carousel.testimonials .owl-dot.active {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Custom Pages */
/* #resources-bodycontent .content > .container > .row div.col-lg-4 {
  display: none;
}
#resources-bodycontent .content > .container > .row div.col-md-8 {
  width: 100%;
  max-width: 100%;
}
#resources-bodycontent .content > .container {
  width: 100%;max-width: 100%;padding: 0;margin: 0;
}
#resources-bodycontent .col-md-12.m-b-3.resource-container {
  padding: 0;
  margin: 0;
}
#resources-bodycontent .content-title {
  margin-bottom: 0;
} */

/* Custom Page Styles */
.cp-cover-img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.cp-cover-img.about {
  object-position: 50% 75%;
}
.cp-cover-img.services {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}
.cp-content {
  position: relative;
  padding: 80px 0 50px;
}
.cp-content:before {
  content: "";
  height: 160px;
  width: 2px;
  background: #006938;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: -100px;
}
@media (max-width: 1090px) {
  .cp-content:before {
    height: 90px !important;
    top: -24px !important;
  }
}
.cp-content > .container {
  padding-top: 100px;
}
.cp-content > .container .row {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
}
.cp-60 {
  width: 60%;
  flex: 1;
}
.cp-40 {
  width: 40%;
  padding: 0 40px;
  flex: 1;
}
@media (max-width: 991px) {
  .cp-content > .container .row {
    flex-direction: column;
  }
  .cp-40,
  .cp-60 {
    width: 100%;
  }
  .cp-content > .container .row.reverse {
    flex-direction: column-reverse;
  }
}
.cp-span {
  display: block;
  text-align: center;
  color: #111;
  padding: 10px;
  max-width: 850px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 2.8px;
}
.cp-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.cp-img.small {
  height: 400px !important;
  padding: 20px;
}
@media (max-width: 991px) {
  .cp-img {
    width: 100%;
    height: 300px !important;
    margin-bottom: 30px;
  }
}
.cp-bottom-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.cp-bottom-banner.about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://dtzulyujzhqiu.cloudfront.net/johnstondaniel1663/images/1574111898_CLU3XTe55yjkEyVA1KkSujCHDRvV63JQUFNpZV4k.jpeg);
}
/* .cp-bottom-banner.global {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url(https://assets.thesparksite.com/uploads/sites/1196/2019/11/A-career-in-real-estate-awaits.jpg);
} */
.cp-bottom-banner.philanthropy {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://assets.thesparksite.com/uploads/sites/1196/2019/11/FOOTER-IMAGE.jpg);
}
.cp-bottom-banner.services {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://assets.thesparksite.com/uploads/sites/1196/2019/11/FOOTER-1.jpg);
}

/* Secondary Nav Styles */
body.header-transparent .header-top-inner .col-md-3.hidden-sm-down {
  display: inline-block !important;
}
@media (max-width: 767px) {
  body.header-transparent .header-top-inner .col-md-3.hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.header-transparent .header-top-inner .col-md-3.hidden-md-up {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  body.header-transparent .header-top-inner .navbar-toggler {
    transform: translateY(100%) !important;
  }
}
@media (max-width: 500px) {
  body.header-transparent .header-top-inner .navbar-toggler {
    transform: translateY(60%) !important;
  }
}
@media (max-width: 767px) {
  img.img-logo.secondary_logo.index-sell {
    margin-top: 0px !important;
  }
  img.img-logo.img-fluid {
    max-height: 50px !important;
    margin-bottom: 10px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
