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

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

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

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

:root {
  --dark-grey: #444;
  --white: white;
  --red: #ed1c24;
  --black: black;
  --silver: #b7b5b5;
  --snow: #f5eded;
}

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

.body {
  background-color: var(--dark-grey);
  color: var(--dark-grey);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.banner-header {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.p {
  color: var(--white);
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.p._10 {
  margin-top: 10px;
}

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

.button-outline:hover {
  border-width: 1.5px;
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.body-section {
  border-top: 1px #b7b5b580;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-section.form-section {
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.body-section.b {
  background-color: var(--black);
}

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

.hero-bg-grad {
  background-image: linear-gradient(77deg, var(--dark-grey), var(--dark-grey) 32%, transparent), url('../images/brick-house-with-a-front-door.webp');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  min-height: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.left-section {
  width: 70%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
}

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

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

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

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

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

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

.service-top-image {
  background-image: url('../images/homepage---bricklaying-and-building-services-service-box.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/homepage---house-extensions-service-box.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/long-brick-wall.webp');
}

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

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

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

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

.service-header {
  color: var(--white);
  margin-top: 28px;
  margin-bottom: 10px;
  margin-right: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

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

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

.service-link:hover {
  background-color: var(--dark-grey);
  transform: scale(1.2);
}

.small-head {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.small-sub {
  color: #fdfdfd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

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

.inner-img {
  background-image: url('../images/brick-house-with-a-front-door.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

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

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

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

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

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

.instagram-live-feed {
  width: 100%;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.footer-p {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
}

.header-social-media {
  display: flex;
}

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

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

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

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

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

.full-width-image-section.para-img.sa {
  background-image: linear-gradient(to bottom, #00000059, #00000059), linear-gradient(to right, var(--dark-grey), #fff0), url('../images/chnage-to-building-structure.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.full-width-image-section.para-img {
  background-image: linear-gradient(to bottom, #00000059, #00000059), linear-gradient(to right, var(--dark-grey), #fff0), url('../images/Sunroom-Glazed-Roof-Gazebo-on-patio-at-farm-house.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.full-width-image-section.bricklay {
  background-image: linear-gradient(to bottom, #4444448c, #4444448c), linear-gradient(to right, var(--black), #fff0), url('../images/new-brick-build-house.webp');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.ext-2 {
  background-image: linear-gradient(to bottom, #4444448c, #4444448c), linear-gradient(to right, var(--black), #fff0), url('../images/New-extension-on-house.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.gw {
  background-image: linear-gradient(to bottom, #4444448c, #4444448c), linear-gradient(to right, var(--black), #fff0), url('../images/Large-Garden-Wall.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.g-outbuilding {
  background-image: linear-gradient(to bottom, #4444448c, #4444448c), linear-gradient(to right, var(--black), #fff0), url('../images/New-Garden-Outbuilding.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.co-logo {
  width: 140px;
}

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

.logo-link {
  width: auto;
}

.dropdown-link {
  background-color: var(--dark-grey);
  color: var(--white);
  text-align: left;
  transition: all .45s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: var(--red);
  color: var(--white);
}

.contact-div-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.service-nav-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all .35s ease-in-out;
}

.service-nav-text:hover {
  color: var(--silver);
}

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

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  transition: all .2s ease-in-out;
}

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

.nav-link.w--current {
  color: #fff;
}

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

.banner-red {
  color: var(--white);
  margin-left: 0;
  font-size: 62px;
  font-weight: 200;
}

.banner-red._15 {
  margin-left: 15px;
  font-size: 58px;
}

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

.h1-red {
  color: var(--red);
  font-size: 60px;
}

.background-video {
  height: 650px;
}

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

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

.project1 {
  box-shadow: 8px 8px 0 0 var(--red);
  background-image: url('../images/Building-Project-1.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 475px;
  text-decoration: none;
}

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

.gallery-head {
  box-shadow: 0 3px 0 0 var(--red);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  text-decoration: none;
  display: flex;
}

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

.project2 {
  box-shadow: 8px 8px 0 0 var(--red);
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/garden-outduilding.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 475px;
  text-decoration: none;
}

.project3 {
  box-shadow: 8px 8px 0 0 var(--red);
  background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/creation-of-gardenn-room.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 475px;
  text-decoration: none;
}

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

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

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

.h2-large {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h2-large.b-30 {
  color: var(--white);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.image {
  width: 200px;
}

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

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

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

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

.comments {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.comment-column {
  border: 1px solid var(--snow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 20px;
  display: flex;
}

.comment-column._40t {
  border-style: solid;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.comment-column.middle {
  border-style: solid;
  border-color: #ffffff40;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}

.comment-column._2 {
  border-style: solid;
  border-color: #ffffff40;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 20px;
}

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

.timeline-sub-heading-2 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.arrow {
  margin-top: 5px;
}

.form {
  width: 100.8%;
  margin-top: 40px;
  margin-left: -10px;
}

.top-links {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.top-links:hover {
  color: var(--red);
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-top: 20px;
  display: flex;
}

.font-awsome {
  color: #fff;
  text-align: center;
  margin-right: 8px;
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.font-awsome.email {
  color: #fff;
  font-family: Fa6, sans-serif;
  font-size: 16.5px;
}

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

.cta {
  padding-bottom: 100px;
}

.bottom-heading {
  color: var(--snow);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

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

.bottom-link {
  color: var(--snow);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bottom-link:hover {
  color: var(--red);
}

.top-div {
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list {
  padding-left: 0;
}

.list._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
  display: grid;
}

.list._3-row.top {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

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

.list._3.top {
  margin-top: 40px;
}

.list-item {
  list-style-type: none;
  display: flex;
}

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

.hero-container {
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  transition: all .2s ease-in-out;
}

.dropdown:hover {
  color: var(--red);
}

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

.dropdown-toggle {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  transition: all .2s ease-in-out;
}

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

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

.fmb {
  width: 100px;
}

.fb-feed {
  width: 100%;
  margin-top: 30px;
}

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

.site-map-link {
  color: var(--white);
  margin-bottom: 10px;
  line-height: 32px;
  text-decoration: none;
}

.site-map-link.topo {
  margin-top: 40px;
}

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

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.left-section-2 {
  width: 75%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
}

.banner-header-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 69px;
  display: flex;
}

.new-banner-text {
  color: #b7b5b5;
  margin-left: 0;
  font-size: 56px;
}

.p-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  line-height: 28px;
}

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

.button-outline-2:hover {
  color: #0a096f;
  background-color: #fff;
  border-width: 1.5px;
  border-color: #0a096f;
}

.button-2 {
  background-color: var(--red);
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding: 17px 36px;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  transition: all .45s ease-in-out;
}

.button-2:hover {
  background-color: var(--black);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-2.dark {
  color: #fff;
  background-color: #de0b0b;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 17px 36px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.button-2.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-2.ban {
  border-style: solid;
  border-color: var(--red);
  color: #fff;
  background-color: #de0b0b;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 17px 36px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
  transform: translate(0);
}

.button-2.ban:hover {
  border-style: solid;
  border-color: var(--white);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.button-2.ban:focus, .button-2.ban:visited {
  transform: translate(0, -6px);
}

.left-side-2 {
  box-shadow: -11px 13px 0 0 var(--red);
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.p-3 {
  color: #fff;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.button-3 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-3:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-3.dark {
  border-style: solid;
  border-color: var(--red);
  background-color: var(--red);
  color: #fff;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-3.dark:hover {
  border-style: solid;
  border-color: var(--snow);
  color: #fff;
  background-color: #000;
  transform: translate(0, -6px);
}

.button-3.dark:active {
  border-color: var(--white);
}

.button-3.dark:focus {
  transform: translate(0, -6px);
}

.button-3._2 {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #ac1313;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-3._2:hover {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #f5eded;
  transform: translate(0, -6px);
}

.small-sub-2 {
  color: #fdfdfd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.body-section-2 {
  background-image: url('../images/Shapes.svg'), linear-gradient(#00000080, #00000080);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.h1-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 59px;
  font-weight: 500;
  line-height: 70px;
}

.h1-red-2 {
  color: #bb0606;
}

.inner-img-2 {
  background-image: url('../images/homepage---image-next-to-H1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img-2.bricklaying-1 {
  background-image: url('../images/bricklyaed-patio.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.inner-img-2.extension-1 {
  background-image: url('../images/brick-extension.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
}

.inner-img-2.gw {
  background-image: url('../images/stone-garden-wall.webp');
  background-position: 100%;
  background-size: cover;
  min-height: 450px;
}

.inner-img-2.garden-rooms {
  background-image: url('../images/white-garden-room.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
}

.inner-img-2.sa {
  background-image: url('../images/structure-alteration.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 450px;
}

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

.h1-light {
  font-weight: 200;
}

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

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--red);
  color: var(--white);
}

.button-4 {
  border: 1px solid var(--red);
  background-color: var(--red);
  letter-spacing: 1px;
  margin-top: 25px;
  padding: 17px 36px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  transition: all .45s ease-in-out;
}

.button-4:hover {
  border: 1px solid var(--white);
  background-color: #0000;
  transform: translate(0, -6px);
}

.button-4.ban {
  margin-top: 0;
  font-size: 13px;
}

.button-4.right {
  background-color: #0000;
  margin-left: 20px;
}

.background-image-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bricklaying-services.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

.button-5 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-5:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-5.dark {
  color: #fff;
  background-color: #de0b0b;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button-5.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-5._2 {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #ac1313;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.button-5._2:hover {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #f5eded;
  transform: translate(0, -6px);
}

.small-sub-3 {
  color: #fdfdfd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  overflow: visible;
}

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

.para {
  color: #fff;
  width: 60%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.h2-bold {
  font-weight: 600;
}

.title {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}

.social-icon-wrap {
  display: flex;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr 2fr .75fr 1fr;
}

.footer-link-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.footer-link-2:hover {
  color: var(--red);
}

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

.footer-detail-left {
  align-items: center;
  width: 65%;
  min-height: 40px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer {
  background-color: var(--dark-grey);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Shapes.svg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
}

.social-link:hover {
  border-color: var(--snow);
  background-color: #0000;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.phone {
  font-family: Fa6 solid, sans-serif;
}

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

.brand {
  width: 350px;
  padding-bottom: 0;
}

.brand.w--current {
  width: 300px;
}

.brand.foot {
  width: auto;
  font-family: Fa6 brands, sans-serif;
}

.brand.foot-icon {
  width: auto;
  font-family: Fa6 brands, sans-serif;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 25px;
}

.legal {
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.legal:hover {
  color: var(--snow);
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 15px;
  display: flex;
}

.footer-legal.copyright {
  margin-top: 10px;
  padding-top: 0;
}

.fmb-foot {
  width: 100px;
  margin-top: 20px;
}

.contact-span {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.top-text {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.cta {
  color: #bb0606;
  text-align: left;
  padding-bottom: 0;
}

.button-6 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-6:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-6.dark {
  color: #fff;
  background-color: #de0b0b;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-top: 25px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button-6.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.section-tittle {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  width: 30%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.cta {
  background-image: linear-gradient(90deg, #fff 26%, #fff0 57%), url('../images/homepage---get-in-touch-for-a-free-no-obligation-quote.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top-style: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-text {
  color: #bb0606;
  width: 25%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

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

.h3-large {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

.h3-large.b-30 {
  color: #fff;
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-weight: 200;
  line-height: 1.3;
  display: flex;
}

.p-4 {
  color: #fff;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.small-sub-4 {
  color: #fdfdfd;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.comments-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.timeline-sub-heading-3 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

.white-section._100 {
  background-color: var(--dark-grey);
  padding-bottom: 60px;
}

.h3-logo {
  background-image: url('../images/LH-Brickwork-Logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450dvh;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
}

.h3-logo.w--current {
  background-image: url('../images/LH-Brickwork.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450vw;
  min-height: 200px;
  margin-bottom: 20px;
}

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

.h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.h3.m-bottom-20 {
  color: #005cb9;
  margin-bottom: 20px;
}

.bold-text {
  color: #fff;
  text-transform: uppercase;
}

.hyperlink-2 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.hyperlink-2:hover {
  color: #f91818;
}

.hyperlink-2:visited {
  color: #fff;
}

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

.content-section.orange {
  background-color: #141414;
}

.h3-link {
  color: var(--red);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.h3-link:hover {
  color: var(--snow);
}

.section-2 {
  background-image: url('../images/Exterior-Of-Modern-House-With-Extension-At-Night.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
}

.h2-3 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.partner-section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.partner-section.premium-classes {
  color: #fff;
  background-color: #02102b;
  background-image: url('../images/Lines-1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.left-section-3 {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.big-paragraph {
  font-size: 20px;
}

.big-paragraph.max-600 {
  color: #fff;
  letter-spacing: 0;
  width: 100%;
  max-width: none;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 33px;
}

.container-5 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container-5.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.para-2 {
  color: #f6f6f6;
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 32px;
}

.jumbo {
  font-size: 90px;
  line-height: 1.1em;
}

.jumbo.max-800 {
  letter-spacing: -3px;
  width: 100%;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 59px;
  line-height: 1.1em;
}

.inner-img-3 {
  background-image: url('../images/Data-Graph.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img-3._2 {
  background-image: url('../images/Data-Binary-Code.webp');
  background-position: 65%;
}

.container-6 {
  width: 95%;
  max-width: 1450px;
}

.hyperlink-3 {
  color: #1fd9fe;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.hyperlink-3:hover {
  color: #fff;
}

.button-7 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1878bc;
  background-image: url('../images/Vector-4.svg'), linear-gradient(to right, #1878bc, #65c7f1);
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 15px, auto;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 200px;
  max-width: 200px;
  margin-top: 20px;
  padding: 20px 20px 20px 40px;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button-7:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button-7._300 {
  background-color: #02102b;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
}

.button-7._300.w {
  border-width: 1px;
  border-color: #fff;
}

.right-section {
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.sticky_btn_call {
  z-index: 1000;
  color: #f0f6f8;
  text-align: center;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 80px;
  font-size: 1.9em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  inset: auto -10px 100px auto;
}

.sticky_btn_call:hover {
  transform: scale(.9);
}

.lottie-animation {
  width: auto;
  height: auto;
  font-size: 4em;
}

.html-embed {
  filter: grayscale(60%);
}

.service-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bricklaying-services.webp');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

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

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

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

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

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

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

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

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

.service-banner.site-map {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Brick-house-extension-new.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.service-ban-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.h2-light {
  font-weight: 200;
}

.list-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 40px;
  display: grid;
}

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

.single-comments {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  font-size: 16.5px;
  transition: all .2s ease-in-out;
  display: flex;
}

.single-comments:hover {
  transform: translate(15px);
}

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

.bullet-font-icon-4 {
  background-color: var(--red);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  display: flex;
}

.int-link {
  color: #f9b328;
  font-weight: 700;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.int-link:hover {
  color: #fff;
}

.area-map {
  filter: grayscale(55%);
  width: 100%;
  margin-top: 25px;
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.gallery-thumb, .gallery-lb {
  width: 100%;
}

.test-block {
  background-color: var(--black);
  border: 1px #0000008c;
  width: 100%;
  margin-top: 20px;
  padding: 32px 20px;
}

.test-p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.text-block {
  color: var(--red);
  margin-bottom: 10px;
  font-family: Fa6 solid, sans-serif;
}

.test-small {
  font-size: 13px;
  font-weight: 700;
}

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

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

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

.text-block-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.contact-map {
  filter: grayscale(55%);
  width: 100%;
}

.sm {
  color: var(--white);
  font-family: Fa6 solid, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.foot {
  margin-top: 20px;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  height: 1%;
  top: 50%;
}

.text-block-6 {
  font-size: 16px;
}

.social-link-2 {
  color: #fff;
  background-color: #ff5050;
  border: 1px solid #ff5050;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-2:hover {
  color: #ff5050;
  background-color: #fff;
  border: 1px solid #ff5050;
}

.social-link-2.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link-2.side._1 {
  border-color: var(--red);
  background-color: var(--red);
  font-family: Fa6 solid, sans-serif;
}

.social-link-2.side._1:hover {
  background-color: #fff;
}

.social-link-2.side.text-block-3 {
  border-color: var(--red);
  background-color: var(--red);
  font-family: Fa6 brands, sans-serif;
}

.social-link-2.side.text-block-3:hover {
  background-color: #fff;
}

.social-link-2.side._5 {
  background-color: var(--red);
  border-color: #dd3c3c;
  font-family: Fa6 brands, sans-serif;
}

.social-link-2.side._5:hover {
  background-color: #fff;
}

.social-link-2.side._2 {
  border-color: var(--red);
  background-color: var(--red);
  font-family: Fa6 solid, sans-serif;
}

.social-link-2.side._2:hover {
  background-color: #fff;
}

.social-link-2.side._4 {
  background-color: var(--red);
  border-color: #dd3c3c;
  font-family: Fa6 brands, sans-serif;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._4:hover {
  background-color: #fff;
}

.test-logo-small {
  width: 90px;
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .body-section.form-section {
    background-size: 500px;
  }

  .hero-bg-grad {
    background-image: linear-gradient(77deg, var(--black), #000000de 32%, transparent), url('../images/brick-house-with-a-front-door.webp');
    background-position: 0 0, 50%;
  }

  .service-top-image._4 {
    background-image: url('../images/Garden-Outbuilding.webp');
    background-position: 50% 100%;
  }

  .service-header {
    text-transform: uppercase;
  }

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

  .project1 {
    background-image: url('../images/Building-Project-1.webp'), linear-gradient(357deg, #1b1b1b99, #0000);
    height: 475px;
  }

  .project2 {
    background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/garden-outduilding.webp');
    height: 475px;
  }

  .project3 {
    background-image: linear-gradient(357deg, #1b1b1b99, #0000), url('../images/creation-of-gardenn-room.webp');
    height: 475px;
  }

  .left-section-2 {
    padding-bottom: 40px;
  }

  .p-2 {
    line-height: 26px;
  }

  .title {
    color: #fff;
  }

  .container-4 {
    width: 95%;
    max-width: 1450px;
  }

  .footer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .social-link {
    border-width: 2px;
    border-color: var(--red);
  }

  .social-link:hover {
    border-color: #7e828fdb;
  }

  .brand {
    width: auto;
  }

  .legal {
    text-decoration: none;
  }

  .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
    font-weight: 300;
  }

  .h3-link {
    box-shadow: inset 0 -2px 0 0 var(--red);
    padding-left: 2px;
    padding-right: 2px;
    transition-property: all;
    transition-duration: .45s;
  }

  .h3-link:hover {
    box-shadow: inset 0 -100px 0 0 var(--red);
  }

  .h2-3 {
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
  }

  .partner-section.premium-classes {
    background-image: url('../images/Lines-1.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .big-paragraph {
    line-height: 29px;
  }

  .big-paragraph.max-600 {
    color: #fff;
    width: 100%;
    max-width: none;
  }

  .jumbo.max-800 {
    color: #fff;
    width: 100%;
    font-family: Poppins, sans-serif;
  }

  .inner-img-3 {
    background-size: cover;
    height: 100%;
  }

  .inner-img-3._2 {
    background-image: url('../images/Data-Binary-Code.webp');
    background-size: cover;
  }

  .hyperlink-3 {
    transition: color .5s ease-in-out;
  }

  .hyperlink-3:hover {
    color: #fff;
  }

  .button-7 {
    background-image: url('../images/Vector-4.svg'), linear-gradient(to right, #1d7bbf, #66c8f2);
    background-position: 20px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 15px, auto;
    max-width: 200px;
    margin-top: 20px;
  }

  .button-7:hover {
    background-position: 10%, 0 0;
    padding-left: 60px;
  }

  .button-7._300 {
    background-color: #02102b;
    background-image: url('../images/Vector-4.svg');
    background-position: 20px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    max-width: none;
  }
}

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

  .container {
    max-width: 1800px;
  }

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

  .service-grid {
    width: 100%;
  }

  .hero-container, .container-2 {
    max-width: 1800px;
  }

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

  .container-3 {
    max-width: 1800px;
  }
}

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

  .p {
    font-size: 16px;
    line-height: 26px;
  }

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

  .hero-bg-grad {
    height: 650px;
    min-height: auto;
  }

  .left-section {
    width: 100%;
  }

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

  .service-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

  .service-number {
    margin-top: 0;
    line-height: 72px;
  }

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

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

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

  .left-side {
    width: 100%;
    margin-bottom: 40px;
  }

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

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
  }

  .right-side {
    width: 100%;
  }

  .right-side.content {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-col.large {
    margin-right: 0;
  }

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

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

  .footer-section-title.white {
    margin-bottom: 15px;
  }

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

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

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

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

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

  .full-width-image-section.para-img, .full-width-image-section.bricklay, .full-width-image-section.ext-2, .full-width-image-section.gw, .full-width-image-section.g-outbuilding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

  .nav-link {
    background-color: var(--dark-grey);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

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

  .banner-red {
    font-size: 50px;
  }

  .banner-red._15 {
    margin-left: 0;
  }

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

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

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

  .background-video {
    height: 450px;
  }

  .project1 {
    height: 250px;
  }

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

  .project2 {
    height: 250px;
    margin-bottom: 10px;
  }

  .project3 {
    height: 250px;
  }

  .h2-large.b-30 {
    font-size: 50px;
    line-height: 60px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

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

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

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

  .cta {
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 50px;
  }

  .hero-container {
    padding-bottom: 0;
  }

  .dropdown, .dropdown-toggle {
    background-color: var(--dark-grey);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .left-section-2 {
    width: 90%;
    margin-top: 20px;
  }

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

  .left-side-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .h1-2 {
    font-size: 50px;
  }

  .inner-img-2 {
    min-height: 500px;
    margin-top: 60px;
  }

  .para {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brand {
    text-align: center;
    width: 500px;
  }

  .section, .section.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comments-2 {
    grid-template-columns: 1fr;
  }

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

  .left-section-3 {
    width: 100%;
  }

  .jumbo {
    font-size: 70px;
  }

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

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

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

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

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

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

  .hero-bg-grad {
    padding-top: 0;
  }

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

  .footer-col {
    align-items: center;
    width: 100%;
  }

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

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

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

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

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

  .full-width-image-section, .full-width-image-section.para-img, .full-width-image-section.bricklay, .full-width-image-section.ext-2, .full-width-image-section.gw, .full-width-image-section.g-outbuilding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .banner-red {
    margin-left: 0;
    font-size: 40px;
  }

  .banner-red._15 {
    font-size: 48px;
  }

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

  ._3x1-gallery {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .h2-large.b-30 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .timeline-sub-heading-2 {
    text-align: left;
  }

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

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

  .cta {
    padding-bottom: 40px;
  }

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

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

  .dropdown, .dropdown-toggle {
    font-size: 15px;
  }

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

  .banner-header-2 {
    margin-top: 60px;
    font-size: 48px;
  }

  .new-banner-text {
    margin-left: 0;
    font-size: 52px;
  }

  .p-2 {
    text-transform: capitalize;
    font-size: 15.5px;
  }

  .button-2 {
    text-align: center;
  }

  .p-3 {
    font-size: 15.5px;
  }

  .button-3 {
    text-align: center;
  }

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

  .button-5 {
    text-align: center;
  }

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

  .brand, .button-6 {
    text-align: center;
  }

  .section.cta {
    background-image: linear-gradient(to right, #dbdbdb 44%, #fff0), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .h3-large.b-30 {
    font-size: 3.5em;
  }

  .p-4 {
    font-size: 15.5px;
  }

  .comments-2 {
    grid-template-columns: 1fr;
  }

  .timeline-sub-heading-3 {
    text-align: left;
  }

  .jumbo {
    font-size: 50px;
  }

  .jumbo.max-800 {
    font-size: 58px;
  }

  .inner-img-3 {
    min-height: 250px;
  }

  .service-ban-text {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 26px;
  }

  .list-div.area-list {
    display: block;
  }

  .single-comments {
    padding-right: 0;
  }

  .list-head-2 {
    text-align: left;
  }

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

  .contact-div-block {
    min-height: 180px;
  }

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

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .social-link-2.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }
}

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

  .button-outline {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .container {
    width: 85%;
  }

  .hero-bg-grad {
    background-image: linear-gradient(105deg, #000c, #000000bf 32%, #0000), url('../images/brick-house-with-a-front-door.webp');
    background-position: 0 0, 50% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

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

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

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

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

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

  .service-number {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 60px;
  }

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

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

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

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

  .small-head {
    flex-direction: row;
  }

  .small-sub {
    margin-bottom: 0;
  }

  .left-side {
    box-shadow: -8px 6px 0 0 var(--white);
    margin-top: 30px;
    margin-bottom: 0;
  }

  .inner-img {
    min-height: 300px;
    margin-top: 0;
  }

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

  .right-side.content {
    margin-bottom: 0;
  }

  .instagram-live-feed {
    margin-top: 30px;
  }

  .footer-col.large {
    margin-right: 0;
  }

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

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

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

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

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

  .nav-cta-wrapper.margin-left-auto {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .co-logo {
    width: 125px;
  }

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

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

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

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

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

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

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

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

  .banner-red {
    margin-left: 0;
    font-size: 38px;
  }

  .banner-red._15 {
    font-size: 40px;
  }

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

  .heading {
    margin-bottom: 0;
    font-size: 40px;
  }

  .h1-red {
    font-size: 42px;
  }

  .background-video {
    height: 250px;
  }

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

  .project1 {
    height: 350px;
  }

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

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

  ._3x1-gallery {
    margin-top: 30px;
  }

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

  .h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
  }

  .h2.b-30, .h2.top {
    font-size: 32px;
    line-height: 42px;
  }

  .h2-large.b-30 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .image {
    width: 160px;
  }

  .list-head {
    text-align: left;
    line-height: 25px;
  }

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

  .comment-column._40t {
    grid-template-rows: auto;
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .comment-column.middle {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .comment-column._2 {
    grid-template-rows: auto auto auto;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

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

  .timeline-sub-heading-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .form {
    margin-top: 20px;
  }

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

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

  .top-container-black {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

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

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

  .cta {
    padding-bottom: 30px;
  }

  .bottom-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

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

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

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

  .hero-container {
    width: 85%;
    padding-bottom: 0;
  }

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

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

  .dropdown-toggle {
    text-align: center;
    font-size: 16px;
  }

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

  .container-2 {
    width: 85%;
  }

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

  .banner-header-2 {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 45px;
  }

  .new-banner-text {
    margin-left: 0;
    font-size: 40px;
  }

  .p-2 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
  }

  .button-outline-2 {
    font-size: 14.5px;
  }

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

  .button-2.dark, .button-2.ban {
    width: auto;
  }

  .left-side-2 {
    margin-top: 60px;
    margin-bottom: 0;
    box-shadow: -8px 6px #fff;
  }

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

  .button-3 {
    margin-bottom: 10px;
  }

  .button-3.dark {
    width: auto;
  }

  .button-3._2 {
    width: 161.591px;
    margin-top: 10px;
    margin-left: 0;
  }

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .h1-2 {
    font-size: 42px;
  }

  .inner-img-2 {
    min-height: 300px;
    margin-top: 0;
  }

  .container-3 {
    width: 85%;
  }

  .button-4.ban {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-4.right {
    margin-left: 0;
  }

  .button-5 {
    margin-bottom: 10px;
  }

  .button-5.dark {
    width: auto;
  }

  .button-5._2 {
    width: 161.591px;
    margin-top: 10px;
    margin-left: 0;
  }

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

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

  .social-icon-wrap {
    margin-top: 10px;
  }

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

  .footer-detail-left {
    width: auto;
  }

  .social-link {
    margin-left: 0;
  }

  .footer-detail-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .brand {
    text-align: center;
    width: 100%;
  }

  .brand.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    width: 165px;
  }

  .legal {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-legal.copyright {
    margin-top: 30px;
  }

  .button-6 {
    margin-bottom: 10px;
  }

  .button-6.dark {
    width: auto;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .section-tittle.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .section.cta {
    background-image: linear-gradient(to right, #fff 44%, #fff0), url('../images/Kitchen-House-Extension.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-text {
    width: 100%;
  }

  .h3-large.b-30 {
    font-size: 38px;
  }

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

  .timeline-sub-heading-3 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

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

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

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

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

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

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

  .partner-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .partner-section.premium-classes {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .jumbo {
    font-size: 45px;
  }

  .jumbo.max-800 {
    letter-spacing: -2px;
    font-size: 34px;
    line-height: 1.3em;
  }

  .inner-img-3 {
    min-height: 250px;
  }

  .inner-img-3._2 {
    margin-top: 20px;
  }

  .button-7 {
    display: none;
  }

  .sticky_btn_call {
    bottom: 3%;
    left: auto;
    right: -20px;
  }

  .service-ban-head {
    text-align: center;
    font-size: 44px;
  }

  .list-div {
    width: 100%;
    margin-top: 40px;
  }

  .single-comments {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-head-2 {
    text-align: left;
    line-height: 25px;
  }

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

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

  .contact-div-block {
    min-height: 200px;
  }

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

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-9ad3b742, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-9ad3b742, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-9ad3b742, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-9ad3b742, #w-node-_30707808-bcc7-df80-a5c9-cca4a04bc2ec-9ad3b742, #w-node-_504cf522-81e2-d561-10fb-d747f1e555eb-9ad3b742, #w-node-_7afcdf6c-50b1-3e2f-7553-3e08a1f56504-9ad3b742, #w-node-_7e404fd2-777a-2f15-45b6-44edaa709960-9ad3b742 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c7bbd45-473e-c6c6-5c86-5925efd92c71-9ad3b742 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5bc-2c33f5b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5c4-2c33f5b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5d1-2c33f5b9 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_7d06b4af-e36d-979a-8f45-c96a96c4279c-c6eacf4c, #w-node-_7d06b4af-e36d-979a-8f45-c96a96c427a1-c6eacf4c, #w-node-_7d06b4af-e36d-979a-8f45-c96a96c427a6-c6eacf4c, #w-node-_3be13ced-449a-0a4a-35b7-894fe7d86d62-c6eacf4c, #w-node-_7d06b4af-e36d-979a-8f45-c96a96c427ab-c6eacf4c, #w-node-_7d06b4af-e36d-979a-8f45-c96a96c427b0-c6eacf4c, #w-node-cba40cf5-6e1a-c049-87ad-8525435db38f-c6eacf4c, #w-node-ca341425-2e7f-1d42-553f-c1ac42a6c07d-c6eacf4c, #w-node-d200e25a-e7b7-d41b-9f70-c38c6b5a7cbe-c6eacf4c, #w-node-_7d06b4af-e36d-979a-8f45-c96a96c427b5-c6eacf4c, #w-node-a8234de6-8193-c9e1-3e7f-3acf8eabb4ab-c6eacf4c, #w-node-_7d06b4af-e36d-979a-8f45-c96a96c427ba-c6eacf4c, #w-node-b1910b37-5e0f-ca51-57c3-e2eb8104f993-c6eacf4c, #w-node-abd06807-c478-e75b-1707-d6b751aaf8bb-c6eacf4c, #w-node-_26e906d1-9fdf-4ee8-b770-9402127f1558-c6eacf4c, #w-node-cbace199-2670-13c0-72ec-f4129e94d377-c6eacf4c, #w-node-cffd30e8-1621-b9e3-34ef-c76aea381b3b-c6eacf4c, #w-node-_7a1929c6-383f-3bb9-762f-690b8e1981c5-c6eacf4c, #w-node-_0ac9a372-5b0e-2168-c396-1eac1a44dfd8-c6eacf4c, #w-node-_2a2301a2-cede-ec09-70de-911532f4cb92-c6eacf4c, #w-node-f1b56a5f-e78a-03b8-28c3-57df7fc19c0d-c6eacf4c, #w-node-_9511c623-0f4a-9005-2dfd-6414e946daa7-c6eacf4c, #w-node-_9d57e0f8-dc75-f914-f61e-72a6b417cced-c6eacf4c, #w-node-_0eac0771-a3ac-55db-4869-e18dc72951d5-c6eacf4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-8f1ca27c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_5cbaa055-8f14-974b-c831-75dc85e5e5bf-0c6b29bb, #w-node-_5cbaa055-8f14-974b-c831-75dc85e5e5c5-0c6b29bb, #w-node-_5cbaa055-8f14-974b-c831-75dc85e5e5cb-0c6b29bb, #w-node-e3889d38-bffb-5c3a-2cdd-7f75b7f5da0a-0c6b29bb, #w-node-_4640ea9c-16b9-c91b-abfe-eb3156cea0bd-de586071, #w-node-_0e6e51e7-a646-41cf-d07a-e6912d203ae9-de586071, #w-node-_0b49ea79-ba11-de13-b05f-9a853d893910-de586071, #w-node-_832f217c-e41f-8b6d-44e4-2fa929bb234c-de586071, #w-node-d5d09b65-f9ad-20e3-5319-104ff442cbb6-de586071, #w-node-b902f453-6e3f-ac01-42c9-bf3e9ee8edee-de586071, #w-node-_73df0df6-f20e-d59f-18c8-fb6e46b15d9b-de586071, #w-node-_24bd7060-f8fa-4a6c-c5b8-aaf5da3b6a94-de586071, #w-node-bd4ecc0d-35a8-59ca-2bff-a371c5431d61-de586071, #w-node-_26321649-e968-952c-1905-cd94e784a3ae-de586071, #w-node-_09af4648-a1a3-6fe4-2a64-6238eb91cb6b-de586071, #w-node-_51eb5889-cc36-df1d-b355-95b583d7afbf-de586071, #w-node-_0d0fd64b-e5b9-dc82-18ad-765bb824b47b-de586071, #w-node-_943b9600-e1f8-6b34-7915-9b8d41382ab4-de586071, #w-node-_73af4471-d549-a834-56a0-3b6002799e12-de586071, #w-node-b846a945-6b6a-d71b-5dd7-6af064e94397-de586071, #w-node-fbaa2130-a9cd-c088-eb2d-f665bcf6baac-de586071, #w-node-f4aea29d-3740-8116-41ce-0567aec2227a-de586071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-3806a314, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-0c6aa239, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-3806864d, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-c66745ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

@media screen and (min-width: 1280px) {
  #w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5d1-2c33f5b9 {
    grid-area: 1 / 4 / 2 / 6;
  }
}

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

  #w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5bc-2c33f5b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5bc-2c33f5b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5c4-2c33f5b9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5d1-2c33f5b9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5cbaa055-8f14-974b-c831-75dc85e5e5bf-0c6b29bb, #w-node-_5cbaa055-8f14-974b-c831-75dc85e5e5c5-0c6b29bb, #w-node-_5cbaa055-8f14-974b-c831-75dc85e5e5cb-0c6b29bb, #w-node-e3889d38-bffb-5c3a-2cdd-7f75b7f5da0a-0c6b29bb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5c7bbd45-473e-c6c6-5c86-5925efd92c71-9ad3b742 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5bc-2c33f5b9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5c4-2c33f5b9 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6645ae7a-8154-6a1a-41ae-c1d42c33f5d1-2c33f5b9 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-8f1ca27c, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-3806a314, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-0c6aa239, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-3806864d, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-c66745ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


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