body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #a3a3a3;
}

.button.tab:hover {
  background-color: #527967;
}

.button.tab.w--current {
  background-color: #527967;
}

.navigation-link {
  display: inline-block;
  margin-right: -9px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #43998f;
}

.navigation-link.w--current {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-link.w--current:hover {
  color: #676770;
}

.navigation-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 1px solid #dfdfe2;
  background-color: #fff;
  color: #404047;
}

.navigation-menu {
  display: block;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #676770;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.section.teal {
  background-color: #527967;
}

.section.grey {
  background-color: #e7e7e7;
}

.section.grey2 {
  background-color: #e6e6e6;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  width: 100%;
  height: 90vh;
  padding-top: 0px;
  padding-bottom: 195px;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #69b9ff;
  background-color: #afb6b9;
  background-image: url('../images/WhatsApp-Image-2022-06-28-at-6.02.48-PM-1.jpeg'), url('../images/HOUSE02.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
  color: #f5faff;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  background-color: transparent;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 70px;
  line-height: 84px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 18px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #527967;
  -webkit-transition: background-color 417ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 417ms ease, border 300ms ease, color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  background-color: #1e7268;
  color: #fff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: Montserrat, sans-serif;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading {
  color: #8e8e9c;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: Montserrat, sans-serif;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.white {
  color: #fff;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 60px;
}

.section-title-group._02 {
  margin-bottom: 10px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.form-wrapper {
  display: block;
  margin-right: 100px;
  margin-left: 100px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
  background-image: url('../images/DJI_0177-v2.jpg');
  background-position: 0px 0px;
  background-size: 1996px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
  margin-bottom: 70px;
}

.paragraph {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #939399;
  font-size: 17px;
  line-height: 30px;
  text-align: left;
}

.paragraph.comment {
  overflow: visible;
  margin-top: 0px;
  padding-right: 90px;
  padding-left: 90px;
  text-align: center;
}

.paragraph.left {
  text-align: left;
}

.testimonials {
  height: 400px;
  padding-top: 30px;
  background-color: transparent;
}

.testimonial-text {
  margin-right: 100px;
  margin-left: 100px;
  padding-right: 0px;
}

.slide {
  margin-top: 30px;
}

.gallery-row {
  margin-top: 20px;
}

.slide2 {
  height: 170px;
  margin-top: 50px;
}

.tab-heading {
  margin-bottom: 25px;
}

.logo01 {
  left: 0px;
  top: 0px;
  margin-top: 40px;
  float: right;
}

.logo02 {
  margin-top: 40px;
  float: left;
}

.logolink01 {
  float: right;
}

.logolink02 {
  float: left;
}

.slide3 {
  margin-top: 50px;
}

.aerial-view {
  position: static;
  height: 500px;
  background-image: url('../images/DJI_0177-v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link {
  color: #43998f;
  text-decoration: none;
}

.link:hover {
  color: #192024;
}

.table {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #676770;
}

.table-row {
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.42);
}

.container {
  position: relative;
  top: 40%;
}

.link-2 {
  color: #fff;
  font-weight: 500;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.link-block {
  width: 190px;
  height: 80px;
  background-image: url('../images/logos-airbnb.png');
  background-position: 0px 0px;
  background-size: cover;
}

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

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link:hover {
    color: #fff;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    display: block;
  }

  .hamburger-button.w--open {
    background-color: #676770;
  }

  .navigation-menu {
    background-color: #676770;
  }

  .hero-section.centered {
    height: 500px;
    padding-top: 144px;
    padding-bottom: 100px;
    background-position: 50% 0px;
    background-size: 1060px;
  }

  .hero-heading {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .hero-subheading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 2px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .testimonials {
    height: auto;
  }

  .aerial-view {
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
  }

  .slide-nav {
    top: 500px;
  }

  .container {
    top: 0%;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    margin-bottom: 20px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  .button.tab.w--current {
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand-link {
    margin-left: 10px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
    background-image: url('../images/HOUSE02.jpg');
    background-position: 50% 0px;
    background-size: auto 590px;
  }

  .hero-heading {
    margin-top: 58px;
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 20px;
    line-height: 28px;
  }

  .section-subheading.center {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
  }

  .section-subheading.center.white {
    margin-right: 20px;
    margin-left: 20px;
    line-height: 24px;
  }

  .form-field.text-area {
    display: block;
  }

  .form-wrapper {
    margin-right: 40px;
    margin-left: 40px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.comment {
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonial-text {
    margin-right: 80px;
    margin-left: 80px;
  }

  .aerial-view {
    height: 300px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .brand-text {
    margin-left: 8px;
    padding-left: 1px;
    font-size: 20px;
  }

  .brand-link {
    margin-left: 0px;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-section.centered {
    height: 440px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/HOUSE02.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/HOUSE02.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto 470px;
  }

  .hero-heading {
    margin-top: 71px;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 11px;
  }

  .hero-subheading {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .form-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .grid-image {
    width: 35%;
  }

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .paragraph.comment {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 22px;
  }

  .testimonials {
    height: auto;
  }

  .testimonial-text {
    margin-right: 60px;
    margin-left: 60px;
  }

  .slide {
    text-align: center;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

  .aerial-view {
    height: 400px;
  }

  .slide-nav {
    top: 713px;
    font-size: 10px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

