:root {
  --white: white;
  --indian-red: #ef3b43;
  --royal-blue: #0057a4;
  --gold: #ebc70d;
}

.nav-section {
  z-index: 1000;
  background-color: #fff;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 8px #0009;
}

.nav-content {
  height: 90px;
  margin-top: 0;
  padding-top: 0;
}

.hero-section {
  height: 100vh;
  display: block;
  position: relative;
  inset: 0;
}

.section {
  background-color: #000;
  position: static;
}

.section.test {
  background-color: #fff;
  height: 600px;
}

.section.modal {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 80px;
}

.hero-slider {
  height: 100vh;
}

.hero-slide {
  background-color: #0098ff;
  background-image: url('../images/hero_MG_2759.jpg');
  background-position: 50%;
  background-size: cover;
  display: inline-block;
}

.hero-slide.two {
  background-image: url('../images/hero_A2P4949.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide.three {
  background-image: url('../images/hero_A2P4597.jpg');
  background-position: 0 82%;
  background-size: cover;
}

.hero-slide.four {
  background-image: url('../images/hero_A2P4143.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-container {
  z-index: 100;
  text-align: left;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.hero-heading-2 {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 7px #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 59px;
  display: block;
  position: relative;
}

.hero-heading-1 {
  z-index: auto;
  clear: left;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 7px #000c;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Bitter, serif;
  font-size: 87px;
  line-height: 85px;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-heading-wrapper {
  display: block;
  position: relative;
}

.heading-1 {
  color: #fff;
  font-family: Bitter, serif;
  font-weight: 400;
}

.heading-1.centre {
  text-align: center;
  letter-spacing: 1px;
  font-size: 36px;
}

.body {
  font-family: Lato, sans-serif;
}

.body-text {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.body-text.centre-white {
  text-align: center;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 35px;
}

.body-text.contact {
  border-left: 1px solid #fff;
  padding-left: 16px;
  font-size: 20px;
  line-height: 31px;
}

.body-text.bold {
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.body-text.ron {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
}

.body-text.ron.italic {
  font-style: italic;
}

.body-text.lets-talk {
  margin-top: 20px;
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
}

.hero-slide-gradation {
  z-index: 200;
  background-image: linear-gradient(to top, #0009, #0000);
  position: absolute;
  inset: 0;
}

.pbs-logo-link-block {
  margin-top: 9px;
}

.main-link-block-wrapper {
  color: #0000;
  align-items: center;
  height: 100%;
  padding-left: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-link-block-wrapper:hover {
  background-color: #00000080;
}

.main-div-wrapper {
  background-color: #ef3b43;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: relative;
  inset: 0;
}

.main-div-wrapper.blue {
  background-color: #0057a4;
}

.main-column {
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: block;
  position: static;
}

.main-block-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Bitter, serif;
  line-height: 26px;
  display: inline-block;
  position: relative;
}

.main-modal {
  z-index: 1200;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-container {
  background-color: #fff;
  padding: 50px;
}

.body-text-modal {
  margin-bottom: 40px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 36px;
}

.header-modal {
  font-family: Bitter, serif;
  line-height: 48px;
}

.button-modal {
  float: none;
  clear: none;
  text-align: center;
  background-color: #ef3b43;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 18px;
  overflow: visible;
}

.nav-link {
  color: #0057a4;
  letter-spacing: 1px;
  height: 90px;
  padding-top: 50px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  background-color: #0057a4;
}

.nav-link.w--current {
  color: #ef3b43;
}

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

.section-modal {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 80px;
}

.body-text-left {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.body-text-left.video {
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 33px;
}

.section-video {
  text-align: center;
  background-image: url('../images/shutterstock_71528440.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  transition: transform .5s;
}

.heading-2 {
  color: #000;
  margin-top: 53px;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 32px;
  line-height: 40px;
}

.heading-2.clients {
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  font-size: 28px;
  line-height: 34px;
}

.heading-2.white {
  color: #fff;
}

.heading-2.h-video {
  margin-top: 18px;
}

.modal-block {
  text-align: center;
  display: block;
}

.main-modal-02 {
  z-index: 1220;
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.section-contact {
  background-color: #000000b3;
  padding-top: 40px;
  padding-bottom: 0;
}

.map-div {
  height: 400px;
  margin-top: 40px;
}

.footer {
  background-color: #000;
  height: 100px;
}

.main-modal-03 {
  z-index: 1230;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-04 {
  z-index: 1240;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-05 {
  z-index: 1250;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-06 {
  z-index: 1260;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-07 {
  z-index: 1270;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-08 {
  z-index: 1280;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-09 {
  z-index: 1290;
  background-color: #fff;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-10 {
  z-index: 1300;
  background-color: #fff;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-11 {
  z-index: 1310;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.main-modal-12 {
  z-index: 1320;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.video-link {
  transition: transform .4s;
}

.video-link:hover {
  transform: scale(.9);
}

.section-tour {
  background-color: #ef3b43;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-tour {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bitter, serif;
  font-size: 60px;
  line-height: 70px;
}

.heading-tour.rev {
  color: #fff;
}

.heading-tour.rev.video {
  margin-top: 52px;
  font-size: 49px;
}

.form-field-style {
  float: left;
  clear: none;
  width: 220px;
  margin-left: 4px;
  margin-right: 4px;
  display: block;
}

.form-block {
  text-align: center;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.form-wrapper {
  text-align: center;
  display: block;
}

.submit-button {
  float: none;
  clear: left;
  background-color: #000;
  border-radius: 165px;
  margin-top: 20px;
  padding: 13px 33px;
  font-size: 20px;
  font-weight: 700;
}

.section-our-story {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.video-block {
  background-color: #fff9;
  border-radius: 12px;
  padding: 21px 32px;
}

.client-block {
  border-top: 1px #000;
  border-bottom: 1px #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 24px;
}

.client-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.call-to-action {
  color: #0057a4;
  margin-top: 19px;
  font-family: Bitter, serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.footer-test {
  color: #fff;
  margin-top: 30px;
  font-size: 13px;
}

.footer-test.right {
  text-align: right;
}

.modal-privacy {
  z-index: 1400;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.footer-link {
  color: #10e2eb;
  text-decoration: none;
}

.footer-link:hover {
  color: #b6eb10;
}

.form-hidden-field, .hero-dots, .hero-side-arrows {
  display: none;
}

.arrow-animation {
  z-index: 900;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.client-row {
  margin-bottom: 30px;
}

.builder-logo-div {
  text-align: center;
  border: 1px solid #0057a4;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.email-info {
  color: #ebc70d;
  text-decoration: none;
}

.email-info:hover {
  color: #ef3b43;
}

.section-gallery {
  background-color: #0000;
  background-image: linear-gradient(127deg, #000, #0003);
  flex-flow: wrap;
  place-content: space-between center;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  box-shadow: 1px 1px 10px #000;
}

.gallery-thumb {
  border: 11px solid var(--white);
  margin: 6px;
}

.gallery-div {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.contact-container {
  border-bottom: 1px solid #fff;
  margin-bottom: 47px;
  padding-bottom: 36px;
}

.phone-number {
  color: #ebc70d;
  text-decoration: none;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 23px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  box-shadow: 0 0 11px #00000080;
}

.div-block {
  background-color: var(--white);
  text-align: left;
  flex: 0 auto;
  width: 50%;
}

.link-block {
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  text-align: left;
}

.new-heights-link-block {
  text-align: center;
  width: 970px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .5s;
}

.new-heights-link-block:hover {
  transform: scale(.9);
}

.galleries-div {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.lightbox-link {
  flex: 0 auto;
}

.lightbox-link-galleries {
  flex: 0 auto;
  padding: 14px;
}

.section-galleries {
  background-color: #0000;
  background-image: linear-gradient(127deg, #000, #0003);
  flex-flow: wrap;
  place-content: space-between center;
  align-items: stretch;
  padding: 40px 50px 67px;
  display: block;
  box-shadow: 1px 1px 10px #000;
}

.video-2 {
  margin-bottom: 25px;
}

.slider {
  height: 550px;
}

.section-clients {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link {
  text-decoration: none;
}

.div-block-2 {
  max-height: 700px;
}

.flipbook-link {
  transition: transform .5s;
}

.flipbook-link:hover {
  transform: scale(.9);
}

html.w-mod-js [data-ix="hero-sub-head"] {
  opacity: 0;
  display: block;
  transform: translate(-500px);
}

html.w-mod-js [data-ix="hero-head-01"], html.w-mod-js [data-ix="hero-head-2"], html.w-mod-js [data-ix="hero-head-3"] {
  opacity: 0;
  transform: scale(1.4)translate(500px);
}

html.w-mod-js [data-ix="main-pbs-block-build"] {
  opacity: 0;
  display: block;
  transform: translate(-500px);
}

html.w-mod-js [data-ix="main-pbs-block-build-2"] {
  opacity: 0;
  display: block;
  transform: translate(-700px);
}

html.w-mod-js [data-ix="main-pbs-block-build-3"] {
  opacity: 0;
  display: block;
  transform: translate(-900px);
}

html.w-mod-js [data-ix="main-pbs-block-build-4"], html.w-mod-js [data-ix="main-pbs-block-build-8"], html.w-mod-js [data-ix="main-pbs-block-build-12"] {
  opacity: 0;
  display: block;
  transform: translate(-1200px);
}

html.w-mod-js [data-ix="main-pbs-block-build-11"] {
  opacity: 0;
  display: block;
  transform: translate(-900px);
}

html.w-mod-js [data-ix="main-pbs-block-build-10"] {
  opacity: 0;
  display: block;
  transform: translate(-700px);
}

html.w-mod-js [data-ix="main-pbs-block-build-9"], html.w-mod-js [data-ix="main-pbs-block-build-5"] {
  opacity: 0;
  display: block;
  transform: translate(-500px);
}

html.w-mod-js [data-ix="main-pbs-block-build-6"] {
  opacity: 0;
  display: block;
  transform: translate(-700px);
}

html.w-mod-js [data-ix="main-pbs-block-build-7"] {
  opacity: 0;
  display: block;
  transform: translate(-900px);
}

html.w-mod-js [data-ix="main-animation-div"] {
  opacity: 0;
}

html.w-mod-js [data-ix="modal-display-01"], html.w-mod-js [data-ix="modal-display-2"], html.w-mod-js [data-ix="modal-display-3"], html.w-mod-js [data-ix="modal-display-4"], html.w-mod-js [data-ix="modal-display-5"], html.w-mod-js [data-ix="modal-display-6"], html.w-mod-js [data-ix="modal-display-7"], html.w-mod-js [data-ix="modal-display-8"], html.w-mod-js [data-ix="modal-display-9"], html.w-mod-js [data-ix="modal-display-10"], html.w-mod-js [data-ix="modal-display-11"], html.w-mod-js [data-ix="modal-display-12"], html.w-mod-js [data-ix="modal-display-privacy"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .main-block-text {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 25px;
  }

  .main-modal {
    position: fixed;
  }

  .heading-tour.rev {
    font-size: 56px;
  }

  .heading-tour.rev.video {
    margin-top: 23px;
    font-size: 46px;
  }

  .form-field-style {
    width: 170px;
  }

  .gallery-thumb {
    border-width: 8px;
  }

  .container-flex {
    flex-direction: row;
    justify-content: space-around;
  }

  .div-block {
    flex: 0 auto;
  }

  .lightbox-link-galleries {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-galleries {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    position: absolute;
  }

  .hero-section {
    height: 450px;
    position: relative;
  }

  .hero-slider {
    height: 450px;
  }

  .hero-container {
    padding-left: 39px;
    padding-right: 39px;
  }

  .hero-heading-2 {
    font-size: 40px;
  }

  .hero-heading-1 {
    font-size: 60px;
    line-height: 60px;
  }

  .body-text.centre-white {
    margin-bottom: 12px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 13px;
    line-height: 30px;
  }

  .body-text.contact {
    text-align: center;
    border-style: none;
  }

  .body-text.bold {
    text-align: center;
  }

  .hero-slide-gradation {
    position: relative;
  }

  .body-text-modal {
    font-size: 16px;
    line-height: 29px;
  }

  .header-modal {
    font-size: 28px;
    line-height: 44px;
  }

  .nav-link {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-modal {
    padding-top: 20px;
  }

  .body-text-left {
    text-align: center;
    padding-left: 29px;
    padding-right: 29px;
  }

  .body-text-left.video {
    text-align: center;
    margin-top: 18px;
    font-size: 17px;
    line-height: 29px;
  }

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

  .heading-2 {
    text-align: center;
  }

  .heading-tour.rev {
    font-size: 46px;
  }

  .heading-tour.rev.video {
    margin-bottom: 11px;
    font-size: 38px;
  }

  .call-to-action {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-animation {
    display: none;
  }

  .client-row {
    margin-bottom: 0;
  }

  .builder-logo-div {
    margin-bottom: 20px;
  }

  .gallery-thumb {
    border-width: 6px;
  }

  .contact-container {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-heights-link-block {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .lightbox-link-galleries {
    padding: 7px;
  }

  .section-galleries {
    padding: 18px 14px;
  }

  .slider {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section, .hero-slider {
    height: 350px;
  }

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

  .hero-heading-2 {
    font-size: 28px;
  }

  .hero-heading-1 {
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 42px;
  }

  .body-text.centre-white {
    line-height: 23px;
  }

  .modal-container {
    padding: 20px;
  }

  .body-text-modal {
    font-size: 15px;
    line-height: 27px;
  }

  .header-modal {
    font-size: 24px;
    line-height: 42px;
  }

  .body-text-left.video {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 31px;
    line-height: 38px;
  }

  .main-modal-02 {
    display: none;
  }

  .footer {
    height: auto;
  }

  .heading-tour {
    font-size: 31px;
    line-height: 38px;
  }

  .heading-tour.rev {
    font-size: 30px;
  }

  .heading-tour.rev.video {
    font-size: 24px;
  }

  .form-field-style {
    float: none;
    width: 251px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .form-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .submit-button {
    float: none;
  }

  .video-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-test {
    text-align: center;
  }

  .footer-test.right {
    text-align: center;
    margin-bottom: 30px;
  }

  .client-row {
    margin-bottom: 0;
  }

  .email-info {
    font-size: 17px;
  }

  .container-flex {
    flex-direction: column;
  }

  .div-block {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .new-heights-link-block {
    margin-bottom: 0;
  }

  .galleries-div {
    flex-direction: column;
  }

  .slider {
    height: 180px;
  }
}


