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

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

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

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

@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 Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: #fff;
  --black: #000;
  --dark-blue: #000a9c;
  --cyan: #20d9ef;
  --mid-blue: #2076ff;
  --pale-blue: #c8f9ff;
  --transparent: #fff0;
  --mid-grey: #747474;
}

.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: var(--white);
  color: var(--black);
  font-family: Lexend, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.announcement-bar {
  z-index: 10;
  background-color: var(--dark-blue);
  border-top: 1px solid #20d9ef33;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  min-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

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

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

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

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

.logo {
  background-color: #0000;
  padding-bottom: 0;
}

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

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

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

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

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

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

.dropdown-toggle {
  text-transform: uppercase;
  align-items: center;
  margin-left: 30px;
  margin-right: 0;
  padding: 10px 20px 10px 0;
  font-size: 12px;
  line-height: 14px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--mid-blue);
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.menu-link {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 30px;
  padding: 10px 0;
  font-size: 12px;
  line-height: 14px;
  transition: all .3s ease-in-out;
}

.menu-link:hover, .menu-link.w--current {
  color: var(--mid-blue);
}

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

.hero-banner {
  background-image: url('../images/banner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 550px;
  display: flex;
}

.h1 {
  color: var(--dark-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.content-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.double-content-div.flex {
  flex-flow: column;
}

.coloured-underline {
  background-color: var(--cyan);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 20px;
}

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

.btn-text.call {
  color: var(--white);
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.primary-btn {
  z-index: 1;
  border: 2px solid var(--white);
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-bottom: -10px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: var(--mid-blue);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  transition: all .4s;
}

.primary-btn.call:hover {
  border-color: var(--cyan);
  color: var(--white);
}

.p {
  margin-bottom: 10px;
}

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

.p._30b {
  margin-bottom: 30px;
}

.p._20b {
  margin-bottom: 20px;
}

.basic-p-block {
  width: 48%;
  transition: all .2s;
}

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

.basic-p-block.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-div {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.img-div.home {
  background-image: url('../images/surex-7tmb.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.img-div.tarmac {
  background-image: url('../images/surex-56tmb.webp');
  background-position: 50% 30%;
}

.img-div.road {
  background-image: url('../images/surex-37tmb.webp');
  background-position: 50%;
  background-size: contain;
}

.img-div.resin {
  background-image: url('../images/surex-33tmb.webp');
  background-position: 50% 0;
}

.img-div.surfacing {
  background-image: url('../images/car-park-lightbox.webp');
}

.img-div.carpark {
  background-image: url('../images/surex-5tmb.webp');
  background-position: 50%;
}

.img-div.sports {
  background-image: url('../images/tarmacadam-light-box7.webp');
  background-position: 30%;
}

.img-div.driveway {
  background-image: url('../images/driveway.webp');
  background-position: 50% 0;
}

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

.large-p-block {
  background-color: #ffffffd9;
  margin-right: 40px;
  padding: 40px;
  box-shadow: 3px 3px 8px #0006;
}

.h2 {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.h2._10b {
  margin-bottom: 10px;
}

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

.h2.w {
  color: var(--white);
}

.h2._30t {
  margin-top: 30px;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.large-image-section._10b {
  padding-bottom: 100px;
}

.lrg-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lrg-img.home {
  background-image: url('../images/PHOTO-1---HOME---professional-surfacing-services-image.webp');
  background-position: 50%;
  min-height: 800px;
}

.lrg-img.tarmac {
  background-image: url('../images/PHOTO-5---TARMACADMAM-SERVICES---what-is-tarmacadam-section.webp');
  background-position: 50%;
  min-height: 450px;
}

.lrg-img.surfacing {
  background-image: url('../images/car-park-lightbox3.webp');
  min-height: 600px;
}

.lrg-img.resin {
  background-image: url('../images/resin-lightbox7.webp');
  background-position: 0%;
  background-size: cover;
  min-height: 450px;
}

.lrg-img.road {
  background-image: url('../images/PHOTO10---ROAD-SURFACING---SECTION-278-IMAGE.webp');
  background-position: 50% 100%;
  min-height: 600px;
}

.lrg-img.carpark {
  background-image: url('../images/PHOTO-12---CAR-PARK---WHY-MAINTAIN-IMAGE.webp');
  min-height: 900px;
}

.blue-bg {
  background-image: linear-gradient(180deg, var(--cyan), var(--dark-blue) 75%);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.title {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.title.white {
  color: var(--white);
  line-height: 40px;
}

.title.white.smaller {
  font-size: 20px;
  line-height: 26px;
}

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

.light-text-line {
  background-color: var(--cyan);
  width: 40px;
  height: 2px;
}

.light-text-line.pale {
  background-color: var(--white);
}

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

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

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

.h2-div._30b {
  margin-bottom: 30px;
}

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

.container-2.test-container {
  padding-top: 0;
}

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

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

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

.grid-image-large-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

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

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

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

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

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

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

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

.works-texxt-lable {
  background-color: var(--cyan);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

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

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

.works._1 {
  background-image: url('../images/PHOTO-2---HOME---Our-work-commercial-surfacing.webp');
}

.works._2 {
  background-image: url('../images/surex-43tmb.webp');
}

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

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--pale-blue);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 0 0 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.cta-link {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.contact-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 60%;
  max-width: 100%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

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

.git-icon {
  background-color: var(--cyan);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.heading-3-right-text {
  background-image: linear-gradient(180deg, var(--cyan), var(--dark-blue) 75%);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  padding: 0;
}

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

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

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

.h3-img {
  background-image: url('../images/road_964878497.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.h3-img.surfacing {
  background-image: url('../images/PHOTO-11---ROAD-SURFACING---H3-IMAGE.webp');
}

.h3-img.surfacing._2 {
  background-image: url('../images/PHOTO-8---SURFACING---H1-IMAGE.webp');
}

.h3-img.awc {
  background-image: url('../images/PHOTO-14---AWC---H3-IMAGE.webp');
}

.h3-img.carpark1 {
  background-image: url('../images/PHOTO-13---CAR-PARK---H3-IMAGE.webp');
}

.h3-img.home {
  background-image: url('../images/resin-lightbox5.webp');
}

.h3-img.resin {
  background-image: url('../images/PHOTO-9---RESIN-SURFACING---H3-IMAGE.webp');
}

.h3-img.tarmacadam {
  background-image: url('../images/PHOTO4---TARMACADAM-SERVICES---H3-IMAGE.webp');
}

.h3-img.sports {
  background-image: url('../images/tarmacadam-light-box8.webp');
  background-position: 50% 80%;
}

.h3-img.driveways {
  background-image: url('../images/resin-lightbox7.webp');
  background-position: 50% 30%;
}

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

.foooter-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

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

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

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

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

.footer-section-2 {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: var(--cyan);
}

.footer-contact-link.no-hover:hover {
  color: var(--white);
}

.footer-nav-item {
  color: #fff;
  text-align: left;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  margin-top: 5px;
  padding-top: 0;
  transition: all .2s;
  display: flex;
}

.bottom-icon {
  color: var(--cyan);
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.contact-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 840px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-info-div {
  border: 1px solid #c0c1af24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px 20px;
  display: flex;
}

.footer-info-div._1 {
  border-width: 1px;
  border-color: #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div._2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-social-link {
  background-color: var(--cyan);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

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

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

.default-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._2col._0b {
  margin-bottom: 0;
}

.default-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._3col._0b {
  margin-bottom: 0;
}

.default-list._4col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._4col._0b, .default-list._0b {
  margin-bottom: 0;
}

.bullet-item {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.bullet-item.block {
  display: block;
}

.bullet-item.w {
  color: var(--white);
}

.fa-icon {
  background-image: linear-gradient(180deg, var(--cyan), var(--dark-blue));
  color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.fa-icon._2 {
  margin-left: 10px;
  margin-right: 0;
}

.h2-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.fa-socials {
  border: 1px solid var(--white);
  background-image: linear-gradient(180deg, var(--cyan), var(--dark-blue));
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-socials:hover {
  background-color: var(--dark-blue);
}

.fa-socials.social-media {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-container {
  z-index: 150;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 220px;
  left: auto;
  right: 0%;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--dark-blue);
  color: var(--dark-blue);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -40px 0 0 var(--dark-blue);
  color: var(--white);
}

.hyperlink.white {
  box-shadow: inset 0 -1px 0 0 var(--cyan);
  color: var(--white);
  font-weight: 800;
}

.hyperlink.white:hover {
  box-shadow: inset 0 -40px 0 0 var(--cyan);
  color: var(--dark-blue);
}

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

.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-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-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

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

.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_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

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

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

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.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-banner_close-icon {
  width: 24px;
  height: 24px;
}

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

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.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-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_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.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_space-medium {
  margin-bottom: 40px;
}

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

.top-info-section {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
}

.info-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.open-button {
  z-index: 999;
  background-image: linear-gradient(225deg, var(--cyan) 50%, var(--transparent) 50%);
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.minus, .plus {
  color: var(--white);
  text-align: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-top: 3px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.dd-icon {
  margin-right: 0;
}

.dropdown-link {
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--mid-blue);
}

.dropdown-link.w--current {
  background-color: var(--pale-blue);
}

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  border-top: 2px solid var(--cyan);
  border-bottom: 2px solid var(--dark-blue);
  margin-top: 33px;
}

.top-contact-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: block;
}

.top-link {
  color: var(--white);
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.top-link:hover {
  color: var(--cyan);
}

.top-link.no-hover:hover {
  color: var(--white);
}

.top-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 3px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
}

.top-icon._2t {
  margin-top: 2px;
}

.top-info-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-info-div.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.top-sm-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 0;
  display: flex;
}

.top-container {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.top-info-title {
  border-bottom: 1px solid var(--cyan);
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 12px;
}

.top-tel {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.top-tel:hover {
  color: var(--cyan);
}

.top-icon-lrg {
  color: var(--cyan);
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.nav-section {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 2px #0003;
}

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

.body-div._20t {
  margin-top: 20px;
}

.body-div.centred {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-link {
  border: 2px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  width: 100%;
  margin-top: 30px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
  box-shadow: 0 20px 20px -20px #000000e6;
}

.btn-link:hover {
  background-color: var(--cyan);
  color: var(--dark-blue);
}

.button-container {
  margin-bottom: 0;
}

.top-tel-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-div-vertical {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.acc-1 {
  background-image: url('../images/1200px-Disclosure_and_Barring_Service.svg_.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100px;
}

.acc-1.acc-2 {
  background-image: url('../images/nrswa-logo-landscape.webp');
}

.accreditations {
  background-color: #0000000d;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-div-2 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.body-div-2.grid-bod {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-item {
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin-top: 5px;
  padding-top: 0;
  transition: all .2s;
  display: flex;
}

.areas-map {
  width: 100%;
  margin-top: 40px;
}

.area-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

.lb-img {
  width: 100%;
}

.site-map-link {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.get-quote-section {
  background-image: linear-gradient(180deg, var(--cyan), var(--dark-blue) 90%);
  padding-top: 30px;
  padding-bottom: 30px;
}

.quote-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-button {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  margin-left: 15px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.quote-button:hover {
  background-color: var(--dark-blue);
}

.better-spaces {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.box-section {
  background-color: #0000000d;
  padding-top: 60px;
  padding-bottom: 60px;
}

._5-box-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._5-box-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

._5-box-img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.box-title {
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.box-text {
  color: var(--mid-grey);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.read-more-link {
  border-bottom: 1px solid var(--transparent);
  color: var(--dark-blue);
  margin-top: auto;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.read-more-link:hover {
  border-bottom-color: var(--dark-blue);
}

.button-div {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.svs-box-txt {
  color: var(--white);
  text-align: center;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.projects {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.sub-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.sub-heading._30t {
  margin-top: 30px;
}

.sub-heading._10b {
  margin-bottom: 10px;
}

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

._4-box-div {
  border: 1px solid var(--mid-blue);
  background-color: var(--white);
  padding: 30px;
  box-shadow: 0 20px 20px -15px #00000080;
}

.mobile-map {
  width: 100%;
  margin-top: 40px;
  display: none;
}

.bullet-div, .bullet-div.block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hp-video {
  margin-top: 40px;
}

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

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

.new-lb-img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.new-lb-link {
  background-color: var(--dark-blue);
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
}

.lb-title {
  text-align: center;
  padding: 10px;
}

._3-img {
  width: 31%;
}

.slider-heading {
  text-align: center;
  letter-spacing: 1px;
  width: 90%;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.slider-medium-text {
  color: var(--mid-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 90%;
  max-width: 800px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.slider-small-text {
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 22px;
}

.old-slider-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.small-underline {
  background-color: var(--cyan);
  width: 50px;
  height: 2px;
}

.client-sec {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.mid-banner {
  text-align: center;
  background-color: #ffffffd1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 20% auto auto 2%;
}

.larege {
  font-size: 20px;
}

.bullet-heading-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  text-align: center;
  font-size: 44px;
  line-height: 55px;
}

.text-block._2 {
  margin-top: 20px;
  font-size: 20px;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.link {
  color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

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

  .quote-container {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .bonga-div {
    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;
  }

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

  .navbar-2 {
    width: 100%;
  }

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

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
  }

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

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

  .menu-link {
    background-color: var(--white);
    color: var(--black);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 10px;
    position: static;
  }

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

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

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

  .menu-button {
    background-color: #5f5f5117;
    border-radius: 9px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--cyan);
    text-align: right;
  }

  .hero-banner {
    height: 400px;
    min-height: auto;
  }

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

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

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

  .basic-p-block._100w, .basic-p-block.vertical {
    padding-bottom: 0;
  }

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

  .img-div.sports {
    background-position: 50%;
  }

  .pinned-content-div {
    justify-content: center;
    width: 90%;
    max-width: 1300px;
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    margin-right: 0;
    padding: 0;
  }

  .large-image-section {
    flex-flow: column-reverse;
    padding-bottom: 60px;
  }

  .large-image-section._10b {
    padding-bottom: 60px;
  }

  .lrg-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
    height: auto;
    min-height: 450px;
    margin-top: 30px;
    position: static;
  }

  .lrg-img.home, .lrg-img.tarmac, .lrg-img.surfacing, .lrg-img.resin, .lrg-img.carpark {
    min-height: 400px;
  }

  .blue-bg {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

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

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

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

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

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

  .cta-link {
    max-width: 450px;
  }

  .icon-block {
    justify-content: flex-start;
    align-items: center;
  }

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

  .left-contact {
    width: 100%;
    max-width: 100%;
  }

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

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

  .heading-3-text {
    margin-bottom: 15px;
  }

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

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

  .h3-img {
    width: 100%;
    margin-top: 0;
  }

  .fb-div {
    justify-content: center;
    margin-top: 20px;
  }

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

  .footer-nav-item {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 290px;
  }

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

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

  .footer-info-div._2 {
    padding: 40px 20px;
  }

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

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

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

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

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

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

  .dropdown-link {
    padding: 15px 10px;
  }

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

  .dropdown-list.w--open {
    border-top-width: 0;
    border-bottom-width: 0;
    margin-top: 0;
    position: relative;
  }

  .top-link {
    line-height: 20px;
  }

  .top-link.no-hover {
    max-width: 330px;
  }

  .top-info-div {
    margin-top: 0;
  }

  .top-sm-div {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .top-container {
    max-width: 100%;
  }

  .top-info-title {
    margin-bottom: 10px;
  }

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

  .top-tel-div {
    margin-top: 0;
  }

  .h2-div-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .body-div-2 {
    width: 90%;
  }

  .areas-map {
    width: 100%;
  }

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

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .quote-container {
    flex-flow: column;
  }

  .quote-button {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .button-div {
    margin-top: 15px;
    margin-left: 0;
  }

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

  .mobile-map {
    width: 100%;
  }

  .new-gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .new-lb-img {
    height: 180px;
  }

  .slider-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block._2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .bonga-div {
    grid-template-columns: 1fr;
  }

  .menu-link {
    width: 100%;
  }

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

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

  .hero-banner {
    height: 400px;
  }

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

  .img-div {
    height: 350px;
  }

  .large-p-block {
    padding-top: 0;
  }

  .large-image-section, .large-image-section._10b {
    padding-bottom: 40px;
  }

  .lrg-img {
    height: auto;
    min-height: 350px;
  }

  .lrg-img.home, .lrg-img.tarmac, .lrg-img.surfacing, .lrg-img.resin {
    min-height: 350px;
  }

  .lrg-img.carpark {
    min-height: 250px;
  }

  .blue-bg {
    padding-top: 40px;
    padding-bottom: 60px;
  }

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

  .h2-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

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

  .works {
    min-width: 250px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .contact-info-block {
    margin-top: 20px;
  }

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

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

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

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

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

  .h3-img {
    width: 100%;
  }

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

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

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

  .default-list._2col, .default-list._3col, .default-list._4col {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .top-link.no-hover {
    max-width: 400px;
  }

  .top-icon {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .top-sm-div {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

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

  .nav-section {
    position: static;
  }

  .btn-link {
    border-radius: 30px;
  }

  .h2-div-vertical {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .acc-1 {
    background-position: 50%;
    min-height: 90px;
  }

  .body-div-2.grid-bod {
    grid-template-columns: 1fr 1fr;
  }

  .areas-map {
    width: 100%;
    display: none;
  }

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

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

  .better-spaces {
    line-height: 22px;
  }

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

  ._5-box-img {
    height: 180px;
  }

  .box-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .box-text {
    margin-bottom: 15px;
  }

  .button-div {
    margin-top: 10px;
  }

  .mobile-map {
    width: 100%;
    display: block;
  }

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

  .slider-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block._2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

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

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

  .icon {
    text-align: center;
  }

  .header-div {
    flex-flow: column;
    padding: 0;
  }

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

  .menu-div-2 {
    text-align: center;
    width: 100%;
  }

  .menu-button {
    border-radius: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

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

  .hero-banner {
    height: 450px;
    display: flex;
  }

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

  .coloured-underline {
    margin-bottom: 20px;
  }

  .btn-text.call {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-btn {
    width: 99.9999%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-btn.call {
    margin-top: 5px;
  }

  .p._30b {
    margin-bottom: 20px;
  }

  .img-div {
    height: 250px;
  }

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

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

  .h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .large-image-section, .large-image-section._10b {
    padding-bottom: 30px;
  }

  .lrg-img {
    border-radius: 4px;
    width: 90%;
    min-height: 250px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .lrg-img.home, .lrg-img.tarmac, .lrg-img.surfacing, .lrg-img.resin {
    min-height: 250px;
  }

  .lrg-img.carpark {
    min-height: 250px;
    margin-bottom: 0;
  }

  .blue-bg {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .title {
    margin-left: 0;
  }

  .title.white {
    width: 100%;
    font-size: 24px;
    display: none;
  }

  .title.white.smaller {
    font-size: 22px;
  }

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

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

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

  .h2-div {
    margin-bottom: 10px;
  }

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

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

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

  .works-texxt-lable {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    position: static;
  }

  .works {
    min-height: 350px;
  }

  .works._1, .works._2 {
    flex-flow: column;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .contact-info-block {
    margin-top: 10px;
    padding-bottom: 15px;
  }

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

  .icon-block {
    display: none;
  }

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

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

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

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

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

  .list {
    text-align: center;
  }

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

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

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

  .footer-nav-item {
    margin-top: 10px;
  }

  .bottom-icon {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
    display: none;
  }

  .footer-info-div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-info-div._1, .footer-info-div._2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  .default-list._2col, .default-list._3col, .default-list._4col {
    grid-template-columns: 1fr;
  }

  .bullet-item {
    flex-flow: row;
    font-size: 13px;
  }

  .fa-icon {
    margin-right: 3px;
  }

  .fa-socials {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    margin-bottom: 2px;
    font-size: 13px;
  }

  .fa-container {
    top: 20%;
    right: -2%;
  }

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

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

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

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

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

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

  .top-contact-div {
    margin-right: 0;
  }

  .top-link.no-hover {
    max-width: 300px;
  }

  .top-sm-div {
    margin-top: 5px;
  }

  .nav-section {
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
  }

  .body-div._20t.a {
    margin-top: 25vh;
    margin-bottom: auto;
  }

  .btn-link {
    border-radius: 20px;
  }

  .h2-div-vertical {
    text-align: center;
    margin-bottom: 0;
  }

  .acc-1 {
    width: 100%;
  }

  .acc-1.acc-2 {
    min-height: 70px;
  }

  .accreditations {
    padding-bottom: 10px;
  }

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

  .body-div-2.grid-bod {
    grid-row-gap: 0px;
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .areas-map {
    width: 100%;
    margin-top: 20px;
  }

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

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

  .quote-button {
    justify-content: center;
    align-items: center;
    min-width: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .quote-button._1 {
    margin-top: 10px;
  }

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

  ._5-box-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .box-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .box-text {
    margin-bottom: 10px;
  }

  .button-div {
    flex-flow: column;
    width: 100%;
  }

  .svs-box-txt {
    min-height: auto;
  }

  .projects {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

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

  ._4-box-div {
    padding: 20px;
  }

  .mobile-map {
    width: 100%;
    margin-top: 20px;
  }

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

  ._3-img {
    width: 100%;
  }

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

  .slider-medium-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .slider-small-text {
    width: 100%;
  }

  .mid-banner {
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    top: 365.547px;
  }

  .bold-text {
    font-size: 18px;
  }

  .text-block._2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}

#w-node-_7f1e1699-9a7a-3c32-f1e2-1ed7ee2258bb-eaccf4c9, #w-node-_2fe5896b-5837-5055-d459-58ec6c389c7a-eaccf4c9, #w-node-_21f0284c-db8c-2b4d-0e61-c47fbfbf04b1-eaccf4c9, #w-node-_1176e088-5102-e5ad-990c-4d2e4ca35a71-eaccf4c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-eaccf4c9, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-eaccf4c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42618290-5542-7e22-99d6-1e1dacc24214-acc24212, #w-node-_42618290-5542-7e22-99d6-1e1dacc24218-acc24212 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_970e0fbb-d790-e4b6-75cd-4aebf054f6ea-f054f6dd, #w-node-_970e0fbb-d790-e4b6-75cd-4aebf054f6f3-f054f6dd, #w-node-_970e0fbb-d790-e4b6-75cd-4aebf054f6fc-f054f6dd, #w-node-abbbc31b-c576-8580-cb6f-51f7ff4625ac-613f5c1e, #w-node-abbbc31b-c576-8580-cb6f-51f7ff4625b5-613f5c1e, #w-node-abbbc31b-c576-8580-cb6f-51f7ff4625be-613f5c1e {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-eaccf4c9 {
    justify-self: auto;
  }

  #w-node-_42618290-5542-7e22-99d6-1e1dacc24214-acc24212 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_42618290-5542-7e22-99d6-1e1dacc24214-acc24212 {
    justify-self: center;
  }

  #w-node-_42618290-5542-7e22-99d6-1e1dacc24216-acc24212 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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 Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}