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

@font-face {
  font-family: Flatit;
  src: url('../fonts/Flatit--QuietSansExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Flatit Quiet Sans;
  src: url('../fonts/Flatit--Quiet-Sans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Flatit;
  src: url('../fonts/Flatit--QuietSansLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Flatit;
  src: url('../fonts/Flatit--QuietSansExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Flatit;
  src: url('../fonts/Flatit--QuietSansSemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: #fff;
  --secondary: #20b4fc;
  --primary: #167eb1;
  --black: #1b2022;
  --transparent: #fff0;
  --light-grey: #ccc;
  --pale-grey: #f0f6ff;
}

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

.body {
  background-color: var(--white);
  color: var(--secondary);
  font-family: Flatit, Verdana, sans-serif;
}

.announcement-contact {
  background-color: var(--secondary);
  color: var(--white);
  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: #212529;
}

.announcement-time {
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
}

.announcement-bar {
  z-index: 99;
  background-color: var(--primary);
  color: var(--secondary);
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: var(--white);
  letter-spacing: .4px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link:hover {
  color: var(--primary);
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.announcement-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  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(--primary);
  color: #353535;
}

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

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

.dropdown-list {
  background-color: var(--white);
  border-radius: 5px;
  width: 300px;
  display: none;
  overflow: hidden;
  box-shadow: 0 10px 40px #98a2ac36;
}

.dropdown-list.w--open {
  background-color: #0000;
  border-radius: 6px;
  width: auto;
  padding-top: 10px;
  overflow: hidden;
}

.nav-link {
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

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

.header-social-icon {
  color: var(--primary);
  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 {
  background-color: var(--primary);
  color: var(--white);
}

.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(--primary);
  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;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.navbar.home {
  background-color: var(--transparent);
}

.slider-arrow {
  background-color: var(--secondary);
  border-radius: 8px;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: none;
}

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

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/25-05_park_view-2-Edit.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-top: auto;
  margin-bottom: 100px;
  display: flex;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  transform: scale(.95);
}

.button.book-today {
  color: var(--white);
}

.slider-inner-content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.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%;
  position: relative;
}

.hero-slider {
  background-color: var(--black);
  min-height: 800px;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/11-02_millfield_road-1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-2._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Shibdon-View.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-text {
  color: var(--light-grey);
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  font-size: 15px;
}

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

.default-btn {
  background-color: var(--black);
  color: var(--light-grey);
  margin-top: 10px;
  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 {
  text-align: center;
  background-color: #ef233c;
  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 {
  color: #ef233c;
  border-color: #ef233c;
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.section-design-1-h1 {
  background-color: var(--black);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/whitebricks.svg');
  background-position: 0 0, 97% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-design-1-h1._0b {
  padding-bottom: 40px;
}

.top-text {
  color: var(--primary);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

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

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

.heading-1.margin-bottom-30 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
}

.left-section {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 48%;
  padding-right: 10px;
  display: flex;
}

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

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

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

.right-section.z {
  flex-flow: column;
}

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

.para.para-sm {
  color: #838383;
  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;
}

.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: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: static;
}

.inner-img.map {
  background-image: none;
  height: auto;
}

.inner-img.home1 {
  background-image: url('../images/Shop_1.webp');
  background-size: contain;
  min-height: 500px;
}

.inner-img.home1._2 {
  background-image: url('../images/Vans_1.webp');
}

.inner-img.ho1 {
  background-image: url('../images/side-extension_1.webp');
}

.inner-img.ho1._2 {
  background-image: url('../images/newimg1.webp');
}

.inner-img.sr1 {
  background-image: none;
}

.inner-img.gc1 {
  background-image: url('../images/03.webp');
  background-position: 50% 38%;
}

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

.card-bullet._4x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-bullet.inline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.card-bullet.inline.c {
  justify-content: center;
  align-items: center;
}

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

.card-bullet._2x1._20b {
  grid-row-gap: 16px;
  margin-bottom: 20px;
}

.card-icon {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.card-icon.w {
  color: var(--light-grey);
}

.top-title-content {
  text-align: center;
  width: 100%;
}

.top-title-content.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/brickwall_1brickwall.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/trowel_1trowel.webp');
}

.bullet-icon.kitchen {
  background-image: url('../images/plumbing_1plumbing.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: var(--black);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/whitebricks.svg');
  background-position: 0 0, 97% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bullet-list-services.nobrick {
  background-color: var(--black);
  background-image: none;
}

.bullet-list-services._0 {
  background-image: linear-gradient(#0000008c, #0000008c);
}

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

.bullet-list-grid._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

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

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

.card-bullet-item.bubble {
  background-color: var(--white);
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 15px;
  box-shadow: 0 2px 5px #0003;
}

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  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 {
  background-color: var(--white);
  text-align: left;
  border-radius: 10px;
  padding: 30px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 5px #00000030;
}

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

.bullet-block._40t {
  margin-top: 40px;
}

.bullet-heading {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

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

.inner-text-content {
  background-color: var(--primary);
  border-radius: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 68%;
  max-width: 1400px;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.container-fluid.display-flex {
  background-color: var(--primary);
  display: flex;
}

.container-fluid.display-flex.img {
  background-image: url('../images/398262040.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.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.ho2 {
  background-image: url('../images/cedar.webp');
  background-position: 50% 25%;
}

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

.section-2-img-full.gc2 {
  background-image: url('../images/garage-conversion.webp');
  background-position: 50% 0;
  background-size: cover;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-2-text-content {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-2-text-content._100 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3-cta-section {
  background-color: var(--primary);
  background-image: linear-gradient(#167eb173, #167eb173);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-3-cta-section.contactform {
  background-color: #e70004;
}

.h3-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.content-h3-box._100 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.heading-3-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 320px;
  display: flex;
}

.h3-cta-call-btn {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  min-width: 160px;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  border: 1px solid var(--light-grey);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--primary);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: var(--pale-grey);
  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: var(--white);
  font-size: 1em;
}

.footer-col {
  width: 30%;
}

.footer-col._00 {
  width: 100%;
}

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

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

.contact-block-1 {
  border-right: 1px solid var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.contact-block-1._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block-1._100.bord {
  border-bottom: 1px solid var(--white);
  border-right-style: none;
}

.contact-block-1._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-social-media {
  background-color: var(--primary);
  color: #fff;
  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(--light-grey);
  color: var(--primary);
}

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

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

.footer-section {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-type-title.red {
  color: var(--primary);
}

.footer-contact-info {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

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

.footer-contact-info.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.contact-icon {
  background-color: var(--primary);
  color: #fff;
  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-icon.ct-us {
  background-color: var(--black);
}

.contact-info-link {
  color: var(--white);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: var(--black);
}

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

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

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--secondary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.scroll-up:hover {
  background-color: var(--primary);
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

.services-section {
  background-color: var(--primary);
  padding: 100px 20px;
}

._2x3 {
  grid-column-gap: 29px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  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: 8px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.service-box-title {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  border-radius: 4px 0 0 4px;
  min-width: 163px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-box-title.link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  min-width: auto;
  margin-left: auto;
  font-weight: 500;
}

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

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

.quote-symbol {
  color: var(--primary);
  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: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

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

.left-arrow {
  background-color: var(--pale-grey);
  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: var(--primary);
  transform: scale(.95);
}

.customer-title {
  color: var(--secondary);
}

.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 {
  padding-top: 0;
}

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

.right-arrow {
  background-color: var(--pale-grey);
  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 {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

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

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

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

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

.test-slider {
  position: static;
}

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

.sub-heading.white {
  color: var(--black);
}

.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: var(--secondary);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-2.white {
  color: var(--white);
}

.slider-2 {
  background-color: var(--white);
  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(#00000080, #00000080), url('../images/632224977.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-top.sun {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sr1_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-top.he {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-top.gc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/new-garage-conversion.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-top.awc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Vans_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-top.gat {
  background-image: linear-gradient(#00000080, #00000080), url('../images/outdoor-kitchen-with-garden-set.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-top.gal {
  background-image: linear-gradient(#00000080, #00000080), url('../images/398262040.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-top.tes {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner1_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-top.con {
  background-image: linear-gradient(#00000080, #00000080), url('../images/exterior-renovation.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.image {
  background-color: var(--black);
  object-fit: contain;
  border-radius: 5px;
  height: 60px;
  padding: 5px 10px 5px 5px;
}

.h1 {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.p {
  color: var(--white);
  font-size: 15px;
  line-height: 25px;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.h2.white {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 500;
}

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

.h2.z {
  flex-flow: column;
  display: flex;
}

.p-dark {
  color: var(--white);
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  font-size: 16px;
  line-height: 28px;
}

.p-dark.auto {
  max-width: 40rem;
  margin-left: auto;
}

.p-dark.auto.c {
  text-align: center;
}

.p-dark.b {
  color: var(--black);
}

.p-dark.c {
  text-align: center;
}

.sub-head {
  color: var(--secondary);
  font-size: 18px;
  line-height: 22px;
}

.h2-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  font-size: 10px;
  display: none;
}

.container-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-block._100 {
  width: 100%;
}

.h2-dark {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

.h2-dark.sm {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 29px;
}

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

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s;
}

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

.co-desc {
  color: var(--white);
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-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_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-banner_close-icon {
  color: var(--black);
  width: 22px;
  height: 22px;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

.bottom-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-heading {
  color: #111;
  letter-spacing: .5px;
  border-bottom: 1px solid #077ac3;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.bottom-link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.bottom-link.black {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
}

.bottom-link.black.w--current {
  color: var(--black);
  text-align: center;
}

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

.list.area {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10px;
}

.list-item {
  align-items: center;
  display: flex;
}

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--primary);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.map {
  width: 100%;
  height: 100%;
}

.lb {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 300px;
  max-height: 300px;
}

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

.contactform {
  color: var(--white);
  width: 100%;
}

.lottie {
  width: 150px;
  display: inline-flex;
}

.contact-right {
  position: static;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.margin-vertical.left {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.play-demo-button {
  align-items: center;
  display: flex;
}

.header-text-header {
  color: #181e4b;
  font-size: 5.25rem;
}

.header-text-header.slide-in {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  font-family: Flatit Quiet Sans, Verdana, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 47px;
  display: inline-block;
}

.btn {
  border-radius: 10px;
  padding: .875rem 1.625rem;
  font-size: 1.125rem;
}

.btn.btn-orange {
  background-color: var(--secondary);
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 8px 15px 2px #167eb166;
}

.pre-header-text {
  color: var(--white);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.btn-text {
  color: #686d77;
  margin-left: 16px;
}

.home-header-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.home-header-bottom.slide-in_400 {
  margin-top: 10px;
  display: flex;
}

.h1-span {
  background-image: url('../images/Asset-2.svg');
  background-position: 0 175%;
  background-repeat: no-repeat;
  background-size: 325px;
}

.h1-span._2 {
  background-position: 100%;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  display: inline-flex;
}

.h1-span.long {
  background-position: 20px -1700%;
  background-size: 100%;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-text {
  color: var(--primary);
  font-size: 16px;
  line-height: 1.7;
}

.paragraph-text.slide-in_200 {
  color: var(--white);
  text-align: left;
  letter-spacing: .4px;
  font-size: 18px;
}

.home-header-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.category-cards {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 400px;
  padding: 40px 30px;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.category-cards:hover {
  box-shadow: 0 6px 15px -2px #00000030;
}

.category-cards._0 {
  box-shadow: none;
  text-align: left;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  transition-property: none;
  display: flex;
}

.category-cards.form {
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.category-cards._1 {
  background-image: url('../images/sideext.webp');
  background-position: 50% 23%;
}

.category-cards._2 {
  background-image: url('../images/Orangery_1.webp');
}

.category-cards._3 {
  background-image: url('../images/nebuild.webp');
  width: 100%;
}

.card-image {
  height: 5.625rem;
}

.grid-4-col {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  background-color: #2c2c2c;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px;
  display: grid;
}

.card-heading {
  color: var(--white);
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.card-wrapper {
  border-radius: 3rem;
  position: relative;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.orange-bead {
  width: 125px;
  position: relative;
  top: -100px;
  left: 43.5%;
  right: 0;
}

.orange-bead:hover {
  opacity: 1;
}

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

.brand-2 {
  grid-column-gap: 4px;
  display: flex;
}

.button-2 {
  color: #1d2939;
  text-align: center;
  background-color: #fbf7f4;
  border-radius: .75rem;
  padding: .9375rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.button-2.main {
  background-color: var(--secondary);
  display: block;
}

.button-2.top {
  background-color: var(--secondary);
  margin-top: 15px;
  display: block;
}

.button-2.top.white {
  border: 1px solid var(--white);
  background-color: var(--primary);
}

.nav-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.nav-line.navlink-home {
  background-color: var(--white);
}

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

.slogan-line {
  margin-bottom: 5px;
}

.container-3 {
  width: 90%;
  max-width: 1400px;
}

.logo_txt_wrapper {
  align-self: center;
}

.button-hover-bg {
  z-index: 0;
  border: 1px none var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-hover-bg.grey, .button-hover-bg.white {
  background-color: var(--black);
}

.navmenu-inside-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links-wrapper.navlink-home {
  color: var(--white);
}

.nav-links-wrapper.svs {
  display: block;
}

.logo-txt-large {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.slogan_wrapper {
  grid-column-gap: 4px;
  align-items: center;
  height: 12px;
  margin-top: 2px;
  display: flex;
}

.button-txt {
  z-index: 1;
  color: var(--white);
  font-size: 16px;
  position: relative;
}

.nav-link-2 {
  padding-right: 20px;
}

.nav-link-2.text-size-regular {
  margin-bottom: 5px;
  padding: 0;
  font-size: 17px;
}

.nav-link-2.text-size-regular.navlink-home {
  color: var(--white);
}

.nav_manu_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-txt-small {
  color: #fff;
  font-size: .75rem;
  line-height: .75rem;
}

.slider {
  background-color: #0000;
  max-width: 750px;
  height: auto;
}

.slider.big {
  max-width: 100%;
}

.slider-content_header {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.slider-pane {
  width: 100%;
  height: 100%;
}

.reverse-icon {
  filter: invert();
  transform: rotate(180deg);
}

.testimony-avatar {
  width: 36px;
  position: static;
  top: -10px;
  left: -10px;
}

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

.grid-2-col._4-6-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-pane_content {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  box-shadow: 0 5px 18px -2px #00000021;
}

.slide-nav-3 {
  display: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.testimony-location {
  color: var(--black);
  font-size: 15px;
  font-weight: 300;
}

.section-title-header {
  text-align: justify;
}

.section-title-header.slide-in {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.tesimonials-right.slide-in_200 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.section-testimonials {
  background-color: var(--black);
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/whitebricks.svg');
  background-position: 0 0, 97% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.slider-arrow-2 {
  inset: 4% -6% 0% auto;
}

.slider-arrow-2.bottom {
  top: 34%;
  right: -6%;
}

.pre-text {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-title {
  color: var(--secondary);
  text-align: left;
  letter-spacing: -.5px;
  font-family: Flatit, Verdana, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 49px;
}

.section-title.w {
  color: var(--white);
  padding-bottom: 10px;
  font-weight: 700;
}

.tesimonials-left {
  display: flex;
}

.paragraph-text-2 {
  color: var(--black);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.slide-pane-master {
  padding: 35px;
}

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

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

.para-2.para-white {
  color: #fdfdfd;
  font-size: 16.5px;
  line-height: 28px;
}

.section-2-img-full-2 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2-text-content-2 {
  background-image: linear-gradient(0deg, var(--primary), var(--secondary));
  width: 50%;
  padding: 50px 0;
}

.default-btn-2 {
  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-2:hover {
  transform: scale(.95);
}

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

.default-btn-2.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

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

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

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

.footer-section-2 {
  background-color: var(--black);
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.foot-link-lower {
  color: #fff;
  text-decoration: none;
}

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

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

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

.fs-cc-banner_button-2 {
  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-2.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

.header-social-icon-2 {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.8em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon-2:hover {
  color: #ee0606;
  background-color: #0000;
}

.header-social-icon-2.margin-right-none {
  color: #fff;
  width: auto;
  height: auto;
  margin-right: 28px;
  font-size: 1.8em;
}

.header-social-icon-2.margin-right-none:hover {
  background-color: #0000;
}

.header-social-icon-2.margin-right-none.l {
  font-family: "Fa brands 400", sans-serif;
}

.footer-col-2.large {
  margin-right: 60px;
}

.image-2 {
  width: 400px;
}

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

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

.footer-p {
  color: #fff;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 32px;
}

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

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

.footer-section-title.white {
  color: #fff;
  text-transform: uppercase;
  font-family: Flatit Quiet Sans, Verdana, sans-serif;
  font-size: 1.8em;
}

.footer-link-2 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.footer-copy-text {
  color: #b7b5b5;
  text-align: right;
  border-bottom: 1px #dfdfdf;
  max-width: 800px;
  padding-bottom: 0;
  font-size: 16px;
}

.text-span {
  font-family: Flatit Quiet Sans, Verdana, sans-serif;
  font-size: 30px;
  position: absolute;
  inset: auto auto auto -50px;
}

.service-light-text {
  color: var(--white);
  font-size: .9rem;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.service-light-text:hover {
  color: #fff;
}

.service-top-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: flex;
}

.service-top-image._1 {
  background-image: url('../images/UTF-818-02axwell-park-road-7.webp');
  background-position: 65%;
}

.service-top-image._2 {
  background-image: url('../images/02.webp');
}

.service-top-image._3 {
  background-image: url('../images/rightbuild3.webp');
  background-position: 50% 26%;
}

.service-top-image._4 {
  background-image: url('../images/Shibdon-View.webp');
}

.service-paragraph {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7rem;
}

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

.service-link:hover {
  transform: scale(1.2);
}

.service-number {
  color: var(--white);
  text-shadow: 0 8px 7px #8b8b8b69;
  justify-content: center;
  align-items: center;
  width: 70px;
  margin-top: -20px;
  margin-right: 30px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  display: flex;
  position: relative;
  left: 5px;
}

.service-div {
  height: auto;
  text-decoration: none;
}

.arrow {
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.service-header {
  color: var(--black);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Flatit Quiet Sans, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.service-box-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-holder {
  position: relative;
}

.div-block {
  flex-flow: column;
  margin-top: auto;
  display: flex;
}

.quote-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.quote-link.brand {
  margin-right: 20px;
  font-weight: 400;
}

.quote-icon {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-flex;
}

.quote-icon.br {
  font-family: "Fa brands 400", sans-serif;
}

.quote-icon.br.yell {
  background-image: url('../images/yell.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.quote-icon.br.fmb {
  background-image: url('../images/fnb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.dropdown-toggle-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

._3x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

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

.div-block-2 {
  margin-top: 20px;
  display: flex;
}

.ddlink {
  background-color: var(--white);
  font-size: 16px;
  transition: all .2s;
}

.ddlink:hover {
  background-color: var(--light-grey);
}

.ddlink.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.ddlink.bot {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ddlink.bot.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.ddlink.top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ddlink.top.w--current {
  background-color: var(--primary);
  color: var(--white);
  font-weight: 600;
}

.image-3 {
  background-image: url('../images/Asset-1.svg');
  background-position: 0 0;
  background-size: 310px;
  width: 260px;
  height: 20px;
  margin-top: -19px;
}

.sm-link {
  color: var(--secondary);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.image-4 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.text-span-2 {
  margin-top: 20px;
  font-size: 40px;
  line-height: 43px;
  display: inline-block;
}

.hyperlink {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.hyperlink.w {
  color: var(--white);
  text-decoration: underline;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.code-embed {
  width: 100%;
}

.image-5 {
  filter: invert();
}

.text-block-5 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-3 {
  background-color: #00000054;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.div-block-3._0 {
  margin-bottom: 0;
}

.image-6 {
  width: 140px;
  margin-left: 40px;
}

.slider-3 {
  background-color: #0000;
  min-height: 500px;
}

.bullet-block-2 {
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 5px #00000030;
}

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

.p-dark-2 {
  color: #fff;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  font-size: 16px;
  line-height: 28px;
}

.p-dark-2.b {
  color: #1b2022;
}

.devider-line {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider--comparison {
  position: absolute;
  inset: 0%;
}

.runner {
  cursor: grab;
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
}

.div-block-27 {
  background-color: #c2c2c2;
  width: 12px;
  height: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.after-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.after-image-inner {
  background-image: url('../images/after.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.container--full {
  border-radius: 10px;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.before-image {
  background-image: url('../images/Before.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.after-wrapper {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hidden-l-ine {
  width: 100%;
  position: relative;
  top: -80px;
}

@media screen and (min-width: 1440px) {
  .container--full {
    height: 70vh;
  }
}

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

  .mask {
    width: 100%;
  }

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

  .test-slider {
    position: static;
  }

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

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

  .slider-2 {
    width: 100%;
  }

  .contact-right {
    position: static;
  }

  .container--full {
    height: 70vh;
  }
}

@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 {
    color: var(--black);
    background-color: #0000;
  }

  .dropdown-menu-link:hover {
    color: var(--black);
  }

  .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;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    position: static;
  }

  .nav-link {
    background-color: var(--primary);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
  }

  .header-social-icon {
    background-color: var(--white);
    color: var(--black);
    border-right: 1px solid #3535353d;
    width: 33.3%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

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

  .header-social-icon.margin-right-none {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
  }

  .header-social-icon.margin-right-none:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .dropdown-link {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown-link.no-border {
    background-color: var(--primary);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown-link.no-border:hover {
    background-color: var(--secondary);
  }

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

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

  .nav-toggle.w--open {
    background-color: var(--white);
  }

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

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

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    width: 90%;
  }

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

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

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

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

  .default-btn {
    margin-right: auto;
  }

  .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: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

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

  .right-section.padd {
    margin-top: 40px;
  }

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

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

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

  .bullet-list-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

  .inner-text-content {
    width: 90%;
    margin: 60px auto;
  }

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

  .container-fluid.display-flex.img {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .heading-3-cta-section {
    background-image: linear-gradient(#167eb173, #167eb173);
    background-position: 0 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .heading-3-text {
    text-align: center;
    font-size: 21px;
  }

  .h3-cta-btns {
    padding-top: 20px;
  }

  .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-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .left-arrow {
    background-color: var(--primary);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

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

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .right-arrow {
    background-color: var(--primary);
    inset: auto 0% -25% auto;
  }

  .text-block-3 {
    color: var(--white);
  }

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

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

  .slider-2 {
    position: relative;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .list-item {
    align-items: center;
  }

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

  .lb {
    min-height: 200px;
    max-height: 200px;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .header-text-header {
    font-size: 2.5rem;
  }

  .header-text-header.slide-in {
    line-height: 38px;
  }

  .pre-header-text {
    font-size: .875rem;
  }

  .home-header-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .h1-span.long {
    font-size: 53px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 2rem;
  }

  .home-header-left {
    max-width: 100%;
  }

  .grid-4-col {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .button-2 {
    display: block;
  }

  .button-2.main {
    display: none;
  }

  .button-2.top {
    display: block;
  }

  .button-2.nav {
    display: none;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navmenu-inside-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .nav-links-wrapper.svs {
    width: 100%;
    margin-left: 0;
  }

  .nav_manu_wrapper {
    background-color: #070a11;
    background-image: radial-gradient(circle closest-corner, #1d2939, #ffffff0f);
    padding-left: 35px;
  }

  .slider {
    width: 90vw;
    max-width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .grid-2-col, .grid-2-col._4-6-col {
    grid-template-columns: 1fr;
  }

  .section-title-header.slide-in {
    width: 100%;
    max-width: 100%;
  }

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

  .section-testimonials {
    background-image: linear-gradient(#0000008c, #0000008c);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-pane-master {
    padding-left: 0;
    padding-right: 60px;
  }

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

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

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

  .footer-section-2 {
    padding-bottom: 60px;
  }

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

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

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

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

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

  .footer-p {
    font-size: 1.25em;
  }

  .footer-section-title.white {
    font-size: 18px;
  }

  .footer-link-2 {
    font-size: 15px;
  }

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

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

  .service-div {
    width: 100%;
  }

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

  ._3x1 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .ddlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .ddlink:hover, .ddlink.bot, .ddlink.bot.w--current {
    border-radius: 0;
  }

  .ddlink.top {
    border-radius: 0;
    width: 100%;
  }

  .sm-link {
    margin-bottom: 10px;
  }

  .text-span-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .bullet-block-2 {
    padding: 20px;
  }

  .container--full {
    height: 70vh;
  }
}

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

  .announcement-bar {
    position: static;
  }

  .container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .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-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 40px;
    display: flex;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .hero-slider {
    min-height: 600px;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

  .section-design-1-h1 {
    background-image: linear-gradient(#0000008c, #0000008c);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .btn-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

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

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

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

  .card-bullet._2x1._20b {
    width: 100%;
  }

  .bullet-list-services {
    background-image: linear-gradient(#0000008c, #0000008c);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-list-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .card-bullet-item.bubble {
    width: 100%;
  }

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

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

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

  .services-section {
    padding-top: 60px;
  }

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

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

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

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

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

  .h1 {
    font-size: 38px;
  }

  .p {
    margin-bottom: 20px;
  }

  .h2 {
    font-size: 37px;
  }

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

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

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

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

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

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

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

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

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

  .contact-right {
    width: 95%;
    position: static;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical.margin-medium {
    margin-top: 1.95rem;
    margin-bottom: 1.95rem;
  }

  .margin-vertical.left {
    margin-top: 20px;
  }

  .header-text-header {
    font-size: 3.2rem;
  }

  .header-text-header.slide-in {
    margin-top: 10px;
  }

  .btn {
    font-size: 1rem;
  }

  .btn.btn-orange {
    display: inline;
  }

  .home-header-bottom {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-header-left {
    text-align: center;
  }

  .category-cards._0 {
    padding: 20px;
  }

  .grid-4-col {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-3 {
    padding-top: 0;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
  }

  .navmenu-inside-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 20px 20px 20px 0;
  }

  .menu-lottie {
    width: 60px;
    height: 60px;
    position: absolute;
    inset: -8% 0% 0% -9%;
  }

  .nav_manu_wrapper {
    background-color: #070a11;
    background-image: radial-gradient(circle closest-corner, #1d2939, #ffffff0f);
    border-radius: 20px;
  }

  .slider {
    max-width: 100%;
    height: 400px;
    margin-right: 0;
  }

  .testimony-avatar {
    top: 13px;
    left: 204px;
  }

  .tesimonials-right.slide-in_200 {
    display: block;
  }

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

  .section-testimonials {
    background-image: linear-gradient(#0000008c, #0000008c);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .slider-arrow-2 {
    top: 85%;
    left: 20%;
    right: auto;
    transform: rotate(-90deg);
  }

  .slider-arrow-2.bottom {
    top: 85%;
    left: auto;
    right: 20%;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slide-pane-master {
    padding: 5px;
  }

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

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

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

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

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

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

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

  .footer-col-2 {
    text-align: center;
  }

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

  .quote-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

  .div-block-3 {
    width: 100%;
  }

  .image-6 {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px 20px;
  }

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

  .container.announcement-container {
    padding-top: 1px;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    line-height: 17px;
  }

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

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

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 85%;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button.book-today {
    width: 37%;
  }

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

  .hero-slider {
    min-height: 750px;
  }

  .hero-text {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

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

  .top-text {
    margin-bottom: 10px;
    line-height: 1.7;
  }

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

  .right-section {
    margin-bottom: 20px;
  }

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

  .inner-img.home1 {
    min-height: 300px;
  }

  .card-bullet.inline.c, .card-bullet._2x1 {
    grid-template-columns: 1fr;
  }

  .top-title-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-2-title.heading-white {
    margin-bottom: 10px;
  }

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

  .bullet-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 5px;
  }

  .inner-text-content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
  }

  .section-2-text-content {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

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

  .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;
    width: 70%;
    padding-top: 0;
    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-desc {
    line-height: 12px;
  }

  .footer-col {
    margin-top: 30px;
  }

  .contact-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    line-height: 1.4;
  }

  .footer-copy {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .services-section {
    padding: 40px 0;
  }

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

  .service-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quote-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 {
    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: 40px;
    overflow: hidden;
  }

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

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

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

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

  .slider-2 {
    width: 100%;
  }

  .image {
    object-fit: contain;
  }

  .h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .p {
    font-size: 14px;
    line-height: 23px;
  }

  .h2 {
    margin-top: 0;
    font-size: 24px;
  }

  .h2.a {
    margin-left: auto;
    margin-right: auto;
  }

  .p-dark.c {
    text-align: left;
  }

  .slide-nav-2 {
    display: none;
  }

  .button-div {
    flex-direction: column;
  }

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

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

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

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

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

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

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

  .bottom-container {
    align-items: center;
  }

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

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

  .lb {
    min-height: 160px;
    max-height: 160px;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small {
    margin-top: 2.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .header-text-header {
    font-size: 2.7rem;
  }

  .header-text-header.slide-in {
    font-size: 50px;
  }

  .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-header-bottom {
    flex-direction: column;
    place-items: center;
  }

  .h1-span.long {
    font-size: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .home-header-left {
    margin-top: 50px;
  }

  .category-cards {
    width: 100%;
    min-height: 300px;
  }

  .category-cards._0 {
    padding: 10px;
  }

  .category-cards.form {
    border-radius: 20px;
    padding: 10px;
  }

  .grid-4-col {
    border-radius: 20px;
    grid-template-rows: .25fr;
    padding: 10px;
  }

  .card-heading {
    margin-top: 10px;
  }

  .card-wrapper {
    width: 100%;
    position: relative;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .orange-bead {
    display: none;
  }

  .brand-2 {
    padding-left: 0;
  }

  .brand-2.w--current {
    grid-column-gap: 0px;
    width: 170px;
    padding-left: 0;
  }

  .button-2.top {
    margin-top: 0;
  }

  .menu-lottie {
    background-color: #e2e2e2;
    border-radius: 100px;
  }

  .menu-lottie.h {
    background-color: #fff;
  }

  .logo-txt-large {
    font-size: .7rem;
  }

  .button-txt {
    font-size: 1rem;
  }

  .logo-txt-small {
    font-size: .5rem;
  }

  .slider {
    width: 90vw;
    max-width: 100%;
    height: 500px;
  }

  .slider-pane {
    width: auto;
  }

  .testimony-avatar {
    margin-bottom: -33px;
    position: relative;
    top: -47px;
    left: 0;
  }

  .slider-pane_content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 28px;
    box-shadow: 1px 5px 18px -11px #00000021;
  }

  .section-title-header {
    text-align: center;
  }

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

  .section-testimonials {
    padding: 40px 20px;
  }

  .slider-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    transform: rotate(-90deg);
  }

  .slider-arrow-2.bottom {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .slider-mask {
    width: auto;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .paragraph-text-2 {
    font-size: 1rem;
  }

  .slide-pane-master {
    padding: 5px;
  }

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

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

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

  .footer-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1.25fr;
    padding-bottom: 20px;
  }

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

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

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

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

  .footer-col-2 {
    text-align: left;
    width: 100%;
  }

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

  .image-2 {
    width: 100%;
  }

  .footer-section-title.white {
    font-size: 1.6em;
  }

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

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

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

  .service-number {
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
  }

  .service-div {
    height: auto;
  }

  .service-header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

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

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

  .quote-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .quote-icon.br {
    font-size: 23px;
  }

  ._3x1 {
    width: 100%;
  }

  .image-3 {
    margin-top: -9px;
  }

  .text-span-2 {
    margin-top: 0;
    font-size: 23px;
    line-height: 26px;
  }

  .slider-3 {
    min-height: 300px;
  }

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

  .container--full {
    height: 30vh;
  }
}

#w-node-eae4ba67-bb24-cff5-4193-6c8fc1a63094-73af3b0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a595b2a-ed3b-f032-ff9d-a634896e24ca-73af3b0a, #w-node-d970f88a-587e-ec20-dbbf-86a2e39d5be2-73af3b0a, #w-node-_3e083f96-96a7-1b71-9696-2584b451d3a8-73af3b0a, #w-node-df88ce22-b1cb-26ac-3679-4e6e2f340f69-73af3b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aeeeec15-4d3c-fd3f-d14f-3f3a729494fe-73af3b0a, #w-node-b47e163b-926b-e472-67f6-b5d33bb9219a-73af3b0a, #w-node-_5a0ed1e4-9eb5-2eb1-1b1f-31ee11ff11b0-73af3b0a, #w-node-e86e536b-f0dc-f148-9376-323e25fdb61a-73af3b0a, #w-node-e97844fb-22a0-2599-34b8-9b602b6e2d28-73af3b0a, #w-node-_856d1d1d-e570-72fb-a7ac-8c9a5ecd8ee3-73af3b0a, #w-node-_3b994ccd-9479-fe0f-3193-75ade28dbaa4-73af3b0a, #w-node-_884b6283-a576-de13-4c00-bd0b8305af91-73af3b0a, #w-node-a90d633c-954d-3eb6-789d-3390b88a8b78-73af3b0a, #w-node-_1444d3b6-6e1d-e9a5-63f2-b18f859f5083-73af3b0a, #w-node-_37956902-436e-678e-578a-ac0d6313203b-73af3b0a, #w-node-_6ff02ba0-ec59-f7c8-4b92-c6f33b8e152a-73af3b0a, #w-node-_35ad8781-45dd-3324-91d0-35eae2288458-73af3b0a {
  justify-self: start;
}

#w-node-c532471a-e62f-c724-d07a-f213788a5f33-73af3b0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894221-09026953 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center start;
}

#w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894224-09026953, #w-node-_5a83afe5-7d4a-f791-979c-116ca56345db-09026953, #w-node-_6ba111d1-5219-0894-6aa4-bfffc16b4a80-09026953, #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894243-09026953 {
  place-self: start;
}

#w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce89426a-09026953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80d74071-0a26-7881-605a-da62bbfb26f1-73af3b0c, #w-node-_80d74071-0a26-7881-605a-da62bbfb26f6-73af3b0c, #w-node-_80d74071-0a26-7881-605a-da62bbfb26fb-73af3b0c, #w-node-_80d74071-0a26-7881-605a-da62bbfb2700-73af3b0c, #w-node-_14473214-46eb-f8fd-39bb-b0de1294735c-73af3b0d, #w-node-_14473214-46eb-f8fd-39bb-b0de12947361-73af3b0d, #w-node-_14473214-46eb-f8fd-39bb-b0de1294736b-73af3b0d {
  justify-self: start;
}

#w-node-e4ce80ed-4420-ccbe-3a59-22d7592bbb56-73af3b0d, #w-node-e4ce80ed-4420-ccbe-3a59-22d7592bbb5e-73af3b0d {
  place-self: auto;
}

#w-node-d9b0ff03-c757-41ca-3bf1-8f9dc579f470-73af3b0e, #w-node-d9b0ff03-c757-41ca-3bf1-8f9dc579f475-73af3b0e, #w-node-d9b0ff03-c757-41ca-3bf1-8f9dc579f47a-73af3b0e, #w-node-d9b0ff03-c757-41ca-3bf1-8f9dc579f47f-73af3b0e, #w-node-cb70731e-8ada-1965-1277-9c6ed47f5f22-73af3b11 {
  justify-self: start;
}

#w-node-_58ab0cd4-6c97-f867-0a99-66ec603c9b14-73af3b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_58ab0cd4-6c97-f867-0a99-66ec603c9b31-73af3b11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_58ab0cd4-6c97-f867-0a99-66ec603c9b4e-73af3b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_84114a98-bdf9-10f5-d7d2-d436d06f5136-73af3b11 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto;
}

#w-node-b78f557d-4036-708b-b315-4c8c6737b048-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b04d-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b052-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b057-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b05c-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b061-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b066-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b06b-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b070-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b075-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b07a-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b07f-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b084-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b089-73af3b11, #w-node-b78f557d-4036-708b-b315-4c8c6737b08e-73af3b11 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-eae4ba67-bb24-cff5-4193-6c8fc1a63094-73af3b0a, #w-node-_5a595b2a-ed3b-f032-ff9d-a634896e24ca-73af3b0a, #w-node-d970f88a-587e-ec20-dbbf-86a2e39d5be2-73af3b0a, #w-node-_3e083f96-96a7-1b71-9696-2584b451d3a8-73af3b0a, #w-node-df88ce22-b1cb-26ac-3679-4e6e2f340f69-73af3b0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894221-09026953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce89426a-09026953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_58ab0cd4-6c97-f867-0a99-66ec603c9b31-73af3b11, #w-node-_84114a98-bdf9-10f5-d7d2-d436d06f5136-73af3b11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eae4ba67-bb24-cff5-4193-6c8fc1a63094-73af3b0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894221-09026953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894224-09026953, #w-node-_5a83afe5-7d4a-f791-979c-116ca56345db-09026953, #w-node-_6ba111d1-5219-0894-6aa4-bfffc16b4a80-09026953, #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894243-09026953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85135309-f86c-23fd-96f5-f7646dbe39b2-73af3b0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894221-09026953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894224-09026953, #w-node-_5a83afe5-7d4a-f791-979c-116ca56345db-09026953, #w-node-_6ba111d1-5219-0894-6aa4-bfffc16b4a80-09026953, #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce894243-09026953 {
    justify-self: start;
  }

  #w-node-e4914c6d-7a4b-26aa-cc7c-03c3ce89426a-09026953 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-b7783d9a-6b01-c0c6-38f5-0a2aefd58738-73af3b0b, #w-node-e45006a0-0321-692f-cff7-aab4b6b979b6-73af3b0c, #w-node-_5c431de1-18fd-7459-b1e8-981ddf6b177e-73af3b0d, #w-node-a4780fc3-7b31-014c-1eb6-39b0b7b807ba-73af3b0e, #w-node-_5628128a-0982-7459-9254-9077d80f872f-73af3b11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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;
}
@font-face {
  font-family: 'Flatit';
  src: url('../fonts/Flatit--QuietSansExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatit Quiet Sans';
  src: url('../fonts/Flatit--Quiet-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatit';
  src: url('../fonts/Flatit--QuietSansLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatit';
  src: url('../fonts/Flatit--QuietSansExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatit';
  src: url('../fonts/Flatit--QuietSansSemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flatit';
  src: url('../fonts/Flatit--QuietSansRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}