@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #555;
  --gold: #ffcb08;
  --black: black;
  --white: white;
  --grey: #818285;
  --silver: silver;
}

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

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

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

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

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

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

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

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

a {
  text-decoration: underline;
}

ul, ol {
  max-width: 54rem;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 5px;
}

.top-section {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.left-div {
  align-items: center;
  display: flex;
}

.tel-icon {
  margin-right: 10px;
}

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

.no-line-white.w--current {
  color: var(--gold);
  font-weight: 800;
}

.top-right-div {
  align-items: center;
  display: flex;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-2:hover {
  background-color: var(--gold);
  color: var(--black);
}

.dropdown-link-2.w--current {
  background-color: var(--black);
  color: var(--white);
}

.dropdown-toggle {
  color: var(--black);
  padding: 10px 35px 10px 15px;
  font-size: 15px;
  line-height: 25px;
}

.icon-2 {
  padding-bottom: 30px;
}

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

.dropdown-list {
  background-color: #01477c;
}

.dropdown-list.w--open {
  background-color: #818285e6;
  margin-top: 36px;
}

.logo-link {
  width: 25%;
}

.header {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.nav-link {
  border-bottom: 3px solid var(--gold);
  color: var(--black);
  text-transform: none;
  background-color: #0000;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

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

.nav-link.w--current {
  border-bottom-color: var(--grey);
  color: var(--black);
}

.nav-link.w--current:hover {
  color: #01477c;
}

.navbar {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.body-section.top-border {
  border-top: 5px solid var(--gold);
}

.body-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.body-div.left {
  justify-content: center;
  align-items: flex-start;
}

.h1 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.h1.nopad {
  color: var(--black);
  margin-bottom: 0;
}

.h1.nopad.white {
  color: var(--white);
  font-size: 38px;
  line-height: 44px;
}

.h1.nopad.white.popup {
  font-size: 30px;
}

.h1-smaller {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
}

.h1-smaller.white {
  color: var(--white);
}

.h1-smaller.white.popup {
  font-size: 20px;
}

.p {
  color: #000;
  width: 100%;
  max-width: 54rem;
  margin-bottom: 15px;
}

.p._2 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.p.bot60 {
  margin-bottom: 60px;
}

.p.centre {
  text-align: center;
}

.p.centre.contact-legth {
  max-width: 125rem;
}

._3-services-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.icon-section {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.icon-section.white {
  background-color: #0000;
}

.servies-paragraph {
  color: var(--black);
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.service-1 {
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.services-heading {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.icon3, .icon1 {
  padding-bottom: 30px;
}

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

._4-box-grid._1 {
  padding-top: 40px;
}

._4-box-grid._1._2 {
  padding-bottom: 40px;
}

._4-box-grid.top20 {
  margin-top: 20px;
}

.h2 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
}

.list-item {
  margin-bottom: 5px;
  font-weight: 500;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.list._100 {
  margin-left: 100px;
}

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

.list.white._40, .list._40 {
  margin-left: 40px;
}

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

.int-link {
  color: #000;
  font-weight: 700;
}

.image-banner {
  background-image: url('../images/groundwork-bg.webp');
  background-position: 50% 70%;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
}

.large-image-div {
  border: 1px solid var(--black);
  text-align: left;
  background-color: #c0c0c0e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.white-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.p-white-banner {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
}

.h3 {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

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

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

.icon-4 {
  color: #000;
}

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

.testimonials-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.testominals-section {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.testominals-section.white {
  background-color: var(--white);
}

.testimonials-slider {
  background-color: #0000;
  width: 100%;
  height: 560px;
  padding-bottom: 20px;
}

.testmonials-h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.testimonials-p {
  text-align: center;
}

.icon-div {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.icon-p {
  color: #858585;
  text-align: left;
}

.bottom-image-section {
  background-image: url('../images/download1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.contact-us-div {
  background-color: #ffcb08cc;
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
  padding: 60px;
  display: flex;
}

.bottom-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.bottom-title.thin {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 300;
}

.contact-us-button-2 {
  border: 3px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin-top: 20px;
  padding: 5px 20px;
  font-weight: 500;
  display: flex;
}

.contact-us-button-2:hover {
  border-color: var(--grey);
  background-color: var(--grey);
  box-shadow: 0 0 10px #000;
}

.bottom-section {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.bottom-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-logo {
  padding-bottom: 20px;
}

.footer-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

.footer-links {
  color: var(--gold);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slideshow-image1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 600px;
}

.banner-div {
  z-index: 1;
  text-align: left;
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  display: flex;
}

.hero-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 90%;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 30px;
}

.button-div {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.more-info-button {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border-radius: 30px;
  min-width: 220px;
  margin-right: 40px;
  padding: 15px 30px;
  font-weight: 500;
}

.more-info-button:hover {
  background-color: var(--grey);
  color: var(--white);
  box-shadow: 0 0 10px #000;
}

.contact-us-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  padding: 0 30px;
  font-weight: 500;
  display: flex;
}

.contact-us-button:hover {
  border-color: var(--gold);
  background-color: var(--grey);
  color: var(--gold);
  box-shadow: 0 0 10px #000;
}

.hero-img {
  position: relative;
}

.hero-div {
  z-index: 5;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
  position: relative;
}

.hero-overlay {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.top-tel {
  color: var(--white);
  line-height: 32px;
  text-decoration: none;
}

.top-tel._2 {
  border-left: 1px solid var(--white);
  margin-left: 10px;
  padding-left: 10px;
}

.social-media-link {
  width: 40px;
  margin-left: 20px;
  padding: 0;
  text-decoration: none;
}

.social-media-link.insta {
  margin-left: 5px;
}

.fb, .insta {
  width: 40px;
}

._2-bullet-div {
  align-items: center;
  width: 100%;
  display: flex;
}

._2-bullet-div.top20 {
  align-items: flex-start;
  margin-top: 20px;
}

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

.body-link-white {
  color: var(--white);
}

.dropdown {
  border-bottom: 3px solid var(--gold);
  color: var(--grey);
  text-transform: none;
  background-color: #0000;
  font-weight: 600;
}

.dropdown:hover {
  border-bottom-color: var(--grey);
}

.dropdown.w--current {
  border-bottom-color: var(--grey);
  color: var(--grey);
}

.dropdown.w--current:hover {
  color: #01477c;
}

.icon-5 {
  margin-right: 15px;
}

.menu-icon {
  padding-bottom: 30px;
}

.p-white {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
}

.yellow-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gold);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.services-dropdown {
  border-bottom: 3px solid var(--grey);
  color: var(--grey);
  text-transform: none;
  background-color: #0000;
  font-weight: 600;
}

.services-dropdown:hover {
  border-bottom-color: var(--grey);
}

.services-dropdown.w--current {
  border-bottom-color: var(--grey);
  color: var(--grey);
}

.services-dropdown.w--current:hover {
  color: #01477c;
}

.no-line-black {
  color: var(--white);
  text-decoration: none;
}

.phone {
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
}

.list-2 {
  max-width: 54rem;
}

.map {
  width: 100%;
  height: 100%;
}

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

.half {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

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

.image-container {
  width: 100%;
  height: 30rem;
}

.image-container.grabber {
  background-image: url('../images/grab-truck-debris.webp');
  background-position: 50%;
  background-size: cover;
  height: 41rem;
}

.image-container.plant-hire {
  background-image: url('../images/plant-hire.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 42rem;
}

.image-container.aggregate {
  background-image: url('../images/264c1855-6c91-4bdb-af5a-b13855e66eb3.webp');
  background-position: 50% 25%;
  background-size: cover;
  height: 33rem;
}

.image-container.topsoil {
  background-image: url('../images/dirt-sorter.webp');
  background-position: 50%;
  background-size: cover;
}

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

.html-embed {
  width: 100%;
}

.image {
  background-image: url('../images/driveway_80418302.webp');
  background-position: 50%;
  background-size: cover;
  width: 75%;
  min-height: 500px;
  margin-bottom: 40px;
}

.list-home {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-home._100 {
  margin-left: 100px;
}

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

.list-home.white._40, .list-home._40 {
  margin-left: 40px;
}

.body-list {
  min-width: 400px;
}

.body-list.c {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.body-side-by-side {
  flex-direction: row;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.div-block {
  width: 1200px;
  height: 650px;
}

.content-image {
  object-fit: cover;
  min-height: 443px;
  max-height: 443px;
}

.slide-nav {
  margin-top: 0;
  padding-top: 30px;
}

.section {
  background-color: var(--grey);
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/wagon-.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

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

.nav-link-home {
  border-bottom: 3px solid var(--grey);
  text-transform: none;
  background-color: #0000;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.nav-link-home:hover {
  border-bottom-color: var(--grey);
}

.nav-link-home.w--current {
  border-bottom-color: var(--grey);
  color: var(--black);
}

.nav-link-home.w--current:hover {
  color: #01477c;
}

.slider {
  z-index: 2;
  width: 100%;
  height: 800px;
  position: absolute;
}

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

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

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

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

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
}

.img.groundwork1 {
  background-image: url('../images/groundwork-.webp');
}

.img.groundwork2 {
  background-image: url('../images/groundwork-2.webp');
  background-position: 50% 15%;
}

.img.groundwork3 {
  background-image: url('../images/groundwork-3.webp');
}

.img.aggregates1 {
  background-image: url('../images/aggregate.webp');
}

.img.aggregates2 {
  background-image: url('../images/aggregate-2.jpeg');
  background-position: 50% 15%;
}

.img.aggregates3 {
  background-image: url('../images/yard-2.webp');
}

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

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

.slide-4 {
  background-image: url('../images/homepage-banner-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lrg-img {
  margin-top: 20px;
}

._3-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-top: 20px;
}

.image-3 {
  object-fit: cover;
  object-position: 33% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-item-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.code-embed {
  width: 100%;
  margin-top: 40px;
}

.pop {
  z-index: 9999;
  background-color: var(--grey);
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/wagon-.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: fixed;
  inset: auto auto 20px 20px;
}

.text-block-2 {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
  position: absolute;
  inset: 5px 5px auto auto;
}

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

.fa {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  line-height: 30px;
  display: flex;
}

.image-4, .image-5 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .top-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .top-container {
    flex-direction: column;
  }

  .left-div {
    margin-bottom: 5px;
  }

  .dropdown-link-2 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .dropdown-link-2:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .dropdown-link-2.w--current {
    background-color: var(--gold);
    color: var(--black);
  }

  .menu-button-2 {
    background-color: #0000;
    border-bottom: 1px solid #0003;
    width: 100%;
  }

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

  .dropdown-toggle {
    color: #fff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-toggle:hover {
    background-color: var(--black);
    color: var(--white);
    width: 100%;
  }

  .dropdown-toggle.w--open {
    width: 100%;
  }

  .dropdown-toggle.svs {
    background-color: var(--gold);
    color: var(--black);
  }

  .icon-2 {
    color: var(--black);
    text-align: center;
    max-width: 80px;
    padding-bottom: 20px;
  }

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

  .text-block {
    text-align: center;
    padding-left: 20px;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
  }

  .dropdown-list.w--open {
    background-color: var(--grey);
    margin-top: 0;
  }

  .logo-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .nav-link {
    color: var(--white);
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link:hover {
    background-color: var(--black);
    color: #fff;
    border-bottom-width: 0;
  }

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

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

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

  ._3-services-div {
    align-items: flex-start;
  }

  .servies-paragraph {
    font-size: 16px;
  }

  .service-1 {
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-1.mid {
    border-left: 1px solid #00000080;
    border-right: 1px solid #00000080;
    margin-bottom: 20px;
  }

  .services-heading {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .icon3, .icon1 {
    max-width: 80px;
    padding-bottom: 20px;
  }

  ._4-box-grid._1._2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .image-banner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .large-image-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .p-white-banner {
    text-align: center;
  }

  .icon-4 {
    font-size: 30px;
  }

  .testimonials-title {
    font-size: 26px;
    line-height: 26px;
  }

  .testimonials-slider {
    height: 690px;
  }

  .icon-div {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .contact-us-div {
    justify-content: center;
    align-items: center;
  }

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

  .bottom-div {
    align-items: center;
  }

  .banner-div {
    padding-right: 0;
  }

  .hero-title {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-subheading {
    font-size: 28px;
    line-height: 28px;
  }

  .dropdown {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
  }

  .dropdown:hover {
    background-color: var(--black);
    color: #fff;
    border-bottom-width: 0;
  }

  .dropdown.w--current {
    color: #01477c;
  }

  .dropdown.w--current:hover, .icon-5:hover {
    color: #fff;
  }

  .menu-icon {
    color: var(--black);
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-white {
    text-align: left;
  }

  .services-dropdown {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
  }

  .services-dropdown:hover {
    background-color: var(--black);
    color: #fff;
    border-bottom-width: 0;
  }

  .services-dropdown.w--current {
    color: #01477c;
  }

  .services-dropdown.w--current:hover {
    color: #fff;
  }

  .content-image {
    min-height: 100%;
  }

  .nav-link-home {
    color: var(--white);
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-home:hover {
    background-color: var(--black);
    color: #fff;
    border-bottom-width: 0;
  }

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

  .nav-link-home.w--current:hover {
    color: var(--black);
  }

  ._3-img-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body-div {
    flex-direction: column;
  }

  .h1 {
    line-height: 38px;
  }

  ._3-services-div, .icon-section {
    flex-direction: column;
  }

  .service-1 {
    width: 100%;
  }

  .service-1.mid {
    border-right-color: var(--gold);
    border-left-color: var(--gold);
    padding-top: 10px;
  }

  .list._40 {
    margin-left: 10px;
  }

  .large-image-div {
    padding: 40px;
  }

  .left-arrow {
    display: none;
  }

  .testimonials-div {
    padding: 20px;
  }

  .testimonials-slider {
    height: 680px;
  }

  .testmonials-h2 {
    text-align: center;
  }

  .testimonials-p {
    width: 100%;
  }

  .right-arrow {
    display: none;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-subheading {
    font-size: 22px;
  }

  .more-info-button, .contact-us-button {
    min-width: 180px;
  }

  .yellow-section {
    padding-top: 60px;
  }

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

  .half {
    width: 100%;
  }

  .image-container.plant-hire {
    height: 20rem;
  }

  .image-container.aggregate {
    height: 29rem;
  }

  .body-side-by-side {
    flex-direction: column;
  }

  ._3-img-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .top-section {
    flex-direction: column;
  }

  .top-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-div {
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    display: flex;
  }

  .no-line-white {
    font-size: 13px;
  }

  .top-right-div {
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    display: flex;
  }

  .icon-2 {
    color: #0086eb;
  }

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

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

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .header {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link, .nav-link.w--current {
    text-align: center;
  }

  .navbar {
    display: flex;
  }

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

  .h1 {
    text-align: left;
    font-size: 28px;
    line-height: 33px;
  }

  .h1.nopad.white.popup {
    font-size: 20px;
  }

  .h1-smaller {
    text-align: center;
  }

  .h1-smaller.white.popup {
    font-size: 16px;
  }

  .p.centre {
    text-align: left;
  }

  ._3-services-div {
    flex-direction: column;
    margin-top: 20px;
  }

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

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

  .service-1 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .service-1.bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .services-heading {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  ._4-box-grid._1._2 {
    grid-template-columns: 1fr;
  }

  .h2 {
    text-align: center;
  }

  .list._40 {
    width: 100%;
    margin-left: 20px;
    padding-left: 0;
  }

  .list.c {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .white-title {
    font-size: 24px;
  }

  .h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .testimonials-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-title {
    font-size: 24px;
  }

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

  .testimonials-slider {
    height: 740px;
  }

  .testimonials-p {
    font-size: 15px;
    line-height: 21px;
  }

  .icon-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .icon-p {
    text-align: center;
  }

  .bottom-title {
    font-size: 24px;
  }

  .contact-us-button-2 {
    margin-top: 10px;
  }

  .footer-section {
    padding-bottom: 100px;
  }

  .banner {
    height: 250px;
  }

  .banner-div {
    padding: 20px;
    display: none;
  }

  .hero-title {
    text-align: center;
    max-width: 280px;
    font-size: 28px;
    line-height: 50px;
  }

  .hero-subheading {
    max-width: 280px;
    font-size: 15px;
    line-height: 22px;
  }

  .more-info-button {
    min-width: 100px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .contact-us-button {
    min-width: 130px;
    margin-top: 10px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .hero-div {
    height: 500px;
  }

  .top-tel._2 {
    border-left-color: var(--dim-grey);
  }

  .social-media-link, .social-media-link.insta {
    margin-left: 0;
  }

  ._2-bullet-div.top20 {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown, .dropdown.w--current {
    text-align: center;
  }

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

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

  .services-dropdown, .services-dropdown.w--current {
    text-align: center;
  }

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

  .image-container.grabber {
    height: 25.1rem;
  }

  .image-container.aggregate {
    height: 17rem;
  }

  .image-container.topsoil {
    height: 21rem;
  }

  .image-container.groundworks {
    height: 14rem;
  }

  .html-embed {
    width: 100%;
  }

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

  .body-list {
    padding-left: 71px;
  }

  .content-image {
    min-height: auto;
    max-height: 100%;
  }

  .section {
    width: 94%;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .nav-link-home, .nav-link-home.w--current {
    text-align: center;
  }

  .slider {
    height: 500px;
  }

  .img.groundwork1, .img.groundwork2, .img.groundwork3, .img.aggregates1, .img.aggregates2, .img.aggregates3 {
    min-height: 200px;
  }

  ._3-img-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .image-3 {
    width: 100%;
  }

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

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

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

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

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

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

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

  .pop {
    width: 94%;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  ._2x1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .list-3 {
    width: 100%;
    max-width: 100%;
  }
}

#w-node-ac705514-0bc5-7548-dd05-1247b8f1efb3-66572100 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a6b0f512-8052-99c5-04b6-7cb51dbfa345-66572100, #w-node-dc054266-54d3-c86f-4c64-d0d711e86125-66572100, #w-node-_38f17b85-2ac0-9a83-9d24-c0210b87117f-238ef324, #w-node-_38f17b85-2ac0-9a83-9d24-c0210b871180-238ef324, #w-node-_38f17b85-2ac0-9a83-9d24-c0210b871181-238ef324, #w-node-_6bddb5a4-3af5-6609-ead6-2875f9ad1f02-4609f5f2, #w-node-_076ce98a-144a-6070-afa6-486954c7595e-4609f5f2, #w-node-f2d7b0b6-036b-47d4-8c85-854adea62565-4609f5f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_827a99e9-3831-0b60-83d2-54f86279ae3c-6279ae39, #w-node-_827a99e9-3831-0b60-83d2-54f86279ae53-6279ae39 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac705514-0bc5-7548-dd05-1247b8f1efb3-66572100 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}