:root {
  --ip-default-transition: all 0.35s ease-in-out;
  --primary: #1c3457;
  --secondary: #6c757d;
}

.site-banner {
  display: none;
}

#inner-page-wrapper {
  margin-bottom: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.bg-section {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bg-section.parallax canvas {
  background-attachment: fixed;
}

.safari-true .bg-section.parallax canvas {
  background-attachment: scroll;
}

.bg-section canvas {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-desc h2,
.main-desc h3,
.main-desc h4 {
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-desc iframe {
  max-width: 100%;
  height: auto;
}

.desc p, .desc ul {
  color: #4c4c4c;
  line-height: 1.786;
  font-size: 14px;
  font-size: clamp(12px, 0.88vw, 14px);
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}

.desc.centered {
  text-align: center;
}

.desc.white p {
  color: #ffffff;
}

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

.ip-banner {
  display: none;
}

.ip-sec {
  position: relative;
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
}

/* BANNER START */
.banner-sec {
  margin-bottom: 130px;
}

.banner-inner {
  position: relative;
  line-height: 0;
}

.banner-inner canvas {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 44.77%;
  bottom: -29px;
  left: 0;
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 100%;
  pointer-events: none;
  z-index: 1;
}

.banner-inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 43%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-logo-wrap,
.banner-breadcrumbs-wrap,
.banner-title-wrap {
  position: absolute;
  line-height: 1;
  z-index: 2;
}

.banner-logo-wrap {
  top: 46% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-logo-wrap img {
  filter: brightness(0) invert(1) drop-shadow(3px 4px 15px rgb(0, 0, 0));
  width: 100%;
  max-width: 480px;
  max-width: 30vw;
  height: auto;
}

.banner-breadcrumbs-wrap {
  width: 100%;
  bottom: -15px;
  padding: 0 15px;
  padding-left: 115px;
}

#breadcrumbs,
#breadcrumbs a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.banner-title-wrap {
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;

  display: none;
}

.banner-title-wrap .entry-title {
  color: #ffffff;
  font-size: 77px;
  font-size: 4.81vw;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  font-weight: 100;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.88);
}

.banner-desc {
  margin-top: 17px;
}

/* BANNER END */
/* PAGINATION START */
.listings-custom-pagination {
  position: relative;
  margin: 20px 0 50px;
  display: flex;
  justify-content: center;
}

.listings-custom-pagination ul {
  display: flex;
}

.listings-custom-pagination ul li {
  padding: 0 5px;
}

.listings-custom-pagination ul li a {
  display: flex;
  border: 1px solid var(--primary);
  padding: 5px 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: var(--ip-default-transition);
  background: transparent;
}

.listings-custom-pagination ul li a:not(.prev, .next) {
  width: 30px;
  height: 30px;
}

.listings-custom-pagination ul li a:hover,
.listings-custom-pagination ul li.current a {
  background: var(--primary);
  color: #ffffff;
}

/* PAGINATION END */
/*** MAIN START ****/
.main-sec {
  padding: 0 15px 120px;
  padding: 0 15px 7.5vw;
}

.bg-main {
  top: unset;
  bottom: 0;
  height: 60.2%;
}

.bg-main canvas {
  opacity: 15%;
  filter: grayscale(1);
}

.bg-main::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0) 100%);
}

.main-wrap {
  position: relative;
  width: 100%;
  max-width: 1360px;
  max-width: 85vw;
  margin: auto;
}

.main-title-wrap {
  position: relative;
}

.main-title {
  text-align: center;
  font-size: 60px;
  font-size: 3.75vw;
  letter-spacing: 0.05em;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font-family-title);
  font-weight: 200;
}

.main-tagline {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25vw;
  letter-spacing: 0.8em;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: var(--font-family-title);
  color: var(--primary);
  max-width: 700px;
  max-width: max(43.75vw, 600px);
  margin: auto;
  margin-top: 5px;
}

.main-desc {
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 1020px;
  max-width: max(63.75vw, 750px);
}

.main-desc ul {
  width: 100%;
  max-width: 585px;
  margin: 0 auto 20px;
  text-align: left;
  list-style: disc;
  display: inline-block;
}

.main-photo-wrap {
  margin-top: 100px;
  margin-top: clamp(70px, 6.25vw, 100px);
  position: relative;
}

.main-photo-item-img {
  background: var(--primary);
}

.main-photo-arrow {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
  padding: 0 23px;
  padding: 0 1.44vw;
  pointer-events: none;
}

a.site-arrow {
  color: #ffffff;
  font-size: 35px;
  font-size: 2.19vw;
  pointer-events: all;
}

