.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.header-section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo {
  width: 100%;
}
.contact-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 26px;
  text-align: left;
}
.tel-link {
  font-weight: 500;
  text-align: center;
}
.tel-link.int-link-header {
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.body {
  font-family: Poppins, sans-serif;
}
.email-link {
  font-weight: 500;
  text-align: center;
}
.email-link.int-link-header {
  padding-left: 10px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-link {
  border-bottom: 2px solid #fefdf9;
  font-weight: 600;
}
.menu-link:hover {
  border-bottom: 2px solid #6e6c68;
}
.menu-link:focus {
  border-bottom: 1px solid #000;
}
.menu-link.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #c28f48;
  color: #c28f48;
  font-weight: 600;
}
.navbar {
  background-color: transparent;
}
.section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  height: 100px;
  border-bottom: 1px solid #5e5e5e;
  background-color: #fefdf9;
}
.menu-button-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(194, 143, 72, 0.51);
}
.menu-button-group-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-button-image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 260px;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-button-image-link.leadwork {
  background-image: url(../images/_340683828.webp);
}
.menu-button-image-link.new-roof {
  background-image: url(../images/_279686792.webp);
}
.menu-button-image-link.flat-roof {
  background-image: url(../images/_436379295.webp);
}
.menu-button-image-link.roof-repair {
  background-image: url(../images/_438464620.webp);
}
.menu-button-image-link.services {
  background-image: url(../images/_173622846.webp);
}
.menu-button-div {
  width: 32%;
  padding-right: 10px;
  padding-left: 10px;
}
.menu-label-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fefdf9;
}
.black-int-link {
  color: #c28f48;
  font-size: 20px;
  text-decoration: none;
}
.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-section.h3-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px dashed #c28f48;
  border-bottom: 1px dashed #c28f48;
  background-color: #fff;
}
.double-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.double-content-div.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.basic-p-block {
  width: 48%;
}
.basic-p-block._100 {
  width: 100%;
  margin-top: 20px;
}
.single-image-div {
  width: 48%;
  border-radius: 4px;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-image-div.google-maps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}
