@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;400;500&family=Roboto:wght@100;400;500&display=swap");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/templates/help/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/components/listings/new/ps.css");

:root {
  --secondary-brand-color: #000000;
  --heading-font: "Roboto", sans-serif;
  --text-font: "Open Sans", sans-serif;
  --cover-tagline-size: 2.5rem;
  --cover-tagline-weight: 600;
  --page-header-size: 3rem;
  --page-header-weight: 600;
}

/* Global */
#home-bodycontent #header.home .logo.primary {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
/* Make Primary Logo Larger on Home & Sell Pages */
body.header-transparent #header .logo.primary {
  transform: scale(1.8) translate(0px, 10px);
  transform-origin: left;
}

#home-bodycontent
  .cover:not([style="height: 700px"])
  .cover-title
  > .container {
  margin-top: 90px;
}
#home-bodycontent .cover[style="height: 700px"] {
  height: 100vh !important;
  margin-top: -170px;
}
#home-bodycontent .cover[style="height: 700px"] .hero-tagline {
  font-size: calc(var(--cover-tagline-size) + 0.5rem) !important;
  line-height: calc(var(--cover-tagline-size) * 1.5) !important;
  font-weight: var(--cover-tagline-weight) !important;
}
#home-bodycontent .cover:not([style="height: 700px"]) .hero-tagline {
  font-size: var(--cover-tagline-size) !important;
  line-height: calc(var(--cover-tagline-size) * 1.5) !important;
  font-weight: var(--cover-tagline-weight) !important;
}
#home-bodycontent .hero-btns {
  margin-top: 1rem;
}
#home-bodycontent .hero-btns a {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #fff !important;
  font-size: 1.1rem;
  color: #fff;
  padding: 16px 24px;
  display: inline-block;
}
#home-bodycontent .cover-image[data-opacity="0.8"] {
  opacity: 0.6 !important;
}
#home-bodycontent .cover-image[data-opacity="0.6"] {
  opacity: 0.4 !important;
}
#home-bodycontent .cover-title {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transform: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
#home-bodycontent .cover-title > .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#home-bodycontent #horizontal-search {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem 1rem !important;
  transform: translatey(215px);
  background-color: #eee;
  width: 100%;
}
#home-bodycontent #horizontal-search:before {
  content: "Start Your Search";
  display: block;
  text-align: center;
  font-size: calc(var(--page-header-size) - 50%);
  font-weight: var(--page-header-weight);
  text-transform: uppercase;
  font-family: var(--heading-font);
  margin-bottom: 1rem;
}
#home-bodycontent #horizontal-search #more-options {
  display: none;
}
#home-bodycontent .information-bar {
  display: none;
}
#home-bodycontent .custom-top {
  margin-top: 230px;
}

