:root {
  --dark-orange: #e48601;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-500: #6b7094;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-grey-600: #5f6570;
  --combine-library-white: white;
  --combine-library-grey-050: #f2f3f7;
  --combine-library-error-800: #e2004f;
  --combine-library-error-100: #ffecec;
  --combine-library-success-800: #6d9400;
  --combine-library-success-100: #ebf7de;
  --combine-library-primary-600: #6157f8;
  --combine-library-grey-400: #8c94a5;
  --combine-library-grey-100: #d9dce2;
  --combine-library-grey-200: #bfc4ce;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --flowui-component-library-gray-100: #f7f9fd;
}

.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;
}

p {
  margin-bottom: 30px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.header-content-wrapper {
  z-index: 8;
  min-height: 250px;
  padding-left: 14%;
  padding-right: 54%;
  position: absolute;
  bottom: 13%;
  left: 0;
  right: 0;
}

.rock-2 {
  z-index: 9;
  position: absolute;
  bottom: -32px;
  right: 538px;
}

.rock-1 {
  z-index: 10;
  position: absolute;
  bottom: -60px;
  right: 484px;
}

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

.nav-menu-content {
  background-color: #fff;
  width: 60%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  box-shadow: 0 11px 15px -8px #00000026, 6px 6px 28px #0000004d;
}

.hero-button {
  border: 2px solid var(--dark-orange);
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 6px;
  margin-top: 25px;
  padding: 15px 25px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: all .2s;
}

.hero-button:hover {
  background-color: var(--dark-orange);
  border-color: #ffc25b;
}

.hero-button.orange {
  color: #181717;
  letter-spacing: 0;
  text-transform: uppercase;
  border-color: #e48601;
}

.hero-button.orange:hover {
  color: #fff;
  background-color: #e48601;
  border-color: #e48601;
}

.hero-button.orange.center {
  transition-duration: .3s;
}

.hero-button.sub-button {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  border-color: #e48601;
  margin-top: 0;
}

.hero-button.sub-button:hover {
  color: #fff;
  background-color: #e48601;
  border-color: #e48601;
}

.midline {
  background-color: #232323;
  width: 150px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.midline.mid {
  width: 100px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.follow-us {
  color: #fffffffa;
  letter-spacing: .5px;
  margin-top: 30px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transform: rotate(-90deg);
}

.header-form-wrapper {
  z-index: 11;
  background-color: #13161aa8;
  background-image: linear-gradient(#0d0091a1, #0d0091a1), linear-gradient(to top, #121111, #0000);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  min-width: 35%;
  height: 580px;
  padding-top: 50px;
  padding-left: 6%;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.header-content-h2 {
  color: #cbcbcb;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

.nav-link-title {
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ececec;
  width: 80%;
  margin: 0 auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.personal-data {
  color: #c8d0d9;
  background-image: url('../images/check-circle-svgrepo-com-12.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  min-height: 17px;
  margin-bottom: 20px;
  padding-left: 22px;
  font-family: Varela Round, sans-serif;
  font-size: 13px;
}

.hero-submit-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e48601;
  border-radius: 7px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 25px;
  transition: all .3s;
}

.hero-submit-button:hover {
  background-color: #b86e06;
}

.header-content-orange {
  color: #e48601;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.header-sub-content {
  color: #fff;
  letter-spacing: .4px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.header-sub-content._85 {
  width: 85%;
}

.header-form-form-icon {
  z-index: 1;
  background-color: #e48601;
  background-image: url('../images/_hero-phone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 100px;
  width: 98px;
  height: 98px;
  position: absolute;
  top: -35px;
  left: -40px;
}

.hero-text-field {
  color: #000;
  background-color: #ffffffeb;
  border-style: none;
  border-color: #0000;
  border-radius: 5px;
  min-height: 47px;
  padding-left: 20px;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.hero-text-field::placeholder {
  color: #000000b8;
}

.hero-text-field.text-area {
  min-height: 100px;
}

.nav-link {
  color: #00000070;
  text-align: center;
  text-transform: none;
  width: 80%;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 19px;
  line-height: 13px;
  transition: all .2s;
  display: inline-block;
}

.nav-link:hover {
  color: #3b3b3b;
}

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

.hero-form-sub-header {
  color: #fff;
  margin-bottom: 25px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.header-form {
  width: 80%;
}

.social-media-side-wrapper {
  z-index: 9;
  background-color: #0d0091;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.header-shadow {
  position: absolute;
  bottom: -77px;
  left: -65px;
}

.nav-container {
  text-align: left;
  width: 100%;
  min-width: 100%;
}

.social-media-line {
  background-color: #ffffff1a;
  width: 1px;
  height: 20px;
  margin: 10px auto 20px;
  display: block;
}

.social-media {
  margin-top: 13px;
  margin-bottom: 13px;
}

.menu-button {
  float: left;
  box-shadow: none;
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  background-color: #0d0091;
  background-image: none;
  background-repeat: repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 66px;
  min-height: 100px;
  padding-top: 39px;
  padding-left: 17px;
  padding-right: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

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

.hero-form-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Varela, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.blue-bold {
  color: #0ea6f5;
}

.nav-menu {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.brand-logo {
  color: #fff;
  background-color: #0d0091;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 100px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 28px;
  font-size: 21px;
  display: flex;
}

.truck {
  z-index: 9;
  position: absolute;
  top: 136px;
  right: -76px;
}

.main-hero-header-wrapper {
  background-color: #131313;
  background-image: url('../images/Hero-Banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 730px;
  position: relative;
  overflow: visible;
}

.main-hero-header-wrapper.inside, .main-hero-header-wrapper.contact-us {
  background-image: url('../images/Hero-Banner.jpg');
  height: 200px;
}

.header-wrapper {
  z-index: 100;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.group-of-professional-image {
  background-image: url('../images/professional-image.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  min-height: 600px;
  position: relative;
}

.plant-and-equipment-box {
  color: #a0a1a2;
  text-align: center;
  background-color: #181a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  font-size: 38px;
  line-height: 45px;
  display: flex;
  position: absolute;
  bottom: -200px;
  right: -100px;
}

.plant-and-equipment-box:hover {
  color: #e48601;
}

.main-services-column-right {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.main-services-column-right.blank {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  padding: 0 35px 0 5%;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.main-services-column-right.hide {
  display: none;
}

.main-services-wrapper {
  background-color: #0d0091;
  background-image: linear-gradient(#0000, #0d0091), url('../images/services-bg.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 125px;
  padding-left: 100px;
  padding-right: 120px;
}

.services-box {
  background-color: #fff;
  min-height: 300px;
  position: relative;
}

.services-box.piling {
  background-image: url('../images/Piling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-box.asbestos-removal {
  background-color: #f5f5f5;
  background-image: url('../images/Asbestos-Removal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-box.underpinning {
  background-color: #f5f5f5;
  background-image: url('../images/Cons--Gallery-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.services-box.shotcreting {
  background-color: #e9e9e9;
  background-image: url('../images/Shotcreting.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-box.excavation {
  background-color: #ccc;
  background-image: url('../images/Cons-Gallery-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-box.demolition {
  background-image: url('../images/Cons-Gallery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.services-box.d1 {
  min-height: auto;
}

.service-overlay {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000000e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  font-size: 25px;
  display: flex;
  position: absolute;
  inset: 0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.services {
  margin-bottom: 80px;
}

.container.gallery-container {
  margin-bottom: 60px;
}

.group-of-professional-wrapper {
  margin-top: 120px;
  margin-bottom: 137px;
}

.global-content-wrapper {
  overflow: hidden;
}

.global-content-wrapper.inside {
  padding-top: 70px;
  padding-bottom: 60px;
}

.hire {
  font-family: Open Sans, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 100px;
  transition: all .2s;
}

.hire-shadow {
  position: absolute;
  top: -90px;
  right: -62px;
}

.hire-button {
  z-index: 999;
  font-family: Varela Round, sans-serif;
  position: absolute;
  inset: 0;
}

.column-3 {
  display: none;
}

.bold {
  font-weight: 700;
}

.plant-and-equipment, .plant-and-equipment:hover {
  color: #a0a1a2;
}

.services-learn-more {
  color: #fff;
  background-color: #cb7700;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 15px 25px;
  font-family: Varela Round, sans-serif;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.services-learn-more:hover {
  color: #000;
  background-color: #fff;
}

.group-of-professional-header {
  color: #28282e;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

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

.sub-header-1 {
  color: #0f0f0f;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.header-3 {
  color: #28282e;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 47px;
  line-height: 50px;
}

.header-3.sub {
  font-size: 30px;
  line-height: 36px;
}

.header-3.sub.center {
  text-align: center;
}

.group-of-professional-text {
  color: #0f0f0f;
  margin-bottom: 30px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.group-of-professional-content {
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1%;
  display: block;
}

.main-services-row {
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.main-services-row.inside {
  background-color: #fff;
  padding-left: 80px;
}

.main-services-row.hide {
  display: none;
}

.main-services-column-left {
  padding-left: 80px;
}

.main-services-column-left.white {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-right: 70px;
}

.main-services-column-left.white.about {
  color: #0f0f0f;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  padding-top: 17px;
  padding-bottom: 0;
  padding-left: 20%;
  line-height: 24px;
  display: flex;
}

.main-services-column-left.white.pic {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.main-services-column-left.white.blank {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link {
  font-family: Varela Round, sans-serif;
  text-decoration: none;
}

.link.white {
  color: #fff;
  transition: all .2s;
}

.link.white:hover {
  color: #ff9f06;
}

.experience-wrapper {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 0;
}

.sitemap-header {
  color: #e48601;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.footer {
  min-height: 320px;
}

.footer.sitemap {
  float: left;
  background-color: #131313;
  width: 70%;
  padding: 40px 5%;
}

.footer.map {
  float: left;
  background-color: #d4d4d4;
  width: 30%;
}

.ad {
  color: #e48601;
  font-weight: 700;
}

.global-footer-wrapper {
  flex-direction: column;
  min-height: 350px;
  text-decoration: none;
  display: flex;
}

.footer-text {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 29px;
  font-family: Varela Round, sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
}

.footer-text.email {
  background-image: url('../images/email-svgrepo-com-13.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 11px;
}

.footer-text.pin {
  background-image: url('../images/address-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 11px;
}

.footer-text.mobile {
  background-image: url('../images/phone-svgrepo-com-24.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  font-size: 11px;
}

.sitemap-link {
  float: left;
  color: #fff;
  margin-bottom: 5px;
  font-family: Varela Round, sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: all .2s;
}

.sitemap-link:hover {
  color: #e48601;
}

.google-map {
  height: 445px;
}

.phone {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.phone:hover {
  color: #f58f00;
}

.copyright {
  color: #050505;
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.inside-header {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  position: absolute;
  bottom: 25px;
  right: 50px;
}

.inside-sub-header {
  color: #000;
  border-left: 4px solid #e48601;
  width: 60%;
  margin-top: 0;
  margin-bottom: 45px;
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.inside-sub-header.sub {
  border-left-style: none;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 23px;
}

.inside-sub-header.sub.color {
  color: #e48601;
}

.inside-sub-header.full {
  width: 100%;
}

.inside-sub-header.full.margin {
  padding-right: 75px;
  font-size: 26px;
  line-height: 35px;
}

.inside-sub-header.full.form-info {
  margin-bottom: 20px;
  padding-right: 75px;
  font-size: 18px;
  line-height: 35px;
}

.equipment-content {
  padding: 0 20px;
  font-size: 14px;
  line-height: 23px;
  display: block;
  overflow: hidden;
}

.equipment-header {
  box-shadow: none;
  color: #080808;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 17px 20px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.equipment-header:hover {
  color: #fff;
  background-color: #323232;
}

.attachedment-rate-row {
  color: #000;
  border-bottom: 1px solid #706868;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 600;
}

.spacer {
  min-height: 30px;
}

.float-text {
  font-weight: 600;
  display: none;
}

.attachedment-rate {
  border-bottom: 1px solid #e9e9e98f;
  padding: 8px 10px;
  transition: all .2s;
}

.attachedment-rate:hover {
  background-color: #f0f5f8;
}

.equipment-text-block {
  border-left: 2px solid #e48601;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 27px;
}

.equipment-wrapper {
  width: 90%;
  margin-bottom: 10px;
  box-shadow: 0 3px 26px -7px #0000004d;
}

.email-link {
  color: #e48601;
  margin-bottom: 5px;
}

.paragraph-spacing {
  height: 25px;
}

.field-label {
  color: #afafaf;
  font-weight: 400;
}

.field-label.right {
  float: right;
  width: 95%;
}

.text-field {
  color: #000;
  background-color: #fafafa47;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #e4e4e4;
  border-left-width: 3px;
  border-left-color: #e48601;
  min-height: 50px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.text-field:hover {
  border-bottom-color: #e48601;
}

.text-field.text-area {
  min-height: 130px;
}

.text-field.right {
  float: right;
  width: 95%;
}

.text-field.dropdown {
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  padding-left: 0;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
}

.cehckbox {
  float: left;
  margin-top: 14px;
  margin-bottom: 15px;
  margin-right: 20px;
}

.lightbox-image {
  width: 100%;
}

.display-none {
  display: none;
}

.main-services-column {
  padding-left: 0;
  padding-right: 0;
}

.lightbox {
  width: 100%;
  height: auto;
}

.content-link {
  color: #e48601;
}

.icon {
  display: none;
}

.accent {
  color: #e48601;
}

.gallery-wrapper {
  padding-top: 20px;
  padding-bottom: 0;
}

.gallery-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

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

.f-gallery-image-side {
  height: 400px;
}

.f-gallery-lightbox-small {
  width: 100%;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-three-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.content-box {
  width: 80%;
  padding-right: 15%;
  display: block;
}

.content-box.bmargin30 {
  margin-bottom: 30px;
}

.g-box {
  width: 31.5%;
  margin-bottom: 20px;
  margin-right: 20px;
}

.g-box.tall {
  height: 390px;
}

.g-box.short {
  height: 253px;
}

.g-box.g2 {
  background-image: url('../images/Cons-Gallery-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.g-box.g2.tall {
  height: 410px;
}

.g-box.g4 {
  background-image: url('../images/Piling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 399px;
  position: relative;
  top: -150px;
}

.g-box.g4.tall {
  height: 410px;
}

.g-box.g6 {
  background-image: url('../images/Demolition.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 399px;
  position: relative;
  top: -150px;
}

.g-box.g6.tall {
  height: 410px;
}

.column-4 {
  padding-top: 41px;
  padding-bottom: 0;
}

.f-paragraph-small {
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  border-radius: 8px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 0;
  padding: 0;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large.description-info {
  width: 33%;
  margin-right: 10px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 0 0%;
  position: relative;
}

.div-block {
  margin-bottom: 40px;
}

.building-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 23px 40px 23px 0;
  display: flex;
}

.list-item {
  background-image: url('../images/check-circle-svgrepo-com-11.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.list {
  margin-bottom: 40px;
}

.div-block-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-block {
  clear: none;
}

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

.f-h5-heading {
  color: #0d0091;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.4;
}

.f-margin-bottom-129 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 3px 2px #0003;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.project-info-box {
  justify-content: flex-start;
  display: flex;
}

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

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-lightbox-2 {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 15px 10px -10px #0000003b;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-gallery-two-column.fence {
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-tall-2 {
  height: 550px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.f-margin-bottom-130 {
  margin-bottom: 8px;
}

.f-margin-bottom-131 {
  margin-bottom: 48px;
}

.f-section-large-3 {
  padding: 92px 5%;
  position: relative;
}

.tab-link-tab-1 {
  color: #000;
  background-color: #0000;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #e48601;
}

.project-flex {
  justify-content: space-between;
  margin-bottom: 20px;
  display: none;
  position: relative;
}

.project-image {
  border-radius: 6px;
  width: 50%;
}

.p-info-box {
  background-color: #fff;
  border-radius: 12px;
  width: 35%;
  padding: 37px;
  position: absolute;
  inset: auto 19% 19% auto;
  box-shadow: 0 3px 2px #0003;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark-orange);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: #e48601;
  align-items: center;
  padding: 13px 13px 13px 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #0d0091;
}

.combine-text-size-small {
  color: var(--combine-library-grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-small.combine-text-color-grey, .combine-text-size-small.client-info {
  color: #fff;
  margin-bottom: .5rem;
  text-decoration: none;
}

.combine-text-color-grey {
  color: var(--combine-library-grey-600);
}

.combine-heading-style-h5 {
  color: var(--dark-orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.combine-blog1_date {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog1_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 1.4rem;
  display: flex;
}

.combine-blog1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog1_label {
  z-index: 2;
  color: #fff;
  background-color: #e48601;
  border-radius: 9px;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% 0% auto auto;
}

.combine-blog1_image-wrapper {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

.combine-blog1_item {
  background-color: var(--combine-library-white);
  color: #000;
  border-radius: 8px;
  flex-direction: column;
  width: 31.5%;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 9px -4px #0003;
}

.combine-blog1_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

.combine-blog1_item.bmargin-30 {
  margin-bottom: 30px;
}

.combine-blog1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.combine-blog1_component.bmargin-30 {
  margin-bottom: 30px;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_blog1 {
  background-color: var(--combine-library-grey-050);
}

.heading-accent {
  color: var(--dark-orange);
  font-weight: 700;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.launch-icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  transition: all .2s;
  position: absolute;
  inset: 5% 5% auto auto;
}

.launch-icon:hover {
  background-image: none;
}

.services-applied-wrapper {
  float: left;
  border-left: 3px solid #e7e5e2;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 10px;
}

.services-applied {
  float: left;
  color: #c5b6b0;
  margin-left: 10px;
  margin-right: 0;
  font-size: 13px;
  font-weight: 500;
}

.project-link {
  color: #c5b6b0;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.project-link:hover {
  color: #dd5f0b;
}

.visit-site {
  color: #df9107;
  width: 80px;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  top: 19px;
  left: -84px;
}

.visit-site:hover {
  color: #e05509;
}

.featured-works {
  text-align: center;
  margin-top: 101px;
  margin-bottom: 101px;
}

.portfolio {
  background-color: #0000;
  border: 1px #000;
  width: 31%;
  height: auto;
  margin-bottom: 30px;
  margin-right: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 14px -12px #0003;
}

.portfolio-details {
  color: #464242;
  text-align: left;
  flex-direction: column;
  margin-top: 27px;
  padding-left: 31px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.view-more {
  color: #f04947;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.portfolio-wrapper {
  margin-top: 74px;
  margin-bottom: 74px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 50px;
  margin-right: 50px;
}

.portfolio-image-content {
  position: relative;
}

.portfolio-name {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.project-name {
  float: left;
  margin-bottom: 10px;
  font-family: Varela Round, sans-serif;
  font-weight: 700;
}

.portfolio-overlay {
  background-color: #0000000f;
  background-image: linear-gradient(#00000078, #00000078), linear-gradient(to top, #00000075, #43424200 86%);
  justify-content: flex-start;
  align-items: flex-end;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.div-block-4 {
  color: #fff;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.pimage {
  height: 313px;
}

.f-gallery-fence {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library-error-800);
  background-color: var(--combine-library-error-100);
  color: var(--combine-library-error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library-success-800);
  background-color: var(--combine-library-success-100);
  color: var(--combine-library-success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_text-link {
  color: var(--combine-library-primary-600);
  text-decoration: underline;
}

.combine-form_text-link:hover {
  color: var(--combine-library-grey-800);
}

.combine-form_text {
  color: var(--combine-library-grey-400);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--combine-library-grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library-grey-050);
  background-color: var(--combine-library-grey-050);
  color: var(--combine-library-grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library-grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library-primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library-grey-200);
}

.combine-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-form_wrapper {
  margin-bottom: 0;
}

.combine-cta2_max-width {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-2 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-cta2_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_cta2 {
  background-color: var(--combine-library-white);
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library-secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-card {
  background-image: none;
  background-position: 0 0;
  border-radius: 9px;
  padding: 60px 60px 0;
  position: relative;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small {
  background-color: #0d009105;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.white-content {
  color: #000;
}

.infras-wrapper {
  display: flex;
}

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

.full-content-box {
  padding-left: 0;
}

.phone-link {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .rock-1 {
    right: 675px;
  }

  .truck {
    top: 40px;
    right: 177px;
  }

  .footer.sitemap {
    min-height: 390px;
  }

  .footer-text.email, .footer-text.pin, .footer-text.mobile, .sitemap-link {
    font-size: 15px;
    line-height: 31px;
  }

  .sitemap-link:hover {
    color: var(--dark-orange);
  }

  .google-map {
    height: 575px;
  }
}

@media screen and (max-width: 991px) {
  .header-content-wrapper {
    padding-left: 19%;
    padding-right: 45%;
    bottom: 7%;
  }

  .nav-menu-content {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: scroll;
  }

  .header-form-wrapper {
    width: 37%;
    min-width: auto;
  }

  .header-content-h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .hero-submit-button {
    font-size: 15px;
  }

  .nav-link {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 18px;
  }

  .hero-form-sub-header {
    font-size: 15px;
  }

  .header-form {
    width: 80%;
  }

  .hero-form-header {
    font-size: 30px;
    line-height: 30px;
  }

  .group-of-professional-image {
    min-height: 500px;
  }

  .plant-and-equipment-box {
    width: 230px;
    height: 230px;
    font-size: 30px;
    line-height: 35px;
    right: -53px;
  }

  .main-services-column-right.blank {
    padding-right: 0;
    font-size: 25px;
  }

  .main-services-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container {
    width: 90%;
  }

  .hire {
    font-size: 80px;
  }

  .hire-shadow {
    height: 250px;
    top: -77px;
    right: -47px;
  }

  .group-of-professional-header {
    font-size: 35px;
    line-height: 38px;
  }

  .sub-header-1 {
    font-size: 16px;
    line-height: 22px;
  }

  .header-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .group-of-professional-text {
    font-size: 14px;
  }

  .group-of-professional-content {
    width: 85%;
    margin-top: 30px;
    padding-right: 5%;
  }

  .main-services-row.inside {
    padding-left: 30px;
  }

  .main-services-column-left {
    padding-left: 50px;
  }

  .main-services-column-left.white {
    padding-right: 50px;
  }

  .main-services-column-left.white.about {
    padding-left: 5%;
    font-size: 13px;
    line-height: 20px;
  }

  .footer.sitemap {
    width: 100%;
  }

  .footer.map {
    width: 100%;
    min-height: 280px;
  }

  .google-map {
    height: 280px;
  }

  .inside-header {
    font-size: 40px;
    line-height: 45px;
  }

  .inside-sub-header {
    width: 80%;
  }

  .inside-sub-header.full {
    width: 90%;
  }

  .inside-sub-header.full.form-info {
    margin-bottom: 10px;
  }

  .cehckbox {
    margin-bottom: 0;
  }

  .gallery-wrapper {
    padding-bottom: 40px;
  }

  .f-gallery-image-side {
    height: 240px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-three-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-box {
    width: 85%;
    margin-top: 30px;
    padding-right: 5%;
  }

  .g-box {
    width: 30%;
  }

  .g-box.short, .g-box.g2.tall {
    height: 136px;
  }

  .g-box.g4, .g-box.g6 {
    height: 136px;
    top: 0;
  }

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

  .f-grid-three-column, .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall-2 {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-blog1_image-wrapper {
    height: 14rem;
  }

  .combine-blog1_item {
    width: 47%;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .services-applied-wrapper {
    margin-left: 0;
    padding-left: 5px;
  }

  .portfolio {
    width: 47%;
  }

  .portfolio-details {
    padding-left: 0;
  }

  .project-name {
    margin-bottom: 5px;
  }

  .pimage {
    height: 220px;
  }

  .f-gallery-fence {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-card {
    padding: 72px 54px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .header-content-wrapper {
    padding-left: 7%;
    bottom: 18%;
  }

  .nav-menu-content {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .follow-us {
    margin-top: 0;
    margin-left: 10px;
    transform: none;
  }

  .header-form-wrapper {
    width: 42%;
  }

  .nav-link-title {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 20px;
  }

  .hero-submit-button {
    font-size: 13px;
  }

  .header-sub-content {
    font-size: 14px;
  }

  .header-form-form-icon {
    background-size: 80%;
    width: 70px;
    height: 70px;
    top: -27px;
    left: -31px;
  }

  .nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 17px;
  }

  .hero-form-sub-header {
    font-size: 13px;
  }

  .social-media-side-wrapper {
    z-index: 200;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    inset: 0 0 auto auto;
  }

  .social-media-side-wrapper.menu {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 21px;
    display: flex;
    position: relative;
  }

  .header-shadow {
    opacity: .8;
  }

  .social-media-line {
    width: 20px;
    height: 1px;
    margin: auto 10px;
  }

  .social-media {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    min-height: 80px;
    padding-top: 29px;
  }

  .hero-form-header {
    font-size: 28px;
  }

  .brand-logo {
    width: 212px;
    height: 80px;
  }

  .brand-logo.w--current {
    background-size: 60px, contain;
    height: 80px;
  }

  .main-hero-header-wrapper {
    height: 700px;
  }

  .group-of-professional-image {
    min-height: 400px;
    margin-bottom: 100px;
  }

  .plant-and-equipment-box {
    bottom: -100px;
  }

  .main-services-column-right.blank {
    text-align: center;
    min-height: 100px;
  }

  .main-services-wrapper {
    padding-top: 60px;
  }

  .services-box.piling, .services-box.asbestos-removal, .services-box.underpinning, .services-box.shotcreting, .services-box.excavation, .services-box.demolition {
    background-size: cover;
  }

  .container {
    width: 85%;
  }

  .group-of-professional-wrapper {
    margin-bottom: 60px;
  }

  .hire-shadow {
    opacity: .8;
    top: -20px;
  }

  .group-of-professional-header {
    font-size: 32px;
    line-height: 39px;
  }

  .group-of-professional-content {
    padding-right: 0%;
  }

  .main-services-row.inside {
    padding-left: 60px;
  }

  .main-services-column-left.white.pic {
    padding-left: 0;
  }

  .footer.sitemap {
    width: 100%;
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 10%;
  }

  .footer.map {
    width: 100%;
  }

  .inside-header {
    font-size: 28px;
    line-height: 30px;
  }

  .inside-sub-header {
    font-size: 23px;
    line-height: 27px;
  }

  .inside-sub-header.sub {
    font-size: 20px;
    line-height: 25px;
  }

  .inside-sub-header.full {
    width: 100%;
  }

  .inside-sub-header.full.form-info {
    line-height: 25px;
  }

  .float-text {
    float: left;
    margin-right: 10px;
    display: block;
  }

  .field-label.right, .text-field.right {
    width: 100%;
  }

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

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .content-box {
    padding-right: 0%;
  }

  .g-box {
    width: 45%;
  }

  .g-box.short, .g-box.g2.tall, .g-box.g4, .g-box.g6 {
    height: 146px;
  }

  .column-4 {
    margin-bottom: 40px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

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

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .f-gallery-two-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .combine-heading-style-h5 {
    font-size: 15px;
  }

  .combine-blog1_label {
    font-size: 14px;
  }

  .combine-blog1_image-wrapper {
    justify-content: center;
    align-items: center;
    height: 20rem;
  }

  .combine-blog1_item {
    width: 100%;
  }

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

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .featured-works {
    margin-top: 121px;
  }

  .portfolio {
    width: 45%;
  }

  .view-more {
    font-size: 28px;
  }

  .portfolio-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .project-name {
    padding-right: 10px;
  }

  .pimage {
    height: 160px;
  }

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

  .combine-form_input-grey {
    min-width: 0;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---cta-card {
    padding: 56px 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .infras-heading {
    font-size: 21px;
    line-height: 27px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }

  .header-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
    bottom: 9%;
  }

  .nav-menu-content {
    width: 300px;
    overflow: scroll;
  }

  .hero-button.orange.center, .hero-button.sub-button.center {
    margin-top: 15px;
  }

  .header-form-wrapper {
    width: 90%;
    padding-left: 10%;
    bottom: -578px;
  }

  .header-content-h2 {
    font-size: 35px;
    line-height: 41px;
  }

  .social-media-image {
    width: 80%;
    height: 80%;
  }

  .header-content-orange {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
  }

  .header-sub-content._85 {
    width: 100%;
  }

  .header-form-form-icon {
    background-size: 80%;
  }

  .nav-link {
    font-size: 13px;
    line-height: 13px;
  }

  .header-form {
    width: 90%;
  }

  .social-media-side-wrapper {
    flex-direction: column;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-media-side-wrapper.menu {
    flex-direction: row;
    height: 50px;
  }

  .nav-container {
    overflow: auto;
  }

  .brand-logo {
    background-size: 60px, auto;
    width: 150px;
    height: 80px;
  }

  .main-hero-header-wrapper {
    height: 650px;
    margin-bottom: 530px;
  }

  .main-hero-header-wrapper.inside, .main-hero-header-wrapper.contact-us {
    margin-bottom: 0;
  }

  .header-wrapper {
    z-index: 300;
  }

  .plant-and-equipment-box {
    width: 200px;
    height: 200px;
    font-size: 25px;
    line-height: 30px;
    right: -20px;
  }

  .main-services-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .services-box.underpinning {
    width: 100%;
    min-height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-box.demolition {
    width: 100%;
    min-height: 200px;
  }

  .hire {
    font-size: 62px;
    line-height: 70px;
  }

  .hire-shadow {
    top: -50px;
  }

  .group-of-professional-header, .header-3 {
    font-size: 26px;
    line-height: 36px;
  }

  .header-3.sub.center {
    font-size: 20px;
    line-height: 30px;
  }

  .group-of-professional-content {
    width: 80%;
  }

  .main-services-row.inside {
    padding-left: 20px;
  }

  .main-services-column-left.white {
    padding: 15% 10%;
  }

  .main-services-column-left.white.about {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
  }

  .experience-wrapper {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .footer-text.email {
    background-position: 2%;
    background-size: 17px;
  }

  .footer-text.pin {
    background-position: 0%;
  }

  .footer-text.mobile {
    background-position: 1px 0;
  }

  .copyright {
    color: #000;
    padding-left: 10%;
    padding-right: 10%;
    text-decoration: none;
  }

  .inside-header {
    text-align: right;
    font-size: 21px;
    right: 20px;
  }

  .inside-sub-header {
    width: 100%;
    padding-left: 20px;
    font-size: 23px;
    line-height: 27px;
  }

  .inside-sub-header.full {
    font-size: 23px;
    line-height: 30px;
  }

  .inside-sub-header.full.margin {
    padding-right: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .inside-sub-header.full.form-info {
    padding-left: 20px;
    padding-right: 0;
    font-size: 12px;
  }

  .text-field {
    min-height: 32px;
  }

  .text-field.text-area {
    min-height: 72px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .content-box {
    width: 80%;
  }

  .content-box.bmargin30, .g-box {
    width: 100%;
  }

  .g-box.short, .g-box.g2.tall, .g-box.g4, .g-box.g6 {
    height: 164px;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-two-column {
    grid-template-columns: 1fr;
  }

  .f-gallery-image-x-tall-2 {
    height: 300px;
  }

  .combine-blog1_content {
    padding-bottom: 0;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-applied-wrapper {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .featured-works {
    margin-bottom: 50px;
  }

  .portfolio {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .view-more {
    font-size: 25px;
  }

  .portfolio-wrapper {
    margin-bottom: 0;
  }

  .grid-2 {
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .project-name {
    float: none;
  }

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

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .infras-wrapper {
    flex-wrap: wrap;
  }
}

#w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-07062318, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-8678bdbf, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-46a5fa6e, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-ffa8578a, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-955a324e, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-0a06d4f2, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-d9aa16a1, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-36eb5b0e, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-5a47afab, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-3dec9384, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-36fc81ae, #w-node-fcac7009-3d21-f6c8-efaa-61bf4ed84bdc-cac43245 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