a.site-arrow:hover {
  opacity: 70%;
}

/*** MAIN END ****/
/* FEATURES START */
.features-sec {
  padding: 120px 15px;
  padding: 7.5vw 15px;
}

.bg-features canvas {
  opacity: 45%;
}

.bg-features::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 73%, rgba(255, 255, 255, 0) 100%);
}

.features-wrap {
  width: 100%;
  max-width: 1360px;
  max-width: 85vw;
  margin: auto;
}

.features-inner {
  display: flex;
}

.features-title-wrap {
  width: 35.23%;
  position: relative;
  z-index: 1;
}

.features-list-wrap {
  width: 64.77%;
  position: relative;
}

.features-title-item {
  letter-spacing: 0.1em;
  font-size: 30px;
  font-size: 1.88vw;
  background: var(--primary);
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 57px 15px;
  padding: 3.56vw 15px;
  cursor: pointer;
  position: relative;
  transition: var(--ip-default-transition);
  font-weight: 500;
}

.features-title-item.active:hover {
  background: var(--primary);
}

.features-title-item:nth-child(2),
.features-title-item:nth-child(2).active:hover {
  background: #213d66;
}

.features-title-item:nth-child(3),
.features-title-item:nth-child(3).active:hover {
  background: #264675;
}

.features-title-item:nth-child(4),
.features-title-item:nth-child(4).active:hover {
  background: #2a4f84;
}

.features-title-item:nth-child(5),
.features-title-item:nth-child(5).active:hover {
  background: #2f5792;
}

.features-title-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 13px solid var(--primary);
  transition: var(--ip-default-transition);
}

.features-title-item:nth-child(2)::after {
  border-left: 13px solid #213d66;
}

.features-title-item:nth-child(3)::after {
  border-left: 13px solid #264675;
}

.features-title-item:nth-child(4)::after {
  border-left: 13px solid #2a4f84;
}

.features-title-item:nth-child(5)::after {
  border-left: 13px solid #2f5792;
}

.features-title-item:not(.active)::after {
  opacity: 0;
}

.features-list-item {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: var(--ip-default-transition);
  opacity: 0;
  pointer-events: none;
  display: flex;
  padding: 60px 68px;
  padding: 3.75vw 4.25vw;
  align-items: center;
  top: 0;
  left: 0;
}

.features-list-item.active {
  opacity: 1;
  pointer-events: all;
  position: relative;
}

.features-title-item:hover {
  /* opacity: 90%; */
  background: #606060;
}

.bg-features-list {
  background: #000000;
}

.bg-features-list canvas {
  opacity: 75%;
}

.features-list-links {
  position: relative;
}

.features-list-links li {
  margin-bottom: 24px;
  margin-bottom: clamp(15px, 1.5vw, 24px);
  position: relative;
  padding-left: 15px;
}

.features-list-links li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  left: 0;
  top: 6px;
  top: 0.38vw;
}

.features-list-links li:last-child {
  margin-bottom: 0;
}

.features-list-links li a {
  font-size: 15px;
  font-size: 0.94vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
}

.col-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.features-list-links li a:hover {
  opacity: 70%;
}

.features-list-links li a.no-link {
  pointer-events: none;
}

/* FEATURES END */
/*LISTINGS START*/
.listings-results-list {
  margin-top: 30px;
}

.listings-results-inner {
  margin: 0 -18px;
  margin: 0 -1.13vw;
}

.listings-item {
  width: 33.3333333333%;
  padding: 0 18px;
  padding: 0 1.13vw;
  margin-bottom: 36px;
  margin-bottom: 2.25vw;
}

.listings-item a {
  display: block;
  position: relative;
}

.fp-slide-photo {
  background: #000;
}

.fp-slide-photo img {
  opacity: 75%;
}

.fp-slide-photo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.fp-address-status-wrap,
.fp-price-specs-wrap {
  position: absolute;
  z-index: 2;
}

