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

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

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

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

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

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

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

:root {
  --black: black;
  --dark-slate-blue: #253181;
  --white: white;
  --orange-red: #e95a0c;
  --silver: #d1d1d1;
}

.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 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

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

.top-div {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

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

.quote-btn:hover {
  background-color: var(--orange-red);
}

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

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

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

.header-contact {
  border-left: 1px solid #25318180;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

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

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

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

.co-logo {
  width: 100%;
  max-width: 150px;
  padding-bottom: 0;
}

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

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

.dl-link-holder:hover {
  background-color: var(--orange-red);
  border-bottom-style: solid;
  padding-left: 30px;
}

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

.dl-link-holder.last {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.navbar {
  background-color: #0000;
}

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

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

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

.drop-down-icon {
  margin: auto 0 auto 10px;
  font-size: 1.05em;
  position: relative;
}

.nav-link-text {
  margin-left: 0;
  display: inline-block;
}

.dropdown-menu.w--open {
  background-color: var(--dark-slate-blue);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

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

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

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

.menu-link {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  color: var(--orange-red);
  -webkit-text-stroke-color: var(--black);
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  color: var(--orange-red);
}

.mobile-block {
  color: var(--dark-slate-blue);
  align-items: center;
  margin-right: 10px;
  display: flex;
}

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

.h-link {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 70vh;
}

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

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

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

.box-img-link.ext {
  background-image: url('../images/gal-9.webp');
}

.box-img-link.new {
  background-image: url('../images/498696135.webp');
  background-position: 0%;
}

.box-img-link.refurb {
  background-image: url('../images/gal-21.webp');
}

.box-img-link.reno {
  background-image: url('../images/gal-17.webp');
}

.box-img-link.hmo {
  background-image: url('../images/gal-26.webp');
}

.h1 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

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

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

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img.home {
  background-image: url('../images/gal-2.webp');
}

.img.ext {
  background-image: url('../images/home-extensions-in-hereford-and-the-surrounding-areas-home-extensions-page.webp');
  background-size: auto;
}

.img.new {
  background-image: url('../images/498696135.webp');
  background-position: 100%;
}

.img.refurbs {
  background-image: url('../images/gal-21.webp');
}

.img.hmo {
  background-image: url('../images/341129372.webp');
  background-position: 75%;
}

.img.hereford {
  background-image: url('../images/gal-3.webp');
}

.img.reno {
  background-image: url('../images/home-renovations-page.webp');
}

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

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

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

.large-p-block {
  background-color: #ffffffe6;
  width: 100%;
  margin-right: 40px;
  padding: 20px 40px 40px;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}

.h2.small {
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 24px;
  line-height: 34px;
}

.h2.small.white {
  color: var(--white);
  text-decoration: none;
}

.h2.small.h3-bold {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.large-image-section {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.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: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lrg-img.home {
  background-image: url('../images/gal-5.webp');
  min-height: 900px;
}

.lrg-img.new {
  background-image: url('../images/271169837.webp');
  background-position: 87%;
}

.lrg-img.ext {
  background-image: url('../images/gal-18.webp');
  background-position: 50%;
}

.lrg-img.refurbs {
  background-image: url('../images/property-refurbishments---all-services-included.webp');
  background-position: 50% 100%;
}

.lrg-img.reno {
  background-image: url('../images/gal-26.webp');
}

.lrg-img.hmo {
  background-image: url('../images/560951856.webp');
  min-height: 750px;
}

.lrg-img.hereford {
  background-image: url('../images/439304351.webp');
  min-height: 600px;
}

.lrg-img.worecester {
  background-image: url('../images/439304351.webp');
  min-height: 800px;
}

.title-as-section {
  color: #f7f7f2;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 300;
}

.title-as-section.lg-text {
  color: var(--white);
  font-size: 28px;
  line-height: 1;
}

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

.line.silver {
  background-color: var(--dark-slate-blue);
}

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

.orange-section {
  background-color: var(--orange-red);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.dividing-line {
  background-color: #ffffff80;
  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-image-div._1 {
  background-image: url('../images/PHOTO-2023-05-10-11-15-32.webp');
  background-position: 50% 90%;
}

.grid-image-div._2 {
  background-image: url('../images/gal-7.webp');
  background-position: 50% 80%;
}

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

._5-img {
  padding-top: 60px;
}

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

.works-texxt-lable {
  background-color: var(--orange-red);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 15px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

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

.work:hover {
  box-shadow: inset 0 -60px 200px #15162380;
}

.work._2 {
  background-image: url('../images/gal-14.webp');
}

.work._3 {
  background-image: url('../images/gal-17.webp');
}

.work._1 {
  background-image: url('../images/gal-11.webp');
}

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

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

.contact-div.mid {
  border-top-width: 0;
  border-bottom-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.cta-link {
  color: var(--black);
  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;
  box-shadow: 0 -1px 5px #25318133;
}

.contact-section._0t {
  box-shadow: none;
  padding-top: 0;
}

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

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

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

.icon-2 {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  display: flex;
}

.right-div {
  background-color: var(--orange-red);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 80px 40px;
  display: flex;
}

.heading-3-section {
  background-color: var(--silver);
  padding: 0;
}

.left-div {
  background-image: url('../images/gal-16.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

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

.footer-brand {
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

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

.bottom-nav-list {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.bottom-nav-list.left {
  align-items: flex-start;
}

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

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

.footer-contact-link {
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-list {
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
  display: flex;
}

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

.font-awsome.outline {
  border: 1px solid var(--white);
  border-radius: 100px;
  font-size: 20px;
  line-height: 20px;
}

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

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

.contact-link.w--current {
  color: var(--white);
}

.contact-link.w--current:hover {
  color: var(--orange-red);
}

.footer-links {
  color: var(--silver);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

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

.footer-info-div.mid {
  border-left-width: 0;
  border-right-width: 0;
  justify-content: flex-start;
}

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

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

.co-name-div {
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px #5e5e5e;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

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

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

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

.p._20t {
  margin-top: 20px;
}

._2-col-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div.full {
  width: 100%;
  max-width: 100%;
}

.bottom-heading {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.int-link {
  color: var(--dark-slate-blue);
  font-weight: 700;
  text-decoration: underline;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

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

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

.list._4col.white {
  grid-row-gap: 0px;
}

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

.list._3col.white {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

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

.bullet-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

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

.blue-section {
  background-color: var(--dark-slate-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-nav {
  color: #fff;
  cursor: auto;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
  display: flex;
}

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

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

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

.trust-a-trader {
  height: 50px;
}

.top-icon {
  margin-right: 3px;
  font-family: "Fa 300", sans-serif;
}

.strapline {
  color: var(--white);
  text-align: left;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.fmb {
  height: 50px;
  margin-left: 10px;
}

.menu-button-section-2 {
  z-index: 1;
  background-color: var(--white);
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.menu-button-div-2 {
  height: 250px;
}

.menu-label-div-2 {
  background-color: var(--dark-slate-blue);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.primary-btn-3.white {
  border: 1px solid var(--white);
}

.block-quote {
  color: #f7f7f2;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.testemonial-content-everything, .testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slide-3 {
  height: auto;
  padding: 15px;
}

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

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

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

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

.h2-2.h2-white.lg-text.edit-padding {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

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

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

.customer-titkle {
  color: #c0c1af;
  font-size: 18px;
  font-weight: 700;
}

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

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

.qoate-symbol {
  color: var(--orange-red);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 120px;
  line-height: 1;
  display: flex;
  position: relative;
}

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

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

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

.underline.testemonials-underline.gray {
  background-color: var(--orange-red);
  width: 100%;
}

.underline.testemonials-underline.orange {
  background-color: var(--white);
  width: 30%;
  position: absolute;
  top: 0;
}

.left-arrow-3 {
  color: #f7f7f2;
  background-color: #c0c1af33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 100px -15% auto;
  overflow: hidden;
}

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

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

.light-text-line {
  background-color: #c0c1af;
  width: 40px;
  height: 2px;
}

.right-arrow-3 {
  color: #f7f7f2;
  background-color: #c0c1af33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 0 -15% auto;
}

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

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

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

.customer-img {
  background-image: url('../images/gal-20.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.lottie-file {
  width: 170px;
  margin-bottom: 10px;
}

.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);
  text-decoration: none;
}

.areas-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.areas-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.areas {
  margin-bottom: 0;
  line-height: 32px;
}

.areas-map {
  width: 80%;
}

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

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.testom-title {
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.body-div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-div-2._24hr-text {
  background-color: #00000054;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.body-div-2._24hr-text.testomonial-layout {
  background-color: var(--dark-slate-blue);
  border: 1px solid #363638;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.date {
  width: 100%;
}

.date-testom {
  color: var(--orange-red);
  text-align: left;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-top: 20px;
}

.paragraph._24-emergancy-p {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

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

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.fs-cc-banner_button {
  border: 2px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--dark-slate-blue);
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

.fs-cc-prefs_button {
  border-style: solid;
  border-width: 2px;
  border-color: #4353ff #4353ff var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.fs-cc-prefs_text {
  color: var(--dark-slate-blue);
  font-size: 13px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

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

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

.fs-cc-prefs_label {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--orange-red);
  color: var(--orange-red);
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

@media screen and (min-width: 1920px) {
  .hero-mask {
    height: 750px;
  }

  .lrg-img.home {
    min-height: 800px;
  }

  .container, ._2-col-div, .body-div {
    max-width: 1800px;
  }

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

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

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

  .testemonials-slider {
    position: static;
  }
}

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

  .top-div {
    display: none;
  }

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

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

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

  .dl-link-holder {
    width: 100%;
    padding-left: 10px;
  }

  .dl-link-holder:hover {
    padding-left: 10px;
  }

  .navbar {
    width: 100%;
  }

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

  .dropdown-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu-2 {
    z-index: 1;
    background-color: var(--white);
    border-radius: 0 0 10px 10px;
    margin-top: 22px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

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

  .dropdown-menu.w--open {
    margin-top: 0;
    position: relative;
  }

  .dropdown-toggle {
    color: #151623;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
  }

  .header-div {
    width: 100%;
    padding: 10px;
  }

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

  .menu-link {
    color: #212121;
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px 18px 20px;
    position: static;
  }

  .logo-div {
    justify-content: flex-start;
    width: 400px;
  }

  .menu-div {
    width: 40%;
  }

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

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

  .hero-mask {
    height: 450px;
  }

  .slide {
    background-position: 50%;
  }

  .h1 {
    font-size: 32px;
  }

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

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

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

  .large-p-block {
    width: 90%;
    margin-right: 0;
    padding: 40px;
  }

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

  .lrg-img {
    width: 100%;
  }

  .lrg-img.home {
    min-height: 910px;
  }

  .lrg-img.new {
    min-height: 850px;
  }

  .lrg-img.ext {
    min-height: 780px;
  }

  .lrg-img.refurbs {
    min-height: 850px;
  }

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

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

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

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

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

  .left-contact {
    width: 100%;
  }

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

  .right-div {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .bottom-nav-list.left {
    align-items: center;
  }

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

  .footer-info-div.mid {
    border-width: 0 1px;
  }

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

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

  .co-name-div {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  ._2-col-div {
    flex-direction: column;
  }

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

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

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

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

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

  .slide-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h2-2.h2-white.lg-text.edit-padding {
    text-align: right;
    font-size: 28px;
  }

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

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

  .qoate-symbol {
    font-size: 60px;
  }

  .left-arrow-3 {
    inset: auto auto -15% 2.5%;
  }

  .right-arrow-3 {
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

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

  .lottie-file {
    display: none;
  }

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

  .areas-container {
    width: 25%;
  }

  .areas-map {
    width: 75%;
  }

  .body-div-2._24hr-text.testomonial-layout {
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

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

  .main-block {
    width: 100%;
  }

  .dl-link-holder {
    background-color: var(--dark-slate-blue);
    border-radius: 0;
    padding-left: 20px;
  }

  .navbar {
    justify-content: flex-end;
    display: flex;
  }

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

  .dropdown-wrapper {
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-menu-2 {
    margin-top: 49px;
  }

  .dropdown-menu.w--open {
    border-radius: 0;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-div {
    padding-left: 10px;
  }

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

  .menu-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .menu-div {
    justify-content: flex-end;
    width: 50%;
    display: flex;
  }

  .hero-mask {
    height: 300px;
  }

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

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

  .large-p-block {
    padding: 20px;
  }

  .h2 {
    font-size: 26px;
  }

  .lrg-img.home {
    min-height: 1150px;
  }

  .lrg-img.new {
    min-height: 1100px;
  }

  .lrg-img.ext {
    min-height: 900px;
  }

  .lrg-img.refurbs {
    min-height: 1110px;
  }

  .lrg-img.reno {
    min-height: 1030px;
  }

  .lrg-img.hmo {
    min-height: 850px;
  }

  .lrg-img.hereford, .lrg-img.worecester {
    min-height: 720px;
  }

  .sub-heading-div {
    flex-wrap: wrap;
  }

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

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

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

  .works-texxt-lable {
    top: 30px;
  }

  .work {
    min-width: 250px;
  }

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

  .left-contact.right {
    margin-top: 20px;
  }

  .right-div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-div {
    width: 100%;
  }

  .foooter-logo {
    width: 180px;
  }

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

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

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

  .co-name-div {
    z-index: 100;
  }

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

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

  .footer-nav {
    margin-bottom: 5px;
  }

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

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

  .strapline {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 34px;
  }

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

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

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

  .slider {
    justify-content: center;
    align-items: center;
    width: 92vw;
  }

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

  .qoate-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

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

  .underline {
    width: 50%;
  }

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

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

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

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

  .areas-container {
    width: 30%;
  }

  .areas-map {
    width: 70%;
  }

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

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

  .body-div-2._24hr-text.testomonial-layout {
    padding: 14px;
  }

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

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

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

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

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

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

  .header-contact {
    padding-left: 0;
  }

  .main-block {
    justify-content: center;
  }

  .co-logo {
    object-fit: contain;
    width: 75%;
  }

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

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

  .navbar {
    z-index: 50;
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

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

  .dropdown-wrapper {
    margin-top: 0;
  }

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

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

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

  .icon {
    text-align: center;
  }

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

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

  .menu-link:hover {
    background-color: var(--white);
    color: var(--dark-slate-blue);
  }

  .mobile-block {
    margin-right: 0;
  }

  .logo-div {
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .menu-button {
    z-index: 20;
    background-color: var(--orange-red);
    color: #f7f7f2;
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

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

  .menu-button.w--open {
    background-color: var(--orange-red);
    color: #fff;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 200px;
  }

  .h1 {
    font-size: 25px;
    line-height: 32px;
  }

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

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

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

  .h2, .h2.small {
    font-size: 22px;
    line-height: 30px;
  }

  .h2.small.white, .h2.small.h3-bold {
    margin-left: 0;
    font-size: 22px;
    line-height: 30px;
  }

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

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

  .lrg-img.home, .lrg-img.new, .lrg-img.ext, .lrg-img.refurbs, .lrg-img.reno, .lrg-img.hmo, .lrg-img.hereford, .lrg-img.worecester {
    min-height: 250px;
  }

  .line {
    display: none;
  }

  .sub-heading-div {
    flex-direction: row;
  }

  .sub-heading-div._0bm {
    margin-bottom: 0;
  }

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

  .grid-image-large-div {
    border-radius: 10px;
  }

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

  .grid-image-div {
    border-radius: 10px;
  }

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

  ._5-img.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    top: 20px;
  }

  .work {
    min-height: 230px;
  }

  .contact-div {
    padding: 20px 0;
  }

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

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

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

  .right-div {
    padding: 30px 20px;
  }

  .foooter-logo {
    width: 150px;
  }

  .footer-brand, .footer-brand.w--current {
    margin-bottom: 0;
  }

  .bottom-nav-list {
    text-align: center;
  }

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

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

  .footer-list {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .font-awsome {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
  }

  .font-awsome.outline {
    width: 36px;
    height: 36px;
    margin-right: 5px;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
  }

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

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

  .bottom-heading {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
  }

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

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

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

  .strapline {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .menu-button-section-2 {
    display: none;
  }

  .primary-btn-3 {
    margin-top: 20px;
  }

  .block-quote {
    font-size: 16px;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

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

  .slide-3 {
    padding: 0;
  }

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

  .slider {
    width: 92vw;
  }

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

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

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

  .heading-3-top-title {
    width: 93vw;
  }

  .underline {
    width: 30%;
  }

  .left-arrow-3 {
    width: 70px;
    height: 70px;
    bottom: 0%;
  }

  .right-arrow-3 {
    width: 70px;
    height: 70px;
    bottom: 0%;
    left: 0%;
  }

  .customer-img {
    min-width: 60px;
    min-height: 60px;
  }

  .lottie-file {
    width: 150px;
  }

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

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

  .areas-container {
    flex-direction: row;
    width: 100%;
  }

  .areas {
    width: 50%;
  }

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

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testom-title {
    font-size: 23px;
  }

  .date, .date-testom {
    text-align: center;
  }

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

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

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

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

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

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

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

#w-node-_2bfbbced-c120-8854-3058-5e961f490903-9eb32129 {
  place-self: end;
}

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

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

#w-node-_1e94d2b7-db2f-18df-8d07-1c4497f6d274-97f6d269, #w-node-_1e94d2b7-db2f-18df-8d07-1c4497f6d27d-97f6d269, #w-node-_1e94d2b7-db2f-18df-8d07-1c4497f6d286-97f6d269 {
  align-self: center;
}

#w-node-_7dfff5a8-b436-1a8f-f8ca-c02a5b1d23b9-d26df6e0, #w-node-_8972afab-7642-e669-9bea-0c2aa7ee2a5f-d26df6e0, #w-node-e20ee1a2-6c1f-d3b7-d903-5a144ff636b0-d26df6e0, #w-node-c39dde1b-cc58-80a3-022f-d926ec66016f-d26df6e0, #w-node-cf29afc0-d999-fbab-c284-0bb137e8de07-d26df6e0, #w-node-_026c0eec-995d-31a0-0785-68a663685419-d26df6e0, #w-node-_15f75dcf-192a-342c-ee97-5919000e151a-d26df6e0, #w-node-_030196f6-e082-ddf4-acae-49d684c4de20-d26df6e0, #w-node-_9abee37e-a729-ca45-c736-6a96d912d208-d26df6e0, #w-node-a60f6b3f-8553-964f-4169-641963d69b5a-d26df6e0, #w-node-_554650e1-b42b-5f8c-646a-cd50a704e1cd-d26df6e0, #w-node-fd6ddb75-d83b-35a0-6756-ea4f82d7930d-d26df6e0, #w-node-_13598f11-437e-1639-eeeb-237c5cb9d447-d26df6e0, #w-node-_77c090fd-69b1-a94b-d94b-e297dd1fc906-d26df6e0, #w-node-ba8ab2b0-e428-b101-c42f-1df5cb3452dd-d26df6e0, #w-node-b3eda8db-3509-a995-4163-0450499c8fe3-d26df6e0, #w-node-b8b91071-b3d9-9fa8-1f90-acba4d0ad021-d26df6e0, #w-node-_8edc44f4-0c67-4927-9ca8-53594958ce3c-d26df6e0, #w-node-e953eb87-95d7-4766-3327-7bb646ce1e19-d26df6e0, #w-node-_38f9380e-1d9c-1c54-a987-4a022d7f0960-d26df6e0, #w-node-_100fa32e-ca23-0659-3f51-9b58d9cd3d74-d26df6e0, #w-node-de416f80-479b-ab67-1623-bc9590fd621c-d26df6e0, #w-node-_455ccba3-91fe-1341-75b3-47bc8b496499-d26df6e0, #w-node-_7ca93457-97d4-689d-cbe5-fdf0f9d3dd25-d26df6e0, #w-node-_753543a0-d068-ff40-e575-1a44b7df2b40-d26df6e0, #w-node-_2f7699af-5b17-612f-de51-d4bcab957247-d26df6e0, #w-node-_95bc7b5d-d0fa-3428-ad9d-e050749abdb5-d26df6e0, #w-node-f9008279-2245-00ef-2317-62a31c05a262-d26df6e0, #w-node-e683c769-baf4-3631-50a1-55d5e61336e6-d26df6e0, #w-node-a396c55c-bd52-58df-bd9a-013867b07f2f-d26df6e0, #w-node-bcc98cc1-1946-bd8f-8cd6-10c98c034d4d-d26df6e0, #w-node-_2997f624-f3a5-62a7-2aa1-4febd39660d2-d26df6e0, #w-node-_4bee7bf1-d90f-cbb0-00cf-76dd3eb61147-d26df6e0, #w-node-_58d246ac-9c81-37a0-9f63-42d2b25a1297-d26df6e0, #w-node-f51d0f85-8c64-ab68-4b69-713ab6ddabc0-bec1551b, #w-node-_53b6de4d-f210-4a7e-09dc-b5025ddd4fe6-bec1551b, #w-node-b88fc430-da03-1125-e6c3-5cfbb08e80bb-bec1551b, #w-node-_6e3ad8fb-4367-b268-b896-571a5d85608b-bec1551b, #w-node-fd68fcb9-bc7f-b540-a0cd-1b807ceb73c6-bec1551b, #w-node-f28faa08-91f9-1ef0-e529-dc3e7cc6fc35-bec1551b, #w-node-_15c30543-1bfc-bd4f-703d-ed217d7034d7-bec1551b, #w-node-f51d0f85-8c64-ab68-4b69-713ab6ddabca-bec1551b, #w-node-bc61d3a2-dc87-8869-b32e-19d0c58d5214-bec1551b, #w-node-cddd2873-04be-eeca-e02c-42d2467296a2-bec1551b, #w-node-c0846aaa-46be-2717-41e9-6f48b5284307-bec1551b, #w-node-_8d059e5b-6506-861e-b6cb-9c405cf80dfd-bec1551b, #w-node-_2e39161f-518d-7bde-e527-6d78d30ae0d8-bec1551b, #w-node-_340a072e-5b84-09ec-7932-874e87aa7bbf-bec1551b, #w-node-_23d5b9b7-e68b-08f2-d200-085b109a29ef-bec1551b, #w-node-_2a024bfb-9134-8405-9fc7-122d229f824d-bec1551b, #w-node-c9accafc-be1b-0809-f70b-7d4fc431c75e-bec1551b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71690f0c-56d4-0dac-5be9-0f62bd4229c3-09ab0683, #w-node-_71690f0c-56d4-0dac-5be9-0f62bd4229cc-09ab0683, #w-node-_71690f0c-56d4-0dac-5be9-0f62bd4229d5-09ab0683 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-9eb32129, #w-node-f51d0f85-8c64-ab68-4b69-713ab6ddabb9-bec1551b, #w-node-_53b6de4d-f210-4a7e-09dc-b5025ddd4fe2-bec1551b, #w-node-b88fc430-da03-1125-e6c3-5cfbb08e80b7-bec1551b, #w-node-_6e3ad8fb-4367-b268-b896-571a5d856087-bec1551b, #w-node-fd68fcb9-bc7f-b540-a0cd-1b807ceb73c2-bec1551b, #w-node-f28faa08-91f9-1ef0-e529-dc3e7cc6fc31-bec1551b, #w-node-_15c30543-1bfc-bd4f-703d-ed217d7034d1-bec1551b, #w-node-f51d0f85-8c64-ab68-4b69-713ab6ddabc3-bec1551b, #w-node-bc61d3a2-dc87-8869-b32e-19d0c58d5210-bec1551b, #w-node-cddd2873-04be-eeca-e02c-42d24672969e-bec1551b, #w-node-c0846aaa-46be-2717-41e9-6f48b5284303-bec1551b, #w-node-_8d059e5b-6506-861e-b6cb-9c405cf80df9-bec1551b, #w-node-_2e39161f-518d-7bde-e527-6d78d30ae0d4-bec1551b, #w-node-_340a072e-5b84-09ec-7932-874e87aa7bbb-bec1551b, #w-node-_23d5b9b7-e68b-08f2-d200-085b109a29eb-bec1551b, #w-node-_2a024bfb-9134-8405-9fc7-122d229f8249-bec1551b, #w-node-c9accafc-be1b-0809-f70b-7d4fc431c75a-bec1551b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2bfbbced-c120-8854-3058-5e961f490902-9eb32129 {
    justify-self: auto;
  }

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

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-9eb32129, #w-node-f51d0f85-8c64-ab68-4b69-713ab6ddabb9-bec1551b, #w-node-_53b6de4d-f210-4a7e-09dc-b5025ddd4fe2-bec1551b, #w-node-b88fc430-da03-1125-e6c3-5cfbb08e80b7-bec1551b, #w-node-_6e3ad8fb-4367-b268-b896-571a5d856087-bec1551b, #w-node-fd68fcb9-bc7f-b540-a0cd-1b807ceb73c2-bec1551b, #w-node-f28faa08-91f9-1ef0-e529-dc3e7cc6fc31-bec1551b, #w-node-_15c30543-1bfc-bd4f-703d-ed217d7034d1-bec1551b, #w-node-f51d0f85-8c64-ab68-4b69-713ab6ddabc3-bec1551b, #w-node-bc61d3a2-dc87-8869-b32e-19d0c58d5210-bec1551b, #w-node-cddd2873-04be-eeca-e02c-42d24672969e-bec1551b, #w-node-c0846aaa-46be-2717-41e9-6f48b5284303-bec1551b, #w-node-_8d059e5b-6506-861e-b6cb-9c405cf80df9-bec1551b, #w-node-_2e39161f-518d-7bde-e527-6d78d30ae0d4-bec1551b, #w-node-_340a072e-5b84-09ec-7932-874e87aa7bbb-bec1551b, #w-node-_23d5b9b7-e68b-08f2-d200-085b109a29eb-bec1551b, #w-node-_2a024bfb-9134-8405-9fc7-122d229f8249-bec1551b, #w-node-c9accafc-be1b-0809-f70b-7d4fc431c75a-bec1551b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f51d0f85-8c64-ab68-4b69-713ab6ddabc0-bec1551b, #w-node-_53b6de4d-f210-4a7e-09dc-b5025ddd4fe6-bec1551b, #w-node-b88fc430-da03-1125-e6c3-5cfbb08e80bb-bec1551b, #w-node-_6e3ad8fb-4367-b268-b896-571a5d85608b-bec1551b, #w-node-fd68fcb9-bc7f-b540-a0cd-1b807ceb73c6-bec1551b, #w-node-f28faa08-91f9-1ef0-e529-dc3e7cc6fc35-bec1551b, #w-node-_15c30543-1bfc-bd4f-703d-ed217d7034d7-bec1551b, #w-node-f51d0f85-8c64-ab68-4b69-713ab6ddabca-bec1551b, #w-node-bc61d3a2-dc87-8869-b32e-19d0c58d5214-bec1551b, #w-node-cddd2873-04be-eeca-e02c-42d2467296a2-bec1551b, #w-node-c0846aaa-46be-2717-41e9-6f48b5284307-bec1551b, #w-node-_8d059e5b-6506-861e-b6cb-9c405cf80dfd-bec1551b, #w-node-_2e39161f-518d-7bde-e527-6d78d30ae0d8-bec1551b, #w-node-_340a072e-5b84-09ec-7932-874e87aa7bbf-bec1551b, #w-node-_23d5b9b7-e68b-08f2-d200-085b109a29ef-bec1551b, #w-node-_2a024bfb-9134-8405-9fc7-122d229f824d-bec1551b, #w-node-c9accafc-be1b-0809-f70b-7d4fc431c75e-bec1551b {
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}