@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 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 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --royal-blue: royalblue;
  --dark-brown: #272727;
  --mid-grey: #858585;
  --white: white;
  --black-2: #272727;
  --gold: gold;
  --light-brown: #d99860;
  --dark-grey: #3a3a3a;
  --black: black;
}

.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: var(--royal-blue);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

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

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

.social-media-link {
  background-color: var(--dark-brown);
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px;
}

.social-media-link:hover {
  background-color: var(--mid-grey);
}

.contact-section {
  z-index: 1000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  position: relative;
}

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

.navlink {
  color: var(--black-2);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.navlink:hover, .navlink.w--current {
  color: var(--royal-blue);
}

.navlink.edit {
  padding-right: 20px;
}

.icon {
  margin-right: 0;
}

.dropdown-link {
  background-color: var(--black-2);
  color: var(--white);
  text-align: left;
  border-bottom: 1px solid #ffffff0d;
  border-left: 5px solid #ffd70000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  transition: all .3s ease-in-out;
}

.dropdown-link:hover {
  border-left-color: var(--gold);
  color: var(--white);
  background-image: linear-gradient(#ffffff0a, #ffffff0a);
  padding-left: 25px;
}

.dropdown-link.w--current {
  border-left-color: var(--gold);
  color: #fff;
  background-image: linear-gradient(#ffffff12, #ffffff12);
  padding-left: 25px;
}

.dropdown-link.no-bordr {
  border-bottom-style: none;
}

.large-image-section {
  background-image: linear-gradient(#272727bf, #272727bf), url('../images/architecture-1541086_1920.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 60vh;
}

.large-image-section.banner-page {
  background-image: linear-gradient(to bottom, null, null), url('../images/architecture-1541086_1920.jpg');
  background-attachment: scroll, fixed;
  height: 30vh;
}

.large-image-section.banner-page.eg-banner-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221123-WA0086.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.large-image-section.banner-page.dr-banner-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221122-WA0095.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.large-image-section.banner-page.cw_banner-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221123-WA0045.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.large-image-section.banner-page.f_banner-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221122-WA0057.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.large-image-section.banner-page.cn-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221123-WA0000.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-image-section.banner-page.cn-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221123-WA0093.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.large-image-section.banner-home {
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221123-WA0093.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 56vh;
  position: relative;
}

.large-image-section.g-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Groundworks-page---banner-imahe.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-image-section.eg-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/equine-1.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-image-section.dr-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221123-WA0037.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-image-section.cw_banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Concrete-work-page---banner-image.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-image-section.f-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221123-WA0000.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-image-section.c-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221122-WA0082.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-image-section.cn-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20221123-WA0043.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.large-image-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-image-heading {
  color: var(--light-brown);
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.large-image-copy {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 550px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.large-image-button {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 30px;
  width: 160px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 20px;
  font-weight: 500;
  transition: all .3s;
}

.large-image-button:hover {
  background-color: var(--royal-blue);
  color: var(--white);
  box-shadow: 0 2px 8px #0003;
}

.large-image-button.white {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--black-2);
}

.large-image-button.white:hover {
  background-color: var(--gold);
  color: var(--dark-grey);
}

.large-image-button._2 {
  color: var(--white);
  background-color: #4169e1;
  margin-left: 0;
  margin-right: 0;
}

.large-image-button._2:hover {
  color: var(--royal-blue);
  background-color: #fff0;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

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

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

.services-title-large {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 300;
  line-height: 44px;
}

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

.service-1 {
  text-align: center;
  background-color: #6e93ff36;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  min-height: 400px;
  padding: 20px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.service-1:hover {
  background-color: #d5dfff36;
}

.full-width-image-section {
  background-image: url('../images/IMG-20221122-WA0070.webp');
  background-position: 50% 40%;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
}

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

.footer-links {
  color: var(--mid-grey);
  text-align: center;
  margin-bottom: 0;
}

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

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

.services-title-heading {
  color: var(--light-brown);
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.bottom-text {
  color: var(--white);
  text-align: center;
}

.email-link-block {
  background-color: var(--dark-grey);
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--white);
  font-weight: 700;
}

.h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.h1.h1-align-left {
  text-align: left;
  font-weight: 600;
}

.h1.h1-black {
  color: var(--dark-brown);
}

.h1.h1-black.align-left {
  text-align: left;
  font-weight: 600;
}

.header-sec {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-sec.m-bottom-40 {
  flex-direction: column;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.divider-icon {
  background-color: var(--gold);
  border-radius: 20px;
  width: 60px;
  height: 3px;
  margin-top: 10px;
}

.divider-icon.m-bottom-20 {
  margin-bottom: 20px;
}

.divider-icon.m-bottom-20.blue {
  background-color: var(--royal-blue);
}

.sitemap-list {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-item {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sitemap-link {
  color: var(--white);
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

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

.contact-form {
  width: 100%;
}

.contact-section-wrapper.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.cta-text-contact {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.cta-link {
  color: var(--white);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

.icon-3 {
  background-color: var(--white);
  color: var(--royal-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.icon-3.social {
  font-family: "Fa brands 400", sans-serif;
}

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

.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 {
  background-color: #ffffff26;
  border-bottom: 1px #fff3;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 30px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  background-color: #ffffff26;
  border-bottom: 1px #fff3;
  border-radius: 6px;
  padding: 30px;
}

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

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

.gallery-wrapper.bottom {
  margin-bottom: 50px;
}

.lb {
  transition: all .3s ease-in-out;
}

.lb:hover {
  outline-color: var(--gold);
  outline-offset: -13px;
  outline-width: 2px;
  outline-style: solid;
}

.image {
  width: 100%;
}

.para {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.7;
}

.para.para-black {
  color: var(--dark-brown);
  text-align: left;
}

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

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

.dark-section-2.white-bg {
  background-color: #f9f9f9;
}

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

.text-img.flex-reverse.center-all {
  align-items: center;
}

.text-img.no-grid {
  display: block;
}

.img-arae {
  background-image: url('../images/AdobeStock_320874376_1AdobeStock_320874376.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}

.img-arae.winchester-2 {
  background-image: url('../images/rm-img-19tmb.webp');
  background-position: 50%;
}

.img-arae.home-1 {
  background-image: url('../images/IMG-20221122-WA0097.webp');
}

.img-arae.gw-1 {
  background-image: url('../images/IMG-20221123-WA0041.webp');
}

.img-arae.gw-2 {
  background-image: url('../images/Groundworks---preparation-section--.webp');
}

.img-arae.gw-3 {
  background-image: url('../images/Groundworks-page---.Projects-undertaken-sectionjpg.webp');
  background-position: 50%;
}

.img-arae.gw-4 {
  background-image: url('../images/Groundworks-page--services-provided.webp');
  background-position: 100%;
}

.img-arae.eg-1 {
  background-image: url('../images/Equine-groundworks---1st-image.webp');
}

.img-arae.eq-2 {
  background-image: url('../images/equine-2.webp');
}

.img-arae.eg-3 {
  background-image: url('../images/Equine-page---Equine-groundwork-section-.webp');
  background-position: 30%;
}

.img-arae.dr-1 {
  background-image: url('../images/IMG-20221123-WA0037.webp');
}

.img-arae.dr-2 {
  background-image: url('../images/IMG-20221123-WA0019.webp');
}

.img-arae.dr-3 {
  background-image: url('../images/IMG-20221122-WA0089.webp');
  background-position: 50% 35%;
}

.img-arae.dr-4 {
  background-image: url('../images/IMG-20221122-WA0068.webp');
  background-position: 50% 80%;
}

.img-arae.dr-5 {
  background-image: url('../images/Drainage---last-image.webp');
}

.img-arae.cw-1 {
  background-image: url('../images/Concrete-Works.webp');
}

.img-arae.cw-2 {
  background-image: url('../images/Concrete-work-page---concrete-slab-section.webp');
}

.img-arae.cw-3 {
  background-image: url('../images/concrete-1.webp');
  background-position: 50%;
}

.img-arae.cw-4 {
  background-image: url('../images/Concrete-work-page---concrete-rafts-section.webp');
}

.img-arae.cw-5 {
  background-image: url('../images/concrete-work-page---power-floated-concerete-sectio.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 400px;
}

.img-arae.cw-6 {
  background-image: url('../images/concrete-2.webp');
  background-position: 50% 0;
}

.img-arae.f-1 {
  background-image: url('../images/IMG-20221122-WA0076.webp');
}

.img-arae.f-2 {
  background-image: url('../images/IMG-20221123-WA0008.webp');
}

.img-arae.f-3 {
  background-image: url('../images/IMG-20221123-WA0064.webp');
  background-position: 100% 100%;
}

.img-arae.f-4 {
  background-image: url('../images/Foundations-page---retaining-walls-section.webp');
  background-position: 50% 100%;
  width: 100%;
  min-height: 400px;
}

.img-arae.f-5 {
  background-image: url('../images/IMG-20221122-WA0058.webp');
}

.img-arae.c-2 {
  background-image: url('../images/IMG-20221122-WA0095.webp');
}

.img-arae.cn-2 {
  background-image: url('../images/IMG-20221122-WA0108.webp');
}

.h2-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
}

.h2-title.sm-heading {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
}

.h2-title.sm-heading.heading-black {
  color: #464646;
}

.hyperlink-2 {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

.hyperlink-2.hyperlink-black {
  color: #464646;
}

.hyperlink-2.hyper-link-blue {
  color: var(--royal-blue);
  font-weight: 700;
}

.hyperlink-2.hyper-link-yellow {
  color: var(--gold);
  font-weight: 700;
}

.page-title-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.page-title-text.lg-text {
  font-size: 50px;
  line-height: 54px;
}

.h3-section {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.h3-text.center {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}

.h3-cta-btn {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  margin-top: 30px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.h3-cta-btn:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

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

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

.default-list.bullet-grid.w {
  color: var(--white);
}

.default-list.list-wite {
  color: #fff;
}

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

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

.default-list.list-wite.list-grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.default-list-item {
  padding-bottom: 0;
  transition: padding .3s;
}

.default-list-item:hover {
  padding-left: 10px;
}

.bullet-heading {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.fa-icon {
  background-color: var(--royal-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  display: flex;
}

.fa-icon.fa-white {
  background-color: var(--gold);
  color: var(--white);
  flex: none;
}

.areas-wrapper {
  width: 100%;
}

.areas-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.areas-list-item {
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  transition: padding .3s;
  display: flex;
}

.areas-list-item:hover {
  padding-left: 10px;
}

.google-maps {
  margin-bottom: 0;
}

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

.img-1 {
  background-image: url('../images/construction-1210677_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 144%;
}

.img-1.h1 {
  background-image: url('../images/IMG-20221122-WA0073.webp');
}

.img-1.h3 {
  background-image: url('../images/IMG-20221123-WA0002.webp');
}

.img-1.h2 {
  background-image: url('../images/IMG-20221122-WA0099.webp');
}

.service-box-heading {
  border-bottom: 1px solid var(--gold);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
}

.dropdown-list, .dropdown-list.w--open {
  min-width: 260px;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
}

.announcement-barn-link-2 {
  color: var(--black-2);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.announcement-bar {
  z-index: 1;
  background-color: #005cb9;
  background-image: linear-gradient(315deg, #005cb9, #0b82fa);
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
}

.announcement-bar.disktop-only {
  background-color: var(--royal-blue);
  background-image: none;
}

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

.contact-ann-block.m-right-20 {
  margin-right: 20px;
}

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

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

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

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

.mobile-block.lig-text {
  background-color: var(--gold);
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.mobile-block.lig-text.m-right-none {
  background-color: var(--gold);
  color: #090909;
  text-transform: uppercase;
  margin-right: 0;
}

.font-icon-2 {
  color: #fff;
  background-color: #50c878;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.font-icon-2.yellow {
  background-color: var(--gold);
  color: var(--black-2);
  border-radius: 20px;
  width: 38px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
}

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

.email-btn {
  background-color: var(--royal-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 14px 20px;
  text-decoration: none;
  display: inline-block;
}

.scroll-down {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.social-media-ann {
  margin-right: auto;
  display: flex;
}

.fa-brand {
  background-color: var(--gold);
  color: var(--black-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.fa-brand.auto {
  border-radius: 200px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.fa-brand.auto._2 {
  margin-left: 15px;
}

.fa-brand.auto.send {
  width: 38px;
  height: 38px;
  margin-right: 15px;
}

.scroll-blcok {
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.sm-text {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-copylink {
  color: var(--black-2);
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-copylink:hover {
  color: var(--royal-blue);
}

.testimonials-wrapper {
  width: 100%;
}

.text-block-3 {
  color: var(--white);
}

.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: 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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

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

.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: #021a69;
  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: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  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;
}

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

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

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

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

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

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

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

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

.chat-section {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

.whatsapp-container {
  z-index: 30;
  background-color: var(--royal-blue);
  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 {
  transform: scale(1.05);
}

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

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

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

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

.text-span {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.code-embed, .insta-feed {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .logo-link {
    flex: none;
  }

  .navlink {
    background-color: #fff;
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
  }

  .navlink.edit {
    padding-left: 0;
  }

  .icon {
    margin-right: 20px;
  }

  .navbar {
    background-color: #fff;
    justify-content: flex-end;
    width: 100%;
  }

  ._3-services-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-1 {
    width: 100%;
  }

  .full-width-image-section {
    height: 30vh;
  }

  .icon-2 {
    color: var(--light-brown);
  }

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

  .left-contact {
    width: 100%;
  }

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

  .text-img {
    grid-template-columns: 1fr;
  }

  .text-img.flex-reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .img-arae.winchester-2 {
    min-height: 400px;
  }

  .img-arae.cw-5 {
    width: 100%;
  }

  .page-title-text {
    font-size: 24px;
    line-height: 32px;
  }

  .page-title-text.lg-text {
    font-size: 30px;
  }

  .default-list.list-wite.list-grid._3, .areas-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .announcement-bar.disktop-only {
    display: none;
  }

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

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

  .header-div-2 {
    width: 100%;
  }

  .nav-mobile-cta {
    display: none;
  }

  .menu-button {
    background-color: var(--white);
  }

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

@media screen and (max-width: 767px) {
  .contact-section-wrapper.flex {
    grid-template-columns: 1fr;
  }

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

  .img-arae.cw-5 {
    width: 100%;
  }

  .h3-text.center {
    font-size: 22px;
  }

  .fa-icon.fa-white {
    flex: none;
  }

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

  .img-1.h1, .img-1.h3, .img-1.h2 {
    min-height: 250px;
    padding-top: 0%;
  }

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

  .announcement-bar.disktop-only {
    display: none;
  }

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

  .main-block {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-block {
    margin-left: 20px;
  }

  .large-image-section {
    height: 390px;
  }

  .large-image-section.banner-home {
    height: 50vh;
  }

  .large-image-section.g-banner, .large-image-section.eg-banner, .large-image-section.dr-banner, .large-image-section.cw_banner, .large-image-section.f-banner, .large-image-section.c-banner, .large-image-section.cn-banner {
    height: 300px;
  }

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

  .large-image-heading {
    text-align: center;
    max-width: 280px;
    font-size: 40px;
    line-height: 50px;
  }

  .large-image-copy {
    max-width: 280px;
    line-height: 22px;
  }

  .large-image-button {
    margin-top: 10px;
  }

  .navbar {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .body-div {
    width: 90%;
    max-width: 100%;
  }

  .services-title-large {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

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

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

  .full-width-image-section {
    height: 320px;
  }

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

  .services-title-heading {
    font-size: 26px;
  }

  .icon-2 {
    color: var(--light-brown);
  }

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

  .email-link-block {
    margin-top: 10px;
  }

  .h1.h1-black.align-left {
    font-size: 1.5rem;
  }

  .icon-3 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

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

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .img-arae.cw-5, .img-arae.f-4 {
    min-height: 250px;
  }

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

  .page-title-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .page-title-text.lg-text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }

  .default-list.bullet-grid, .default-list.list-wite.list-grid, .default-list.list-wite.list-grid._3, .areas-list {
    grid-template-columns: 1fr;
  }

  .header-div-2 {
    flex-direction: column;
  }

  .scroll-down {
    width: 40px;
    height: 40px;
  }

  .sm-text {
    display: none;
  }

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

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

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

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

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

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

#w-node-f4926916-1d76-4ed0-e958-7def9cf0c3c8-9cf0c3bc, #w-node-f4926916-1d76-4ed0-e958-7def9cf0c3d1-9cf0c3bc, #w-node-f4926916-1d76-4ed0-e958-7def9cf0c3da-9cf0c3bc, #w-node-_72f990ca-fff5-3e0e-da79-0684b50b5805-9cf0c3bc, #w-node-f4926916-1d76-4ed0-e958-7def9cf0c3e4-9cf0c3bc, #w-node-_75c23c21-2daf-cfbc-bbb9-10f354511418-54511409 {
  align-self: center;
}

#w-node-a6cea343-2aed-22de-4d19-cc58b84a93df-681916da {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ea935df-502a-8d74-c511-b33e815f0d14-fd30fd7c, #w-node-_3ea935df-502a-8d74-c511-b33e815f0d1f-fd30fd7c, #w-node-_3ea935df-502a-8d74-c511-b33e815f0d2c-fd30fd7c, #w-node-_3ea935df-502a-8d74-c511-b33e815f0d36-fd30fd7c {
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-a6cea343-2aed-22de-4d19-cc58b84a93df-681916da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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 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 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}