.single-image-div.contact {
  background-image: none;
}
.single-image-div.lead-1 {
  background-image: url(../images/_340683775.webp);
}
.single-image-div.new-roof {
  background-image: url(../images/_377313892.webp);
}
.single-image-div.flat-1 {
  background-image: url(../images/_370759877.webp);
}
.single-image-div.roof-repair {
  background-image: url(../images/_282585045.webp);
}
.single-image-div.service-1 {
  background-image: url(../images/_119804310.webp);
}
.single-image-div.home-1 {
  background-image: url(../images/_316698819.webp);
}
.h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  color: #c28f48;
  line-height: 1.3;
  font-weight: 500;
}
.coloured-underline {
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
  background-color: #c28f48;
}
.coloured-underline.h3-line {
  margin-right: auto;
  margin-left: auto;
  background-color: #6e6c68;
  text-align: left;
}
.coloured-underline.white {
  background-color: #fff;
}
.p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}
.p.padding {
  padding-top: 20px;
}
.contact-us-button {
  margin-top: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #5e5e5e;
  border-radius: 2px;
  background-color: #c28f48;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-weight: 600;
}
.contact-us-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.large-single-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #000;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.large-single-image-div.lead-2 {
  background-image: url(../images/_269545195.webp);
}
.large-single-image-div.new-roo3 {
  background-image: url(../images/_217851103.webp);
  background-position: 50% 50%;
  background-size: cover;
}
.large-single-image-div.new-roof-3 {
  background-image: url(../images/_417797733.webp);
}
.large-single-image-div.flat-2 {
  background-image: url(../images/_164780620.webp);
}
.large-single-image-div.roof-repair-1 {
  background-image: url(../images/_370759877-1.webp);
  background-position: 100% 50%;
}
.large-single-image-div.service-1 {
  background-image: url(../images/_317812823.webp);
}
.large-single-image-div.home-2 {
  background-image: url(../images/_400263223.webp);
}
.large-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.large-image-section.remve-padding {
  padding-bottom: 30px;
}
.large-p-block {
  width: 48%;
  padding: 0;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.large-p-block._100 {
  width: 100%;
  background-color: transparent;
}
.h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #6e6c68;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
.h2.white {
  color: #fff;
}
.grey-content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(110, 108, 104, 0.09);
}
.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fefdf9;
}
.grid-image-large-div {
  height: 600px;
  border-radius: 4px;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-image-large-div.home-3 {
  background-image: url(../images/_356531689.webp);
}
.grid-image-div {
  border-radius: 4px;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-image-div.home-4 {
  background-image: url(../images/_389969897.webp);
}
.grid-image-div.home-5 {
  background-image: url(../images/_506732160.webp);
  background-position: 50% 50%;
}
.grey-dividing-line {
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #5e5e5e;
}
.h3-div {
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.h3-div.cemter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
.contact-form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(194, 143, 72, 0.63);
}
.form-div {
  width: 90%;
  max-width: 1399px;
}
.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1300px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #5e5e5e;
}
.footer-info-div._1 {
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px 0;
}
.footer-info-div._2 {
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-white {
  width: 100%;
}
.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 30px;
}
.footerlinks {
  margin-bottom: 0;
  color: #c28f48;
  text-align: center;
  text-decoration: none;
}
.hero-banner {
  height: auto;
}
.hero-mask {
  height: 600px;
}
.slide-2 {
  background-image: url(../images/_372644263.webp);
  background-position: 50% 50%;
  background-size: cover;
}
.company-logo-link {
  width: 40%;
  text-align: center;
}
.slide-nav-3 {
  display: none;
}
.right-arrow-2 {
  display: none;
}
.left-arrow-2 {
  display: none;
}
.header-title {
  color: #c28f48;
  font-weight: 600;
}
.footer-title {
  margin-bottom: 20px;
  background-color: #c28f48;
  color: #fff;
  font-size: 16px;
}
.list-2 {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  list-style-type: none;
}
.list-2.left {
  text-align: left;
}
.footer-nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  cursor: pointer;
}
.footer-nav-item:hover {
  color: #ffce07;
}
.footer-nav-item.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
  cursor: auto;
}
.footer-nav-item.footer-contact.auto-cusro {
  color: #6e6c68;
  cursor: auto;
}
.footer-nav-item.footer-contact.auto-cusro.main-page {
  font-size: 16px;
}
.contact-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6e6c68;
  text-decoration: none;
  cursor: pointer;
}
.contact-link:hover {
  color: #c28f48;
}
.contact-link.w--current {
  color: #c28f48;
}
.contact-link._16-font {
  color: #000;
  font-size: 16px;
}
.contact-link._16-font:hover {
  color: #c28f48;
}
.contact-link._16-font.w--current {
  color: #c28f48;
}
.footer-contact-link {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #6e6c68;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.footer-contact-link:hover {
  color: #c28f48;
}
.footer-contact-link.main-page {
  font-size: 16px;
}
.text-span-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Fa 300", sans-serif;
  color: #c28f48;
  font-size: 24px;
}
.text-img-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text-img-div.flex-grid {
  margin-bottom: 40px;
}
.right-arrow-3 {
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #c28f48;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.right-arrow-3:hover {
  background-color: #6e6c68;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.container {
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0;
}
.customer-titkle {
  color: #c28f48;
  font-size: 16px;
  font-weight: 600;
}
.testemonials-slider {
  position: static;
}
.slide-3 {
  padding: 15px;
  background-color: #fff;
}
.left-arrow-3 {
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #c28f48;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.left-arrow-3:hover {
  background-color: #6e6c68;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.testemonial-content-everything {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.who-made-comment {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.slide-nav-4 {
  position: absolute;
  display: none;
}
.mask {
  height: auto;
  min-height: 250px;
}
.qoate-symbol {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Fa solid 900", sans-serif;
  color: #6e6c68;
  font-size: 60px;
}
.text-block-2 {
  position: static;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin-top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "Fa solid 900", sans-serif;
  color: #fff;
  font-size: 18px;
}
.underline {
  position: absolute;
  left: auto;
  top: 15px;
  right: 0;
  bottom: auto;
  width: 60%;
  height: 5px;
  border-radius: 6px;
  background-color: #fb6749;
  line-height: 30px;
}
.underline.testemonials-underline {
  position: relative;
  left: 0;
  right: 0;
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.underline.testemonials-underline.gray {
  width: 100%;
  background-color: #f5f8fa;
}
.underline.testemonials-underline.orange {
  position: absolute;
  top: 0;
  width: 30%;
  background-color: #c28f48;
}
.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}
.h2-2.sm-text {
  padding-top: 30px;
  padding-bottom: 0;
  color: #c28f48;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-2 {
  position: static;
  height: auto;
  background-color: transparent;
}
.testemonials {
  padding-top: 40px;
  padding-bottom: 40px;
}
.testimonials-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.h1-light {
  color: #6e6c68;
  font-weight: 300;
}
.h3-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}
.list-3 {
  padding-left: 0;
}
.list-3._3-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.list-3._2-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.list-3._4-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.list-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url(../images/house.webp);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hyperlink {
  box-shadow: inset 0 -2px 0 0 #c28f48;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
  text-decoration: none;
}
.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 #c28f48;
  color: #fff;
}
.h3-title {
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #c28f48;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
}
.contactform {
  width: 100%;
}
.test-p {
  color: #6e6c68;
  font-size: 16px;
}
.h2-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.heading-3 {
  color: #6e6c68;
  font-weight: 500;
}
.list {
  padding-left: 10px;
  list-style-type: none;
}
.list._3-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.font-icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #c28f48;
  font-size: 23px;
}
.google {
  width: 100%;
}
.date-testom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #67be56;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.contact-us-button-2 {
  margin-top: 30px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: #67be56;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.contact-us-button-2.center {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}
