.navbar-logo-left {
  z-index: 10;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
}

.container {
  text-align: left;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.navbar-brand {
  margin-right: 40px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-size: 20px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.button-primary {
  pointer-events: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff8c00;
  border: 1px solid orange;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
  transform: scale(1);
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-stack {
  object-fit: fill;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  border: 0 solid #fff;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 30px 10px;
  position: relative;
}

.centered-1 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.centered-1.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading {
  aspect-ratio: auto;
  text-align: center;
  width: auto;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  line-height: 30px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  height: 40%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.team-member-image-two {
  width: 33vw;
  height: 200px;
  margin-bottom: 0;
  overflow: hidden;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  z-index: 1;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00000017;
  border: 1px #02020200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  z-index: 1;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-right {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-color: #f5f7fa;
  background-image: url('../images/house-extension.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 40px 0;
  display: flex;
}

.hero-split {
  text-align: center;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  max-height: none;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-slider-small {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 30px;
  position: relative;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #272626;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.gallery-overview {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  padding: 40px 30px 30px;
  display: flex;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  width: 100%;
  display: grid;
  overflow: visible;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  width: 100%;
  height: 200px;
}

.hero-heading-left {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image {
  object-fit: fill;
  height: auto;
  position: static;
  inset: 0% 0% auto;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.paragraph {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  width: 70vw;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
  position: static;
}

.section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #703f3f;
  background-image: url('../images/excavation-action.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

.heading {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 70vw;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  position: static;
}

.hero-without-image {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ff8c00;
  border-bottom: 0 #e4ebf3;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.button-primary-2 {
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  flex-flow: row;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-2 {
  color: #000;
  text-align: left;
  background-color: #ff8c00;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
}

.div-block {
  z-index: 1;
  opacity: .5;
  object-fit: fill;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.gallery-wrapper-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff8c00;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 22px;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-2 {
  margin-bottom: 10px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.div-block-2 {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  opacity: .5;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.centered-1-copy {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
}

.centered-1-copy.margin-bottom-32px {
  margin-bottom: 32px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.heading-3 {
  font-size: 32px;
  line-height: 36px;
  text-decoration: none;
}

.submit-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #ff8c00;
  border-radius: 0;
  margin-bottom: 20px;
}

.form-block {
  background-color: #fff;
  width: 33%;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.form {
  text-align: left;
  object-fit: contain;
  flex-flow: column;
  max-width: 1200px;
  margin: 20px;
  padding: 0 10px;
  display: block;
}

.div-block-5 {
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  max-width: 500px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.heading-4 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: grey;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-6 {
  color: #ff8c00;
  -webkit-text-stroke-color: darkorange;
  background-color: #ff8c00;
  border: 1px solid #ff8c00;
  height: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.field-label, .field-label-2 {
  text-align: left;
}

.heading-5 {
  text-align: left;
  margin-left: 10px;
  padding-left: 0;
}

.text-field {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.text-field-2 {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0;
}

.text-field-3 {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.paragraph-4 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.bold-text, .bold-text-2 {
  color: #ff8c00;
}

.div-block-7 {
  opacity: .33;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.image-4 {
  width: 150px;
}

.testimonial-slide-wrapper-copy {
  max-width: 48%;
  margin-right: 4%;
}

.heading-6 {
  color: #ff8c00;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.bold-text-3 {
  color: #fff;
  font-size: 16px;
}

.heading-7 {
  color: #ff8c00;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.link, .link-2 {
  color: #ff8c00;
  text-decoration: none;
}

.code-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 22px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.content-section {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: #f5f5f5;
  justify-content: space-around;
  padding: 30px;
  display: flex;
}

.content-div {
  text-align: left;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  flex: 1;
  margin: 0;
  padding: 40px;
}

.heading-8 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.grid {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  grid-template: "." 1fr
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start;
  place-items: stretch stretch;
  height: auto;
  display: grid;
  position: static;
  overflow: visible;
}

.paragraph-5 {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-8 {
  background-color: #ff8c00;
  border-radius: 19px;
  max-width: 100px;
  height: 10px;
  max-height: 3px;
  margin-bottom: 10px;
}

.image-5 {
  object-fit: fill;
  height: auto;
  min-height: 0;
  max-height: none;
}

.grid-element {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: baseline;
  width: auto;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  display: flex;
  overflow: auto;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 20px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-column-light-2 {
  border-bottom: 0 solid #e4ebf3;
  padding: 10px 0;
  position: relative;
}

.centered-heading {
  color: #fff;
  text-align: center;
  background-color: #ff8c00;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.testimonial-grid-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-2 {
  background-color: #f5f7fa;
  border: 1px solid gray;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-2 {
  margin-bottom: 52px;
  font-style: italic;
}

.testimonial-info-three-2 {
  color: #fff;
  background-color: #ff8c00;
  align-items: center;
  padding: 20px 16px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-weight: 600;
}

.div-block-9 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.paragraph-6 {
  color: gray;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.heading-9, .heading-10 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
}

.image-6, .image-7, .image-8, .image-9 {
  height: 60px;
}

.heading-11 {
  font-family: Open Sans, sans-serif;
  font-size: 36px;
}

.submit-button-2 {
  background-color: #ff8c00;
  border-radius: 2px;
  padding-left: 15px;
}

.div-block-4-copy {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-10 {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-10.excavation {
  background-image: url('../images/excavation.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-10.pave-uni-and-retaining-walls {
  background-image: url('../images/pave-uni.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.pool {
  background-image: url('../images/pools.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.french-drain {
  background-image: url('../images/french-drain.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.epoxy {
  background-image: url('../images/garage.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.driveway-and-patio {
  background-image: url('../images/driveways-patios.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.house-extensions {
  background-image: url('../images/house-extension.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.pyrite {
  background-image: url('../images/pyrite.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.basement-entrance {
  background-image: url('../images/basement-entrance.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.structural-slabs {
  background-image: url('../images/structural-slabs.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.septic-tanks {
  background-image: url('../images/septic-tanks.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10.concrete {
  background-image: url('../images/job6.png');
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-12 {
  color: #fff;
  text-transform: none;
  background-color: #000000b3;
  padding: 10px 40px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 5px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .margin-bottom-24px {
    margin-bottom: 10px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .centered-subheading {
    margin-bottom: -9px;
    line-height: 24px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-image-two {
    width: 100%;
  }

  .team-slider-nav {
    margin-top: 0;
  }

  .hero-heading-right {
    flex-flow: column;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .gallery-overview {
    flex-flow: column;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .heading-2 {
    font-size: 26px;
  }

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

  .footer-subscribe {
    margin-top: 40px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-divider-two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-2 {
    margin-top: 0;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .form-block {
    width: 60%;
  }

  .heading-7 {
    margin-top: 10px;
  }

  .code-embed {
    width: auto;
  }

  .mask {
    margin-bottom: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-2 {
    flex-direction: column;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-4-copy {
    flex-flow: column;
  }

  .div-block-10.excavation {
    object-fit: fill;
    overflow: visible;
  }

  .heading-12 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-flow: column;
    width: auto;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    width: auto;
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
    font-size: 18px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-slider {
    padding: 40px 15px;
  }

  .centered-subheading {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .team-member-image-two {
    width: 100%;
  }

  .team-member-name-two {
    justify-content: center;
    align-items: center;
  }

  .hero-heading-right {
    flex-flow: column;
    padding: 60px 15px;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-split {
    margin-bottom: 20px;
  }

  .hero-heading-center, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .gallery-overview, .hero-heading-left {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .paragraph {
    text-align: center;
    flex: 0 auto;
    width: 90vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .section {
    height: auto;
    margin-top: 0;
    padding: 60px 0;
    position: relative;
  }

  .heading {
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .hero-without-image {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    padding: 15px;
  }

  .heading-2 {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .centered-1-copy {
    font-size: 32px;
  }

  .form-block {
    width: 90vw;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-4 {
    text-align: center;
    font-size: 32px;
  }

  .paragraph-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .testimonial-slide-wrapper-copy {
    max-width: 100%;
    margin-right: 0%;
  }

  .heading-6 {
    font-size: 36px;
  }

  .heading-7 {
    margin-top: 0;
  }

  .content-section {
    flex-flow: column;
  }

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

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

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

  .testimonial-card-two-2 {
    background-color: #f5f7fa;
  }

  .testimonial-text-two-2 {
    font-style: italic;
  }

  .testimonial-info-three-2 {
    flex-direction: row;
  }

  .gallery-overview-2 {
    padding: 60px 15px;
  }

  .div-block-4-copy {
    flex-flow: column;
  }

  .div-block-10.excavation, .div-block-10.pave-uni-and-retaining-walls, .div-block-10.pool, .div-block-10.french-drain, .div-block-10.epoxy {
    background-size: cover;
  }

  .div-block-10.driveway-and-patio {
    background-position: 0 160px;
    background-repeat: repeat;
    background-size: cover;
  }

  .div-block-10.house-extensions {
    background-size: cover, auto;
  }

  .div-block-10.pyrite, .div-block-10.basement-entrance, .div-block-10.structural-slabs, .div-block-10.septic-tanks, .div-block-10.concrete {
    background-size: cover;
  }

  .div-block-11 {
    grid-template-rows: 150px 150px;
    grid-template-columns: 1fr;
    grid-auto-rows: 150px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 5px;
    flex-direction: column;
  }

  .margin-bottom-24px {
    font-size: 20px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team-slider {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .centered-1 {
    margin-bottom: 24px;
    font-family: Open Sans, sans-serif;
  }

  .centered-subheading {
    text-align: center;
    font-family: Open Sans, sans-serif;
    position: static;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    width: 100%;
  }

  .hero-heading-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-split {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .gallery-image.shadow-two {
    margin-bottom: 0;
  }

  .paragraph {
    text-align: center;
    width: 90vw;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-image: url('../images/french-drain.png');
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    white-space: normal;
    overflow-wrap: break-word;
    object-fit: fill;
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 36px;
    overflow: visible;
  }

  .hero-without-image {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-2 {
    text-align: center;
    align-self: center;
    font-size: 22px;
  }

  .div-block {
    align-self: auto;
  }

  .gallery-wrapper-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .footer-subscribe {
    padding-bottom: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-self: auto;
    width: auto;
  }

  .div-block-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-3 {
    color: #ff8c00;
    background-color: #ff8c0000;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .centered-1-copy {
    margin-bottom: 24px;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
  }

  .form-block {
    border-radius: 3px;
    width: 100%;
  }

  .heading-4 {
    text-align: center;
    font-size: 25px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 14px;
  }

  .testimonial-slide-wrapper-copy {
    max-width: 100%;
    margin-right: 0%;
  }

  .heading-6, .heading-7 {
    font-size: 25px;
  }

  .code-embed {
    max-width: 100%;
  }

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

  .content-div {
    padding: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-column-light-2 {
    padding: 20px 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-card-two-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .heading-9 {
    font-size: 24px;
  }

  .image-6, .image-7 {
    height: 90px;
  }

  .image-8 {
    height: 80px;
  }

  .image-9 {
    height: 90px;
  }

  .div-block-4-copy {
    flex-flow: column;
  }
}

#w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f14-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f15-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f16-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f17-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f18-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f0f-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f10-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f11-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f12-e89184cf, #w-node-_5c04c4d7-10e1-b6a0-edd5-a2830a035f13-e89184cf, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d4-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d5-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d6-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d7-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d8-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310cf-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d0-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d1-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d2-5c594e0f, #w-node-_8964582c-5d0c-b8c7-0e16-8ef7cfb310d3-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0b4-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0b5-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0b6-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0b7-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0b8-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0b9-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0ba-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0bb-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0bc-5c594e0f, #w-node-_216c627b-72a6-579c-5423-1eaba584e0bd-5c594e0f, #w-node-c3e4d438-1fd0-3349-a8f5-bc7b82d880d0-600e4f5f, #w-node-c3e4d438-1fd0-3349-a8f5-bc7b82d880da-600e4f5f, #w-node-c3e4d438-1fd0-3349-a8f5-bc7b82d880e4-600e4f5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


