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

:root {
  --red: #e22e27;
  --black: black;
  --white: white;
}

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

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

.body {
  font-family: Montserrat, sans-serif;
}

.announcement-contact {
  background-color: var(--red);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #000;
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.announcement-bar {
  background-color: var(--black);
}

.announcement-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

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

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.container.container-flex {
  align-items: flex-end;
  display: flex;
}

.announcement-icon {
  background-color: var(--red);
  color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--red);
  color: #353535;
}

.dropdown-menu-link.w--current {
  border-left-color: var(--red);
  color: var(--red);
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.drop-down-link:hover {
  color: #ef233c;
}

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

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

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  color: #212529;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--red);
  background-color: #0000;
  border-radius: 6px;
}

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

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

.header-social-icon:hover {
  color: #fdfdfd;
  background-color: #ef233c;
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--red);
  background-color: #0000;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

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

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #fdfdfd;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.slider-arrow {
  background-color: #353535;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  background-color: var(--red);
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20230921-WA0013.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-btn-qoute {
  background-color: var(--red);
  color: #fdfdfd;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1.25em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.hero-btn-qoute:hover {
  transform: scale(.95);
}

.slider-inner-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

.hero-section {
  height: 100%;
}

.hero-section.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20230921-WA0027.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.hero-slider {
  min-height: 80vh;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-20230921-WA0006.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.hero-md-text {
  color: #fdfdfd;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  font-size: .6em;
}

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

.default-btn {
  color: #fdfdfd;
  background-color: #ffd166;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.default-btn.margin-top-20 {
  background-color: var(--red);
  text-align: center;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  border-color: var(--red);
  color: var(--red);
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: var(--red);
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block {
  color: #ef233c;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.text-block.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.5;
}

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.heading-1.margin-bottom-30.w {
  color: #fff;
  font-size: 2.3em;
}

.left-section {
  flex: 0 auto;
  width: 48%;
}

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

.btn-wrapper {
  padding-top: 20px;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--red);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.right-section.map {
  height: 600px;
}

.right-section.map.auto {
  height: auto;
}

.right-section.bigg {
  width: 50%;
  height: 450px;
}

.para {
  color: #000;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-sm {
  color: #000;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

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

.para.cemter {
  text-align: center;
}

.inner-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: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.google {
  background-image: none;
  align-items: flex-start;
}

.inner-img.window-1 {
  background-image: url('../images/windows.webp');
}

.inner-img.window-2 {
  background-image: url('../images/extension-doors.webp');
  background-position: 100% 0;
  background-size: cover;
}

.inner-img.ext-1 {
  background-image: url('../images/large-white-extension.webp');
}

.inner-img.refurb-1 {
  background-image: url('../images/empty-extenion.webp');
}

.inner-img.ren-1 {
  background-image: url('../images/white-kitchen.webp');
  background-position: 50%;
}

.inner-img.service-1 {
  background-image: url('../images/large-brick-wall.webp');
}

.inner-img.home-1 {
  background-image: url('../images/new-gutter.webp');
  background-position: 50% 0;
}

.card-bullet {
  padding-left: 0;
}

.card-bullet._4-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet._3-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet._2-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-icon {
  background-color: var(--red);
  color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.red-back {
  background-color: var(--white);
  color: var(--red);
}

.top-title-content {
  text-align: center;
  background-color: #fff;
  padding: 23px 23px 40px;
}

.heading-2-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.5;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.heading-2-title.left {
  text-align: left;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/paint-roller-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/house-icon.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
}

.bullet-icon.kitchen {
  background-image: url('../images/remodeling.webp');
}

.bullet-block-title {
  color: #212529;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-list-services {
  background-color: #f5f8fa;
  background-image: url('../images/colorkit-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 140px;
}

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

.card-bullet-item {
  color: #838383;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  display: flex;
}

.card-bullet-item.w {
  color: #fff;
}

.bullet-block-btn {
  background-color: var(--red);
  color: #fdfdfd;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  text-align: left;
  background-color: #fdfdfd;
  border-radius: 4px;
  padding: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-heading {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.bullet-heading.w {
  color: #fff;
}

.inner-text-content {
  width: 68%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

.inner-text-content._100 {
  width: 90%;
  margin-left: auto;
}

.container-fluid.display-flex {
  display: flex;
}

.section-2-img-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2-img-full.ext-2 {
  background-image: url('../images/small-extension.webp');
}

.section-2-img-full.refurb-2 {
  background-image: url('../images/timber-roof.webp');
}

.section-2-img-full.ren-2 {
  background-image: url('../images/white-bathroom.webp');
  background-size: cover;
}

.section-2-img-full.service-2 {
  background-image: url('../images/guter.webp');
  background-position: 50% 0;
}

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

.section-2-h2-w-img-vid {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--red);
  width: 50%;
  padding: 50px 0;
}

.section-2-text-content._100 {
  width: 100%;
}

.heading-3-cta-section {
  background-color: var(--red);
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.heading-3-text {
  color: #fff;
  padding-right: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}

.heading-3-text.b {
  color: #000;
}

.h3-cta-btns {
  align-items: center;
  width: 30%;
  display: block;
}

.h3-cta-call-btn {
  color: var(--red);
  background-color: #fdfdfd;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  color: #fdfdfd;
  background-color: #0000;
  border: 1px solid #fdfdfd;
}

.h3-cta-call-btn.btn-outline:hover {
  color: #ef233c;
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: #f5f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-desc {
  color: #fff;
  font-size: 1em;
}

.footer-col {
  width: 30%;
}

.footer-link {
  color: #fdfdfd;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: #ef233c;
}

.contact-block-1 {
  border-right: 1px solid #8a8a8a;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
}

.contact-block-1.w {
  border-right-style: none;
}

.footer-social-media {
  color: #fff;
  background-color: #ffffff38;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--red);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

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

.footer-section {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  border-bottom: 2px solid var(--red);
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
  display: inline-block;
}

.contact-type-title {
  border-bottom: 2px solid var(--red);
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-type-title.b {
  color: #000;
}

.footer-contact-info {
  border: 1px solid #46484b94;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.footer-contact-info.vert {
  flex-direction: column;
}

.contact-icon {
  background-color: var(--red);
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-info-link {
  color: #fff;
  text-transform: capitalize;
  flex: none;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.b {
  color: #000;
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.footer-copy-link:hover {
  color: #fff;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--red);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 10px 10px;
}

.scroll-arrow-up {
  color: #fdfdfd;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

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

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-link-box._1 {
  background-image: url('../images/side-extension.webp');
}

.services-link-box._2 {
  background-image: url('../images/small-kitchen.webp');
}

.services-link-box._3 {
  background-image: url('../images/empty-extenion.webp');
}

.services-link-box._4 {
  background-image: url('../images/windows.webp');
}

.services-link-box._5 {
  background-image: url('../images/wall-on-student-house.webp');
}

.text-block-2 {
  background-color: var(--red);
  color: var(--white);
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.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.orange {
  background-color: #ef233c;
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: #f5f8fa;
  width: 100%;
}

.left-arrow {
  background-color: #f5f8fa;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: #ef233c;
  transform: scale(.95);
}

.customer-title {
  color: #aaacaf;
}

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

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

.container-2.test-container {
  max-width: 1400px;
  padding-top: 0;
}

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

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

.right-arrow:hover {
  color: #fff;
  background-color: #ef233c;
  transform: scale(.95);
}

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

.slide-3 {
  background-color: #fff;
  height: auto;
  padding: 15px;
}

.testemonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  color: #292d33;
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.testemonials-slider {
  position: static;
}

.sub-heading {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 700;
}

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

.heading-2 {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.slider-2 {
  height: auto;
  position: static;
}

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

.page-top {
  background-image: linear-gradient(#00000040, #00000040), url('../images/_190387968_1_190387968.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  width: 100%;
  height: 80px;
}

.image.footer {
  background-color: #fff;
  flex: none;
  padding: 7px;
}

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

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

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

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

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

.livechat-button:hover {
  background-color: var(--black);
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--red);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
}

.whatsapp-container:hover {
  background-color: var(--red);
  transform: scale(1.05);
}

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

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

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

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

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

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

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

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

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

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.contactform {
  width: 100%;
}

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

.footer-nav-item {
  color: #000;
  text-align: center;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #6f5a81;
}

.footer-nav-item.left {
  text-align: left;
}

.contact-link {
  color: #000;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.contact-link.left {
  color: #fff;
  text-align: left;
  display: inline;
}

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

.h1-small {
  color: var(--red);
  font-weight: 500;
}

.phone-link {
  box-shadow: inset 0 -2px 0 0 var(--black);
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.phone-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--black);
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--red);
  color: #000;
  margin-left: 2.5px;
  margin-right: 2.5px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -50px 0 0 var(--red);
  color: #fff;
}

.lottie-animation {
  height: 150px;
  display: inline-block;
}

.hero-large-text-2 {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}

.hero-large-text-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.areas-list {
  padding-left: 0;
}

.areas-list.areas-grid {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.areas-list-item.areas-list-flex {
  color: #000;
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 15px;
  display: flex;
}

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

.hyperlink-2 {
  color: #000;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -2px #6f5a81;
}

.hyperlink-2:hover {
  color: #fff;
  box-shadow: inset 0 -50px #6f5a81;
}

.google-map {
  width: 100%;
}

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

.lb {
  border: 2px solid var(--red);
  width: 100%;
}

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

.flexed {
  display: flex;
}

._50 {
  width: 50%;
}

.map-footer {
  background-image: url('../images/google-map.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .bullet-list-services {
    background-position: 50% 40%;
  }

  .mask {
    width: 100%;
  }

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

  .testemonials-slider {
    position: static;
  }

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

  .heading-2 {
    font-size: 2.5rem;
  }

  .slider-2 {
    width: 100%;
  }

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

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

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    background-color: #0000;
  }

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-link {
    background-color: var(--white);
    color: var(--black);
    border-bottom: 1px solid #0000000d;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--red);
    color: #fdfdfd;
    border-radius: 0;
  }

  .nav-link.w--current {
    background-color: var(--red);
    color: #fff;
  }

  .header-social-icon {
    color: #353535;
    background-color: #fdfdfd;
    border-right: 1px solid #3535353d;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

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

  .header-social-icon.margin-right-none {
    text-align: left;
    font-size: 22px;
  }

  .dropdown-link {
    background-color: var(--white);
    color: var(--black);
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: var(--red);
    color: #fff;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    background-color: var(--red);
    color: #fff;
  }

  .dropdown-link.no-border {
    color: #fff;
    border-bottom-style: none;
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    align-self: center;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: #fff;
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-content {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

  .hero-md-text {
    font-size: 1.5em;
  }

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

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-design-1-h1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

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

  .inner-img.google {
    min-height: auto;
  }

  .inner-img.window-2 {
    min-height: 450px;
  }

  .card-bullet._4-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .section-2-img-full, .section-2-text-content {
    width: 100%;
  }

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

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

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

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

  .scroll-up {
    z-index: 1;
  }

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

  .left-arrow {
    color: #fff;
    background-color: #ef233c;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

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

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

  .right-arrow {
    background-color: #ef233c;
    inset: auto 0% -25% auto;
  }

  .text-block-3 {
    color: #fff;
  }

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

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .hero-large-text-2, .hero-large-text-3 {
    font-size: 3em;
  }

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

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

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

  .flexed {
    flex-direction: column-reverse;
  }

  ._50 {
    width: 100%;
  }

  .map-footer {
    background-position: 0 0;
    background-size: cover;
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .container.announcement-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

  .para.para-sm {
    width: 100%;
  }

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

  .inner-img.window-2 {
    min-height: 350px;
  }

  .card-bullet._4-row, .card-bullet._3-row {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-2-img-full {
    min-height: 250px;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

  .qoate-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

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

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

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .testemonials-slider {
    width: 95%;
    position: static;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .hero-large-text-2, .hero-large-text-3 {
    font-size: 2.5em;
  }

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

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

  .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) {
  .announcement-contact {
    width: 100%;
  }

  .announcement-link {
    font-size: 15px;
  }

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-contact-info {
    width: 100%;
    font-size: 14px;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    width: 100%;
  }

  .announcement-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .nav-menu.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .nav-toggle {
    align-self: center;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-btn-qoute {
    display: none;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-slider {
    min-height: 70vh;
  }

  .hero-md-text {
    font-size: 1.2em;
  }

  .para {
    text-align: left;
  }

  .inner-img, .inner-img.window-2 {
    min-height: 250px;
  }

  .card-bullet._4-row, .card-bullet._3-row, .card-bullet._2-row {
    grid-template-columns: 1fr;
  }

  .heading-2-title.heading-white {
    line-height: 1.3;
  }

  .heading-2-title.left {
    line-height: 1.5;
  }

  .bullet-heading {
    text-align: left;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .heading-3-text.b {
    text-align: left;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .footer-copy {
    margin-top: 60px;
  }

  .services-link-box {
    min-height: 250px;
  }

  .text-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .underline {
    width: 30%;
  }

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

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

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

  .container-2.test-container {
    width: 95%;
  }

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

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

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

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

  .heading-2 {
    font-size: 1.2rem;
  }

  .slider-2 {
    width: 100%;
  }

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .list {
    text-align: center;
  }

  .hero-large-text-2, .hero-large-text-3 {
    font-size: 1.5em;
  }

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

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

  .map-footer {
    background-position: 50%;
    background-size: cover;
  }

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

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

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

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

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

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

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

#w-node-c74423b6-a751-9cb8-3641-7a512f126170-56841e8c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-56841e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180d3df4-c1b0-e100-1cce-4536de9a711d-de9a7113, #w-node-_180d3df4-c1b0-e100-1cce-4536de9a713a-de9a7113, #w-node-_180d3df4-c1b0-e100-1cce-4536de9a7157-de9a7113 {
  place-self: auto;
}

#w-node-e16ef0d8-f563-bd00-60e4-6f1095ff1741-c410c2c7, #w-node-_81602012-30f4-d211-dc8c-1d232aabb376-c410c2c7, #w-node-_2f6e00e8-0d1c-da35-57dd-025e2d3e2cf8-c410c2c7, #w-node-_3327740e-cfaa-f6a9-d343-a97d9f61fbc3-c410c2c7, #w-node-_988b9f58-f09f-e27b-8814-8263b9a63b0e-c410c2c7, #w-node-_0938e8a6-2a14-0424-f391-d67189cddcfc-c410c2c7, #w-node-_61cc368b-931f-fed8-f14b-55374f8f2cd0-c410c2c7, #w-node-ad372057-ec0b-de07-7c27-5fe620f47f00-c410c2c7, #w-node-_00e2e6f3-e840-e803-0a23-221ea07d29c5-c410c2c7, #w-node-_1fb44975-a3a3-6280-66aa-e0f6a9f900cf-c410c2c7, #w-node-_93f79964-32b6-a456-026c-21096e2a7e4a-c410c2c7, #w-node-a73b6774-0792-4200-df53-381b6aba58d6-c410c2c7, #w-node-_3d042240-859c-362b-a73b-99efb1d9eefc-c410c2c7, #w-node-_7427c4fc-0501-d637-e5cb-dbc870d16ff5-c410c2c7, #w-node-_98fd58e0-c9dd-3530-e804-1d859f433037-c410c2c7, #w-node-_41efda1a-bea9-c320-120c-b0a4e330b732-c410c2c7, #w-node-_1baa9cae-f40f-86af-4dbc-70803f323b6e-c410c2c7, #w-node-c915e618-9b20-12a8-5b3e-ef2dff29f068-c410c2c7, #w-node-_703a3c43-f199-8dd7-a826-f529f5ad560a-c410c2c7, #w-node-_65a630b5-92ec-53f1-36b8-a39711cfd5f6-c410c2c7, #w-node-_81be08f3-e048-c339-37c3-a3c71f656332-c410c2c7, #w-node-e1740655-bc34-5215-2500-f130309cd7dd-c410c2c7, #w-node-_00647636-d14e-61f3-c124-97c26844830f-c410c2c7, #w-node-_8b7fbe62-f9d6-75fb-e927-7146febec89b-c410c2c7, #w-node-b90de615-55d8-f926-fb95-868d05ba40b6-c410c2c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-56841e8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-56841e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-56841e8c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df, #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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 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 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}