.nav-section {
  height: 100px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #e70;
}

.navbar {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-link {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 100px;
  max-width: 45%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-left: 15px;
  padding: 11px 30px;
  border: 4px solid #e70;
  border-radius: 10px;
  background-color: #e70;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button:hover {
  background-color: transparent;
}

.button.hero {
  margin-top: 30px;
  margin-left: 0px;
  border-color: #e70;
  background-color: #e70;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.button.hero:hover {
  border-color: #e70;
  background-color: #000;
}

.nav-menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-cta-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  height: 60px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #000;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.cta-text {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  font-weight: 500;
  text-align: right;
}

._1480px-wrapper {
  height: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}

._1480px-wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-sticky-wrapper {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.phone-icon {
  width: 100%;
  height: 100%;
  color: #fff;
}

.flex-dist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: relative;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/FFA90090-C7C9-42BA-993C-AFBD27866FB5.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/FFA90090-C7C9-42BA-993C-AFBD27866FB5.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-3 {
  padding: 50px 5%;
  background-color: #fff;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #e70;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

.heading.margin-bottom {
  margin-bottom: 70px;
}

.heading._60 {
  color: #fff;
  font-size: 60px;
  text-align: center;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.paragraph._600px {
  max-width: 600px;
  font-weight: 600;
  text-align: center;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.hero {
  max-width: 550px;
  text-align: center;
}

.paragraph.white.center {
  text-align: center;
}

.large-image-wrapper {
  max-width: 1000px;
}

.large-image {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.section-2 {
  height: 200px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #e70;
}

.flex-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-centre.hero {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slant-section {
  overflow: hidden;
}

.triangle-top {
  border-bottom: 100px solid #e70;
  border-left: 100vw solid transparent;
}

.triangle-bottom {
  border-top: 100px solid #e70;
  border-right: 100vw solid transparent;
}

.section-colour {
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e70;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.services-columns-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 105%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service {
  max-width: 300px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.service-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-icon-html {
  width: 100px;
  height: 100px;
  color: #fff;
}

.sub-heading {
  font-family: Montserrat, sans-serif;
  color: #e70;
  font-size: 24px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.sub-heading.service {
  color: #fff;
  font-size: 21px;
  line-height: 35px;
}

.sub-heading.service:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-hero {
  font-family: Montserrat, sans-serif;
  color: #e70;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

.heading-hero.hero {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.flex-left-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  width: 500px;
}

.image-wrapper.margin-top {
  margin-top: 50px;
}

.image {
  border-radius: 20px;
}

._24hr-html {
  width: 500px;
  height: 500px;
  color: #e70;
}

.sub-logo-wrapper {
  height: 35px;
}

.sub-logo-wrapper.footer-image {
  height: 35px;
}

.sub-logo-image {
  max-height: 100%;
  opacity: 0;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  width: 100%;
  height: 300px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #e70;
}

.footer-left {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-logo-image-footer {
  max-height: 100%;
}

.heading-footer {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: right;
}

.heading-footer.small {
  font-size: 25px;
}

.credit-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.credit-link {
  color: #fff;
  text-decoration: none;
}

.footer-sub-heading {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-sub-heading.text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

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

.section-4 {
  height: 200px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #e70;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
}

.image-wrapper-bar {
  height: 80%;
}

.bar-image {
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.bar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  padding: 50px 5%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/FFA90090-C7C9-42BA-993C-AFBD27866FB5.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/FFA90090-C7C9-42BA-993C-AFBD27866FB5.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.submit-button {
  padding: 5px 25px;
  float: right;
  border: 3px solid #e70;
  border-radius: 7px;
  background-color: #e70;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
}

.submit-button:hover {
  background-color: #fff;
  color: #333;
}

.text-field {
  border-style: solid;
  border-width: 3px;
  border-color: #ececec;
  border-radius: 7px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.text-field:focus {
  border-color: #e70;
}

.text-field.area {
  height: 200px;
  max-width: 500px;
  min-width: 500px;
}

.form-block {
  width: 500px;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.sub-footer {
  height: 60px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #000;
}

.success-block {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #e70;
}

@media screen and (min-width: 1280px) {
  .heading.margin-bottom {
    text-align: center;
  }
  .service {
    max-width: 350px;
  }
  .sub-heading.service {
    font-size: 26px;
  }
  .flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .nav-section {
    padding-right: 0%;
    padding-left: 0%;
  }
  .navbar {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-link {
    text-align: center;
  }
  .brand {
    max-width: 65%;
  }
  .nav-menu-links {
    background-color: #e70;
  }
  .cta-text {
    font-size: 20px;
  }
  .div-right {
    width: 50%;
    margin-left: 50px;
  }
  .section-2 {
    height: 250px;
  }
  .sub-heading.service {
    font-size: 18px;
    line-height: 30px;
  }
  .image-wrapper.texas {
    width: auto;
    max-width: 500px;
  }
  .section-4 {
    height: 170px;
  }
  .image-wrapper-bar {
    height: 70%;
    max-height: 80%;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #e70;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    max-width: 85%;
  }
  .cta-text {
    font-size: 18px;
  }
  .heading._60 {
    font-size: 40px;
    line-height: 60px;
  }
  .service {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-wrapper.margin-top {
    width: 400px;
  }
  ._24hr-html {
    width: 400px;
    height: 400px;
  }
  .sub-logo-wrapper {
    display: none;
  }
  .flex-horizontal {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-right {
    width: auto;
  }
  .heading-footer {
    font-size: 25px;
  }
  .heading-footer.small {
    font-size: 20px;
  }
  .section-4 {
    height: 130px;
  }
  .text-field.area {
    max-width: 400px;
    min-width: 400px;
  }
  .form-block {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .heading.margin-bottom {
    font-size: 50px;
    line-height: 50px;
  }
  .paragraph._600px {
    font-size: 18px;
  }
  .paragraph.white.hero {
    font-size: 18px;
  }
  .div-right {
    width: 100%;
    margin-left: 0px;
  }
  .section-2 {
    height: auto;
  }
  .services-columns-flex {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-left-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-wrapper.margin-top {
    width: 300px;
  }
  ._24hr-html {
    width: 300px;
    height: 300px;
  }
  .footer {
    height: auto;
  }
  .footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-footer {
    text-align: center;
  }
  .footer-sub-heading {
    text-align: center;
  }
  .section-4 {
    height: auto;
  }
  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }
  .image-wrapper-bar {
    width: 75%;
    height: auto;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bar-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-field.area {
    max-width: 100%;
    min-width: 100%;
  }
  .form-block {
    width: 100%;
  }
}