.fp-address-status-wrap {
  width: 100%;
  padding: 30px;
  padding: 1.88vw;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.fp-address {
    font-size: 18px !important;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.fp-address span {
    display: block;
    font-size: 14px !important;
    color: #fff;
    margin-top: 8px;
}

.fp-status {
  margin-left: 15px;
}

.fp-status span {
  display: block;
  padding: 5px 10px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.81vw;
  letter-spacing: 0.1em;
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 100;
}

.fp-status span.active {
  background: #237d00;
}

.fp-status span.sold {
  background: #ff0000;
}

.fp-address {
  font-size: 18px;
  font-size: 1.13vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
}

.fp-price-specs-wrap {
  width: 100%;
  padding: 30px;
  padding: 1.88vw;
  bottom: 0;
  left: 0;
}

.fp-price {
  font-size: 22px;
  font-size: 1.38vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
}

.fp-specs {
  display: flex;
  transition: var(--ip-default-transition);
  height: 0;
  opacity: 0;
  margin-top: 0;
}

.fp-specs li {
  font-size: 16px;
  font-size: 1vw;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  font-weight: 100;
  padding: 0 18px;
  padding: 0 1.13vw;
  position: relative;
}

.fp-specs li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 66%;
  transform: translateY(-50%);
  background: #ffffff;
}

.fp-specs li:first-child {
  padding-left: 0;
}

.fp-specs li:last-child {
  padding-right: 0;
  border: none;
}

.fp-specs li:last-child::after {
  opacity: 0;
}

.listings-item a:hover .fp-specs {
  height: 16px;
  height: 1vw;
  opacity: 1;
  margin-top: 10px;
}

.listings-cta-wrap {
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 100px;
  margin-bottom: max(70px, 6.25vw);
  flex-flow: wrap;
}

.listings-cta-wrap a {
  max-width: 270px;
  max-width: 16.88vw;
  width: 100%;
  margin: 0 10px;
}

.fl-sec{
  padding: 100px 0 0;
}
.fl-title{
  text-align: center;
  font-size: 60px;
    font-size: 3.75vw;
  letter-spacing: 0.05em;
  font-family: var(--font-family-title);
  color: var(--primary);
  text-transform: uppercase;
  
}
.fl-title span{
  display: block;
  font-size: 20px;
    font-size: 1.25vw;
  letter-spacing: 0.8em;
  margin-bottom: 5px;
}
/*LISTINGS END*/
#listings-results .listings-sort .sort-view{
  display: none !important;
}
/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (min-width: 1601px) {
  /* 1601 */
}
@media only screen and (max-width: 1480px) {
  /* 1480 */
}
@media only screen and (max-width: 1366px) {
  /* 1366 */
}
@media only screen and (max-width: 1280px) {
  /* 1280 */
}
@media only screen and (max-width: 1199px) {
  /* 1199 */
  .bg-section.parallax canvas {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 991px) {
  /* 991 */
  .banner-logo-wrap img {
    max-width: 250px;
  }
  .banner-title-wrap .entry-title {
    font-size: 45px;
  }
  .banner-breadcrumbs-wrap {
    padding-left: 15px;
    bottom: -22px;
  }
  .col-2 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .banner-sec {
    margin-bottom: 80px;
  }
  .main-title {
    font-size: 40px;
  }
  .main-tagline {
    font-size: 18px;
    letter-spacing: 0;
  }
  .desc p {
    font-size: 14px;
  }
  .main-photo-arrow {
    padding: 0 20px;
  }
  a.site-arrow {
    font-size: 25px;
  }
  .features-list-links li a {
    font-size: 14px;
  }
  .main-wrap,
  .features-wrap {
    max-width: 800px;
  }
  .main-sec {
    padding-bottom: 70px;
  }
  .features-sec {
    padding: 70px 15px;
  }
  .features-list-links li::before {
    top: 6px;
  }
  .listings-results-list {
    padding: 0 15px;
    margin: auto;
    margin-top: 50px;
  }
  .listings-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .listings-results-inner {
    margin: 0 -10px;
  }
  .fp-address-status-wrap,
  .fp-price-specs-wrap {
    padding: 30px 15px;
  }
  .fp-address,
  .fp-status span {
    font-size: 14px;
  }
  .fp-price {
    font-size: 18px;
  }
  .listings-item a:hover .fp-specs {
    height: 14px;
  }
  .fp-specs li {
    font-size: 14px;
    padding: 0 10px;
  }
  .listings-cta-wrap a {
    max-width: 280px;
    margin-bottom: 15px;
  }
    .fl-sec{
        padding-top: 70px;
    }
    .fl-title{
        font-size: 45px;
    }
    .fl-title span{
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
  /* 767 */
  .features-inner {
    flex-flow: wrap;
  }
  .features-title-wrap,
  .features-list-wrap {
    width: 100%;
  }
  .features-title-item {
    font-size: 20px;
    padding: 30px 15px;
  }
  .features-title-item::after {
    border-left: 13px solid #ffffff !important;
    left: 0;
  }
  .features-list-item {
    padding: 30px;
  }
  .listings-item {
    width: 100%;
  }
  .listings-sort > div {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /* 480 */
    .fl-title{
        font-size: 40px;
    }
    .main-title {
      font-size: 35px;
    }
}