/* About Agent */
#about-agent {
  padding-bottom: 6rem !important;
}
#about-agent .about-agent-image-wrapper {
  width: 500px !important;
  height: 500px !important;
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#about-agent .about-agent-image-wrapper.hidden {
  display: none !important;
}
#about-agent .about-agent-image-wrapper:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  border: 2px solid #e6e6e6;
  transform: translate(-30px, 30px);
  background-color: #eee;
}
#about-agent img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 20%, 20% 0, 100% 0%, 100% 80%, 80% 100%, 0% 100%);
}
#about-agent .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#about-agent .container > .row.column-reverse {
  flex-direction: column-reverse;
}
#about-agent .container > .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#about-agent h2 {
  font-size: var(--page-header-size);
  font-weight: 600;
  text-transform: uppercase;
}
#about-agent .col-md-6 > span,
#about-agent .col-md-12 > span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#about-agent .col-md-12 > .span-accent:after {
  margin: 1rem auto;
  display: block;
  transform: unset;
}
#about-agent .span-accent:after {
  content: "";
  width: 100px;
  background-color: #e6e6e6;
  height: 2px;
  display: inline-block;
  transform: translatey(-5px);
  margin-left: 1rem;
}
#about-agent p,
#about-agent li {
  font-size: 1.2rem;
}
#about-agent ol {
  padding: 0 1rem;
}
#about-agent ul {
  padding: 0;
}
#about-agent li {
  margin-bottom: 0.6rem;
}
#about-agent a:not([rel]) {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000;
  padding: 16px 24px;
  display: inline-block;
}
#about-agent a[rel] {
  color: blue !important;
}
@media (max-width: 992px) {
  #about-agent h2 {
    font-size: 2rem;
  }
  #about-agent p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #about-agent .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #about-agent img {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 2rem;
  }
  #about-agent h2 {
    font-size: 2rem;
    text-align: center;
  }
  #about-agent p {
    font-size: 1rem;
    text-align: center;
  }
  #about-agent a {
    display: block;
    text-align: center;
  }
}
#about-agent .row > div:not(.col-md-6) #kv-social-wrapper {
  position: static !important;
  transform: unset;
  z-index: 1;
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
#about-agent .row > .col-md-6 #kv-social-wrapper {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -25px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
#kv-social-wrapper .hero-social-link {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.3rem;
  margin: 0.3rem !important;
  background-color: #fff;
  border: 0px solid #000;
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease;
}
#kv-social-wrapper .hero-social-link .fa {
  line-height: 0;
  transform: translatex(2px);
}
#kvat1 {
  position: relative;
  font-size: 1.2rem;
}
#cta.full-image {
  height: 100vh;
  position: relative;
}
#cta.full-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  z-index: 0;
}
#cta.full-image .absolute-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translatey(-50%);
  color: #fff;
}
#cta.full-image .absolute-content h2 {
  font-size: var(--page-header-size);
  font-weight: var(--page-header-weight);
}
#cta.full-image .absolute-content a.btn {
  background-color: transparent;
  border: 1px solid;
  min-width: 220px;
}
#home-bodycontent #featured-areas {
  background-color: #fff;
}
#home-bodycontent #featured-areas header h2 {
  font-size: var(--page-header-size);
}
#home-bodycontent #featured-areas .area-8 {
  padding-left: 10px;
  padding-right: 10px;
}
#home-bodycontent #featured-areas .area-8 figure {
  position: relative;
  height: 350px;
  margin-bottom: 0 !important;
  overflow: visible !important;
}
#home-bodycontent #featured-areas .area-8 figure:after {
  content: "Search Listings";
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  padding-bottom: 3rem;
  display: flex;
  font-family: var(--text-font);
  justify-content: center;
  transform: scale(0);
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100 !important;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  opacity: 0;
}
#home-bodycontent #featured-areas .area-8 img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#home-bodycontent #featured-areas .area-title-wrapper {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: -10px !important;
  left: 0;
  z-index: 2 !important;
}
#home-bodycontent #featured-areas .area-title-wrapper .featured-area-name {
  font-size: 2rem;
  font-weight: var(--page-header-weight);
  background: #eee;
  color: #000;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.3);
}
#home-bodycontent
  #featured-areas
  .area-title-wrapper
  .featured-area-name:after {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  background-color: #eee;
  border-left: 1px solid #e6e6e6;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kvat1 #cta.banner.texture.typography {
  background-color: rgba(238, 238, 238, 0.8);
}
#kvat1 #cta.banner h2 {
  font-size: var(--page-header-size);
}
#cta.banner a.btn {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 16px 24px;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  #about-agent .about-agent-image-wrapper {
    width: 350px !important;
    height: 350px !important;
  }
}
@media only screen and (min-width: 992px) {
  #home-bodycontent
    #froala-editor:not(.fr-box)
    #featured-areas
    .area-8
    figure:hover:after {
    transform: scale(1);
    opacity: 1;
  }
  #home-bodycontent
    #froala-editor:not(.fr-box)
    #featured-areas
    .area-8
    figure:hover
    .area-title-wrapper {
    left: 0px !important;
  }
  #kv-social-wrapper .hero-social-link:hover {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 992px) {
  #home-bodycontent #horizontal-search {
    transform: translatey(215px);
  }
  #about-agent .about-agent-image-wrapper {
    width: 300px !important;
    height: 300px !important;
  }
  #about-agent .col-md-6 > span {
    font-size: 0.8rem;
  }
  #about-agent .col-md-6 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #home-bodycontent #horizontal-search {
    transform: translatey(440px);
  }
  #home-bodycontent .custom-top {
    margin-top: 450px;
  }
  #home-bodycontent .hero-btns a {
    font-size: 1rem;
  }
  #about-agent .about-agent-image-wrapper {
    margin-bottom: 3rem;
  }
  #about-agent .col-md-6 > span {
    display: block;
    text-align: center;
  }
  #about-agent .col-md-6 > span:after {
    display: block;
    transform: unset;
    margin: 1rem auto;
  }
}
@media only screen and (max-width: 544px) {
  #home-bodycontent .hero-btns a {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
  }
  #home-bodycontent .hero-tagline {
    line-height: normal !important;
  }
}
/* Testimonials */
#testimonials-carousel {
  display: none;
}
#custom-testimonials {
  background-position: center;
  background-size: cover;
  border: 2px solid #e6e6e6;
}
#custom-testimonials header h2 {
  font-size: var(--page-header-size);
  font-weight: var(--page-header-weight);
  text-transform: uppercase;
}
#home-bodycontent #testimonial-image {
  width: 100%;
}
#custom-testimonials header h2:after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  margin: 2rem auto;
  background-color: var(--secondary-brand-color, #e6e6e6);
}
#custom-testimonials header a {
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  text-decoration: none;
}
#custom-testimonials .custom-testimonials-inner {
  max-width: 1140px;
  margin: 0 auto;
}
#custom-testimonials .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 3rem));
  -ms-transform: translateY(calc(-50% - 3rem));
  transform: translateY(calc(-50% - 3rem));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
