@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro 300";
  src: url('../fonts/Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 400";
  src: url('../fonts/Sharp-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro 400";
  src: url('../fonts/Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --sea-green: #0a9a53;
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.co-logo-link {
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.tel-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tel-icon {
  margin-bottom: 5px;
  margin-right: 5px;
}

.header {
  z-index: 999;
  background-color: var(--sea-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.need-help {
  color: #272d33;
  font-size: 18px;
  font-weight: 700;
}

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  height: 100%;
  display: flex;
}

.opening-hours {
  color: #272d33;
  margin-bottom: 0;
  font-size: 13.5px;
}

.top-tel-link {
  color: var(--sea-green);
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
  text-decoration: none;
}

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  z-index: 9999;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-dropdown {
  border-bottom: 5px none var(--black);
  color: var(--white);
  padding-top: 25px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700;
}

.nav-link-dropdown:hover, .nav-link-dropdown.services {
  border-bottom-color: var(--sea-green);
}

.icon {
  margin-top: 30px;
}

.nav-section {
  z-index: 10000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  display: flex;
}

.nav-link {
  border-bottom: 5px none var(--black);
  color: var(--white);
  text-align: center;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom-color: var(--sea-green);
}

.nav-link.w--current {
  border-bottom-color: var(--sea-green);
  color: #fff;
}

.nav-link.bg {
  color: var(--sea-green);
  text-align: left;
}

.nav-link.bg.w--current {
  background-color: var(--black);
}

.text-block {
  font-size: 15px;
  font-weight: 400;
}

.slider-text-div {
  background-color: #0a9a53f2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 780px;
  padding: 30px;
  display: flex;
}

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.slider-medium-text {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.arrow-head-blue {
  background-color: #0000004d;
  border: 2px solid #fff;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
}

.slider-small-text {
  color: #fff;
  width: 70%;
  margin-bottom: 0;
}

.button-link {
  margin-left: 5px;
}

.overlay-div {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 300px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
}

.slider-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.image-section {
  z-index: 0;
  background-image: none;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slider-overlay-div {
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

._4-block-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box-1-div-extensions {
  background-color: #272d33;
  background-image: linear-gradient(#272d33bf, #272d33bf), none;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  display: flex;
}

.box-1-div-extensions:hover {
  text-shadow: 4px 4px 5px #000000bf;
  background-image: linear-gradient(#fc5a0a4d, #fc5a0a4d), none;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._4-boxes-section {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.box-1-div-construction {
  background-color: #272d33;
  background-image: linear-gradient(#272d33bf, #272d33bf), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  display: flex;
}

.box-1-div-construction:hover {
  text-shadow: 4px 4px 5px #000000bf;
  background-color: #fc5a0a4d;
  background-image: linear-gradient(#fc5a0a4d, #fc5a0a4d), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.box {
  opacity: 1;
  background-color: #272d33;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/menu-groundworks-crop-u532.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  display: flex;
}

.box:hover {
  text-shadow: 4px 4px 5px #000000bf;
  background-image: linear-gradient(#0a9a53b3, #0a9a53b3), url('../images/menu-groundworks-crop-u532.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Groundworks.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 250px;
}

.box._1:hover {
  background-image: linear-gradient(to bottom, var(--sea-green), var(--sea-green)), url('../images/Banner-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.box._2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Basement.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
}

.box._2:hover {
  background-image: linear-gradient(#0a9a53b3, #0a9a53b3);
}

.box._3 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Foundations.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
}

.box._3:hover {
  background-image: linear-gradient(#0a9a53b3, #0a9a53b3);
}

.box._4 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Drainage.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 250px;
}

.box._4:hover {
  background-image: linear-gradient(#0a9a53b3, #0a9a53b3);
}

.box-1-div-new-builds {
  background-color: #272d33;
  background-image: linear-gradient(#272d33bf, #272d33bf), none;
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  display: flex;
}

.box-1-div-new-builds:hover {
  text-shadow: 4px 4px 5px #000000bf;
  background-image: linear-gradient(#fc5a0a4d, #fc5a0a4d), none;
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.box-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 800;
  line-height: 40px;
}

._4-box-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

._4-box-text {
  color: #fff;
  width: 75%;
  margin-bottom: 0;
  line-height: 24px;
}

.h1-light {
  font-weight: 300;
}

.column {
  padding-left: 0;
}

.p {
  margin-bottom: 0;
  margin-right: 0;
  line-height: 26px;
}

.p.b40 {
  margin-bottom: 40px;
  margin-right: 0;
}

.p.tb40, .p.bt40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p.t40 {
  padding-top: 40px;
}

.column-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.read-more-button {
  background-color: var(--sea-green);
  letter-spacing: 1px;
  width: auto;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  transition: background-color .2s;
}

.read-more-button:hover {
  background-color: var(--black);
  margin-top: 40px;
}

.read-more-button.black {
  background-color: var(--black);
  text-transform: uppercase;
}

.arrows {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-columns {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h1 {
  color: var(--sea-green);
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 800;
}

.h1.padding {
  margin-top: 20px;
  margin-bottom: 10px;
}

.body-copy-section {
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.body-copy-section.size {
  padding-top: 100px;
}

.body-div {
  width: 95%;
  max-width: 1200px;
}

.body-div.glex {
  flex-flow: row;
  display: flex;
}

.column-text-2 {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 24px;
}

.full-width-image-section {
  background-image: url('../images/Banner-7.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.groundworks-1 {
  background-image: url('../images/Groundworks.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.full-width-image-section.groundworks-1.drain {
  background-image: url('../images/Drainage.webp');
}

.full-width-image-section.groundworks-1.duo {
  background-image: url('../images/Foundations.webp');
}

.full-width-image-section.reinforced-1 {
  background-image: url('../images/Basement.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.full-width-image-section.foundation-1 {
  background-image: url('../images/Foundations.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.full-width-image-section.basement {
  background-image: url('../images/Service-2.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.full-width-image-div {
  justify-content: flex-end;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  min-height: 200px;
  display: flex;
}

.full-width-image-text-div {
  background-color: #0a9a53f2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding: 30px;
  display: flex;
}

.mid-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
}

.h2 {
  border-bottom: 1px solid var(--sea-green);
  color: var(--sea-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 800;
  line-height: 35px;
  display: flex;
}

.h2._40t {
  margin-top: 40px;
}

.h2._20t {
  margin-top: 20px;
}

.bottom-text {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 800;
  line-height: 24px;
}

.social-media-link {
  max-width: 30px;
  margin-right: 10px;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.contact-right-div {
  width: 60%;
}

.contact-right-div.map {
  background-image: url('../images/map.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 450px;
}

.image {
  min-width: 35px;
  margin-right: -10px;
}

.social-media-icons-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 30px;
  display: flex;
}

.bottom-section {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.contact-info {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

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

.contact-left-div {
  width: 40%;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-link-section {
  background-color: var(--sea-green);
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-links {
  color: var(--sea-green);
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

.email-link {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.hero {
  height: 700px;
}

.slide {
  background-image: url('../images/Front-Page-3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Front-Page-2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/banner2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Front-Page-1.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.black-link {
  color: var(--black);
  text-decoration: none;
}

.p.white {
  color: var(--white);
}

.p._40b {
  margin-bottom: 40px;
}

.p._20b {
  margin-bottom: 20px;
}

.p._20t {
  margin-top: 20px;
}

.h3 {
  color: var(--sea-green);
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.h3.no-pad {
  margin-top: 0;
}

.h3._30b {
  margin-bottom: 30px;
}

.h3.b {
  color: var(--black);
  margin-top: 20px;
}

.h3._0t {
  margin-top: 0;
}

.h3-link {
  color: var(--sea-green);
  text-decoration: none;
}

.contact-link {
  color: var(--white);
  text-decoration: none;
}

.hyperlink {
  color: var(--black);
  font-weight: 700;
}

.hyperlink.white {
  color: var(--white);
}

.map {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.map.groundworks-1 {
  background-image: url('../images/dsc002492.webp');
  background-position: 50%;
  background-size: cover;
}

.map.reinforced-1 {
  background-image: url('../images/reinforced-basements4-crop-u4663.webp');
  background-position: 50%;
  background-size: cover;
}

.map.foundation-1 {
  background-image: url('../images/foundation2-crop-u11026.webp');
  background-position: 50%;
  background-size: cover;
}

.html-embed {
  width: 100%;
}

.list-div {
  flex-flow: row;
  display: flex;
}

.list.white {
  color: var(--white);
}

.list._2col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item {
  padding-bottom: 5px;
}

.h2.t60 {
  margin-top: 60px;
}

.portfolio-slider {
  z-index: 500;
  background-color: #0000;
  height: auto;
}

.absolute-div {
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block {
  position: absolute;
  inset: 0%;
}

.portfolio-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  color: var(--sea-green);
  display: none;
  position: static;
}

.arrow:hover {
  color: var(--black);
}

.slide-nav-2 {
  inset: auto 0% 0%;
}

.contact-form {
  margin-top: 20px;
}

.green {
  color: var(--sea-green);
}

.blck {
  color: var(--black);
  text-decoration: none;
}

.list-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.h3list {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.video-div {
  margin-top: 40px;
  box-shadow: 0 0 5px #0003;
}

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.sub-heading {
  color: var(--sea-green);
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
}

.sub-heading._20t {
  margin-top: 20px;
}

.sub-heading.black {
  color: var(--black);
}

.google-reviews._40t {
  margin-top: 40px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--sea-green);
  background-color: var(--sea-green);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--sea-green);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--sea-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--sea-green);
  color: var(--sea-green);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--sea-green);
  background-color: var(--sea-green);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.form-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.form-title {
  color: var(--sea-green);
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 18px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.nav-link-2.w--current {
  margin-left: 18px;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dl-menu-3 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.announcement-contact-2 {
  color: #212121;
  background-color: #c0c1b0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.announcement-contact-2:hover {
  color: #212529;
  background-color: #fdfdfd;
}

.announcement-contact-2.hide {
  background-color: var(--sea-green);
  color: var(--white);
}

.arrow-head {
  font-size: 12px;
  font-weight: 400;
}

.announcement-link-2 {
  color: var(--white);
  padding-left: 5px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link-2:hover {
  color: #c0c1b0;
}

.dl-link {
  color: #282828;
  padding: 7.2px 40px 7.2px 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.image-2 {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.announcement-icon-2 {
  background-color: var(--black);
  color: #fdfdfd;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Pro 300", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.dl-item-2 {
  z-index: 2;
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.nav-link-text-4 {
  color: #212121;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
}

.nav-menu-3 {
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fa-icon-arrow {
  display: none;
}

.navbar-4 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.btn-hover-color {
  background-color: #e11d25;
  width: 0;
  position: absolute;
  inset: 0%;
}

.brand-2 {
  color: #fff;
  align-items: center;
  width: 100px;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav-4 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

.announcement-wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: flex;
}

.btn-underline-2 {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline-2.services-underline {
  background-color: #1b1b1b;
  width: auto;
  display: block;
}

.btn-underline-2.services-underline.display-none-s {
  background-color: #212121;
}

.btn-underline-2.nav-underline {
  width: 0;
}

.btn-underline-2.nav-underline.display-none-underline {
  background-color: #212121;
}

.image-3 {
  width: 150px;
  margin-right: 20px;
}

.google-badge {
  width: 100px;
}

.footer-contact-link {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: #3b8fb9;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-social-link {
  color: #fff;
  background-color: #3b8fb9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  color: #c0c1af;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  display: flex;
}

.footer-brand {
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-3 {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: #fff;
  text-align: center;
  cursor: auto;
  flex-flow: column;
}

.foooter-logo {
  margin-left: auto;
  margin-right: auto;
}

.contact-link-2 {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.footerlinks {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.text-span-4 {
  background-color: var(--sea-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: "Sharp 400", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.footer-info-div-2 {
  border: 1px #c0c1af24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border: 1px #c0c1af24;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-info-div-2._1.border-edit {
  border-left-style: none;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-title {
  color: var(--sea-green);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  text-align: center;
}

.div-pics {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.announcement-link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--sea-green);
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
}

.container-2 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.announcement-container {
  width: 100%;
  max-width: none;
}

.announcement-wrapper {
  background-color: var(--black);
  padding: 0 20px;
  display: flex;
}

.announcement-icon {
  color: var(--sea-green);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Sharp 400", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-contact {
  background-color: var(--white);
  color: var(--sea-green);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

.iamge-grid1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.img-1 {
  background-image: url('../images/Peri-Duo-1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-1.puo-1 {
  background-image: url('../images/Peri-Duo-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.half-b-a {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.other-half {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.beforeafterroad, .beforeafterinstallation {
  width: 100%;
}

.team-block {
  z-index: 3;
  background-color: var(--sea-green);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 19px;
}

.team-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.team-grid-2._2 {
  grid-template-columns: 1fr 1fr;
}

.team-text {
  margin-top: 10px;
}

.lightbox-link-3 {
  width: 100%;
  height: 360px;
  position: relative;
}

.team-name-2 {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.p-5 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-5.price-text {
  border: .5px solid var(--sea-green);
  color: var(--white);
  text-align: center;
  background-color: #0a9a53cf;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.div-image-blocl {
  background-color: var(--sea-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
}

.div-imagq {
  background-image: url('../images/Groundworks-7.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.div-imagq._1 {
  background-image: url('../images/Groundworks-5.webp');
}

.div-imagq._2 {
  background-image: url('../images/Groundworks-6.webp');
}

.div-imagq._3 {
  background-image: url('../images/Groundworks-1.webp');
}

.div-imagq._4 {
  background-image: url('../images/Groundworks-3.webp');
}

.div-imagq._5 {
  background-image: url('../images/Groundworks-4.webp');
}

.div-imagq.f-1 {
  background-image: url('../images/Foundations-13.webp');
}

.div-imagq.f-2 {
  background-image: url('../images/Foundations-11.webp');
}

.div-imagq.f-3 {
  background-image: url('../images/Foundations-8.webp');
}

.div-imagq.f-4 {
  background-image: url('../images/Foundations-1.webp');
}

.div-imagq.f-5 {
  background-image: url('../images/Foundations-4.webp');
}

.div-imagq.f-6 {
  background-image: url('../images/Foundations-5.webp');
}

.div-imagq.d-1 {
  background-image: url('../images/Drainage-5.webp');
}

.div-imagq.d-2 {
  background-image: url('../images/Drainage-1.webp');
}

.div-imagq.d-3 {
  background-image: url('../images/Drainage.webp');
}

.div-imagq.d-4 {
  background-image: url('../images/Drainage-9.webp');
}

.div-imagq.d-5 {
  background-image: url('../images/Drainage-6.webp');
}

.div-imagq.d-6 {
  background-image: url('../images/Drainage-10.webp');
}

.div-imagq.b-1 {
  background-image: url('../images/Basement-9.webp');
}

.div-imagq.b-2 {
  background-image: url('../images/Basement-8.webp');
}

.div-imagq.b-3 {
  background-image: url('../images/Basement-7.webp');
}

.div-imagq.b-4 {
  background-image: url('../images/Basement-14.webp');
}

.div-imagq.b-5 {
  background-image: url('../images/Basement-2.webp');
}

.div-imagq.b-6 {
  background-image: url('../images/Basement-5.webp');
}

.bold-text {
  color: var(--sea-green);
}

.b-a {
  width: 100%;
  height: 100%;
}

.code-embed-2, .code-embed-3 {
  height: 100%;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .header {
    flex-flow: column;
  }

  .top-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .nav-link-dropdown {
    text-align: center;
    padding-right: 15px;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    margin-right: -10px;
    display: block;
  }

  .icon.white {
    color: var(--sea-green);
  }

  .navbar {
    width: 100%;
  }

  .nav-link.bg {
    background-color: var(--sea-green);
    color: var(--black);
    text-align: left;
  }

  .slider-text-div {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .overlay-div {
    inset: 0%;
  }

  .slider-heading {
    font-size: 35px;
  }

  .slider-overlay-div {
    width: 100%;
  }

  ._4-block-div {
    align-items: flex-end;
  }

  .box-heading {
    font-size: 33px;
  }

  .body-copy-section {
    padding: 220px 20px 60px;
  }

  .body-div {
    width: 100%;
    max-width: none;
  }

  .body-div.glex {
    flex-flow: column;
  }

  .full-width-image-text-div {
    width: 100%;
    max-width: 100%;
  }

  .mid-heading {
    font-size: 35px;
  }

  .h2 {
    font-size: 21px;
  }

  .contact-right-div {
    width: 100%;
  }

  .bottom-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .contact-left-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .bottom-content-div {
    flex-direction: column;
    width: 90%;
  }

  .hero {
    height: 500px;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none, .announcement-contact-2.hide {
    display: none;
  }

  .dl-item-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-text-4 {
    text-align: left;
  }

  .nav-menu-3 {
    z-index: 10;
    background-color: #fdfdfd;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-right: auto;
  }

  .fa-icon-arrow {
    margin-left: 10px;
    display: none;
  }

  .navbar-4 {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .burger-menu-2 {
    color: #353535;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    display: flex;
  }

  .nav-4 {
    flex-flow: column;
  }

  .dropdown {
    width: 100%;
  }

  .announcement-wrapper-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .btn-underline-2.services-underline.display-none-s, .btn-underline-2.nav-underline.display-none-underline {
    display: none;
  }

  .nav-toggle-2 {
    background-color: #c0c1b0;
    border-radius: 6px;
    width: 100%;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-toggle-2.w--open {
    background-color: #fff;
  }

  .footer-contact-link {
    font-size: 14px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .fb-div {
    justify-content: center;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

  .list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    align-items: center;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    font-size: 14px;
  }

  .foooter-logo {
    max-width: 80%;
  }

  .footer-copy-right {
    justify-content: center;
  }

  .footer-info-div-2 {
    flex-flow: row;
    width: 100%;
    padding: 10px 20px;
  }

  .footer-info-div-2._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: none;
    border-left-width: 1px;
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div-2._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .container.bottom {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-pics {
    grid-template-columns: 1fr 1fr;
  }

  .container-2.announcement-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .announcement-wrapper {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .half-b-a {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .other-half {
    width: 100%;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .div-image-blocl {
    padding: 20px;
  }

  .grid-div {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .co-logo-link {
    justify-content: center;
    width: 100%;
  }

  .top-contact-div {
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .top-div-block {
    flex-direction: column;
  }

  .overlay-div {
    padding-top: 40px;
    padding-bottom: 40px;
    top: 25%;
  }

  .slider-heading {
    font-size: 37px;
    line-height: 37px;
  }

  ._4-boxes-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._4-box-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .body-copy-section {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-width-image-div {
    min-height: auto;
  }

  .mid-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .h2 {
    display: flex;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 40px;
  }

  .contact-right-div.map {
    min-height: 400px;
  }

  .bottom-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-left-div {
    width: 100%;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .hero {
    height: 650px;
  }

  .map {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list._2col {
    grid-template-columns: 1fr;
  }

  .portfolio-slider {
    height: 450px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-contact-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .announcement-link-2 {
    font-size: 15px;
  }

  .nav-menu-3 {
    background-color: #fdfdfd;
    height: auto;
    padding-top: 0;
  }

  .navbar-4 {
    flex-direction: column;
  }

  .announcement-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .list-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-info-div-2 {
    flex-flow: column;
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

  .div-pics {
    grid-template-columns: 1fr;
  }

  .container-2.announcement-container {
    padding-bottom: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .announcement-contact.hide {
    display: none;
  }

  .iamge-grid1 {
    flex-flow: column;
    display: flex;
  }

  .img-1, .img-1.puo-1 {
    height: 350px;
  }

  .team-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-imagq, .div-imagq._1 {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .co-logo-link {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .tel-div {
    justify-content: center;
    width: 100%;
  }

  .header {
    padding: 0 0 10px;
  }

  .need-help {
    margin-top: 5px;
  }

  .top-contact-div {
    align-items: center;
    width: 100%;
  }

  .top-tel-link {
    font-size: 29px;
  }

  .top-div-block {
    flex-direction: column;
  }

  .menu-button {
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
  }

  .icon {
    color: var(--white);
  }

  .icon.white {
    margin-right: 0;
  }

  .slider-text-div {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }

  .slider-medium-text {
    font-size: 20px;
    line-height: 25px;
  }

  .slider-small-text {
    width: 80%;
  }

  .overlay-div {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    top: 32%;
  }

  .slider-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .image-section {
    min-height: 350px;
  }

  .slider-overlay-div {
    height: 100%;
  }

  .box-1-div-extensions {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -30px;
  }

  ._4-boxes-section {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .box-1-div-construction {
    width: 100%;
    margin-top: 20px;
  }

  .box, .box-1-div-new-builds {
    width: 100%;
  }

  ._4-box-grid {
    grid-row-gap: 0px;
    width: 100%;
  }

  .read-more-button {
    margin-top: 30px;
  }

  .h1 {
    font-size: 25px;
    line-height: 29px;
  }

  .body-copy-section {
    padding: 250px 10px 30px;
  }

  .body-copy-section.size, .body-copy-section.size.pad {
    padding-top: 20px;
  }

  .body-copy-section.padding {
    padding-top: 280px;
  }

  .body-div {
    max-width: 100%;
  }

  .column-text-2 {
    margin-left: 0;
  }

  .full-width-image-section.groundworks-1 {
    height: 300px;
  }

  .full-width-image-div {
    width: 90%;
    max-width: 100%;
  }

  .full-width-image-text-div {
    width: 100%;
    padding: 20px;
  }

  .mid-heading {
    font-size: 28px;
    line-height: 30px;
  }

  .h2 {
    font-size: 18px;
  }

  .h2-white {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .contact-right-div.map {
    min-height: 250px;
  }

  .bottom-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-left-div {
    width: 100%;
  }

  .bottom-content-div {
    flex-direction: column;
  }

  .hero {
    height: 700px;
  }

  .h3 {
    line-height: 28px;
  }

  .contact-link {
    font-size: 14px;
  }

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

  .list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list._2col {
    padding-left: 20px;
  }

  .list-item {
    padding-bottom: 0;
  }

  .portfolio-slider {
    height: 212px;
  }

  .arrow {
    display: none;
  }

  .video-div {
    margin-top: 30px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .google-reviews._40t {
    margin-top: 20px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .announcement-contact-info.hide {
    display: none;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
  }

  .announcement-contact-2 {
    width: 100%;
    padding: 15px 20px;
  }

  .announcement-link-2 {
    font-size: 15px;
  }

  .image-2 {
    height: 60px;
    display: block;
  }

  .announcement-icon-2 {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .nav-menu-3 {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .fa-icon-arrow {
    display: none;
  }

  .navbar-4 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .brand-2 {
    height: auto;
    display: block;
  }

  .nav-4 {
    padding-top: 0;
  }

  .announcement-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 3px;
    line-height: 17px;
  }

  .nav-toggle-2 {
    text-align: right;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .google-badge {
    margin-bottom: 10px;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .list-3 {
    text-align: center;
  }

  .footer-nav-item.footer-contact {
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-copy-right {
    padding-bottom: 100px;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

  .footer-info-div-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .icon-2 {
    display: block;
  }

  .announcement-link {
    font-size: 15px;
  }

  .announcement-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-contact {
    width: 100%;
  }

  .img-1, .img-1.puo-1 {
    height: 250px;
  }

  .other-half {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link-3 {
    height: 250px;
  }

  .grid-div {
    grid-template-columns: 1fr;
  }

  .div-imagq, .div-imagq._1 {
    height: 250px;
  }
}

#w-node-be1e8690-4218-045e-2740-51aa373b85c3-1529fa61, #w-node-_401d3bff-055b-dccd-d7f9-d395ede009b6-1529fa61, #w-node-a224838f-83f1-2fb1-4ed0-f254ab51f9ba-1529fa61, #w-node-_10e69146-4fe2-fd1c-23b8-22303fafe589-1529fa61, #w-node-_75f37a4b-8ff2-4d61-bbf4-071d1b6f2ccc-1529fa61, #w-node-_7ee0d5b6-f945-49f8-aaa2-a1aa88d281a2-1529fa61 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-_01cf25db-21b0-1ccd-975f-14288d4e9296-2ef2bcc6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_01cf25db-21b0-1ccd-975f-14288d4e929b-2ef2bcc6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01cf25db-21b0-1ccd-975f-14288d4e92a0-2ef2bcc6 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01cf25db-21b0-1ccd-975f-14288d4e9296-2ef2bcc6, #w-node-_01cf25db-21b0-1ccd-975f-14288d4e929b-2ef2bcc6 {
    justify-self: center;
  }

  #w-node-_01cf25db-21b0-1ccd-975f-14288d4e92a0-2ef2bcc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 300';
  src: url('../fonts/Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 400';
  src: url('../fonts/Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}