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

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

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

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

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  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: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Azosans;
  src: url('../fonts/AzoSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: #fff;
  --black: black;
  --primary: #82c8e5;
  --silver: #b7b5b5;
  --secondary: #537a8a;
  --pale-grey: #ddd;
  --transparent: #fff0;
  --cookies-bg: #0009;
  --third: #400;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.body {
  background-color: var(--white);
  font-family: Azosans, Arial, sans-serif;
}

.banner-header {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: uppercase;
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 56px;
  display: block;
}

.p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Azosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.p._2 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding-bottom: 10px;
  line-height: 2;
}

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

.p.norm {
  font-weight: 400;
}

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

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

.body-section {
  color: var(--black);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.body-section.white {
  border-top: 1px solid var(--silver);
  background-color: #e8f8ff;
  position: relative;
}

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

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

.container.banner {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

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

.hero-bg-grad {
  color: var(--black);
  background-image: linear-gradient(90deg, #25272973, #fff0);
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.left-section {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .2s ease-in-out;
}

.small-sub {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.para {
  color: var(--white);
  width: 40%;
  margin-bottom: 10px;
  font-family: Azosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.para._60 {
  width: 60%;
}

.para.b {
  color: var(--black);
  width: 100%;
}

.img-div {
  box-shadow: -10px 10px 0 0 var(--primary);
  background-image: url('../images/Gallery5.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  display: flex;
}

.img-div.home1 {
  background-image: url('../images/Gallery1.webp');
  background-position: 50% 0;
  min-height: 450px;
}

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

.inner-img.sv1 {
  background-image: url('../images/img5.webp');
}

.inner-img.sv2 {
  background-image: url('../images/img4.webp');
}

.inner-img.sv3 {
  background-image: url('../images/Paintless-Dent-Repair-scaled.webp');
}

.inner-img.sv5 {
  background-image: url('../images/Gallery6_1.webp');
  background-position: 50% 0;
}

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

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

.right-side.content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.right-side._w-100 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.instagram-live-feed {
  background-color: var(--white);
  width: 100%;
  margin-top: 40px;
}

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

.footer-copy-text {
  color: var(--silver);
  text-align: right;
  border-bottom: 1px #dfdfdf;
  max-width: 800px;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Azosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

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

.footer-link.a {
  color: var(--black);
  display: inline-block;
}

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

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

.footer-section-title.white {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 700;
}

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

.footer-copy {
  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: 100px;
  display: flex;
}

.footer-p {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.footer-p.b {
  font-weight: 500;
}

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

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

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

.header-social-icon.margin-right-none {
  color: var(--white);
  width: auto;
  height: auto;
  margin-right: 20px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.5em;
}

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

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

.full-width-image-section.para-img {
  background-image: linear-gradient(90deg, #25272973, #fff0), url('../images/About-Us.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.para-img.svs {
  background-image: linear-gradient(#0009, #0009), url('../images/About-Us.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.full-width-image-section.para-img.svs._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gallery6_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

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

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

.co-logo {
  width: 150px;
}

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

.logo-link {
  background-color: var(--white);
  border-radius: 12px;
  width: auto;
  margin-bottom: -120px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16.5px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.dropdown-link:hover {
  background-color: var(--primary);
  color: var(--black);
  -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  margin-left: -32px;
  margin-right: -37px;
  padding-left: 70px;
  padding-right: 0;
  font-weight: 500;
}

.dropdown-link.w--current {
  background-color: var(--primary);
  color: var(--white);
  -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  margin-left: -32px;
  margin-right: -37px;
  padding-left: 70px;
  padding-right: 0;
}

.contact-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  display: flex;
}

.service-nav-text {
  margin-right: 18px;
  transition: all .35s ease-in-out;
}

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

.contact-section {
  z-index: 100;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
}

.nav-link {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

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

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

.nav-link.dropdown {
  padding-left: 0;
  padding-right: 0;
}

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

.banner-red {
  color: var(--primary);
  margin-left: 0;
}

.h1 {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

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

.h1.w.prev {
  z-index: 2;
  font-size: 120px;
  line-height: 110px;
  position: absolute;
}

.h1.ab {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 48px;
}

.h1.projects {
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 100px auto;
  font-size: 70px;
}

.h1._w-copy {
  color: var(--white);
}

.h1._w-copy.prev {
  z-index: 2;
  font-size: 120px;
  line-height: 110px;
  position: absolute;
}

.h1-red {
  color: var(--primary);
}

.h1-red._2 {
  font-size: 48px;
}

.gallery-hover {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.project1 {
  background-color: var(--primary);
  border-radius: 16px;
  height: 450px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 1px 1px 3px #000000bf;
}

.project1._2 {
  background-color: var(--secondary);
  height: 550px;
}

.project1._3 {
  background-color: var(--silver);
  height: 650px;
}

.project1._4 {
  background-color: var(--black);
  height: 750px;
}

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

.gallery-head {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

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

.white-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.white-section._100 {
  background-color: var(--primary);
  color: var(--white);
  padding-bottom: 100px;
}

.white-section._0 {
  padding-top: 20px;
}

.white-section._200px {
  padding-top: 200px;
}

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

.h2.b-30 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
}

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

.h3-large.b-30 {
  color: var(--white);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.h3-large.b-30.b {
  color: var(--black);
}

.image {
  width: 200px;
}

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

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

.list-head {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

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

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

.comment-column {
  border: 2px solid #c61f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 420.009px;
  height: 685px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
}

.comment-column._2 {
  background-color: var(--secondary);
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
  padding: 20px;
}

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

.timeline {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

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

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

.foot-link-lower {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}

.form {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
}

.top-links {
  color: var(--black);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

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

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

.font-awsome.email {
  font-family: Fa6 solid, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.top-div-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 92%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.background-image {
  background-image: linear-gradient(#00000059, #00000059), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 550px;
}

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

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

.hyperlink.white {
  box-shadow: inset 0 -3px 0 0 var(--primary);
  color: var(--white);
  font-weight: 700;
}

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

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

.content-section.orange {
  background-color: var(--primary);
}

.bold-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.1;
}

.h3 {
  color: var(--white);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

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

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

.h3-logo {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

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

.top-links-2 {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.service-nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

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

.button-fill-2:hover {
  color: #fff;
  background-color: #f91818;
  border-width: 1.5px;
  border-color: #f91818;
}

.button-fill-2.header {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-property: all;
  transition-duration: .45s;
}

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

.top-container-black-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-navlink-2 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16.5px;
  font-weight: 400;
  transition: all .45s ease-in-out;
}

.service-navlink-2:hover, .service-navlink-2.w--current {
  color: var(--primary);
}

.service-navlink-2.dropdown {
  padding-left: 0;
  padding-right: 0;
}

.co-logo-2 {
  width: 200px;
}

.service-banner {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Headlight_1.webp');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 140px;
  display: flex;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Azosans, Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 0;
  display: flex;
}

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

.areas-we-coverr-section {
  width: 100%;
  margin-top: 20px;
}

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

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

.areas-list-item.areas-list-flex {
  color: var(--black);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.font-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  display: flex;
}

.google-maps {
  width: 100%;
  margin-top: 25px;
  font-size: 15px;
}

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

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

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

.text-block {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.contact-page-link {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.form-new {
  color: var(--white);
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

.sitemap-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.sitemap-list.c {
  justify-content: flex-start;
  align-items: center;
}

.sitemap-link {
  color: #353535;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-text {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  transition: color .45s ease-in-out;
}

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

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.nav-underline {
  width: 0;
}

.btn-underline.nav-underline.sitempa {
  background-color: #282828;
}

.list {
  padding-left: 0;
}

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

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

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

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

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

.buttons.dark {
  border-style: none;
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--black);
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Azosans, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  transform: skew(-25deg);
}

.buttons.dark:hover {
  background-color: var(--black);
  color: var(--white);
}

.buttons.dark.w--current:hover {
  background-color: var(--black);
}

.buttons.dark.a {
  margin-top: 20px;
}

.buttons.dark._10 {
  margin-top: 10px;
}

.buttons._2 {
  border-style: solid;
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Azosans, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
  transform: skew(-25deg);
}

.buttons._2:hover {
  border: 1px solid var(--black);
  color: #fff;
  background-color: #000;
}

.buttons._2.w--current {
  border-color: var(--black);
  color: var(--black);
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  margin-right: 0;
  padding: 16px 40px;
  font-family: Azosans, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  transform: skew(-25deg);
}

.buttons.banner:hover {
  background-color: var(--black);
  border-style: none;
  border-color: #53d7db;
}

.buttons.black {
  border-style: none;
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Azosans, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  transform: skew(-25deg);
}

.buttons.black:hover {
  background-color: var(--secondary);
}

.buttons.black.w--current:hover {
  background-color: var(--black);
}

.buttons.white {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
  transform: skew(-25deg);
}

.buttons.white {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Azosans, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
  transform: skew(-25deg);
}

.buttons.white:hover {
  border: 1px solid var(--black);
  color: #fff;
  background-color: #000;
}

.buttons.white.w--current {
  border-color: var(--black);
  color: var(--black);
}

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

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

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

.top-text.cta {
  color: var(--primary);
  text-align: left;
  text-align: left;
  padding-bottom: 0;
}

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

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

.lottie-animation {
  color: var(--white);
  width: auto;
  height: auto;
  font-size: 4em;
}

.btn-group {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 260px;
}

.testimonials {
  width: 100%;
}

.dropdown-toggle {
  color: var(--white);
  transition: all .3s;
}

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

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 40px;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.button:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
  transform: translate(0, -5px);
}

.button.email {
  border-color: var(--primary);
  background-color: var(--transparent);
  color: var(--primary);
  margin-left: 20px;
}

.button.email:hover {
  border-color: var(--white);
}

.button.dark {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

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

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

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

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

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

.fs-cc-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: var(--white);
  margin-right: 24px;
}

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

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

.fs-cc-prefs_text {
  color: var(--black);
  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-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--primary);
  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: var(--primary);
  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(--primary);
  color: var(--primary);
  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(--primary);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  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: none;
  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-banner_close {
  background-color: var(--white);
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

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

.form-white-bg {
  color: var(--black);
  background-color: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

.section-tittle-2.cta {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.z {
  flex-flow: row;
  display: flex;
}

.contact-left {
  width: 30%;
  max-width: 420px;
}

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

.form-2 {
  width: 100%;
}

.cta-text-2 {
  color: var(--primary);
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-span {
  display: block;
  transform: skew(25deg);
}

.text-span.service {
  transform: none;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.div-block {
  width: 100%;
  height: 20px;
}

.div-block.b {
  background-color: var(--primary);
}

.div-block.bl {
  background-color: var(--black);
}

.div-block.w {
  border: 2px #000;
}

.div-block-2 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-3 {
  border: 1px solid var(--secondary);
  background-color: var(--silver);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 0;
  display: flex;
}

.div-block-3.b {
  background-color: var(--cookies-bg);
}

.div-block-4 {
  flex-flow: wrap;
  display: flex;
}

.div-block-4.a {
  border-radius: 7px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px #00000045;
}

.div-block-5 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.card_heading {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.grid_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  column-count: 2;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 40px;
  width: 100%;
}

.grid_wrapper.z {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  column-count: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_wrapper.z._2 {
  grid-template-columns: 1fr 1fr;
}

.grid_text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1e211e;
  flex-flow: column;
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.grid_text-wrap._0t {
  margin-top: 0;
  padding-bottom: 0;
}

.grid_card {
  z-index: 1;
  border-radius: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 684px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid_card.card_2 {
  background-image: url('../images/HomeNew_1.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  width: 100%;
  min-height: 450px;
}

.grid_card.card_1 {
  background-image: url('../images/Gallery10_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  width: 100%;
  min-height: 450px;
}

.grid_card.card_3 {
  background-image: url('../images/Wheel_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  width: 100%;
  min-height: 450px;
}

.grid_card.card_4 {
  background-image: url('../images/Gallery7_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  width: 100%;
  min-height: 450px;
}

.card_para {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Azosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.card_para._0 {
  margin-bottom: 0;
}

.card_para._0.b {
  font-weight: 400;
}

.card_inner-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.card_inner-flex._2, .card_inner-flex._1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.card_inner-flex._1._0b, .card_inner-flex._0b {
  margin-bottom: 0;
}

.text-block-2 {
  background-color: var(--primary);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 45px;
  font-weight: 900;
  display: flex;
  transform: skew(0deg, -15deg);
  box-shadow: 0 2px 5px #0003;
}

.text-block-2.t {
  min-height: 200px;
  max-height: 200px;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.text-block-2.t.w {
  background-color: var(--white);
  color: var(--secondary);
}

.text-block-2.t.w.a {
  font-family: Azosans, Arial, sans-serif;
}

.div-block-6 {
  display: flex;
}

.div-block-6._2 {
  padding-bottom: 20px;
  overflow: hidden;
}

.text-span-3 {
  line-height: 34px;
  transform: skew(0deg, 15deg);
}

.dow {
  border: 1px none var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 14.2857%;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.div-block-7 {
  width: 100%;
  padding: 20px;
}

.div-block-7._0 {
  margin-bottom: 0;
  padding: 10px 20px;
}

.div-block-7._2 {
  overflow: hidden;
}

.div-block-7._2.a {
  padding-top: 10px;
}

.today {
  color: var(--primary);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.today._2 {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.today._2.a {
  color: var(--black);
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
}

.data {
  color: var(--black);
}

.text-span-4 {
  margin-left: auto;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.ico {
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.life_section {
  height: 150vh;
}

.life_container {
  justify-content: center;
  align-items: center;
  padding-top: 16.5rem;
  padding-bottom: 16.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.life_p {
  z-index: 1;
  color: #1f4d63;
  text-align: center;
  letter-spacing: -4px;
  text-transform: capitalize;
  width: 81%;
  font-size: 70px;
  line-height: 140%;
  position: relative;
}

.life_line {
  width: 100%;
  position: absolute;
}

.ban-light {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 300;
}

.play-pause-button {
  display: none;
}

.accordion-label {
  color: var(--cookies-bg);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 120%;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 10vw;
}

.accordion-label.show-mvp {
  color: var(--primary);
  font-size: 55px;
  display: none;
}

.flex-fix {
  flex: 1;
}

.section-2 {
  width: 100%;
  height: 100%;
}

.vertical-text {
  z-index: 10;
  color: var(--white);
  letter-spacing: -.5px;
  min-width: 200px;
  margin-top: 100px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  transform: rotate(90deg);
}

.accordions {
  color: #fff;
  width: 80%;
  height: 80vh;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.image-container {
  z-index: -1;
  align-items: flex-end;
  width: 100%;
  height: 87vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.accordion-header {
  z-index: 10;
  opacity: 1;
  border-left: 1px solid #888585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.numbers {
  z-index: 10;
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.spacer {
  width: 100%;
  height: 60px;
}

.image-cover {
  opacity: 1;
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  max-height: 80vh;
}

.accordion {
  background-color: var(--cookies-bg);
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion.active {
  background-color: var(--transparent);
  width: 70%;
}

.project-bg {
  background-color: var(--primary);
}

.experience {
  background-color: var(--primary);
  color: var(--black);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.horizontal-line {
  background-color: #d8dddc;
  width: 100%;
  height: 1px;
}

.button-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.button-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.text-size-tiny-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-tiny-2.tab {
  font-size: .9rem;
}

.pricing-cta-info-link {
  color: #f0f5f4;
  letter-spacing: -.5px;
  flex: none;
  font-size: 18px;
  text-decoration: none;
}

.pricing-cta-info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  display: flex;
}

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

.clip {
  z-index: 10;
  flex-direction: column;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #d2d2cf;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.65rem;
  padding: .75rem .95rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button-3.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  border-style: none;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-3.is-icon.cta {
  z-index: 95;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #c90101;
  border-style: none;
  border-radius: 100rem;
  min-height: 3rem;
  margin-right: 15px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.pricing-cta-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(90deg, #19181fa1, #0003), linear-gradient(#13131647, #13131647), url('../images/About-Us.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 275px;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding: 12rem 6rem;
  display: grid;
}

.pricing-cta-content-wrapper.cta {
  background-image: linear-gradient(90deg, #19181fa1, #0003), url('../images/Home1_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 425px;
}

.pricing-cta-left-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-cta-section {
  z-index: 0;
  background-image: linear-gradient(#f8f8f800, #f8f8f8);
  position: relative;
}

.pricing-info-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.pricing-cta-title {
  color: #fdfdfd;
  letter-spacing: -2px;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.pricing-cta-info-label {
  color: #fdfdfd;
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.default-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  list-style-type: none;
  display: grid;
}

.default-list._3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.default-list._3.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-items {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.bullet-text.w {
  background-color: var(--white);
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 10px 5px 5px;
}

.bullet-text.w.z {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.fa-deer {
  background-color: var(--black);
  color: var(--primary);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  line-height: 0;
  display: flex;
}

.image-2 {
  width: 100%;
  height: auto;
  display: block;
}

.image-2._280 {
  object-fit: cover;
  object-position: 50% 15%;
}

.image-2._450 {
  object-fit: cover;
}

.btn-text {
  padding-bottom: 4px;
}

.btn-text.btn-black {
  color: #444;
}

.div-block-8 {
  flex-flow: column;
  width: 33.3%;
  display: flex;
}

.h2-2 {
  color: #c7a675;
  margin-top: 0;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2;
}

.h2-2.text-center {
  text-align: center;
  margin-bottom: 65px;
}

.h2-2.text-center.dark {
  color: var(--black);
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
}

.gallery-grid-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  column-count: 3;
  flex-flow: wrap;
  grid-template-rows: 350px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
  position: relative;
}

.home-gallery {
  padding: 100px 15px 60px;
}

.h-ll {
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  overflow: hidden;
}

.h-ll._2 {
  top: 0;
  left: 544px;
  right: 0;
}

.h-ll._9 {
  top: 1088px;
  left: 0;
}

.h-ll._8 {
  top: 910px;
  left: 1088px;
}

.h-ll._4 {
  text-decoration: none;
  top: 366px;
  left: 544px;
}

.h-ll._5 {
  top: 544px;
  left: 0;
}

.h-ll._7 {
  top: 725px;
  left: 544px;
}

.h-ll._6 {
  top: 544px;
  left: 1088px;
}

.h-ll._3 {
  left: 1088px;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.bottom-gallery-content {
  margin-top: 35px;
}

.btn {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-hover-color {
  background-color: #c7a675;
  width: 0;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  text-align: center;
  background-color: #c7a675;
  text-decoration: none;
}

.btn-underline-2 {
  object-fit: fill;
  background-color: #fff;
  height: 2px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline-2.btn-underline-black {
  background-color: #444;
}

.gallery-text {
  text-align: center;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

.container-3 {
  z-index: 1;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: 102px;
}

.container-3.fluid-padding {
  width: 92%;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  top: 0;
}

.btn-group-2.btn-black {
  color: #444;
}

.btn-group-2.btn-black.center-btn {
  text-align: center;
}

.link {
  color: var(--black);
  text-align: left;
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.text-span-5 {
  margin-left: 5px;
  font-family: "Fa Sharp 400", sans-serif;
  font-weight: 300;
}

.clients-image-three {
  aspect-ratio: auto;
  opacity: 1;
  max-height: 50px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
}

.clients-image-three.hilton {
  opacity: 1;
  filter: grayscale();
  max-height: 30px;
  margin-right: 60px;
}

.clients-image-three.travelodge {
  opacity: 1;
  filter: grayscale(200%);
  max-height: 45px;
  margin-right: 60px;
}

.clients-image-three.jet {
  opacity: 1;
  filter: grayscale();
  max-height: 60px;
  margin-right: 0;
}

.clients-image-three.transparency {
  filter: grayscale();
  max-height: 35px;
  margin-right: 60px;
}

.clients-image-three.more {
  opacity: .57;
  filter: invert();
  max-height: 45px;
}

.clients-image-three._45 {
  filter: grayscale();
  max-height: 45px;
  margin-right: 60px;
}

.logos-title-small {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.clients-wrapper-three {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-section {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.google-reviews {
  width: 100%;
}

.accordion-wrapper {
  width: 100%;
  margin-top: 0;
}

.accordion-item {
  color: var(--black);
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000040;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-12.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.paragraph {
  font-weight: 300;
}

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

.div-block-10._2 {
  margin-top: 20px;
}

.img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.img.sv1 {
  background-image: url('../images/paint-before.webp');
}

.img.sv1a {
  background-image: url('../images/paint-after.webp');
}

.img.sv2 {
  background-image: url('../images/img2.webp');
  background-position: 50% 28%;
}

.img.sv2a {
  background-image: url('../images/img4.webp');
}

.img.sv3 {
  background-image: url('../images/What-Is-PDR.webp');
}

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

.img.sv4 {
  background-image: url('../images/alloy2.webp');
}

.img.sv4a {
  background-image: url('../images/Wheel_1.webp');
}

.img.sv5 {
  background-image: url('../images/Gallery8_1.webp');
}

.img.sv5a {
  background-image: url('../images/Gallery3.webp');
  background-position: 50% 0;
}

.img.pdr {
  background-image: url('../images/What-Is-PDR.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

.img.pdr2 {
  background-image: url('../images/images.webp');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-3 {
  width: 160px;
  margin-bottom: 20px;
}

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

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

.prd-grid._2 {
  margin-top: 20px;
}

.fb-reviews {
  width: 100%;
  margin-top: 40px;
}

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

  .container {
    max-width: 1800px;
  }

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

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

@media screen and (max-width: 991px) {
  .banner-header {
    flex-direction: column;
    font-size: 48px;
    line-height: 46px;
  }

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

  .hero-bg-grad {
    height: 90vh;
  }

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

  .para, .para._60 {
    width: 100%;
  }

  .img-div {
    width: 100%;
    min-height: 400px;
    margin-bottom: 40px;
  }

  .img-div.home1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .inner-img {
    margin-top: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .icon-4 {
    color: var(--black);
    transform: none;
  }

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

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

  .menu-button.w--open {
    background-color: var(--primary);
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
    transform: skew(-25deg);
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 44px;
  }

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

  .project1 {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

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

  .top-div-2 {
    width: 95%;
  }

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

  .icon-5 {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #f94d18;
  }

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

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

  .service-navlink-2 {
    text-align: right;
    background-color: #000;
    width: 100%;
    font-size: 16px;
  }

  .service-banner {
    min-height: auto;
  }

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

  .google-maps {
    width: 100%;
  }

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

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

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

  .buttons.banner {
    justify-content: center;
    align-items: center;
    min-width: 190px;
    margin-left: 10px;
    display: flex;
  }

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

  .section.cta {
    padding: 60px 20px;
  }

  .btn-group {
    margin-bottom: 0;
  }

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

  .lb-img {
    height: 180px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

  .container-2.z {
    flex-flow: column;
  }

  .contact-left {
    width: 100%;
  }

  .text-span {
    transform: skew(25deg);
  }

  .text-span.service {
    transform: none;
  }

  .card_heading {
    letter-spacing: 0;
    font-size: 24px;
  }

  .grid_wrapper {
    flex-flow: column;
    display: flex;
  }

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

  .grid_wrapper.z._2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid_card.card_2, .grid_card.card_1, .grid_card.card_3, .grid_card.card_4 {
    min-height: 450px;
  }

  .card_para-wrap {
    max-width: none;
  }

  .accordion-label.show-mvp {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .accordions {
    display: none;
  }

  .pricing-cta-info-wrapper {
    width: 100%;
  }

  .pricing-cta-content-wrapper {
    grid-template-columns: 1fr;
  }

  .pricing-cta-content-wrapper.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-cta-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

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

  .div-block-8.z {
    flex-flow: row;
  }

  .h2-2.text-center.dark {
    margin-bottom: 40px;
    font-size: 42px;
  }

  .gallery-grid-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .home-gallery {
    padding-top: 60px;
  }

  .h-ll {
    width: 100%;
    position: static;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .clients-image-three.hilton, .clients-image-three.travelodge, .clients-image-three.jet, .clients-image-three.transparency {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .clients-image-three.more {
    margin-bottom: 0;
    margin-left: auto;
  }

  .clients-image-three._45 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .logos-title-small {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-wrapper-three {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

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

  .div-block-10 {
    grid-template-columns: 1fr;
  }

  .img.pdr, .img.pdr2 {
    height: 350px;
  }

  .prd-grid {
    grid-template-columns: 1.5fr 1fr;
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    letter-spacing: -1px;
    margin-top: 60px;
    font-size: 34px;
    line-height: 40px;
  }

  .p {
    font-size: 15.5px;
  }

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

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

  .hero-bg-grad {
    height: 80vh;
    padding-top: 60px;
  }

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

  .img-div {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .img-div.home1 {
    min-height: 400px;
    margin-top: 0;
  }

  .inner-img {
    margin-top: 40px;
  }

  .section-h1-wrapper.display-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .footer-col {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .full-width-image-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-width-image-section.para-img {
    min-height: auto;
  }

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

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

  .menu-button.w--open {
    transform: none;
  }

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

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

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

  .h2.b-30 {
    margin-top: 0;
    font-size: 34px;
    line-height: 38px;
  }

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

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

  .timeline {
    text-align: left;
  }

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

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

  .top-div-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hyperlink.white {
    line-height: 34px;
  }

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

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

  .menu-button-2 {
    background-color: #f9b328;
  }

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

  .service-navlink-2 {
    font-size: 15px;
  }

  .service-ban-text {
    text-align: center;
    width: 80%;
    line-height: 26px;
  }

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

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

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

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

  .btn-group {
    margin-bottom: 0;
  }

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

  .lb-img {
    height: 150px;
  }

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

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

  .contact-left {
    max-width: none;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
  }

  .grid_wrapper.z._2 {
    grid-template-columns: 1fr;
  }

  .grid_card.card_2, .grid_card.card_1, .grid_card.card_3, .grid_card.card_4 {
    width: auto;
  }

  .today {
    font-size: 15.5px;
  }

  .ban-light {
    font-size: 20px;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-3.is-icon.cta {
    min-height: 2.6rem;
    margin-right: 10px;
  }

  .pricing-cta-content-wrapper {
    grid-row-gap: 2.5rem;
    padding: 3rem 2.5rem;
  }

  .pricing-cta-content-wrapper.cta {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .pricing-cta-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pricing-cta-title {
    letter-spacing: -1px;
    width: 100%;
    font-size: 25px;
    line-height: 34px;
  }

  .pricing-cta-info-label {
    margin-top: 10px;
    font-size: 24px;
  }

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

  .div-block-8.z {
    flex-flow: column;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .clients-image-three.hilton, .clients-image-three.travelodge, .clients-image-three.jet, .clients-image-three.transparency, .clients-image-three.more, .clients-image-three._45 {
    margin-bottom: 0;
    margin-right: auto;
  }

  .logos-title-small {
    margin-top: 20px;
    padding: 40px 15px;
  }

  .clients-wrapper-three {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .prd-grid {
    grid-template-columns: 1.5fr;
  }
}

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

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

  .p.norm {
    font-size: 15px;
    font-weight: 400;
  }

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

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

  .body-section.notop {
    padding-top: 60px;
  }

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

  .container {
    width: 85%;
  }

  .container.banner {
    margin-bottom: 40px;
  }

  .hero-bg-grad {
    justify-content: center;
    align-items: flex-end;
    height: 600px;
    padding-top: 0;
  }

  .left-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

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

  .img-div {
    box-shadow: -8px 6px 0 0 var(--white);
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

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

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

  .footer-col {
    width: 100%;
  }

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

  .footer-link.a {
    font-size: 14px;
  }

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

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

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

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

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

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

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

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 110px;
  }

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

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

  .logo-link.w--current {
    width: auto;
  }

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

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

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

  .contact-section {
    background-color: var(--pale-grey);
    padding-top: 12px;
    padding-bottom: 0;
    position: static;
  }

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

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

  .icon-4 {
    font-size: 32px;
  }

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

  .menu-button, .menu-button.w--open {
    width: 100%;
  }

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

  .h1.ab {
    line-height: 55px;
  }

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

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

  .project1 {
    height: 250px;
  }

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

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

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

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

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

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

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

  .h3-large.b-30.b {
    margin-bottom: 10px;
  }

  .image {
    width: 160px;
  }

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

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

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

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

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

  .timeline {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    font-size: 14.5px;
  }

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

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

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

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

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

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

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .background-image {
    min-height: 400px;
  }

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

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

  .bold-text {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.2;
    display: inline-block;
  }

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

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

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

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

  .top-links-2.top {
    margin-top: 10px;
  }

  .icon-5 {
    color: #fff;
    font-size: 32px;
  }

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

  .service-nav {
    padding-top: 12px;
  }

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

  .top-container-black-2 {
    flex-direction: column;
    padding-top: 0;
  }

  .service-navlink-2 {
    text-align: center;
    font-size: 16px;
  }

  .service-navlink-2.w--current {
    text-align: center;
  }

  .co-logo-2 {
    width: 200px;
  }

  .service-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-ban-head {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
  }

  .service-ban-text {
    width: 90%;
    margin-top: 20px;
  }

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

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

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

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

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

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: auto;
  }

  .buttons.dark._10 {
    width: 80%;
    font-size: 11px;
  }

  .buttons._2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .buttons.banner {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .buttons.black {
    width: auto;
  }

  .buttons.white {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .sticky_btn_call {
    width: 70px;
    height: auto;
    bottom: 1%;
    left: auto;
    right: 1%;
  }

  .btn-group {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
  }

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

  .lb-img {
    height: 120px;
  }

  .dropdown-toggle {
    padding-left: 40px;
  }

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

  .button.email {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

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

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

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

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

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

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

  .section-tittle-2.cta {
    text-align: center;
    width: 100%;
    font-size: 32px;
    line-height: 36px;
  }

  .container-2 {
    width: 85%;
  }

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

  .cta-text-2 {
    width: 100%;
  }

  .text-span {
    transform: skew(25deg);
  }

  .card_heading {
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .grid_text-wrap._0t {
    margin-top: 40px;
  }

  .grid_card.card_2 {
    min-height: 300px;
  }

  .grid_card.card_1 {
    background-position: 15%;
    min-height: 300px;
  }

  .grid_card.card_3 {
    min-height: 300px;
  }

  .grid_card.card_4 {
    background-position: 15%;
    min-height: 300px;
  }

  .text-block-2.t {
    min-height: 100px;
    max-height: 100px;
    margin-top: -12px;
    padding-top: 40px;
  }

  .div-block-6._2 {
    flex-flow: column;
  }

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

  .today._2 {
    justify-content: center;
    align-items: center;
    font-size: 21px;
  }

  .ban-light {
    font-size: 18px;
  }

  .accordion-label.show-mvp {
    font-size: 60px;
  }

  .horizontal-line {
    margin-top: 10px;
  }

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

  .padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing-cta-info-link {
    margin-bottom: 0;
    font-size: 16px;
  }

  .pricing-cta-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-cta-content-wrapper {
    padding: 2rem 1.6rem;
  }

  .pricing-cta-content-wrapper.cta {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .pricing-cta-left-content {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-cta-title {
    text-align: left;
    font-size: 23px;
  }

  .pricing-cta-info-label {
    font-size: 20px;
  }

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

  .default-list._3.flex {
    flex-flow: column;
  }

  .bullet-text {
    font-size: 15px;
  }

  .fa-deer {
    flex: none;
  }

  .div-block-8.z {
    margin-top: 49px;
    display: none;
  }

  .h2-2 {
    font-size: 34px;
  }

  .h2-2.text-center {
    font-size: 28px;
  }

  .gallery-grid-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    column-count: 2;
    grid-auto-columns: 1fr;
    padding-right: 0;
  }

  .h-ll {
    width: auto;
    margin-right: 0;
    position: static;
    inset: 0;
  }

  .h-ll._2 {
    left: 0;
  }

  .gallery-text {
    font-size: 26px;
  }

  .container-3, .container-3.fluid-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logos-title-small {
    margin-top: 40px;
    padding: 20px 1rem;
  }

  .clients-wrapper-three {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    place-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .container-4 {
    max-width: none;
    margin-left: auto;
  }

  .accordion-heading {
    font-size: 18px;
  }

  .icon-12.accordion-icon {
    margin-left: 10px;
  }

  .img {
    height: 200px;
  }

  .img.pdr, .img.pdr2 {
    height: 250px;
  }
}

#w-node-_50282a43-70ea-c5ad-5a23-26b1785dc812-06ed194f {
  order: 0;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
  place-self: center;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c660-3d76c62f {
  place-self: start;
}

#w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f, #w-node-b0b8f46c-144c-f8cb-6e8a-70c289d43a7c-06ed1957, #w-node-_89272a5e-329b-9a66-f710-24a206e27609-06ed1957, #w-node-_315f000a-cb9a-b3d2-4709-581207d51d35-06ed1957, #w-node-_6040ef7f-bbc9-821c-2063-4cd38a292d95-06ed1957, #w-node-_4c8bea66-69c8-864e-3c94-7405fe979843-06ed1957, #w-node-ebcb05ff-9a50-5bb6-336d-786829b552b4-06ed1957, #w-node-_358bf965-b652-82b7-3be0-afef2570fe36-06ed1957, #w-node-_43d86fbd-a7f6-8b1c-31b5-44160a2fbf19-06ed1957, #w-node-_0290da5c-deef-4452-a7bc-24e96568134e-06ed1957, #w-node-fdf91026-e32d-c994-0260-9660e46ebce3-06ed1957, #w-node-fcf9fdb3-347a-19da-1113-3dac7b9ee526-06ed1957, #w-node-_1b607bf4-017c-fffd-98bd-4921ed488d4b-06ed1957, #w-node-_42242ac1-9c24-7d9c-bef8-eb41578c40af-06ed1957, #w-node-_063f6293-e485-66a5-3edc-dc062d884692-06ed1957, #w-node-becb8ef5-9173-fb32-1d14-379ebe436b2a-06ed1957, #w-node-e4e77e45-829b-9e8c-36fd-cb33e876b53f-06ed1957, #w-node-_9ca40f92-70e1-c89d-625f-de1ef4e0d6c7-06ed1957, #w-node-_6ed9c9d5-88c3-1c11-e896-f775f9725bb1-06ed1957, #w-node-_3662e28d-93aa-211f-6300-45291f8e5220-06ed1957, #w-node-a77d7dc7-b782-8081-6d85-dd554e065923-06ed1957, #w-node-_5f17ef47-90c8-e5b6-70f2-19fe5353a1ce-06ed1958, #w-node-c7c545e9-fdfb-7c6e-4c1e-3b39e9b44e79-06ed1959, #w-node-_3fd5f3e1-acce-79dd-7407-9209b9566cb3-06ed195c, #w-node-_4a6221dc-2a38-1bb0-c8fc-49f285152036-06ed195c, #w-node-_4f8beb4a-49ce-d7f8-e9ed-0fadb9d2c059-06ed195c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c660-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_89c64ec2-5f1b-1f8f-8e9d-ddadf2841777-06ed195a, #w-node-_89c64ec2-5f1b-1f8f-8e9d-ddadf2841778-06ed195a {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c660-3d76c62f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c635-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c654-3d76c62f, #w-node-_1e940b0a-1211-2880-edb3-72043d76c660-3d76c62f {
    justify-self: start;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c672-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e940b0a-1211-2880-edb3-72043d76c67b-3d76c62f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}