:root {
  --black: #000;
  --logo-green: #196f53;
  --white: #fff;
  --forest-green-4-of-4: #0c2121;
  --minor-text-color: #577f7f;
  --forest-green-3-of-4: #162e2e;
  --light-gray-1-of-4: #cad4d4;
  --forest-green-1-of-4: #2b4949;
  --logo-green-brightened: #71b19c;
  --light-gray-3-of-4: #889494;
  --text-block-background: #213b3bf2;
  --forest-green-2-of-4: #213b3b;
  --transparent: transparent;
  --light-gray-2-of-4: #a4afaf;
  --light-gray-4-of-4: #6e7979;
  --logo-green-darkened: #092a20;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #0000;
}

.navbar-logo-left {
  z-index: 2;
  background-color: var(--black);
  filter: drop-shadow(0px 2px 5px var(--logo-green));
  background-image: linear-gradient(#000 30%, #0000);
  position: fixed;
  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 {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 30px;
}

.container.trashed {
  display: none;
}

.navbar-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.navbar-brand {
  width: 20%;
}

.navbar-brand.w--current {
  width: 15%;
}

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

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: podium-soft-variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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-divider {
  background-color: var(--logo-green);
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.button-primary {
  background-color: var(--black);
  filter: drop-shadow(0px 0px 6px var(--logo-green));
  color: var(--white);
  letter-spacing: 2px;
  -webkit-text-stroke-color: var(--minor-text-color);
  text-transform: uppercase;
  border-radius: 9px;
  padding: 12px 25px;
  font-family: podium-soft-variable, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-center {
  z-index: 1;
  border-bottom-style: solid;
  border-bottom-width: 0;
  height: 100vh;
  padding-bottom: 0;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-heading {
  filter: drop-shadow(-2px 2px 0px var(--forest-green-3-of-4));
  color: var(--logo-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: titular, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 900;
  line-height: 48px;
}

.centered-heading.margin-bottom-32px {
  filter: drop-shadow(-4px -4px 5px var(--black)) drop-shadow(4px 4px 5px var(--black)) drop-shadow(4px -4px 5px var(--black)) drop-shadow(-4px 4px 5px var(--black));
  color: var(--logo-green);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-top: 180px;
  font-family: titular, sans-serif;
  font-size: 200px;
  font-style: italic;
  font-weight: 900;
  line-height: 200px;
  text-decoration: none;
}

.centered-heading.margin-bottom-32px.home-heading {
  display: none;
}

.centered-heading.margin-bottom-32px.concrete-calculator {
  padding-top: 116px;
  font-size: 100px;
  line-height: 100px;
}

.centered-heading.margin-bottom-32px.excavation-heading {
  font-size: 160px;
  line-height: 160px;
}

.hero-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.margin-bottom-24px {
  color: var(--light-gray-1-of-4);
  background-color: #162e2ebf;
  border-radius: 7px;
  margin-bottom: 24px;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

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

.team-slider {
  z-index: 2;
  border-top: 2px none var(--forest-green-1-of-4);
  border-bottom: 2px solid var(--forest-green-1-of-4);
  background-color: var(--black);
  padding: 34px 30px 80px;
  position: static;
}

.centered-subheading {
  max-width: 530px;
  color: var(--light-gray-1-of-4);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.hero-image-holder {
  border: 2px solid var(--minor-text-color);
  filter: drop-shadow(0 6px 8px #000000b3);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 280px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: clip;
}

.image-2 {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.heading {
  color: var(--logo-green-brightened);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: podium-soft-variable, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.image-holder {
  border: 2px solid var(--logo-green);
  filter: drop-shadow(0 2px 6px #196f53);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/Residential_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/Commercial_Work_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-7 {
  border-style: solid;
  border-width: 2px;
  border-color: var(--black) var(--logo-green-brightened) var(--logo-green-brightened);
  background-color: var(--black);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 220px;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/a4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/Site_Prep_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.div-block-10, .div-block-11, .div-block-12 {
  border-style: solid;
  border-width: 2px;
  border-color: var(--black) var(--logo-green-brightened) var(--logo-green-brightened);
  background-color: var(--black);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 220px;
  display: flex;
}

.image-3 {
  max-width: 150%;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  padding-top: 20px;
}

.service-paragraph {
  color: var(--light-gray-1-of-4);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

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

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

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

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

.nav-dropdown-icon-2 {
  color: var(--white);
  margin-right: 10px;
}

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

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

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  background-color: #000;
  margin-top: 25px;
}

.nav-dropdown-link-2 {
  color: var(--light-gray-1-of-4);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

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

.text-block-2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: podium-soft-variable, sans-serif;
}

.link-block {
  max-width: 400px;
  filter: drop-shadow(0px 0px 10px var(--logo-green-brightened));
  border-radius: 0;
  padding: 20px;
  text-decoration: none;
}

.link-block-2 {
  max-width: 400px;
  filter: drop-shadow(0px 0px 10px var(--logo-green-brightened));
  padding: 21px;
  text-decoration: none;
}

.link-block-3, .link-block-4 {
  max-width: 400px;
  filter: drop-shadow(0px 0px 10px var(--logo-green-brightened));
  padding: 20px;
  text-decoration: none;
}

.footer-light {
  background-color: var(--black);
  background-image: linear-gradient(#000, #fff0 49%);
  border-bottom: 1px #000;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  width: 25%;
}

.footer-brand.w--current {
  width: 40%;
}

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

.footer-title {
  filter: drop-shadow(-2px 2px 1px #000000b3);
  color: var(--minor-text-color);
  text-transform: uppercase;
  padding-left: 0;
  font-family: podium-soft-variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.footer-link-two {
  color: var(--logo-green);
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

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

.footer-divider-two {
  border-bottom: 1px solid var(--minor-text-color);
  width: 100%;
  height: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--light-gray-3-of-4);
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-13 {
  text-align: right;
  flex-flow: column;
  display: flex;
}

.link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.image-4 {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.bold-text {
  font-style: italic;
}

.hero-image-holder-mobile {
  border: 2px solid var(--minor-text-color);
  filter: drop-shadow(0 6px 8px #000000b3);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 280px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: clip;
}

.body-2 {
  background-color: var(--forest-green-1-of-4);
}

.residential-opening {
  z-index: 1;
  background-image: linear-gradient(180deg, transparent 50%, var(--white) 70%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent 71%, #0000 102%), linear-gradient(to bottom, #0000, #0000), url('../images/Residential_4.jpg');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, 100%;
  background-attachment: scroll, scroll, scroll, fixed;
  border-bottom-style: solid;
  border-bottom-width: 0;
  height: 120vh;
  padding: 135px 30px 100px;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-14 {
  background-color: var(--text-block-background);
  border-radius: 7px;
  width: 100%;
  padding: 10px;
}

.residential-opening-message {
  color: var(--white);
  text-align: center;
  border-radius: 7px;
  margin-bottom: 24px;
  padding: 10px;
  font-family: ff-meta-serif-web-pro, sans-serif;
  font-weight: 600;
}

.offered-services-list-item {
  color: var(--white);
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.services-list {
  color: var(--white);
  text-align: left;
}

.item-holder {
  text-align: left;
  padding-bottom: 10px;
}

.columns {
  background-color: var(--forest-green-4-of-4);
  text-align: left;
  border-radius: 6px;
  justify-content: center;
  align-items: stretch;
  padding: 10px 12px;
  display: flex;
}

.residential-opening-image {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.residential-slider {
  width: 100%;
  height: 100%;
}

.services-opening-holder {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.services-example-image-holder {
  border: 2px solid var(--minor-text-color);
  filter: drop-shadow(0 6px 8px #000000b3);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: clip;
}

.opening-message-holder {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.see-our-other-services {
  background-color: var(--black);
  filter: drop-shadow(0px 0px 5px var(--logo-green));
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 25px;
  font-family: podium-soft-variable, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.see-our-other-services:hover {
  color: #fff;
  background-color: #32343a;
}

.see-our-other-services:active {
  background-color: #43464d;
}

.text-span {
  font-size: 20px;
}

.hero-image-holder-mobile-services {
  border: 2px solid var(--minor-text-color);
  filter: drop-shadow(0 6px 8px #000000b3);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 280px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: clip;
}

.commercial-opening {
  z-index: 1;
  background-image: linear-gradient(180deg, transparent 50%, var(--white) 70%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Filler_Image_3.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 100%;
  background-attachment: scroll, scroll, fixed;
  border-bottom-style: solid;
  border-bottom-width: 0;
  height: 120vh;
  padding: 135px 30px 110px;
  position: relative;
  inset: 0% 0% auto;
}

.commercial-slider {
  width: 100%;
  height: 100%;
}

.residential-slide {
  background-image: url('../images/Residential_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.residential-slide-2 {
  background-image: url('../images/Residential_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.residential-slide-3 {
  background-image: url('../images/Residential_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.residential-slide-4 {
  background-image: url('../images/Residential_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.residential-slide-5 {
  background-image: url('../images/Residential_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.residential-slide-6 {
  background-image: url('../images/Residential_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.commercial-slide-1 {
  background-image: url('../images/Commercial_Work_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.commercial-slide-2 {
  background-image: url('../images/Commercial_Work_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.commercial-slide-3 {
  background-image: url('../images/Commercial_Work_3.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.commercial-slide-4 {
  background-image: url('../images/Commercial_Work_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.commercial-slide-5 {
  background-image: url('../images/Commercial_Work_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.commercial-slide-6 {
  background-image: url('../images/Commercial_Work_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.link {
  color: var(--light-gray-3-of-4);
  text-decoration: none;
}

.agriculture-opening {
  z-index: 1;
  background-image: linear-gradient(180deg, transparent 50%, var(--white) 70%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/a3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-bottom-style: solid;
  border-bottom-width: 0;
  height: 120vh;
  padding: 135px 30px 110px;
  position: relative;
  inset: 0% 0% auto;
}

.a-slide-1 {
  background-color: var(--forest-green-1-of-4);
}

.a-slide-2 {
  background-color: var(--forest-green-2-of-4);
}

.a-slide-3 {
  background-color: var(--forest-green-3-of-4);
}

.a-slide-4 {
  background-color: var(--forest-green-4-of-4);
}

.a-slide-5 {
  background-color: var(--forest-green-3-of-4);
}

.a-slide-6 {
  background-color: var(--forest-green-2-of-4);
}

.excavation-opening {
  z-index: 1;
  background-image: linear-gradient(180deg, transparent 50%, var(--white) 70%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Site_Prep_4.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 100%;
  background-attachment: scroll, scroll, fixed;
  border-bottom-style: solid;
  border-bottom-width: 0;
  height: 120vh;
  padding: 135px 30px 110px;
  position: relative;
  inset: 0% 0% auto;
}

.e-slide-1 {
  background-color: var(--forest-green-1-of-4);
  background-image: url('../images/Site_Prep_1.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.e-slide-2 {
  background-color: var(--forest-green-2-of-4);
  background-image: url('../images/Site_Prep_2.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.e-slide-3 {
  background-color: var(--forest-green-3-of-4);
  background-image: url('../images/Site_Prep_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.e-slide-4 {
  background-color: var(--forest-green-4-of-4);
  background-image: url('../images/Site_Prep_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.e-slide-5 {
  background-color: var(--forest-green-3-of-4);
  background-image: url('../images/Site_Prep_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.e-slide-6 {
  background-color: var(--forest-green-2-of-4);
  background-image: url('../images/SIte_Prep_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.div-block-14-copy {
  background-color: var(--white);
  border-radius: 7px;
  width: 100%;
  padding: 10px;
}

.main-home-text-paragraph {
  color: var(--light-gray-1-of-4);
  background-color: #162e2ebf;
  border-radius: 7px;
  margin-bottom: 24px;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-weight: 600;
  display: none;
}

.hero-image-holder-copy {
  border: 2px solid var(--minor-text-color);
  filter: drop-shadow(0 6px 8px #000000b3);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 280px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: clip;
}

.button-primary-copy {
  background-color: var(--black);
  filter: drop-shadow(0px 0px 5px var(--logo-green));
  color: var(--light-gray-1-of-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 25px;
  font-family: podium-soft-variable, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.div-block-15 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  height: 100%;
  position: static;
}

.container-4 {
  padding-top: 20%;
}

.image-5 {
  filter: drop-shadow(0 0 5px #000000c2);
  width: 100%;
}

.div-block-16 {
  background-color: #213b3bab;
  background-image: linear-gradient(180deg, var(--transparent) 80%, var(--black));
  position: absolute;
  inset: 0%;
}

.container-5 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-17 {
  max-width: 200px;
  max-height: 200px;
}

.residential-image-holder {
  filter: drop-shadow(0 -1px 5px #000000b3);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 0;
  display: flex;
}

.image-6 {
  max-width: none;
  height: 100%;
}

.lightbox-link, .lightbox-link-2, .lightbox-link-3 {
  border: 2px solid var(--logo-green-brightened);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: clip;
}

.image-7 {
  max-width: none;
  height: 100%;
}

.lightbox-link-4 {
  border: 2px solid var(--logo-green-brightened);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: clip;
}

.image-8 {
  max-width: none;
  height: 100%;
}

.lightbox-link-5 {
  border: 2px solid var(--logo-green-brightened);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: clip;
}

.image-9 {
  max-width: none;
  height: 100%;
}

.lightbox-link-6 {
  border: 2px solid var(--logo-green-brightened);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: clip;
}

.image-10 {
  width: 100%;
  max-width: none;
}

.image-11 {
  max-width: none;
  height: 100%;
}

.section {
  background-color: var(--forest-green-1-of-4);
  filter: drop-shadow(-1px -1px 5px var(--forest-green-3-of-4));
  background-image: linear-gradient(0deg, #000, #0000);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.commercial-lightbox-1, .commercial-lightbox-2, .commercial-lightbox-3, .commercial-lightbox-4, .commercial-lightbox-5, .commercial-lightbox-6 {
  border: 2px solid var(--logo-green-brightened);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: clip;
}

.c-1, .c-2, .c-3, .c-4, .c-5, .c-6 {
  width: 100%;
  max-width: none;
}

.a-1, .a-2, .a-3, .a-4, .a-5 {
  width: 100%;
  max-width: none;
  display: block;
}

.a-6 {
  width: 100%;
  max-width: none;
  display: none;
}

.e-1, .e-2 {
  width: 100%;
  max-width: none;
}

.e-3 {
  max-width: none;
  height: 100%;
}

.e-4, .e-5, .e-6 {
  width: 100%;
  max-width: none;
}

.excavation-lightbox-1, .excavation-lightbox-2, .excavation-lightbox-3, .excavation-lightbox-4, .excavation-lightbox-5, .excavation-lightbox-6 {
  border: 2px solid var(--logo-green-brightened);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: clip;
}

.mobile-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.photo-slide-mobile, .mobile-photo-slide, .phot-slide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grid-5, .div-block-20, .div-block-21 {
  display: none;
}

.text-block-3 {
  border-bottom: 1px solid var(--minor-text-color);
  color: var(--minor-text-color);
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.div-block-22 {
  width: 60%;
}

.section-2 {
  background-color: var(--black);
}

.agricultural-photo-slide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.concrete-calculator-opening {
  z-index: 1;
  background-image: linear-gradient(180deg, transparent 80%, var(--black)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Site_Prep_4.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 100%;
  background-attachment: scroll, scroll, fixed;
  border-bottom-style: solid;
  border-bottom-width: 0;
  height: 100vh;
  padding: 135px 30px 110px;
  position: relative;
  inset: 0% 0% auto;
}

.text-span-2 {
  color: var(--light-gray-1-of-4);
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--light-gray-1-of-4);
}

.link-block-8 {
  width: 400px;
}

.link-block-8.w--current {
  width: 700px;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-contents-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 20px;
  display: flex;
}

.navbar-contents-holder.trashed {
  display: none;
}

.div-block-25 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: var(--black);
  padding: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-28 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-31 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  color: var(--black);
  padding: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-32 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 220px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-30-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.mobile-hidden-service {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.not-needed {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.concrete-calculator {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-33-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.agriculture-mobile-service-list, .site-prep-service-list-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  max-width: 70px;
  padding-left: 5px;
  padding-right: 5px;
}

.service-w-icon {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 10px;
  display: flex;
}

.div-block-36, .div-block-37, .div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42, .div-block-43 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: var(--black);
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-45 {
  width: 70px;
}

.div-block-46 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

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

.div-block-48 {
  display: none;
}

.mobile-service-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.button {
  background-color: var(--black);
  filter: drop-shadow(0px 0px 9px var(--logo-green));
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: podium-soft-variable, sans-serif;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-bottom: 0;
  }

  .container {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .navbar-brand {
    width: 35%;
  }

  .navbar-brand.w--current {
    width: 25%;
  }

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

  .nav-menu-two {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    text-align: right;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10px;
    padding-right: 25px;
    display: flex;
  }

  .nav-link {
    background-color: var(--forest-green-4-of-4);
    border-radius: 7px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--forest-green-4-of-4);
    color: #fff;
    border-radius: 10px;
  }

  .hero-heading-center {
    background-image: none;
    height: 50vh;
    padding-top: 0;
  }

  .centered-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .centered-heading.margin-bottom-32px {
    margin-bottom: 10px;
    padding-top: 50%;
    font-size: 140px;
    line-height: 140px;
  }

  .centered-heading.margin-bottom-32px.excavation-heading {
    font-size: 140px;
    line-height: 140px;
  }

  .hero-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .centered-subheading {
    line-height: 16px;
  }

  .hero-image-holder {
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .heading {
    font-size: 20px;
    line-height: 22px;
  }

  .image-holder {
    width: 150px;
    height: 150px;
  }

  .div-block-5, .div-block-6 {
    height: 200px;
  }

  .div-block-7 {
    height: 120px;
  }

  .div-block-8, .div-block-9 {
    height: 200px;
  }

  .div-block-10, .div-block-11, .div-block-12 {
    height: 120px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
  }

  .service-paragraph {
    font-size: 14px;
    line-height: 16px;
  }

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

  .nav-dropdown-toggle-2 {
    background-color: var(--forest-green-4-of-4);
    border-radius: 7px;
  }

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

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    position: static;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 54px;
    margin-left: -185px;
    padding-right: 0;
  }

  .nav-dropdown-link-2 {
    text-align: right;
    font-size: 10px;
    line-height: 12px;
  }

  .link-block.w--current {
    max-width: 400px;
  }

  .footer-light {
    padding-top: 20px;
  }

  .footer-wrapper-two {
    flex-flow: row;
  }

  .footer-title {
    font-size: 16px;
    line-height: 20px;
  }

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

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

  .hero-image-holder-mobile {
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-bottom: 0;
    display: flex;
  }

  .icon {
    color: var(--logo-green-brightened);
  }

  .list-item {
    display: none;
  }

  .body-2 {
    background-color: var(--forest-green-1-of-4);
  }

  .residential-opening {
    background-image: linear-gradient(180deg, transparent 85%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Residential_4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    height: 100vh;
    padding-top: 50px;
  }

  .residential-opening-message {
    margin-left: 70px;
    margin-right: 70px;
    font-size: 12px;
    line-height: 14px;
  }

  .services-opening-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .services-example-image-holder {
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .opening-message-holder {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-image-holder-mobile-services {
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-bottom: 0;
    display: none;
  }

  .commercial-opening {
    background-position: 0 0, 50% 90%;
    background-size: auto, auto 100%;
    padding-top: 0;
  }

  .agriculture-opening {
    background-image: linear-gradient(180deg, transparent 80%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Filler_Image_4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding-top: 0;
  }

  .excavation-opening {
    background-image: linear-gradient(180deg, var(--transparent) 80%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Site_Prep_4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 100vh;
    padding-top: 0;
  }

  .main-home-text-paragraph {
    margin-left: 70px;
    margin-right: 70px;
  }

  .hero-image-holder-copy {
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  .div-block-15 {
    z-index: 3;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .background-video {
    height: 100%;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    padding-top: 19%;
    padding-bottom: 50px;
    display: flex;
  }

  .list-item-2 {
    display: none;
  }

  .residential-image-holder {
    width: 100px;
    height: 100px;
  }

  .section {
    background-color: var(--black);
    filter: none;
  }

  .div-block-18 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .mobile-slider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

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

  .photo-slide-mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

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

  .mobile-photo-slide {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

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

  .phot-slide {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .div-block-20, .div-block-21 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-block-3 {
    padding-top: 12px;
  }

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

  .agricultural-photo-slide {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .concrete-calculator-opening {
    background-image: linear-gradient(180deg, var(--transparent) 80%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Site_Prep_4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    padding-top: 0;
  }

  .text-span-2 {
    line-height: 18px;
  }

  .navbar-contents-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-25 {
    font-size: 18px;
    line-height: 19px;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    display: none;
  }

  .div-block-33 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .mobile-hidden-service, .not-needed {
    font-size: 18px;
    line-height: 19px;
  }

  .concrete-calculator {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
    display: block;
  }

  .div-block-33-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .agriculture-mobile-service-list, .site-prep-service-list-mobile {
    justify-content: center;
    align-items: center;
  }

  .text-block-14 {
    color: var(--white);
    text-transform: uppercase;
  }

  .div-block-48 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: clip;
  }

  .mobile-service-list-item {
    background-color: var(--transparent);
  }

  .section-4 {
    background-color: var(--black);
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    background-color: var(--black);
    filter: drop-shadow(0px 0px 9px var(--logo-green));
    text-transform: uppercase;
    border-radius: 6px;
    font-family: podium-soft-variable, sans-serif;
  }

  .div-block-49 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: var(--black);
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-bottom: 0;
  }

  .container {
    padding-bottom: 30px;
  }

  .navbar-brand {
    width: 35%;
    padding-left: 0;
  }

  .navbar-brand.w--current {
    width: 20%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

  .hero-heading-center {
    height: 100%;
    padding: 60px 15px;
  }

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

  .centered-heading.margin-bottom-32px {
    padding-top: 5%;
    font-size: 100px;
    line-height: 100px;
  }

  .centered-heading.margin-bottom-32px.excavation-heading {
    font-size: 100px;
    line-height: 100px;
  }

  .hero-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .hero-split {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .margin-bottom-24px {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .centered-subheading {
    font-size: 14px;
    line-height: 16px;
  }

  .heading {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-5 {
    background-image: url('../images/Residential_3.jpg');
    height: 100px;
  }

  .div-block-6 {
    height: 100px;
  }

  .div-block-7 {
    height: 150px;
  }

  .div-block-8, .div-block-9 {
    height: 100px;
  }

  .div-block-10, .div-block-11, .div-block-12 {
    height: 150px;
  }

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

  .service-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

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

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

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

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

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

  .link-block.w--current, .link-block-2, .link-block-3, .link-block-4 {
    padding: 10px;
  }

  .footer-light {
    padding: 30px 15px 25px;
  }

  .footer-brand {
    width: 35%;
  }

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

  .footer-copyright {
    font-size: 10px;
    line-height: 12px;
  }

  .hero-image-holder-mobile {
    width: 75%;
  }

  .body-2 {
    background-color: var(--black);
  }

  .residential-opening {
    background-image: linear-gradient(180deg, transparent 80%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Residential_4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 100vh;
    padding: 150px 15px 70px;
    position: static;
  }

  .residential-opening-message {
    margin-left: 20px;
    margin-right: 20px;
  }

  .offered-services-list-item {
    font-size: 14px;
    line-height: 14px;
  }

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

  .services-opening-holder {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .services-example-image-holder {
    height: 200px;
  }

  .hero-image-holder-mobile-services {
    width: 75%;
  }

  .commercial-opening {
    background-image: linear-gradient(180deg, transparent 85%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Filler_Image_3.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 100vh;
    padding: 150px 15px 70px;
    position: static;
  }

  .agriculture-opening {
    background-image: linear-gradient(180deg, transparent 85%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Filler_Image_4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 100vh;
    padding: 150px 15px 70px;
    position: static;
  }

  .excavation-opening {
    background-image: linear-gradient(180deg, transparent 85%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Site_Prep_4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 100vh;
    padding: 150px 15px 70px;
    position: static;
  }

  .main-home-text-paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-primary-copy, .button-primary-copy.w--current {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    padding-top: 8%;
  }

  .residential-image-holder {
    width: 200px;
    max-width: 200px;
    height: 200px;
    padding: 5px;
  }

  .section {
    background-color: var(--forest-green-1-of-4);
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mobile-slider, .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .photo-slide-mobile {
    display: flex;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .mobile-photo-slide {
    display: flex;
  }

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

  .phot-slide {
    display: flex;
  }

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

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block-3 {
    text-align: center;
    padding-top: 13px;
  }

  .list-item-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .concrete-calculator-opening {
    background-image: linear-gradient(180deg, transparent 85%, var(--forest-green-1-of-4)), linear-gradient(180deg, var(--forest-green-1-of-4), #02040421 18%, transparent), url('../images/Site_Prep_4.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 100vh;
    padding: 150px 15px 70px;
    position: static;
  }

  .text-span-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-24 {
    width: 100px;
    padding-left: 9px;
  }

  .navbar-contents-holder {
    padding-bottom: 20px;
  }

  .section-3 {
    position: absolute;
  }

  .div-block-25 {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-26, .div-block-30 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-32 {
    position: relative;
    inset: auto 0% -8%;
  }

  .div-block-30-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .mobile-hidden-service, .not-needed {
    font-size: 12px;
    line-height: 12px;
  }

  .concrete-calculator {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    display: block;
  }

  .agriculture-mobile-service-list, .site-prep-service-list-mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .div-block-45 {
    width: 100px;
  }

  .mobile-service-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
  }
}

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

  .navbar-brand.w--current {
    width: 35%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link, .nav-link.w--current {
    font-size: 10px;
    line-height: 12px;
  }

  .button-primary {
    padding: 10px;
    font-size: 10px;
    line-height: 12px;
  }

  .hero-heading-center {
    height: 100vh;
    padding-top: 34px;
    padding-bottom: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 40px;
  }

  .centered-heading.margin-bottom-32px {
    -webkit-text-stroke-width: 1px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 50%;
    font-size: 65px;
    line-height: 65px;
    display: flex;
  }

  .centered-heading.margin-bottom-32px.excavation-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-split {
    padding-top: 20px;
  }

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

  .team-slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .centered-subheading {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-5, .div-block-6 {
    height: 200px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    height: 200px;
  }

  .div-block-8 {
    background-position: 50%;
    height: 200px;
  }

  .div-block-9 {
    background-position: 50% 0;
    height: 200px;
  }

  .div-block-10, .div-block-11, .div-block-12 {
    justify-content: center;
    align-items: center;
    height: 200px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-paragraph {
    font-size: 14px;
    line-height: 16px;
  }

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

  .footer-light {
    display: flex;
  }

  .footer-wrapper-two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand {
    width: 40%;
  }

  .footer-block-two {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
  }

  .footer-title {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-link-two {
    font-size: 10px;
    line-height: 12px;
  }

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

  .div-block-13 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .bold-text {
    font-size: 12px;
    line-height: 14px;
  }

  .hero-image-holder-mobile {
    display: none;
  }

  .residential-opening {
    border-bottom-style: none;
    border-bottom-color: #000;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 0;
  }

  .div-block-14 {
    margin-left: -59px;
    margin-right: -59px;
    padding-left: 0;
    padding-right: 0;
  }

  .residential-opening-message {
    color: var(--white);
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 10px;
    line-height: 12px;
  }

  .services-list {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 8px 40px;
  }

  .services-opening-holder {
    margin-bottom: 0;
  }

  .services-example-image-holder {
    display: none;
  }

  .see-our-other-services {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }

  .text-span {
    color: var(--white);
    line-height: 18px;
  }

  .hero-image-holder-mobile-services {
    display: none;
  }

  .commercial-opening, .agriculture-opening, .excavation-opening {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .div-block-14-copy {
    margin-left: -59px;
    margin-right: -59px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-home-text-paragraph {
    font-size: 10px;
    line-height: 12px;
  }

  .button-primary-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-15 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    padding-top: 70%;
  }

  .residential-image-holder {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    overflow: clip;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    overflow: clip;
  }

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

  .lightbox-link-2 {
    width: 100%;
    height: auto;
    display: flex;
  }

  .lightbox-link-3 {
    width: 100%;
    height: auto;
  }

  .image-7 {
    width: 100%;
    height: auto;
    display: block;
  }

  .lightbox-link-4 {
    width: 100%;
    height: auto;
  }

  .image-8 {
    width: 100%;
    height: auto;
    display: block;
  }

  .lightbox-link-5 {
    width: 100%;
    height: auto;
  }

  .image-9 {
    width: 100%;
    height: auto;
    display: block;
  }

  .lightbox-link-6 {
    background-color: var(--forest-green-3-of-4);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
    overflow: clip;
  }

  .image-10 {
    background-color: var(--transparent);
    padding-bottom: 0;
    display: block;
    overflow: clip;
  }

  .image-11 {
    width: 100%;
    height: auto;
  }

  .section {
    padding-top: 0;
  }

  .mobile-slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bold-text-2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

  .div-block-21 {
    display: block;
  }

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

  .column-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-23 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .concrete-calculator-opening {
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 0;
  }

  .link-block-8.w--current {
    padding-bottom: 150px;
  }

  .navbar-contents-holder {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-26 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .div-block-30 {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-32 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-bottom: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-30-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-hidden-service {
    display: none;
  }

  .concrete-calculator {
    margin-bottom: 0;
    display: block;
  }

  .div-block-33-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .agriculture-mobile-service-list, .site-prep-service-list-mobile {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .text-block-14 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-45, .div-block-47 {
    width: 50%;
  }

  .div-block-48, .mobile-service-list-item {
    width: 100%;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


