@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #4c4a4b;
  --dim-grey-3: #36519a;
  --white: white;
  --white-2: #3376ea;
  --dark-slate-blue: white;
  --silver: #bfbfbf;
  --cyan: #4090d7;
  --dim-grey-2: #5f5f51;
  --50-black: #00000080;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  color: var(--dim-grey);
  background-color: #fff;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.trust {
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
}

.announcement-barn-link.test {
  color: var(--dim-grey-3);
  text-transform: uppercase;
  font-weight: 300;
}

.announcement-bar {
  z-index: 1;
  background-color: #4b4b4b;
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.trust-pilot {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.fa-social {
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.qoute-btn {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.header-contact {
  border-left: 2px solid var(--dim-grey-3);
  flex: none;
  margin-left: 0;
  padding-left: 5px;
}

.ripple {
  z-index: 0;
  background-color: var(--dim-grey-3);
  border-radius: 100%;
  width: 900px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: var(--dim-grey-3);
}

.ripple.call {
  background-color: var(--dim-grey-3);
  width: 565px;
}

.ripple.gallery-btn-ripple {
  background-color: var(--dim-grey-3);
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.header-logo {
  background-color: #0000;
  width: auto;
  height: 55px;
  margin-top: 8px;
  margin-left: 0;
  padding-bottom: 0;
}

.co-logo-link-2.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  color: #f7f7f2;
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--dim-grey-3);
}

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.drop-down-icon {
  color: var(--dim-grey-3);
  margin: auto 0 auto 10px;
  position: relative;
}

.nav-link-text {
  color: var(--dim-grey-3);
  font-weight: 500;
}

.dl-menu.w--open {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--dim-grey-3);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #5f5f51;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300";
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: #000;
  margin-right: 0;
  font-family: "Fa Regular 400", sans-serif;
  font-weight: 400;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  z-index: 2147483647;
  background-color: var(--white);
  box-shadow: none;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dl-link-2 {
  z-index: 1;
  color: #f7f7f2;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link-2 {
  color: var(--dim-grey-3);
  text-align: center;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.menu-link-2:hover {
  color: #5f5f51;
  border-bottom: 1px #f7f7f2;
}

.menu-link-2:focus {
  border-bottom: 1px #000;
}

.menu-link-2.w--current {
  color: var(--dim-grey-3);
  background-color: #0000;
  font-size: 16px;
}

.menu-link-2.home {
  font-weight: 500;
}

.menu-link-2.home.w--current {
  color: var(--dim-grey-3);
  font-size: 16px;
  font-weight: 500;
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: var(--dim-grey);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.h-link {
  color: var(--dim-grey-3);
  font-weight: 300;
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 75vh;
}

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

.slide-2.otherpic {
  background-image: url('../images/side-right.webp');
  background-position: 100% 29%;
  background-size: cover;
}

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

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  display: flex;
}

.menu-button-image-link.muckawat {
  background-image: url('../images/Empty-truck-side.webp');
}

.menu-button-image-link.gh {
  background-image: url('../images/dirt-gravel.webp');
}

.menu-button-image-link.ccd {
  background-image: url('../images/IMG-20231001-WA0000.webp');
}

.menu-button-image-link.ccd._1 {
  background-image: url('../images/IMG-20231001-WA0003.webp');
}

.menu-button-image-link.ccd._2 {
  background-image: url('../images/back-front.webp');
}

.menu-button-image-link.hr {
  background-image: url('../images/Hardcore-Removal-Banner.webp');
  background-position: 50% 100%;
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 300px;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  color: #000;
  background-color: #212121;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 40px;
}

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

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

.content-section.even {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.even.p-white.bg {
  border-top: 1px solid var(--dim-grey-3);
  background-color: #fff;
}

.content-section.even.p-white, .content-section.p-white {
  background-color: #f7f7f2;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coloured-underline {
  background-color: var(--dim-grey-3);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.primary-btn {
  z-index: 1;
  color: #f7f7f2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: #000;
}

.primary-btn.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn.gallery-btn.m-center {
  background-color: #000;
  margin-top: 60px;
  margin-right: auto;
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('../images/IMG-20231001-WA0000.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img.grab-hire-1 {
  background-image: url('../images/back-front.webp');
  background-position: 50%;
  background-size: cover;
}

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

.img.crushed-concrete {
  background-image: url('../images/IMG-20231001-WA0004.webp');
  background-position: 50%;
  background-size: cover;
}

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

.img.crushed1 {
  background-image: url('../images/crushed-concrete-stones.webp');
  background-position: 50%;
  background-size: cover;
}

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

.p-2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p-2.p-white {
  color: #f7f7f2;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-100 {
  width: 100%;
}

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-p-block {
  background-color: #fff;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.h2.h2-white {
  color: #f7f7f2;
  font-size: 24px;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.h2.h2-white.lg-text.edit-padding.auto {
  margin-left: 0;
}

.h2._2 {
  text-transform: none;
}

.h2.h {
  font-weight: 700;
}

.h2.h.sm {
  text-transform: none;
  font-size: 24px;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.large-image-section.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section.low-p-bottom.p-white {
  background-color: #fff;
}

.large-single-image-div {
  background-image: url('../images/right-side.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 875px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.grab-hire-2 {
  background-image: url('../images/Grab-Hire-2-1.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.muck-hire-2 {
  background-image: url('../images/Muck-2.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.concrete {
  background-image: url('../images/crushed-concrete-stones.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 1100px;
}

.large-single-image-div.removal-2 {
  background-image: url('../images/bricks-red-diggers.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.large-single-image-div.crushed2 {
  background-image: url('../images/FullSizeRender2.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.hardcore2 {
  background-image: url('../images/concrete.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow {
  border: 2px solid var(--white);
  background-color: var(--dark-slate-blue);
  color: var(--dim-grey-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  font-weight: 300;
  transition: all .45s ease-in-out;
  display: flex;
  inset: auto 80px 0% auto;
  overflow: hidden;
}

.left-arrow:hover {
  background-color: var(--silver);
  transform: scale(.95);
}

.text-block-2 {
  flex: none;
  margin-top: 0;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

.testemonials {
  background-color: var(--dim-grey-3);
  background-image: url('../images/colorkit.webp');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials.projects {
  border-top: 5px solid var(--white);
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials-slider {
  border-left: 1px #c0c1af24;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.customer-titkle {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  width: 1266px;
  display: flex;
}

.title-as-section {
  color: #f7f7f2;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.title-as-section.lg-text {
  letter-spacing: 0;
  margin-left: 0;
  font-size: 30px;
  line-height: 36px;
}

.title-as-section.lg-text.black {
  color: var(--dim-grey-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.txt {
  color: var(--dim-grey-3);
  letter-spacing: -.5px;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.title-as-section.lg-text.black.title {
  color: #000;
  font-size: 38px;
}

.title-as-section.lg-text.black.title.fully {
  letter-spacing: 0;
  font-size: 38px;
  line-height: 44px;
}

.title-as-section.lg-text.black {
  color: #343817;
  font-size: 44px;
  line-height: 1.3;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slide-nav {
  display: none;
  position: absolute;
}

.right-arrow {
  border: 2px solid var(--white);
  background-color: var(--dark-slate-blue);
  color: var(--dim-grey-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-left: 100px;
  transition: all .45s ease-in-out;
  display: flex;
  inset: auto 0 0% auto;
}

.right-arrow:hover {
  background-color: var(--silver);
  transform: scale(.95);
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: #fff;
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--white-2);
  width: 100%;
  margin-bottom: 43px;
}

.block-quote {
  color: #f7f7f2;
  border-left-style: none;
  width: 99%;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.mask {
  height: auto;
  min-height: 250px;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonials-grid.work-gallery {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  width: auto;
  height: auto;
}

.heading-3-top-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.heading-3-top-title.flex0 {
  width: 100%;
  margin-bottom: 60px;
}

.heading-3-top-title.test {
  width: 7%;
}

.slide {
  width: 70%;
  height: auto;
  padding: 15px;
}

.slider {
  background-color: #0000;
  height: auto;
  position: static;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  max-width: 1350px;
  padding-top: 0;
}

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.grey-content-section {
  background-color: #c0c1af;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 60%, var(--dim-grey-3) 60%);
}

.grey-content-section.bg-gradiant.w {
  background-image: none;
}

.grid-image-large-div {
  background-image: url('../images/back-front.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.grab-hire-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.grey-dividing-line {
  background-color: var(--dim-grey-3);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
}

.grid-image-div {
  background-image: url('../images/Empty-truck-side.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.div2 {
  background-image: none;
}

.grid-image-div.div2.home-3 {
  background-image: url('../images/IMG-20231001-WA0005.webp');
  background-position: 0%;
  background-size: cover;
}

.grid-image-div.grab-hire-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

.t-wrapper {
  align-items: center;
  display: flex;
}

.works-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.works-1._1 {
  background-image: url('../images/front-poppy.webp');
  background-position: 50%;
  background-size: cover;
}

.works-1._2 {
  background-image: url('../images/empty-truck.webp');
}

.works-1._3 {
  background-image: url('../images/IMG-20231001-WA0000.webp');
  background-position: 0%;
}

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 0;
  padding-bottom: 10px;
}

.cta-link {
  color: #000;
  width: 80%;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-section {
  border-top: 2px solid var(--white-2);
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: #f5f5f5;
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-weight: 100;
  display: flex;
}

.icon-2 {
  background-color: var(--dim-grey-3);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.heading-3-text {
  color: #c0c1af;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: #f7f7f2;
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

.heading-3-right-text {
  background-color: #1e1f1e;
  background-image: linear-gradient(to bottom, var(--dim-grey-3), white);
  color: var(--dim-grey-3);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.container-3.announcement-container {
  width: 90%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.heading-3-left-image {
  background-image: url('../images/Empty-truck-side.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.foooter-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

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

.footer-section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  color: #000;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--dim-grey-3);
  padding-left: 0;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

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

.footer-nav-item.footer-contact {
  color: var(--dim-grey-3);
  text-align: left;
  cursor: auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  cursor: auto;
  font-weight: 500;
  line-height: 24px;
}

.footer-nav-item.footer-contact.auto-cusro:hover {
  color: #000;
}

.text-span-4 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.text-span-4._15 {
  margin-right: 15px;
}

.text-span-4._20 {
  margin-right: 20px;
}

.contact-link {
  color: var(--dim-grey-3);
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  color: #000;
}

.contact-link.home.w--current {
  font-weight: 700;
}

.footerlinks-copy {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid var(--dim-grey-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div-2._1 {
  border: 1px solid var(--dim-grey-3);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  font-weight: 500;
}

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
}

.footer-social-link {
  background-color: var(--dim-grey-3);
  color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

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

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

.default-list {
  padding-left: 0;
  list-style-type: none;
}

.default-list.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.h3-text-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s ease-in-out;
  display: flex;
}

.h3-text-list:hover {
  transform: translate(5px);
}

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

.fa-icon {
  background-color: var(--dim-grey-3);
  color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 19px;
  font-weight: 400;
  display: flex;
}

.fa-icon.w {
  background-color: var(--white);
  color: var(--dim-grey-3);
}

.list-item {
  margin-bottom: 10px;
}

.font-icon {
  background-color: var(--dim-grey-3);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.areas-list {
  padding-left: 0;
}

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hyperlink {
  color: var(--dim-grey-3);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
  box-shadow: inset 0 -2px #000;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--dim-grey-3);
  color: #f7f7f2;
}

.hyperlink.hyperlink-white {
  color: #f7f7f2;
  box-shadow: inset 0 -2px #f7f7f2;
}

.hyperlink.hyperlink-white:hover {
  color: #5f5f51;
  box-shadow: inset 0 -100px #f7f7f2;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 13vh;
  display: flex;
  position: relative;
  top: -2px;
}

.lottie-animation.new {
  position: static;
  top: 117px;
}

.lottie-animation-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 90px;
  margin-right: 20px;
  display: flex;
}

.div-block-2 {
  height: 8vh;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 24px;
}

.bold-text-3, .bold-text-4 {
  color: #000;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

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

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

.bold-text-5 {
  color: #000;
}

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

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

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.live-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.livechat-button {
  background-color: var(--dim-grey-3);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: #326db1;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--dim-grey-3);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #000;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-icon-chat {
  width: 60px;
  margin-right: 10px;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.chat-section {
  background-color: var(--dim-grey-3);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.foot-map {
  background-image: url('../images/NEW-MAP.webp');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
  margin-top: 0;
  margin-bottom: 40px;
}

.livechat-button-2 {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button-2:hover {
  background-color: #326db1;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: var(--dim-grey-3);
  color: #fff;
  transform: scale(1.05);
}

.whatsapp-block-2 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.chat-section-2 {
  background-color: var(--dim-grey-3);
  color: var(--dim-grey-3);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.logo-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dim-grey-3);
  border-bottom: 1px solid var(--dim-grey-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.image-3, .image-4, .image-5, .image-6 {
  width: 150px;
}

.sticky-widget-box {
  z-index: 99;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 40% 10px 0% auto;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.div-block-10.left-box {
  border-right: 0px none var(--white);
  width: 40px;
  height: 40px;
}

.btt {
  border: 1.5px solid var(--white);
  background-color: var(--dim-grey-3);
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--dark-slate-blue);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-block-4 {
  color: var(--dim-grey-3);
  text-transform: uppercase;
  font-weight: 300;
}

.text-block-5 {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.service-banner {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/dirt-gravel.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 275px;
  display: flex;
}

.service-banner.area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/St-Albans.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.concrete {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20231001-WA0000.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-banner.hardcore {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hardcore-Removal-Banner.webp');
  background-position: 0 0, 50% 42%;
}

.service-ban-text {
  border-bottom: 7px none var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 45px;
  line-height: 50px;
}

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

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

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

.g-thumb {
  object-fit: cover;
  height: 100%;
}

.g-lb {
  height: 350px;
}

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

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

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

.announcement-time {
  color: #fff;
  font-size: 19px;
  font-weight: 100;
}

.announcement-bar-2 {
  background-color: var(--dim-grey-3);
}

.announcement-link {
  color: #fff;
  align-items: center;
  font-size: 19px;
  font-weight: 200;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.announcement-link._0 {
  align-items: center;
  font-size: 19px;
  display: flex;
}

.announcement-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

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

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

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.area-map {
  filter: grayscale(70%);
  margin-top: 20px;
}

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

.video-gallery {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.background-video, .background-video-2, .background-video-3 {
  z-index: 1;
}

.top {
  display: none;
}

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

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

.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: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 2147483647;
  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(--dim-grey-3);
  background-color: var(--dim-grey-3);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #f5f5f5;
  border-color: #000;
}

.fs-cc-manager_component {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: auto auto 1% 1%;
}

.fs-cc-prefs_title {
  color: #000;
  letter-spacing: -.7px;
  font-size: 25px;
  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(--dim-grey-3);
  background-color: var(--dim-grey-3);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.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: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: #000;
  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: #000;
  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(--dim-grey-3);
  color: var(--dim-grey-3);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  background-color: var(--dim-grey-3);
  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: 2147483647;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.mobile-scrolly-thing {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c0131e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 43px;
  display: flex;
  overflow: hidden;
}

.mob-foot-button {
  background-color: var(--dim-grey-3);
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.mob-foot-button.right-line {
  background-color: var(--dim-grey-3);
  border-right: 1px solid #fff;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.mob-foot-button.right-line:hover {
  color: var(--white);
}

.mob-foot-linktext {
  text-align: justify;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sticky-icon {
  margin-right: 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
  line-height: 24px;
}

.sticky-icon.brand {
  min-width: auto;
  min-height: auto;
  max-height: none;
  font-family: "Fa Brands 400", sans-serif;
  font-weight: 400;
}

.foot-icon {
  color: var(--dim-grey-3);
  flex: none;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.foot-icon._25 {
  margin-right: 24px;
}

.quote-icon-link {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .double-content-div {
    display: flex;
  }

  .testemonials-slider {
    position: static;
  }

  .who-made-comment {
    position: relative;
  }

  .block-quote {
    font-size: 1.15rem;
  }

  .mask, .slider {
    width: 100%;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }

  .foot-map {
    background-image: url('../images/NEW-MAP.webp');
  }

  .livechat-button-2 {
    transition: all .2s;
  }

  .livechat-button-2:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .headt-call-btn {
    background-color: var(--dim-grey-3);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .header-logo {
    height: 60px;
  }

  .dl-link-holder {
    background-color: var(--white-2);
    width: 100%;
  }

  .navbar-2 {
    position: static;
  }

  .dl-link-img {
    margin-right: 10px;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    width: 400px;
    left: auto;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .drop-down-icon {
    color: #fff;
    margin-right: 10px;
  }

  .nav-link-text {
    color: #fff;
  }

  .dl-menu.w--open {
    background-color: var(--white-2);
    margin-top: 0;
    left: -126px;
  }

  .dropdown-toggle {
    background-color: var(--dim-grey-3);
    color: #151623;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .icon {
    color: var(--dim-grey-3);
    position: relative;
  }

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-2 {
    background-color: var(--dim-grey-3);
    color: #fff;
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link-2:hover {
    background-color: var(--white-2);
    color: #f7f7f2;
  }

  .menu-link-2:focus {
    color: #fff;
    background-color: #5e5e5e;
  }

  .menu-link-2.w--current {
    background-color: var(--white-2);
    color: #fff;
  }

  .menu-link-2.home {
    background-color: var(--dim-grey-3);
    color: #fff;
    position: relative;
  }

  .logo-div-2 {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div-2 {
    width: 40%;
  }

  .menu-button-2 {
    background-color: #0000;
    border-radius: 9px;
  }

  .menu-button-2:hover {
    color: var(--dim-grey-3);
    background-color: #fff;
  }

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #ebebeb;
  }

  .hero-mask {
    height: 72vh;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-button-image-link.muckawat, .menu-button-image-link.gh, .menu-button-image-link.ccd, .menu-button-image-link.hr, .menu-button-div {
    height: 250px;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .content-section {
    padding-bottom: 60px;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .single-image-div {
    width: 100%;
    height: 400px;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
    display: flex;
  }

  .large-p-block {
    width: 90%;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: right;
    font-size: 26px;
    display: none;
  }

  .large-image-section {
    padding-bottom: 0;
  }

  .large-image-section.low-p-bottom.p-white {
    position: static;
  }

  .large-single-image-div {
    width: 100%;
    height: 540px;
  }

  .large-single-image-div.concrete {
    min-height: auto;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    inset: auto auto -15% 2.5%;
  }

  .testemonials-slider {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .customer-titkle {
    font-size: 1.2rem;
  }

  .testemonial-content-everything {
    width: auto;
  }

  .title-as-section {
    margin-left: 0;
    font-size: 24px;
  }

  .who-made-comment {
    margin-top: 20px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    margin-left: 78px;
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

  .underline.testemonials-underline.orange {
    width: 26%;
  }

  .underline.testemonials-underline.gray {
    width: 25%;
    margin-bottom: 20px;
  }

  .block-quote {
    width: 100%;
    font-size: 18px;
  }

  .mask {
    min-height: auto;
    position: static;
  }

  .testimonials-grid.work-gallery {
    flex-direction: column;
    display: flex;
  }

  .testimonials-grid.work-gallery.grid-inside {
    width: 90%;
  }

  .heading-3-top-title.test {
    width: 100%;
  }

  .slide {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider {
    overflow: hidden;
  }

  .container-2.test-container {
    width: 80%;
    max-width: 80%;
  }

  .container-2.test-container.fluid._1300px.grid {
    width: 100%;
    max-width: 100%;
    margin-left: 40px;
    margin-right: auto;
  }

  .grid-image-large-div {
    height: 400px;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

  .t-wrapper {
    align-items: center;
    display: flex;
  }

  .works-1 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-link {
    font-size: 16px;
  }

  .left-contact {
    width: 100%;
  }

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

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .heading-3-text.sm-h3.white-h3 {
    margin-top: 0;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .container-3.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    min-height: 400px;
    margin-top: 0;
  }

  .foooter-logo {
    width: 50%;
  }

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

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

  .footer-contact-link {
    padding-right: 0;
  }

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

  .text-span-4, .text-span-4._15, .text-span-4._20 {
    margin-right: 0;
  }

  .footerlinks-copy {
    color: var(--dim-grey-3);
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

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

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

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

  .areas-list.areas-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }

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

  .foot-map {
    background-position: 50%;
  }

  .sticky-widget-box {
    right: -4%;
  }

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

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

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

  .announcement-wrapper {
    flex-direction: row;
  }

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

  .mobile-scrolly-thing {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .mob-foot-button {
    flex-flow: column;
  }

  .mob-foot-linktext {
    text-align: center;
    width: 100%;
  }

  .sticky-icon.brand {
    margin-right: 5px;
    padding-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-barn-link {
    font-size: 14px;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .ripple.dl-btn {
    background-color: var(--white-2);
    width: 700px;
    left: 1px;
    right: -22%;
  }

  .main-block {
    width: 100%;
  }

  .header-logo {
    object-fit: contain;
  }

  .dl-link-holder {
    background-color: var(--dim-grey-3);
    padding-left: 20px;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
    padding-left: 0;
  }

  .nav-menu-2 {
    left: auto;
  }

  .drop-down-icon {
    color: var(--dark-slate-blue);
  }

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

  .dl-menu.w--open {
    width: 100%;
    position: fixed;
    left: 2px;
  }

  .dropdown-toggle {
    background-color: var(--dim-grey-3);
  }

  .dropdown-toggle:hover {
    background-color: var(--white-2);
    color: #fff;
  }

  .icon {
    position: static;
  }

  .header-div-3 {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .section-2.header-section.nav-verticle {
    padding-top: 0;
    position: static;
  }

  .dl-link-2 {
    font-size: 14px;
  }

  .menu-link-2 {
    background-color: var(--dim-grey-3);
    color: var(--white);
    width: 100%;
  }

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

  .menu-link-2.home {
    background-color: var(--dim-grey-3);
    color: var(--white);
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .menu-link-2.home:hover {
    background-color: var(--white-2);
  }

  .logo-div-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button-2:hover {
    background-color: #000;
  }

  .menu-button-2.w--open {
    position: static;
  }

  .hero-mask {
    height: 65vh;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

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

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

  .single-image-div {
    height: 250px;
  }

  .pinned-content-div {
    position: static;
  }

  .large-p-block {
    padding: 40px 0;
  }

  .h2.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .large-image-section.low-p-bottom.p-white {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .large-single-image-div {
    height: 400px;
    min-height: 400px;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -15%;
    left: -.5%;
  }

  .testemonials {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testemonials.projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .testemonial-content-everything {
    width: 455px;
  }

  .title-as-section.lg-text {
    margin-left: 0;
  }

  .title-as-section.lg-text.black {
    color: #000;
    margin-left: auto;
    font-size: 28px;
    line-height: 1;
  }

  .title-as-section.lg-text.black.txt {
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 35px;
  }

  .title-as-section.lg-text.black.title.fully {
    letter-spacing: -.5px;
    margin-left: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -15%;
  }

  .underline {
    width: 50%;
  }

  .block-quote {
    width: 100%;
    font-size: 17px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .testimonials-grid.work-gallery {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonials-grid.work-gallery.grid-inside {
    width: 87%;
  }

  .heading-3-top-title {
    text-align: left;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading-3-top-title.flex0 {
    flex-wrap: wrap;
  }

  .heading-3-top-title.flex0.flex, .heading-3-top-title.test {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .slider {
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 300px;
    position: static;
  }

  .container-2 {
    padding-top: 20px;
  }

  .container-2.test-container {
    width: 90%;
    max-width: 90%;
  }

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .works-1 {
    min-width: 250px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

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

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .foooter-logo {
    width: 85%;
    height: 99%;
  }

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

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

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

  .lottie-animation-2 {
    display: none;
  }

  .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: 14px;
  }

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

  .sticky-widget-box {
    z-index: 8;
    right: -5%;
  }

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

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

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

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .video-gallery {
    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;
  }

  .mobile-scrolly-thing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .header-logo {
    object-fit: contain;
    width: 90%;
    height: auto;
    margin-top: 0;
  }

  .co-logo-link-2 {
    text-align: center;
    width: 100%;
  }

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: absolute;
  }

  .drop-down-icon {
    margin-right: 0;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .section-2.header-section.nav-verticle {
    z-index: 10;
    position: relative;
  }

  .menu-link-2 {
    text-align: left;
  }

  .logo-div-2 {
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .menu-button-2 {
    border-top: 4px solid var(--dim-grey-3);
    background-color: var(--white);
    color: #f7f7f2;
    border-radius: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 300px;
  }

  .menu-button-image-link.muckawat, .menu-button-image-link.gh, .menu-button-image-link.ccd, .menu-button-image-link.hr {
    height: 250px;
  }

  .menu-button-section {
    padding-bottom: 30px;
    display: block;
  }

  .menu-button-div {
    height: 300px;
    margin-top: 20px;
  }

  .menu-button-group-div {
    display: block;
  }

  .menu-label-div {
    margin-top: 0;
  }

  .h1 {
    font-size: 21px;
    line-height: 28px;
  }

  .content-section.even.p-white.bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .basic-p-block._w-100 {
    padding-bottom: 0;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    padding: 0;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 22px;
  }

  .h2._2, .h2.h {
    font-size: 22px;
  }

  .large-image-section {
    flex-direction: column;
  }

  .large-image-section.low-p-bottom.p-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .left-arrow {
    width: 70px;
    height: 70px;
    margin-top: 0;
    top: auto;
    bottom: auto;
  }

  .text-block-2 {
    position: relative;
  }

  .testemonials {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .testemonials.projects {
    border-top-width: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .customer-titkle {
    font-size: 1rem;
  }

  .testemonial-content-everything {
    width: 100%;
    height: 400px;
    padding-right: 0;
  }

  .title-as-section {
    letter-spacing: 0;
    margin-left: 0;
  }

  .title-as-section.lg-text {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .title-as-section.lg-text.black {
    margin-top: 20px;
    font-size: 29px;
  }

  .title-as-section.lg-text.black.txt, .title-as-section.lg-text.black.title {
    font-size: 29px;
  }

  .title-as-section.lg-text.black.title.fully {
    font-size: 26px;
    line-height: 34px;
  }

  .title-as-section.lg-text.black {
    font-size: 24px;
  }

  .testemonials-text {
    line-height: 1;
    display: block;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto auto 80px;
  }

  .underline {
    width: 30%;
  }

  .block-quote {
    flex: none;
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
  }

  .testimonials-grid {
    grid-row-gap: 35px;
  }

  .testimonials-grid.work-gallery {
    flex-direction: column;
    display: flex;
  }

  .testimonials-grid.work-gallery.grid-inside {
    left: -21px;
    right: 0;
  }

  .heading-3-top-title {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .heading-3-top-title.flex0 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading-3-top-title.test {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .slide {
    width: auto;
    padding: 0;
  }

  .slider {
    width: 100%;
    margin-bottom: 50px;
    overflow: visible;
  }

  .container-2.test-container {
    position: relative;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-gradiant {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grey-dividing-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .works-image-grid.grid {
    margin-top: 20px;
  }

  .works-1 {
    min-height: 350px;
  }

  .works-1._1, .works-1._2, .works-1._3 {
    min-height: 250px;
  }

  .contact-info-block {
    padding: 25px;
  }

  .cta-link {
    line-height: 24px;
  }

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

  .left-contact.right {
    padding: 25px;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1.5em;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-3-right-text {
    padding: 40px 20px;
  }

  .container-3.announcement-container {
    z-index: 100;
    position: sticky;
  }

  .heading-3-left-image {
    min-height: 250px;
  }

  .foooter-logo {
    width: 100%;
  }

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

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

  .list {
    text-align: center;
  }

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

  .footer-section-2 {
    overflow: hidden;
  }

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

  .footer-contact-link {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-nav-item.footer-contact {
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    text-align: center;
    flex-flow: column;
    line-height: 24px;
  }

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

  .text-span-4._15, .text-span-4._20 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .footerlinks-copy {
    font-size: 17px;
  }

  .footer-info-div-2 {
    width: 100%;
  }

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

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

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

  .h3-text-list {
    line-height: 24px;
  }

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

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .livechat-button {
    width: 90%;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .foot-map {
    margin-top: 0;
    margin-bottom: 0;
  }

  .livechat-button-2 {
    width: 90%;
  }

  .whatsapp-container-2 {
    width: 65px;
    height: 65px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-block-2 {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .logo-section {
    padding: 40px 20px;
  }

  .image-3, .image-4, .image-5, .image-6 {
    width: 120px;
  }

  .sticky-widget-box {
    height: auto;
    padding: 5px 10px;
    top: 45%;
    bottom: 0%;
    right: -50%;
  }

  .div-block-10 {
    align-items: center;
    height: 30px;
  }

  .div-block-10.left-box {
    padding: 0;
  }

  .btt {
    border-radius: 0;
    height: 60px;
  }

  .text-block-3 {
    -webkit-text-stroke-width: 0px;
    font-family: "Fa Solid 900", sans-serif;
    font-weight: 400;
  }

  .text-block-3.arrow {
    -webkit-text-stroke-width: 2px;
  }

  .text-block-5 {
    font-size: 15px;
    line-height: 24px;
  }

  .service-banner {
    height: 360px;
  }

  .service-ban-text {
    text-align: center;
    font-size: 27px;
    line-height: 43px;
  }

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

  .announcement-contact {
    width: 100%;
  }

  .announcement-bar-2 {
    z-index: 100;
    position: sticky;
    top: 0;
  }

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

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

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .top {
    width: 0;
    height: 0;
  }

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

  .code-embed {
    margin-top: 60px;
  }

  .mobile-scrolly-thing {
    z-index: 8888888;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #c0131e;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mob-foot-button {
    text-align: center;
    background-color: #0000;
    border-left: 1px solid #5d0099;
    border-right: 1px solid #9003eb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 15px 10px 10px;
    text-decoration: none;
    transition: all .3s;
    display: flex;
  }

  .mob-foot-button:hover {
    background-color: #9c02ff;
    background-image: linear-gradient(309deg, #ef532c, #fff0);
    text-decoration: none;
  }

  .mob-foot-button:active {
    background-image: linear-gradient(162deg, #ef532c, #fff0);
    margin-top: -20px;
  }

  .mob-foot-button.w--current {
    background-color: #5d0099;
    border-left-color: #5d0099;
    border-right-color: #5d0099;
  }

  .mob-foot-linktext {
    color: #eee;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
  }

  .foot-icon, .foot-icon._25 {
    margin-right: 10px;
  }
}

#w-node-_1cfbe4fe-9c24-5d9a-caea-951a77d7b906-99f43dfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-99f43dfa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-99f43dfa {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-99f43dfa, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-99f43dfa, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-99f43dfa, #w-node-a8df2e09-4d5a-e119-2618-a3b44001dbfc-4001dbfb, #w-node-a8df2e09-4d5a-e119-2618-a3b44001dbfe-4001dbfb, #w-node-a8df2e09-4d5a-e119-2618-a3b44001dc00-4001dbfb, #w-node-a8df2e09-4d5a-e119-2618-a3b44001dc02-4001dbfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-_0fd86025-fc7a-ebd7-2595-204f3df10dc1-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930, #w-node-_73a6cce9-811a-7691-9835-a510918e6085-f7f90930 {
  align-self: center;
}

#w-node-_773d94ae-46af-533a-2438-5417534ee417-99f43e04, #w-node-b84583b9-d383-0fe5-aa8b-d752c10db6d9-99f43e04, #w-node-f6a22705-ee78-e06e-b754-456b05ef8b08-99f43e04, #w-node-_72dd4837-7bed-092b-a42e-16e6a4e42bd0-99f43e04, #w-node-ec671a52-c1c3-be8e-f600-6dfe1cf4b51c-99f43e04, #w-node-ec6ede53-f7bc-70d5-58ee-45ff88f3c9c8-99f43e04, #w-node-db7ab5a8-23c3-dbb7-35b0-56ff80d81b8f-99f43e04, #w-node-d126ee1b-39ca-534a-c9b8-f732d8777e49-99f43e04, #w-node-bafbeb56-f991-a614-aa21-e7ca786dac7b-99f43e04, #w-node-e443d69a-c205-b4eb-2883-d56fef3ab163-99f43e04, #w-node-_4f2f6956-1d08-5683-7fa6-326d68123364-99f43e04, #w-node-_5f2c6cf7-76ee-add7-f347-0dc5af5e057e-99f43e04, #w-node-f8e0bad4-b96c-a634-d53d-02143b5453a1-99f43e04, #w-node-_57aa9dbc-f740-c3dc-521b-64b6be3662b8-99f43e04, #w-node-_62a2f627-ee21-0933-4c92-8253aba3cab1-99f43e04, #w-node-b3207d71-5326-283f-30d3-58953646b762-99f43e04, #w-node-c9617e4b-eede-f4e1-344d-eb17e7fa36bb-99f43e04, #w-node-c77a7242-060d-652b-ba89-06aff9bd42b8-99f43e04, #w-node-b6895010-efa4-2c50-9c9f-67e3d39680f4-99f43e04, #w-node-_9fd5e101-0029-9c65-7cf9-f75f41e912b9-99f43e04, #w-node-_767557f0-0380-7461-1f9e-d6c276cf27c2-99f43e04, #w-node-_8fa3720d-e6dc-ff28-2167-408b96d1d342-99f43e04, #w-node-_313e2e09-5957-330f-f62c-cf3be2a48104-99f43e04, #w-node-_303a1a86-020e-082d-f921-c32278537967-99f43e04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8fa3720d-e6dc-ff28-2167-408b96d1d342-99f43e04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd3-99f43dfa {
    justify-self: auto;
  }

  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-99f43dfa, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-99f43dfa, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-99f43dfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-99f43dfa {
    justify-self: auto;
  }

  #w-node-e37434fc-4492-e92f-d260-4fb44b98acf5-4b98aced {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e37434fc-4492-e92f-d260-4fb44b98acff-4b98aced {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e413b415-8d7f-ed45-5758-2cb3e974c833-99f43e0e {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e37434fc-4492-e92f-d260-4fb44b98acf5-4b98aced, #w-node-e37434fc-4492-e92f-d260-4fb44b98acff-4b98aced {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}