#custom-testimonials .owl-carousel .owl-nav button .fa {
  color: #000;
}
#custom-testimonials .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
#custom-testimonials .owl-carousel .owl-nav .owl-next {
  right: 0;
}
#custom-testimonials .custom-testimonial {
  text-align: center;
  padding: 1rem 2.5rem;
}
#custom-testimonials .custom-testimonial p {
  position: relative;
}
#custom-testimonials .custom-testimonial p.quotes:before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "\f10d";
  font-size: 5em;
  color: rgb(238 238 238);
  z-index: -1;
  font-family: fontAwesome;
}
#custom-testimonials .custom-testimonial p.quotes:after {
  position: absolute;
  bottom: -20px;
  right: 0;
  content: "\f10e";
  font-size: 5em;
  color: rgb(238 238 238);
  z-index: -1;
  font-family: fontAwesome;
}
#custom-testimonials .custom-testimonial-rating {
  margin-bottom: 2em;
}
#custom-testimonials .custom-testimonial-rating .fa-star {
  margin: 0 2px;
  font-size: 2.5rem;
}
#custom-testimonials .custom-testimonial-rating .fa-star.visible-star {
  color: #ffd700;
  text-shadow: 0px 1px 2px #717171;
}
#custom-testimonials .custom-testimonial-rating .fa-star.invisible-star {
  color: rgb(37 32 32 / 10%);
}
#custom-testimonials .custom-testimonials-inner p {
  font-size: 1.2rem;
}
#home-bodycontent .listings.container:nth-child(even) {
  background-color: #fff;
}
#home-bodycontent .listings.container .page-header h2 span,
#home-bodycontent #latest-blogs h1,
#home-bodycontent .page-wrapper > .p-t-3.p-b-3.background-white h1 {
  font-size: var(--page-header-size);
  font-weight: var(--page-header-weight);
  text-transform: uppercase;
}
#home-bodycontent .page-wrapper > .p-t-3.p-b-3.background-white {
  background-color: #eee;
}
#home-bodycontent .page-wrapper > .p-t-3.p-b-3.background-white ul a {
  font-size: 1rem;
}
#home-bodycontent #about {
  display: none;
}
#home-bodycontent .custom-top ~ .container {
  max-width: 1440px;
}
#froala-editor #view-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#froala-editor #view-boxes figure {
  margin: 0.5rem !important;
}
#froala-editor #view-boxes .view-box-link {
  position: relative;
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  text-decoration: none;
  overflow: hidden;
}
#froala-editor #view-boxes .view-box-link img.view-box-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  object-fit: cover;
  transition: all 0.5s ease;
  transform-origin: center;
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}
#froala-editor #view-boxes .view-box {
  position: relative;
  color: #fff;
}
#froala-editor #view-boxes .view-box figcaption {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#froala-editor #view-boxes .view-box p {
  font-size: 1.1rem;
  letter-spacing: auto;
  text-transform: normal;
}
@media only screen and (min-width: 992px) {
  #froala-editor:not(.fr-box)
    #view-boxes
    .view-box-link:hover
    img.view-box-image {
    transform: scale(1.1);
    filter: brightness(30%);
  }
}
@media only screen and (max-width: 992px) {
  #froala-editor #view-boxes {
    display: flex;
    flex-direction: column;
  }
  #froala-editor #view-boxes figure {
    width: 100%;
  }
  #froala-editor #view-boxes .view-box-link {
    min-height: 250px;
  }
  #froala-editor #view-boxes .view-box {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #heading span {
    font-size: 0.7rem;
  }
  #kvat1 #cta.banner h2,
  #home-bodycontent #featured-areas header h2,
  #home-bodycontent #horizontal-search:before,
  #cta.full-image .absolute-content h2 {
    font-size: 1.5rem;
  }
}
.hero-arrow {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 80px;
  height: 50px;
  display: flex;
  justify-content: center;
  margin: auto;
  z-index: 1;
}
.hero-arrow div {
  position: absolute;
  bottom: 0;
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  animation: scrollArrow 2s ease infinite;
}
.hero-arrow div:nth-child(1) {
  bottom: 20px;
}
.hero-arrow div:nth-child(2) {
  bottom: 10px;
  animation-delay: 0.2s;
}
@keyframes scrollArrow {
  0% {
    bottom: 100%;
    opacity: 0%;
  }
  30% {
    bottom: 0%;
    opacity: 100%;
  }
  60% {
    bottom: 0%;
    opacity: 0%;
  }
  100% {
    bottom: 0%;
    opacity: 0%;
  }
}
