@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arrow right solid;
  src: url('../fonts/arrow-right-solid.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --deep-sky-blue: #00a1d1;
  --silver: #b7b5b5;
  --snow: #f5eded;
  --black: black;
}

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

.body {
  background-color: #000;
  font-family: Poppins, sans-serif;
}

.banner-header {
  color: var(--white);
  letter-spacing: 1px;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.p._0b {
  margin-bottom: 0;
}

.button-outline {
  border: 1.5px solid var(--white);
  color: #fdfdfd;
  background-color: #0000;
  border-radius: 20px 2px;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-outline:hover {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-width: 1.5px;
  border-color: #fff;
}

.button-outline.w--current:hover {
  background-color: var(--deep-sky-blue);
}

.body-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.white {
  border-top: 1px solid #ffffffa6;
}

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

.body-section.non {
  padding-top: 0;
  padding-bottom: 0;
}

.body-section.bottom {
  padding-bottom: 20px;
}

.body-section._0t {
  padding-top: 0;
}

.body-section._0b {
  padding-bottom: 0;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.cent {
  align-items: center;
}

.hero-bg-grad {
  background-image: linear-gradient(77deg, #000 26%, #0000), url('../images/large-garden-with-patio.webp');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  width: 100%;
  height: 750px;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  position: sticky;
}

.left-section {
  width: 100%;
  max-width: 1200px;
  margin-top: 150px;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .2s ease-in-out;
}

.button-fill {
  border: 1.5px solid var(--white);
  color: #fdfdfd;
  background-color: #0000;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill:hover {
  color: var(--white);
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill.header {
  border-color: var(--white);
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-duration: .45s;
}

.button-fill.header:hover {
  border-color: var(--white);
  color: var(--white);
  background-color: #0009;
}

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 60px;
}

.service-div {
  border-bottom: 1px solid var(--white);
  height: auto;
  padding-bottom: 20px;
}

.service-top-image {
  background-image: url('../images/layout-of-groundwork.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/digging-out-field.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/121545012_4802472359793719_5503550314852039278_n.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/56498704_2821601954547446_1158058178118680576_n.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._5 {
  background-image: url('../images/new-garden.webp');
}

.service-number {
  color: var(--deep-sky-blue);
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}

.service-box-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.service-header {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.7rem;
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 30px;
  display: flex;
}

.service-light-text {
  color: #a9a9a9;
  font-size: .9rem;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: var(--white);
}

.service-link {
  background-color: var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  width: 65px;
  min-width: 65px;
  height: 65px;
  min-height: 65px;
  margin-bottom: -5px;
  margin-right: -5px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 10px;
  right: 10px;
}

.service-link:hover {
  transform: scale(1.2);
}

.small-sub {
  color: var(--deep-sky-blue);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.p-white {
  color: var(--white);
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.p-white._1000 {
  max-width: 1000px;
}

.left-side {
  box-shadow: -14px 17px 0 0 var(--white);
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

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

.inner-img.ground-1 {
  background-image: none;
}

.inner-img.grab-1 {
  background-image: url('../images/Grab-Hire-3_1.webp');
}

.inner-img.agg-1 {
  background-image: url('../images/284711678_7786372651403660_2192379833424345261_n.webp');
  background-position: 50%;
}

.inner-img.tip-1 {
  background-image: url('../images/89716213_3806009776106654_6100090163008897024_n.webp');
  background-size: cover;
}

.inner-img.construct-1 {
  background-image: url('../images/Construction.webp');
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 50%;
}

.right-side._w---100 {
  width: 100%;
}

.facbook-feed {
  width: 100%;
  margin-top: 40px;
}

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

.footer-list-items.center {
  text-align: center;
}

.footer-copy-text {
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.footer-link {
  color: var(--snow);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.footer-link:hover {
  color: var(--deep-sky-blue);
}

.footer-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.footer-section-title {
  color: #b7b5b5;
  margin-bottom: 20px;
  font-size: 1.35em;
  font-weight: 300;
}

.footer-section-title.white {
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  font-size: 1.8em;
}

.footer-section {
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
}

.footer-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a9a9a9;
  border-top: 1px solid #dfdfdf7a;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.header-social-media {
  margin-left: 50px;
  display: flex;
}

.header-social-icon {
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: Fa6 brands, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--deep-sky-blue);
  background-color: #0000;
}

.header-social-icon.margin-right-none {
  color: var(--white);
  width: auto;
  height: auto;
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon.margin-right-none:hover {
  color: var(--deep-sky-blue);
  background-color: #0000;
}

.header-social-icon.margin-right-none.banner {
  width: 40px;
  height: 40px;
}

.header-social-icon.banner {
  background-color: var(--deep-sky-blue);
  border-radius: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 10px;
}

.header-social-icon.banner:hover {
  background-color: var(--white);
}

.full-width-image-section {
  background-image: linear-gradient(to right, #000000cf, #fff0), url('../images/ionut-vlad-idXQEOxhmvU-unsplash.jpeg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #000000cf, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.para-img.home {
  background-image: linear-gradient(#0000, #0000), linear-gradient(to right, #000000cf, #fff0), url('../images/284824583_7786372791403646_182201805081789949_n.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.ground {
  background-image: linear-gradient(#0000, #0000), linear-gradient(90deg, #000000cf, #fff0), url('../images/13t-JCB.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.grab {
  background-image: linear-gradient(#0000, #0000), linear-gradient(to right, #000000cf, #fff0), url('../images/2.webp');
  background-position: 0 0, 0 0, 50% 25%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.agg-2 {
  background-image: linear-gradient(#0000, #0000), linear-gradient(to right, #000000cf, #fff0), url('../images/56498704_2821601954547446_1158058178118680576_n.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.tip-2 {
  background-image: linear-gradient(#0000, #0000), linear-gradient(to right, #000000cf, #fff0), url('../images/95909109_3995485713825725_8317806112665501696_n.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img.construct-2 {
  background-image: linear-gradient(#0000, #0000), linear-gradient(to right, #000000cf, #fff0), url('../images/outside-table.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.div-full-width {
  flex: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.div-full-width._1000 {
  max-width: 1000px;
}

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

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: auto;
  height: 82px;
}

.navbar-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16.5px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--deep-sky-blue);
}

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

.service-nav-text {
  color: var(--white);
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

.service-nav-text:hover {
  color: var(--deep-sky-blue);
}

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
}

.service-dropdown-arrow {
  color: var(--white);
}

.service-navlink {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 17px;
  padding-right: 27px;
  font-size: 16.5px;
  font-weight: 300;
  transition: all .45s ease-in-out;
}

.service-navlink:hover {
  color: var(--deep-sky-blue);
}

.service-navlink.w--current {
  color: #fff;
}

.service-navlink.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-4 {
  width: 100%;
}

.banner-blue {
  color: var(--deep-sky-blue);
  font-size: 62px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 70px;
}

.h1-blue {
  color: var(--deep-sky-blue);
  -webkit-text-stroke-color: var(--deep-sky-blue);
}

.gallery-hover {
  background-image: linear-gradient(to top, #00000073, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.gallery-hover:hover {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000b3 20%, #0000);
  padding-bottom: 170px;
}

.project1 {
  box-shadow: 26px 24px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.project1.con {
  background-image: url('../images/fence.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
}

.services-block-home-2 {
  z-index: 10;
  text-align: center;
  background-color: #0000;
  border: 1px #edeff3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gallery-head {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

._3x1-gallery {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.white-section {
  background-color: #000;
  border-top: .5px #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.white-section._100 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.white-section._100._0b {
  padding-bottom: 0;
}

.white-section._0t {
  padding-top: 0;
  padding-bottom: 100px;
}

.white-section._0p {
  padding-top: 0;
  padding-bottom: 0;
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.project2.grab {
  background-image: url('../images/digger-in-hole.webp');
}

.project3 {
  box-shadow: 25px 25px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

.project3.ground {
  background-image: url('../images/adding-dirt.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

.h2.b-30 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.h3-large {
  margin-top: 0;
  margin-bottom: 0;
}

.h3-large.white {
  color: var(--white);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 200;
  display: flex;
}

.image {
  width: 300px;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.foot-div {
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.list-head {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.bullet-font-icon-2 {
  color: #fff;
  background-color: #f91818;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.arrow {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-top: 5px;
}

.form {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.top-links {
  color: #fff;
  text-align: right;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.top-links:hover {
  color: var(--deep-sky-blue);
}

.top-links.non {
  margin-bottom: 0;
}

.top-links.non.w {
  font-size: 16px;
  font-weight: 600;
}

.top-links.non.w:hover {
  color: #fff;
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.font-awsome {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.top-div-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.background-image {
  background-image: linear-gradient(#00000059, #00000059), url('../images/van.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--deep-sky-blue);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--deep-sky-blue);
}

.hyperlink:visited {
  color: var(--white);
}

.content-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.content-section.footer {
  background-color: #48464680;
  background-image: linear-gradient(180deg, black, #00546d 61%, var(--deep-sky-blue)), url('../images/colorkit-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 40px;
}

.h3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.button {
  color: #fff;
  background-color: #fda000;
  border: 1px #fda000;
  border-radius: 3px;
  margin-top: 20px;
  padding: 14px 40px;
  transition: all .3s ease-in-out;
}

.button:hover {
  transform: scale(.95);
}

.button.bt-blue {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-style: solid;
  border-color: #fff;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

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

.h3-logo {
  background-image: url('../images/logo-v2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 150px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  width: 450px;
  min-height: 150px;
  margin-bottom: 20px;
}

.service-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.button-fill-2 {
  color: #fdfdfd;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 32px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

.button-fill-2.header:hover {
  color: #fff;
  background-color: #0009;
  border-color: #fff;
}

.top-container-black-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.co-logo-2 {
  width: 200px;
}

.service-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/new-front-drive.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

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

.service-ban-head {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

.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;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.areas-list-item.areas-list-flex {
  color: var(--white);
  border-bottom: 1px solid #ffffff26;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.font-icon {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.google-maps {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  margin-top: 25px;
  font-size: 15px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.contact-div-block {
  background-color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 200px;
  padding: 30px;
  display: flex;
}

.phone-icon {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.form-new {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

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

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

.list._4-row._0b {
  margin-bottom: 0;
}

.list._2-row {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list._2-row._1000 {
  max-width: 1000px;
}

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

.list._3-row._0b {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: 5px;
  list-style-type: none;
  display: flex;
}

.bullet-font-icon {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-right: 0;
  font-family: Fa6 solid, sans-serif;
  font-size: 1em;
  font-weight: 100;
  display: flex;
}

.insta {
  width: 100%;
  margin-bottom: 0;
}

.testimonials {
  width: 100%;
}

.agg-logo {
  margin-bottom: 20px;
}

.black-banner {
  background-color: #000;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.agg {
  width: 200px;
}

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

.heading-3-top-title.center {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}

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

.double-p-block.center {
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
}

.double-p-block.center.blue {
  background-color: #00a1d169;
}

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

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-12 {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-top: 1px #ffd03e;
  border-bottom: 2px #2c2928;
  justify-content: center;
  align-items: center;
  height: 5vh;
  margin-bottom: 10px;
  display: flex;
}

.div-block-12:hover {
  background-color: var(--silver);
}

.txt-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.txt-2:hover {
  color: #fff;
}

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

.image-9:hover {
  outline-color: var(--deep-sky-blue);
  outline-offset: -20px;
  outline-width: 2px;
  outline-style: solid;
}

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

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

.fs-cc-banner_close-icon {
  color: var(--black);
  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: #25252599;
  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(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  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 {
  border-color: var(--deep-sky-blue);
  color: var(--deep-sky-blue);
  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(--deep-sky-blue);
  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 {
  background-color: var(--white);
  opacity: 1;
  cursor: pointer;
  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(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  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(--deep-sky-blue);
  color: var(--deep-sky-blue);
  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(--deep-sky-blue);
  width: 16px;
  height: 16px;
}

.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: var(--black);
  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(--deep-sky-blue);
  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(--deep-sky-blue);
  color: var(--deep-sky-blue);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

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

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

.hero-text {
  color: var(--white);
  max-width: 900px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.phone-div {
  width: 100%;
}

.banner-white {
  color: var(--white);
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 70px;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.bold-text {
  color: var(--deep-sky-blue);
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .hero-bg-grad {
    height: 950px;
  }

  .service-grid {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    margin-top: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .p {
    margin-top: 0;
  }

  .body-section, .body-section.form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .left-section {
    width: 100%;
    margin-top: 0;
  }

  .button-fill.header {
    margin-right: 0;
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .service-div {
    width: 100%;
  }

  .service-box-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .service-paragraph {
    margin-left: 20px;
  }

  .p-white {
    width: 100%;
  }

  .left-side {
    box-shadow: none;
    width: 100%;
    margin-top: 60px;
  }

  .inner-img {
    min-height: 500px;
  }

  .inner-img.home-1 {
    min-height: 400px;
  }

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .right-side, .right-side.content, .right-side._w---100 {
    width: 100%;
  }

  .footer-list-items {
    margin-bottom: 0;
  }

  .footer-copy-text {
    text-align: center;
    line-height: 16px;
  }

  .footer-link {
    line-height: 28px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .footer-copy {
    flex-direction: column;
    place-content: center;
    justify-items: stretch;
    display: flex;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .header-social-media.banner {
    justify-content: flex-end;
    align-items: center;
  }

  .header-social-icon {
    color: #fdfdfd;
    background-color: #0000;
    border-right: 1px #353535;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none {
    background-color: #0000;
    border-right-style: none;
    border-right-width: 0;
    width: 10%;
    margin-right: 0;
  }

  .header-social-icon.margin-right-none.banner {
    background-color: var(--deep-sky-blue);
  }

  .header-social-icon.banner {
    margin-right: 10px;
  }

  .full-width-image-section.para-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-full-width {
    width: 100%;
  }

  .navbar-4 {
    justify-content: flex-end;
    width: 90%;
  }

  .dropdown-link {
    text-align: right;
    padding: 20px 25px;
    font-size: 16px;
    display: block;
  }

  .contact-div-2 {
    flex-direction: row;
  }

  .service-navlink {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .icon-4 {
    color: var(--white);
  }

  .banner-blue {
    font-size: 50px;
    line-height: 60px;
  }

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

  .menu-button.w--open {
    background-color: var(--black);
  }

  .h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .gallery-hover {
    padding-bottom: 60px;
  }

  .project1 {
    margin-bottom: 10px;
  }

  .gallery-head {
    font-size: 28px;
  }

  ._3x1-gallery {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-top: 40px;
  }

  .white-section, .white-section._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .white-section._100._0b {
    padding-top: 60px;
  }

  .white-section._0t {
    padding-bottom: 60px;
  }

  .project2 {
    margin-bottom: 10px;
  }

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .font-awsome.email {
    display: flex;
  }

  .top-div-2 {
    width: 95%;
  }

  .background-image {
    min-height: 400px;
  }

  .content-section.footer {
    padding-top: 0;
  }

  .h3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .h3-logo.w--current {
    background-size: contain;
    width: 320px;
    height: 130px;
    min-height: auto;
  }

  .button-fill-2.header {
    margin-right: 0;
    display: none;
  }

  .service-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-ban-head {
    font-size: 50px;
    line-height: 50px;
  }

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

  .google-maps {
    width: 100%;
  }

  .contact-div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block, .contact-page-link {
    font-size: 16px;
  }

  .form-new {
    margin-top: 0;
  }

  .list._4-row {
    grid-template-columns: 1fr 1fr;
  }

  .list._2-row._850 {
    width: 100%;
  }

  .list._3-row {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-font-icon {
    flex: none;
  }

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

  .image-9 {
    height: 300px;
  }

  .banner-white {
    font-size: 50px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    font-size: 40px;
    line-height: 50px;
  }

  .p {
    font-size: 15.5px;
  }

  .body-section, .body-section.form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-bg-grad {
    height: 700px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .left-section {
    width: 95%;
    padding-right: 0;
  }

  .service-top-image {
    height: 300px;
  }

  .service-number {
    margin-top: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .service-header {
    margin-top: 20px;
  }

  .left-side {
    margin-top: 40px;
  }

  .inner-img {
    min-height: 350px;
  }

  .section-h1-wrapper.display-flex {
    margin-top: 0;
  }

  .footer-copy-text {
    text-align: left;
  }

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

  .footer-section {
    padding-top: 40px;
  }

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

  .header-social-media {
    justify-content: flex-end;
    align-items: center;
  }

  .full-width-image-section, .full-width-image-section.para-img {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-link, .service-navlink {
    font-size: 15px;
  }

  .banner-blue {
    font-size: 40px;
    line-height: 50px;
  }

  .h1 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .project1.con {
    height: 350px;
  }

  ._3x1-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .white-section, .white-section._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-section._100._0b {
    padding-top: 40px;
  }

  .white-section._0t {
    padding-bottom: 40px;
  }

  .project2.grab, .project3.ground {
    height: 350px;
  }

  .image {
    width: 250px;
  }

  .top-links {
    font-size: 15px;
  }

  .top-links.top {
    margin-bottom: 0;
  }

  .top-container-black {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-div-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .background-image {
    min-height: 300px;
  }

  .h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .h3-logo {
    width: 250px;
    height: 110px;
  }

  .h3-logo.w--current {
    width: 280px;
    height: 110px;
  }

  .top-container-black-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-ban-head {
    font-size: 40px;
    line-height: 40px;
  }

  .contact-div-block {
    min-height: auto;
  }

  .text-block, .contact-page-link {
    font-size: 18px;
  }

  .list._4-row {
    grid-template-columns: 1fr;
  }

  .list._2-row {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .list._2-row._850 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list._3-row {
    grid-template-columns: 1fr;
  }

  .heading-3-top-title {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-3-top-title.center {
    display: flex;
  }

  .double-p-block.center {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .hero-text {
    font-size: 15.5px;
  }

  .banner-white {
    font-size: 40px;
    line-height: 50px;
  }
}

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

  .p {
    font-size: 14px;
    line-height: 25px;
  }

  .button-outline {
    margin-top: 10px;
    font-size: 14.5px;
  }

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

  .hero-bg-grad {
    height: auto;
  }

  .left-section {
    width: 100%;
    margin-top: 300px;
  }

  .button-fill.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

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

  .service-div {
    height: auto;
    padding-bottom: 20px;
  }

  .service-top-image {
    height: 250px;
  }

  .service-number {
    margin-top: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .service-box-wrapper {
    flex-direction: column;
  }

  .service-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-text {
    font-size: 1rem;
  }

  .service-paragraph {
    margin-left: 0;
  }

  .service-link {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .p-white {
    font-size: 15px;
    line-height: 24px;
  }

  .left-side {
    margin-top: 30px;
  }

  .inner-img, .inner-img.home-1 {
    min-height: 250px;
  }

  .facbook-feed {
    margin-top: 20px;
  }

  .footer-copy-text {
    text-align: center;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-wrapper {
    grid-template-columns: 1.25fr;
    padding-bottom: 30px;
  }

  .footer-section-title.white {
    margin-bottom: 10px;
    font-size: 1.6em;
  }

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

  .footer-copy {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .header-social-media {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .header-social-media.banner {
    justify-content: center;
    align-items: center;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .header-social-icon.margin-right-none.banner {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .header-social-icon.banner {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 1.3em;
  }

  .full-width-image-section.para-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .navbar-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

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

  .service-nav-text {
    margin-left: 20px;
  }

  .contact-section {
    padding-top: 12px;
  }

  .service-navlink {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink.w--current {
    text-align: center;
  }

  .icon-4 {
    color: var(--white);
  }

  .banner-blue {
    margin-left: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .banner-blue._40 {
    font-size: 40px;
    line-height: 50px;
  }

  .menu-button {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .gallery-hover {
    padding-bottom: 20px;
  }

  .gallery-hover:hover {
    padding-bottom: 120px;
  }

  .project1 {
    height: 325px;
  }

  .project1.con {
    height: 250px;
  }

  .services-block-home-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-head {
    font-size: 22px;
  }

  ._3x1-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .white-section, .white-section._100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .white-section._100._0b {
    padding-top: 30px;
  }

  .white-section._0t {
    padding-bottom: 30px;
  }

  .project2 {
    height: 350px;
  }

  .project2.grab {
    height: 250px;
  }

  .project3 {
    height: 350px;
  }

  .project3.ground {
    height: 250px;
  }

  .h2.b-30 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
  }

  .h3-large.white {
    margin-bottom: 20px;
    font-size: 30px;
  }

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

  .list-head {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .bullet-font-icon-2 {
    flex: none;
  }

  .arrow {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .form {
    margin-top: 20px;
  }

  .top-links {
    text-align: center;
    line-height: 23px;
  }

  .top-links.top {
    margin-top: 0;
  }

  .top-links._5l {
    margin-left: 5px;
  }

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
  }

  .font-awsome {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-right: 6px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .contact-top.left {
    align-items: flex-start;
  }

  .background-image {
    min-height: 250px;
  }

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

  .content-section.footer {
    padding-top: 0;
    padding-bottom: 30px;
  }

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

  .button.bt-blue {
    margin-top: 20px;
  }

  .h3-logo {
    width: 200px;
    height: 90px;
  }

  .h3-logo.w--current {
    width: 200px;
  }

  .service-nav {
    padding-top: 12px;
  }

  .button-fill-2.header {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 14px;
    display: none;
  }

  .top-container-black-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .co-logo-2 {
    width: 200px;
  }

  .service-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

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

  .contact-page-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .list._2-row {
    grid-template-columns: 1fr;
  }

  .bullet-font-icon {
    flex: none;
  }

  .agg-logo {
    margin-bottom: 0;
  }

  .heading-3-top-title {
    grid-template-columns: .25fr 1.75fr;
    padding-right: 0;
  }

  .double-p-block.center.blue {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-9 {
    height: 250px;
  }

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

  .hero-text {
    font-size: 14.5px;
    line-height: 25px;
  }

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

  .banner-white {
    font-size: 32px;
    line-height: 40px;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-6fc73c1c, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-6fc73c1c, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-6fc73c1c, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-6fc73c1c, #w-node-f58c15e8-f8f9-0005-40c1-f67ac6b77579-6fc73c1c, #w-node-_80a39957-184d-cff1-23dd-d059bb39d682-6fc73c1c, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-6fc73c1c, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-6fc73c1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb832e82-9975-7557-c550-2071f5208117-f5208114 {
  place-self: center;
}

#w-node-fb832e82-9975-7557-c550-2071f5208128-f5208114 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-fb832e82-9975-7557-c550-2071f5208147-f5208114 {
  place-self: start;
}

#w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-6fc73c1f, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c27-6fc73c1f, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c2d-6fc73c1f, #w-node-_09212510-3da5-e23f-90ed-57b2c25c28a9-7f894cdd, #w-node-_09212510-3da5-e23f-90ed-57b2c25c28aa-7f894cdd, #w-node-_09212510-3da5-e23f-90ed-57b2c25c28b3-7f894cdd, #w-node-_09212510-3da5-e23f-90ed-57b2c25c28b4-7f894cdd, #w-node-b00c5284-26bd-4d13-80e9-a2b4921c5a78-7f894cdd, #w-node-b00c5284-26bd-4d13-80e9-a2b4921c5a79-7f894cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-6fc73c1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80a39957-184d-cff1-23dd-d059bb39d682-6fc73c1c, #w-node-_98ad4002-6f3a-9f1b-de22-4e36e1cc41ed-6fc73c1c, #w-node-b751fee3-ec2a-d925-ee62-043d3ca0cff1-6fc73c1c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fb832e82-9975-7557-c550-2071f5208117-f5208114 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-fb832e82-9975-7557-c550-2071f5208165-f5208114 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb832e82-9975-7557-c550-2071f520816e-f5208114 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb832e82-9975-7557-c550-2071f5208117-f5208114 {
    justify-self: start;
  }

  #w-node-fb832e82-9975-7557-c550-2071f5208128-f5208114, #w-node-fb832e82-9975-7557-c550-2071f5208147-f5208114 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center start;
  }

  #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c21-6fc73c1f, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c27-6fc73c1f, #w-node-f7ddb82a-3a9d-011f-6705-5af787b64c2d-6fc73c1f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb832e82-9975-7557-c550-2071f5208117-f5208114, #w-node-fb832e82-9975-7557-c550-2071f5208128-f5208114, #w-node-fb832e82-9975-7557-c550-2071f5208147-f5208114 {
    justify-self: start;
  }

  #w-node-fb832e82-9975-7557-c550-2071f5208165-f5208114 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb832e82-9975-7557-c550-2071f520816e-f5208114 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}