.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.testom-location-date {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.quoation-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.paragraph {
  margin-top: 20px;
  text-align: center;
}
.paragraph._24-emergancy-p {
  margin-top: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.body-div-2 {
  display: block;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  text-align: center;
}
.body-div-2._24hr-text {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.33);
}
.body-div-2._24hr-text.testomonial-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #363638;
  border-radius: 5px;
  background-color: transparent;
}
.quoation {
  padding-bottom: 20px;
  font-family: "Fa6 solid", sans-serif;
  color: #c28f48;
  font-size: 40px;
  text-align: left;
}
.testimonials-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c28f48;
  border-radius: 4px;
  background-color: #fefdf9;
}
.review-title {
  margin-bottom: 10px;
  color: #6e6c68;
}
.bold-title {
  color: #c28f48;
}
.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.site-map-list {
  padding-left: 0;
  list-style-type: none;
}
.site-map-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-map-link {
  color: #222;
  font-size: 16px;
  text-decoration: none;
}
.accred-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.accred {
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
  background-position: 50% 50%;
  background-size: cover;
}
.accred.check {
  width: 100%;
  height: 100px;
  background-image: url(../images/CHECK-A-TRADE-thin.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.accred.build {
  height: 100px;
  background-image: url(../images/MyBuilder-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.slide-4 {
  background-image: url(../images/_49423352.webp);
  background-position: 50% 50%;
  background-size: cover;
}
.sticky-btn {
  position: fixed;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 10px;
  z-index: 1000;
  display: none;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #25374e;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.sticky-btn:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.font-icon-2 {
  margin-right: 10px;
  font-family: "Fa6 solid", sans-serif;
  color: #686a6c;
  font-weight: 400;
}
.font-icon-2.font-icon-m-left {
  margin-right: 0;
  margin-left: 10px;
  color: #fff;
}
.dropdown-list {
  background-color: #fefdf9;
}
.dropdown-link {
  border-bottom: 2px solid #fefdf9;
}
.dropdown-link:hover {
  border-bottom-color: #6e6c68;
}
.dropdown-link.w--current {
  border-bottom-color: #c28f48;
  color: #c28f48;
}
.h4-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .testemonials-slider {
    position: static;
  }
  .who-made-comment {
    position: relative;
  }
  .mask {
    width: 100%;
  }
  .slider-2 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header-div {
    display: -ms-grid;
    display: grid;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .logo-div {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .menu-div {
    width: 100%;
  }
  .logo {
    width: 100%;
    height: 70px;
  }
  .contact-info-div {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-link {
    position: static;
    width: 100%;
    background-color: #fefdf9;
    color: #000;
    text-align: right;
  }
  .menu-link:hover {
    background-color: #fefdf9;
    color: #000;
  }
  .menu-link:focus {
    background-color: #5e5e5e;
    color: #fff;
  }
  .navbar {
    width: 100%;
  }
  .section {
    height: auto;
  }
  .menu-button-group-div {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .menu-button-image-link {
    height: 160px;
  }
  .menu-button-div {
    width: 100%;
  }
  .menu-label-div {
    margin-top: 0;
  }
  .double-content-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }
  .single-image-div {
    width: 100%;
    height: 400px;
  }
  .single-image-div.google-maps {
    height: auto;
  }
  .single-image-div.contact {
    height: auto;
  }
  .large-single-image-div {
    width: 100%;
    height: 400px;
  }
  .large-image-section {
    padding-bottom: 30px;
  }
  .large-p-block {
    width: 100%;
  }
  .footer-div {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-info-div {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-info-div._1 {
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: none;
    border-right-width: 1px;
    border-bottom-style: none;
    border-left-width: 1px;
  }
  .footer-info-div._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-white {
    width: 100%;
  }
  .logo-white.footer {
    width: 70%;
    height: 80px;
  }
  .menu-button:hover {
    background-color: #fefdf9;
  }
  .menu-button.w--open {
    background-color: #fefdf9;
    color: #5e5e5e;
    text-align: right;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 92%, 0.95);
  }
  .co-logo-link.w--current {
    text-align: center;
  }
  .text-img-div.flex-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .right-arrow-3 {
    left: auto;
    right: 0;
    width: 60px;
    height: 60px;
    margin-left: 0;
  }
  .customer-titkle {
    font-size: 1.2rem;
  }
  .left-arrow-3 {
    left: auto;
    right: 0;
    width: 60px;
    height: 60px;
    margin-right: 100px;
  }
  .testemonial-content-everything {
    margin-bottom: 40px;
  }
  .qoate-symbol {
    padding-bottom: 0;
    line-height: 1;
  }
  .h2-2.sm-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 32px;
  }
  .slider-2 {
    height: 100%;
  }
  .testemonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonials-grid {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
  }
  .list-3._3-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .list-3._4-row {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .date-testom {
    font-weight: 600;
  }
  .paragraph._24-emergancy-p.m-auto-b-top {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .body-div-2._24hr-text.testomonial-layout {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .accred.check {
    height: 50px;
  }
  .accred.build {
    height: 50px;
  }
  .dropdown-link {
    text-align: right;
  }
  .icon {
    color: #c28f48;
  }
}
@media screen and (max-width: 767px) {
  .logo-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-div {
    width: 100%;
  }
  .logo {
    width: 100%;
  }
  .contact-info-div {
    padding-top: 5px;
  }
  .tel-link.int-link-header {
    padding-left: 0;
  }
  .email-link.int-link-header {
    padding-left: 0;
  }
  .section {
    position: static;
  }
  .menu-button-group-div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .single-image-div {
    height: 350px;
  }
  .large-single-image-div {
    height: 350px;
  }
  .grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .grid-image-large-div {
    height: 250px;
  }
  .grid-image-div {
    height: 250px;
  }
  .footer-info-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-info-div._1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-info-div._2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-white.footer {
    width: 80%;
  }
  .hero-mask {
    height: 400px;
  }
  .right-arrow-3 {
    bottom: -5%;
  }
  .container {
    padding-top: 20px;
  }
  .testemonials-slider {
    position: static;
  }
  .slide-3 {
    padding-right: 0;
    padding-left: 0;
  }
  .left-arrow-3 {
    bottom: -5%;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
  }
  .qoate-symbol {
    position: static;
    margin-left: 0;
    padding-right: 60px;
  }
  .underline {
    width: 50%;
  }
  .h2-2 {
    font-size: 30px;
    text-align: left;
  }
  .h2-2.sm-text {
    width: 100%;
    font-size: 24px;
    line-height: 1;
  }
  .slider-2 {
    position: static;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonials-grid {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .list-3._3-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .list-3._4-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .list._3-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .paragraph._24-emergancy-p.m-auto-b-top {
    line-height: 1.35;
  }
  .body-div-2._24hr-text {
    width: 90%;
  }
  .body-div-2._24hr-text.testomonial-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .accred.check {
    height: 50px;
  }
  .accred.build {
    height: 50px;
  }
  .sticky-btn {
    bottom: 20px;
    display: block;
    border-color: #6e6c68;
    background-color: #c28f48;
    font-size: 16px;
  }
  .font-icon-2.font-icon-m-left {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .header-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-div {
    width: 100%;
    text-align: center;
  }
  .logo {
    width: 100%;
  }
  .contact-info-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-link {
    text-align: center;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .menu-button-section {
    display: none;
  }
  .content-section.h3-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .single-image-div {
    height: 250px;
  }
  .h1 {
    font-size: 30px;
  }
  .large-single-image-div {
    width: 100%;
    height: 250px;
    border-radius: 4px;
  }
  .large-image-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-p-block {
    padding: 0;
  }
  .h2 {
    font-size: 28px;
  }
  .grey-content-section {
    margin-top: 0;
  }
  .h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-info-div {
    width: 100%;
  }
  .footer-info-div._1 {
    border-width: 0 1px;
  }
  .logo-white.footer {
    width: 100%;
    height: 60px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-nav-item.footer-contact {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-span-4 {
    margin-right: 0;
    padding: 5px;
  }
  .container.test-container {
    width: 95%;
  }
  .customer-titkle {
    font-size: 1rem;
  }
  .testemonials-text {
    line-height: 1;
  }
  .testemonials-slider {
    width: 100%;
  }
  .slide-3 {
    padding: 0;
  }
  .testemonial-content-everything {
    width: 100%;
    padding-right: 0;
  }
  .mask {
    width: 100%;
  }
  .qoate-symbol {
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .underline {
    width: 30%;
  }
  .h2-2 {
    font-size: 28px;
    text-align: left;
  }
  .h2-2.sm-text {
    display: inline-block;
    line-height: 1.3;
    white-space: normal;
  }
  .slider-2 {
    width: 100%;
  }
  .testemonials {
    overflow: hidden;
  }
  .testimonials-grid {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 0;
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .h1-light {
    font-size: 27px;
  }
  .list-3._2-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .list-3._4-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .list._3-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .date-testom {
    text-align: center;
  }
  .location {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testom-location-date {
    width: 100%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .accred-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .accred.check {
    height: 40px;
  }
  .accred.build {
    height: 40px;
  }
  .dropdown-link {
    text-align: center;
  }
  .dropdown-toggle {
    width: 100%;
    text-align: center;
  }
  .text-block-3 {
    padding-left: 20px;
  }
}
#w-node-_4b711792-985b-a658-0cb4-b45ae72bd583-305612eb {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}
#w-node-_9ba414f7-c132-203d-7748-0d5767f6509c-305612eb {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
#w-node-_7af6336c-11ee-208e-09ab-cc59d2bb954b-5dfd7c7a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
@media screen and (max-width: 991px) {
  #w-node-_7af6336c-11ee-208e-09ab-cc59d2bb954b-5dfd7c7a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-_0268c7ed-8474-d783-2d16-fef6c1c42902-5dfd7c7a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}
@media screen and (max-width: 767px) {
  #w-node-_4b711792-985b-a658-0cb4-b45ae72bd583-305612eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-_4b711792-985b-a658-0cb4-b45ae72bd584-305612eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-_4b711792-985b-a658-0cb4-b45ae72bd585-305612eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-_9ba414f7-c132-203d-7748-0d5767f6509b-305612eb {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-_7af6336c-11ee-208e-09ab-cc59d2bb954b-5dfd7c7a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-_0268c7ed-8474-d783-2d16-fef6c1c42902-5dfd7c7a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_9ba414f7-c132-203d-7748-0d5767f65096-305612eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
@font-face {
  font-family: "Fa brands 400";
  src: url(../fonts/fa-brands-400.woff2) format("woff2"),
    url(../fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(../fonts/fa-brands-400.woff) format("woff"),
    url(../fonts/fa-brands-400.ttf) format("truetype"),
    url(../fonts/fa-brands-400.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa 400";
  src: url(../fonts/fa-regular-400.woff2) format("woff2"),
    url(../fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(../fonts/fa-regular-400.woff) format("woff"),
    url(../fonts/fa-regular-400.ttf) format("truetype"),
    url(../fonts/fa-regular-400.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa solid 900";
  src: url(../fonts/fa-solid-900.woff2) format("woff2"),
    url(../fonts/fa-solid-900.eot) format("embedded-opentype"),
    url(../fonts/fa-solid-900.woff) format("woff"),
    url(../fonts/fa-solid-900.ttf) format("truetype"),
    url(../fonts/fa-solid-900.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa 100";
  src: url(../fonts/fa-thin-100.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa 300";
  src: url(../fonts/fa-light-300.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa sharp 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 duotone 900";
  src: url(../fonts/fa-duotone-900.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}
