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

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

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

@font-face {
  font-family: "Fa 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 Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  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 Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --midnight-blue\<deleted\|variable-17941b32\>: #fc0b01;
  --midnight-blue-2: #000;
  --white-smoke: #fff;
  --black: #333;
  --black-2: gray;
  --light-sea-green\<deleted\|variable-06e0d8cb\>: #fc0b01;
  --pale-blue: #ddf4fd;
}

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

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

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

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

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

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

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

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

.banner {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.banner.services {
  height: 60vh;
}

.header-container {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.navbar {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2 {
  background-color: #00000021;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.nav-menu {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  background-color: #bebebe26;
}

.nav-link.home {
  background-color: #b3b3b342;
}

.nav-link.home.w--current {
  color: var(--white-smoke);
  background-color: #b3b3b342;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  transition: all .2s;
}

.cool-container {
  width: 90%;
}

.body {
  background-color: var(--white-smoke);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.body-container {
  width: 90%;
  max-width: 1450px;
}

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

.hero-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.banner-div {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-banner {
  width: 30%;
  margin-bottom: 25px;
  display: block;
}

.logo-banner.w--current {
  width: 30%;
  margin-bottom: 10px;
}

.logo-banner.big {
  width: 100%;
  margin-bottom: 0;
}

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

.content-section.white-bg {
  background-color: var(--white-smoke);
  width: 100%;
}

.content-section.white-bg.bottom-line {
  border-bottom: 2px solid #000;
}

.content-heading {
  color: #383942;
  border-top: 1px #000;
  border-bottom: 5px #7e7e7e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
}

.grid-image1 {
  background-image: url('../images/our-services-.webp');
  background-position: 50% 90%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid-image1.s1-2 {
  background-image: url('../images/Sectional-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.grid-image1.s2-2 {
  background-image: url('../images/Diagnostics-3.webp');
  min-height: 400px;
}

.grid-image1.s3-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.grid-image1.s4-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.grid-image1.s5-11 {
  background-image: url('../images/Air-Con.webp');
}

.grid-image1.s6-1 {
  background-image: url('../images/Diagnostics-3.webp');
  background-position: 50% 65%;
  min-height: 400px;
}

.grid-image1.s7-5 {
  background-image: url('../images/Air-Con-Diagnostics.webp');
}

.txt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.txt.right-align {
  align-items: flex-end;
}

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

.button-3 {
  background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

.grid-image2 {
  background-image: url('../images/Diagnostics-2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid-image2.s1-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.grid-image2.s2-3 {
  background-image: url('../images/S3-2.webp');
  min-height: 400px;
}

.grid-image2.s3-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.grid-image2.s4-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.grid-image2.s5-2 {
  background-image: url('../images/Repairs-2.webp');
}

.grid-image2.s7-2 {
  background-image: url('../images/Service6.webp');
}

.grid-image2.s2-2 {
  background-image: url('../images/Up-Over-1.webp');
  height: 400px;
}

.grid-image2.s5-1 {
  background-image: url('../images/Old-Door-2.webp');
  height: 100%;
}

.grid-image3 {
  background-image: url('../images/underneath-email-now-button-.webp');
  background-position: 50% 80%;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.grid-image3.service1, .grid-image3.s4 {
  height: 100%;
}

.grid-image3.s1-4 {
  background-image: url('../images/Old-Door-4.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.grid-image3.s2-4 {
  background-image: url('../images/Up-Over-5.webp');
  background-position: 50%;
  height: 100%;
  min-height: 400px;
}

.grid-image3.gree {
  background-image: url('../images/locksmith-work-.webp');
}

.grid-image3.img1 {
  background-image: url('../images/Old-Door-7.webp');
}

.grid-image3.s2-1 {
  background-image: url('../images/locksmith-work-.webp');
}

.grid-image3.s2-3 {
  background-image: url('../images/Up-Over-9.webp');
  background-position: 50%;
  height: 400px;
}

.grid-image3.s2-5 {
  background-image: url('../images/Up-Over-7.webp');
  background-position: 50%;
  height: 400px;
}

.grid-image3.s3-1 {
  background-color: gray;
  background-image: url('../images/Roller-6.webp');
  background-position: 50%;
}

.grid-image3.s4-1 {
  background-image: url('../images/Old-Door-13.webp');
  background-position: 50% 0;
}

.footer {
  border-top: 5px solid #303030;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.links-container {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.25fr;
  height: 100%;
}

.map {
  background-image: url('../images/map.PNG');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.links-div {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  min-height: 250px;
  padding-right: 40px;
  display: flex;
}

.footer-head {
  color: #cfcfcf;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.links-list {
  color: #fff;
  text-align: right;
  padding-left: 0;
  list-style-type: none;
}

.all-links {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.socials {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Fa brands 400", sans-serif;
  font-size: 50px;
  display: flex;
}

.facebook {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.isntagram {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  text-decoration: none;
  display: flex;
}

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

.insta-bg {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.all-links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 250px;
  display: grid;
}

.links2-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 250px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.links-list2 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-2, .list-item-3 {
  cursor: pointer;
  padding-bottom: 10px;
}

.socials-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 20%;
  padding-right: 40px;
  font-size: 20px;
  display: grid;
}

.social-text {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

.contacticon {
  font-family: "Fa solid 900", sans-serif;
}

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

.list-item-4 {
  cursor: pointer;
}

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

.footer-links.black {
  color: var(--midnight-blue-2);
}

.logo-nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  height: 100%;
  margin-left: 60px;
  display: flex;
}

.logo-nav.w--current {
  width: 19%;
}

.nav-logo {
  width: 225px;
  display: block;
}

.dropdown {
  color: #fff;
  height: 100%;
  transition: all .2s;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #bebebe26;
}

.line {
  background-color: var(--black);
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.header-link {
  color: var(--white-smoke);
  text-decoration: none;
}

.dropdown-links {
  color: var(--white-smoke);
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.dropdown-links:hover {
  color: #000;
  background-color: #cfcfcf;
  background-image: url('../images/point_1point.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  margin-left: 20px;
  padding-left: 20px;
  font-weight: 500;
  display: block;
  transform: translate(15px);
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  background-color: var(--black-2);
  width: 280px;
  transition: all .2s;
  overflow: hidden;
}

.service-box-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  transition: all .2s;
  display: flex;
}

.top-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-text._100 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

._2x1._100 {
  display: flex;
}

.p {
  color: var(--black);
  width: 100%;
  font-size: 17px;
  line-height: 23px;
}

.p.right-align {
  text-align: right;
}

.p.bottom {
  margin-bottom: 30px;
}

.button-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

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

.mid-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Roller-9.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mid-section.cta {
  background-image: linear-gradient(#0000004d, #0000004d), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
}

.shade-div {
  background-image: linear-gradient(275deg, var(--midnight-blue-2) 19%, #fff0 90%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.shade-div.cta {
  flex-direction: row;
  width: 100%;
}

.shade-div._0 {
  background-image: none;
}

.split-div-text {
  width: 70%;
}

.hero-button {
  text-transform: uppercase;
  background-color: #0006;
  margin-top: 0;
}

.ct-button {
  background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  text-align: center;
  text-transform: uppercase;
}

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

.slice-p.h3 {
  font-size: 19px;
}

.txt-slcie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px;
  display: grid;
}

.txt-slcie.cta {
  grid-template-columns: 1fr;
  justify-items: center;
}

.banner-head {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.button-div-slice {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.footerlinks {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 50px;
  display: flex;
}

.flinks {
  color: #818181;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.twit {
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-left: 0;
  display: flex;
}

.insta {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.navbar-main {
  z-index: 999;
  background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ddl {
  background-color: var(--black);
  color: var(--white-smoke);
  margin-left: 0;
  padding: 15px 0 15px 20px;
  transition: all .2s;
}

.ddl:hover {
  color: #000;
  background-color: #cfcfcf;
  background-image: url('../images/point_1point.webp');
  background-position: 7% 49%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  padding-left: 40px;
  padding-right: 0;
  font-weight: 500;
}

._4-box-text {
  color: #fff;
  letter-spacing: normal;
  width: 100%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

._4-box-text.gal {
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 500px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transform: rotate(0);
}

.box {
  z-index: 1;
  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: flex-end;
  width: 100%;
  height: 800px;
  min-height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box:hover {
  text-shadow: 4px 4px 5px #000000bf;
  text-decoration: none;
}

._4-block-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._4-block-div.gal {
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  height: 50%;
  margin-bottom: 40px;
  font-size: 22px;
  transform: rotate(270deg);
}

.box-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.box-heading:hover {
  text-decoration: none;
}

.image-overlay {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 800px;
  position: absolute;
}

.image-overlay._4, .image-overlay._2, .image-overlay._1, .image-overlay._3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-container {
  z-index: 5;
  background-color: #00000080;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-container.gal {
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}

.service-boxes {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.service-boxes._4-boxes {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

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

.click-to-call-div {
  z-index: 150;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-bottom: 30px;
  padding-left: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0;
}

.click-to-call-button {
  color: #fff;
  text-align: center;
  background-color: #243b63;
  border: 1px solid #2e2e2e4d;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.h1-small {
  color: var(--midnight-blue-2);
  font-size: 32px;
  font-weight: 400;
}

.contact-buttons {
  background-color: #333333d4;
  width: auto;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.contact-icon:hover {
  background-color: #000;
}

.hero-button-2 {
  text-transform: uppercase;
  background-color: #0006;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.header-container-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
}

.logo-banner-2 {
  justify-content: center;
  width: 40%;
  margin-bottom: 60px;
  display: flex;
}

.logo-banner-2.w--current {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-banner-2.big {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
}

.banner-div-2 {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.hero-button-3 {
  text-transform: uppercase;
  background-color: #0006;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.ct-button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #282d4e;
  margin-top: 10px;
}

.ct-button-2._20l {
  margin-right: 20px;
}

.list {
  color: #f8f8f8;
  padding-left: 0;
  list-style-type: none;
}

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

.list-item-5 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fa {
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.fa.icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 28px;
  display: flex;
}

.fa.icon.black {
  color: var(--midnight-blue\<deleted\|variable-17941b32\>);
}

.h3list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.h3list.black {
  color: var(--black-2);
  text-decoration: none;
}

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

.p-2 {
  color: #f8f8f8;
}

.p-2.right-align {
  color: var(--black);
  text-align: right;
}

.h3-phone {
  color: #f8f8f8;
  font-weight: 600;
}

.mid-section-2 {
  background-image: linear-gradient(#0000004d, #0000004d), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.mid-section-2.h3-image {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.slice-p-2 {
  color: #f8f8f8;
}

.slice-p-2.h3-text {
  font-size: 28px;
  line-height: 35px;
}

.split-div-text-2 {
  width: 70%;
}

.txt-slcie-2 {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  background-color: #000000a3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px;
  display: grid;
}

.txt-slcie-2.h3 {
  display: flex;
}

.ddl-2 {
  color: #f8f8f8;
  background-color: #333;
  margin-left: 0;
  padding: 15px 0 15px 20px;
  transition: all .2s;
}

.ddl-2:hover {
  color: #000;
  background-color: #cfcfcf;
  background-image: url('../images/point_1point.webp');
  background-position: 7% 49%;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  padding-left: 40px;
  padding-right: 0;
  font-weight: 500;
}

.click-to-call-button-2 {
  color: #fff;
  text-align: center;
  background-color: #243b63;
  border: 1px solid #2e2e2e4d;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px 2px #2e2e2e4d;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  background-color: #bebebe26;
}

.nav-link-2.home {
  background-color: #b3b3b342;
}

.nav-link-2.home.w--current {
  color: #f8f8f8;
  background-color: #b3b3b342;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-list-2 {
  width: 200px;
}

.dropdown-list-2.w--open {
  background-color: #333;
  width: 280px;
  transition: all .2s;
  overflow: hidden;
}

.header-link-2 {
  color: #f8f8f8;
  text-decoration: none;
}

.dropdown-toggle-2 {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle-2:hover {
  background-color: #bebebe26;
}

.header-container-3 {
  background-image: linear-gradient(#2b2e3b47, #2b2e3b47), url('../images/Main-Banner.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  display: flex;
}

.inner-link {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

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

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

.lb {
  border: 1px solid #000;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--black);
  background-color: var(--black-2);
  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(--midnight-blue-2);
  color: var(--midnight-blue-2);
  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: #616161;
  margin-right: 24px;
}

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

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

.fs-cc-prefs_text {
  color: var(--midnight-blue-2);
  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 {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

.fs-cc-banner_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: #021a7c;
  width: 16px;
  height: 16px;
}

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

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

.fs-cc-prefs_title {
  color: var(--midnight-blue-2);
  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(--midnight-blue-2);
  color: var(--midnight-blue-2);
  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 {
  width: 24px;
  height: 24px;
}

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

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

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

.fs-cc-banner_button {
  border: 2px solid var(--midnight-blue-2);
  background-color: var(--midnight-blue-2);
  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(--black-2);
  color: var(--black-2);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_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;
}

.para {
  font-size: 1rem;
  line-height: 1.75;
}

.para.light-grey {
  color: #1a1a1a;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-card {
  background-color: #f0f6f8db;
  border-left: 5px solid #fc0b01;
  width: 40%;
  margin-top: 60px;
  margin-left: 5%;
  padding: 25px;
}

.hero-intro-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
}

.hero_btn {
  color: #101b22;
  background-color: #ffe135;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero_btn.outline-btn {
  color: #f0f6f8;
  background-color: #101b22;
  border: 1px #ffe135;
  transition: all .2s ease-in-out;
}

.hero_btn.outline-btn:hover {
  border-left-color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  background-color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  color: var(--white-smoke);
}

.hero_btn.margin-top-40 {
  margin-top: 40px;
}

.hero_btn.margin-top-40.margin-right-20 {
  background-color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  color: var(--white-smoke);
  margin-top: 20px;
  margin-right: 20px;
  transition: all .2s ease-in-out;
}

.hero_btn.margin-top-40.margin-right-20:hover {
  color: #fefefe;
  background-color: #101b22;
}

.hero-large-text {
  color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  text-transform: none;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
}

.header-social-link {
  color: var(--midnight-blue-2);
  padding: 7.2px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.header-social-link:hover {
  color: #ffffff80;
}

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

.header-social-link.m-left-10.email {
  font-family: "Fa 300", sans-serif;
}

.brand {
  cursor: pointer;
  min-width: 80px;
  margin-right: auto;
}

.nav-menu-2 {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.navbar-3 {
  z-index: 9;
  clear: left;
  background-color: var(--midnight-blue-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 95px;
  padding: 5px 100px;
  display: flex;
  position: fixed;
  top: 51px;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: #fff;
  cursor: pointer;
  cursor: pointer;
  background-color: #ffffff38;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.mobile-block.lig-text:hover {
  background-color: #222;
}

.mobile-block.lig-text.m-right-none {
  text-transform: uppercase;
  background-color: #ffffff38;
  border-radius: 0;
  margin-right: 0;
  padding: 5px 10px;
}

.mobile-block.lig-text.m-right-none:hover {
  background-color: #222;
}

.mobile-block.lig-text.m-right-none.cursro {
  cursor: auto;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: #fff;
  width: auto;
  margin-right: 5px;
  font-weight: 400;
}

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

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

.header-contact {
  color: #fff;
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 0;
  margin-right: auto;
  padding-left: 5px;
}

.box-shadow-div {
  opacity: 0;
  object-fit: fill;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.dl-item {
  z-index: 2;
  width: 290px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.header-social {
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.dl-menu {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dl-menu.w--open {
  background-color: var(--black);
}

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

.nav-link-text {
  color: var(--midnight-blue-2);
  letter-spacing: 0;
  text-transform: capitalize;
  line-height: 1.2;
}

.nav-link-text.light {
  color: var(--white-smoke);
}

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

.btn-underline.services-underline {
  background-color: #1b1b1b;
  width: auto;
  display: block;
}

.btn-underline.services-underline.display-none-s {
  background-color: var(--white-smoke);
  height: 2px;
}

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

.header-2 {
  z-index: 50;
  align-items: center;
  width: 100%;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

.fa-icon-arrow {
  font-family: "Fa 300", sans-serif;
  display: none;
}

.dl-link {
  color: var(--white-smoke);
  width: 100%;
  padding: 10px 40px 0 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.dl-link.w--current {
  background-color: var(--midnight-blue-2);
}

.logo {
  width: 100%;
  height: 100%;
  max-height: 77px;
  position: absolute;
  inset: 0%;
}

.logo.dark-logo {
  opacity: 0;
  display: block;
}

.co-logo {
  width: 280px;
}

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

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

.announcement-bar {
  z-index: 4500;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

.font-icon-2 {
  color: #fff;
  background-color: #50c878;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.font-icon-2.yellow {
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 32px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.font-icon-2.yellow.social {
  border-radius: 0;
  margin-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
}

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

.main-block-2.b {
  grid-template-columns: 32px;
  margin-right: 10px;
}

.announcement-contact-block {
  flex-flow: row;
  justify-content: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

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

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

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

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

.contact-ann-block.auto-cursor {
  cursor: none;
}

.announcement-barn-link {
  color: #fff;
  text-decoration: none;
}

.header-container-4 {
  background-image: linear-gradient(#07070c66, #07070c66), url('../images/Sectional-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 150px;
  display: flex;
}

.tagline {
  background-color: var(--black);
  padding: 6px 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

.wave-text-up-btn {
  background-color: var(--white-smoke);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wave-text-up-btn:hover {
  background-color: var(--white-smoke);
  color: var(--midnight-blue-2);
  -webkit-text-stroke-color: var(--white-smoke);
  background-image: none;
}

.wave-text-up-btn.red {
  background-color: var(--midnight-blue-2);
  margin-top: 20px;
}

.wave-text-up-btn.red._0 {
  margin-left: 0;
}

.wave-text-up-btn.smalltop {
  background-color: var(--midnight-blue-2);
  margin-top: 10px;
}

.footer-btn-text {
  color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
}

.footer-btn-text.white {
  color: var(--white-smoke);
}

.ban-light {
  font-weight: 400;
}

.text-block-7 {
  color: var(--midnight-blue-2);
  letter-spacing: 0;
  text-transform: capitalize;
}

.fa-solid {
  font-family: "Fa solid 900", sans-serif;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 32.9%;
  position: relative;
  overflow: hidden;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.scroll-type-wrapper {
  display: flex;
}

.divider-scroll {
  background-color: var(--white-smoke);
  border-radius: 0;
  width: 16px;
  height: 13px;
  margin-top: -20px;
  margin-left: 7%;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 32.9%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.section {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-inner {
  z-index: 10;
  background-image: linear-gradient(180deg, transparent, var(--black));
  opacity: 1;
  letter-spacing: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 54vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.second {
  background-image: url('../images/upandover6-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.image-container.third {
  background-image: url('../images/electric-roller-doors-.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/garage-door-repair-.webp');
  background-position: 36%;
  background-size: cover;
  position: relative;
}

.image-container.fourth {
  background-image: url('../images/Service-4.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.fifth {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/Service5.webp');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.image-container.sixth {
  background-image: url('../images/Service6.webp');
  background-position: 100%;
  background-size: cover;
}

.image-container.seventh {
  background-image: url('../images/Service-7.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.eight {
  background-image: url('../images/Card8.webp');
  background-position: 50%;
  background-size: cover;
}

.image-wrapper {
  height: 65vh;
  overflow: hidden;
}

.small-text {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.small-text.tag {
  pointer-events: none;
  width: 200px;
}

.scroll-type, .row-scroll {
  pointer-events: none;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 32.9%;
  position: relative;
  overflow: hidden;
}

.main-heading {
  color: var(--white-smoke);
  text-transform: uppercase;
  width: auto;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.card-4 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 24.5%;
  position: relative;
  overflow: hidden;
}

.card-5 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 24.5%;
  position: relative;
  overflow: hidden;
}

.card-6 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 24.5%;
  position: relative;
  overflow: hidden;
}

.card-7 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 24.5%;
  position: relative;
  overflow: hidden;
}

.service-title {
  background-color: var(--white-smoke);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.coloured-underline {
  background-color: #ff0a01;
  border-radius: 20px;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.a-paragraph-small {
  color: #252526;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.banner-overlap {
  background-color: var(--white-smoke);
  display: block;
}

.banner-overlap.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.a-text-color-primary {
  color: #c0131e;
  font-weight: 700;
}

.a-header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 5% 0% auto;
}

.section-1-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.bottom-30 {
  margin-bottom: 10px;
}

.butoons-banner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.butoons-banner.left {
  justify-content: flex-start;
  margin-top: 20px;
}

.btn-group.btn-black {
  color: #444;
  margin-top: 0;
  margin-left: 20px;
}

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

.a-h1-heading {
  color: var(--midnight-blue-2);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  line-height: 1.2;
}

.a-h1-heading._40b, .a-h1-heading.white {
  margin-bottom: 40px;
  font-size: 42px;
}

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

.a-header-background-image {
  object-fit: fill;
  object-position: 25% 50%;
  width: 90%;
  height: auto;
  position: relative;
  inset: 0% 0% auto auto;
}

.a-header-logo-block {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-1-container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn-text {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

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

.btn-text.btn-black.faq {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
}

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

.a-header-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.section-1-content {
  color: #383942;
  flex-flow: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

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

.heading-underline {
  border-bottom: 6px none var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  color: var(--black-2);
  font-weight: 500;
}

.a-paragraph-regular {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: #c0131e;
}

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

.circle-button {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-1-logo {
  width: 90px;
}

.section-1-logo._2 {
  width: 100px;
}

.section-1-logo._1 {
  width: 80px;
}

.section-1-logo._3 {
  width: 100px;
}

.circle {
  color: #fff;
  background-color: #c0131e;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.a-header-section {
  width: 90%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hyperlink {
  color: var(--black);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--midnight-blue-2);
  color: var(--white-smoke);
}

.hyperlink.white {
  box-shadow: inset 0 -4px 0 0 var(--midnight-blue-2);
  color: var(--white-smoke);
}

.hyperlink.white:hover {
  box-shadow: inset 0 -100px 0 0 var(--midnight-blue-2);
}

.hyperlink.red-section {
  box-shadow: inset 0 -2px 0 0 var(--white-smoke);
  color: var(--white-smoke);
}

.hyperlink.red-section:hover {
  box-shadow: inset 0 -100px 0 0 var(--white-smoke);
  color: var(--midnight-blue\<deleted\|variable-17941b32\>);
}

.van-lottie {
  width: 250px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -25px;
}

.hero-large-text-2 {
  color: #383942;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.text-block-8 {
  font-size: 18px;
}

.hero-card-2 {
  background-color: #ffffffeb;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 13px #00000080;
}

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

.hero-content-2 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.default-list {
  width: 100%;
  padding-left: 10px;
  list-style-type: none;
}

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

.default-list.list-grid._2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 15px;
  padding-left: 0;
}

.default-list.list-grid._3-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 15px;
  padding-left: 0;
}

.default-list.list-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.default-list.grid-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch end;
  display: grid;
}

.default-list.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.default-list.grid-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.default-list.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  display: grid;
}

.list-item {
  padding-top: 2px;
  padding-bottom: 2px;
}

.list-item.flex-item {
  align-items: center;
  font-size: 16px;
  transition: all .3s ease-in-out;
  display: flex;
}

.list-item.flex-item:hover {
  padding-left: 20px;
}

.h3-bullet-list {
  color: var(--black);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  transition: all .25s ease-in-out;
  display: flex;
}

.h3-bullet-list:hover {
  padding-left: 20px;
}

.h3-bullet-list.w {
  color: var(--white-smoke);
}

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

.font-icon.w {
  color: var(--white-smoke);
}

.card-8 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 24.5%;
  position: relative;
  overflow: hidden;
}

.social-link {
  color: #6e6e6e;
  cursor: pointer;
  transition: all .25s;
}

.footer-link {
  color: #bababa;
  text-transform: none;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .95rem;
  line-height: 1.8;
  text-decoration: none;
  transition: color .25s;
}

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

.footer-policy_wrapper {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scoial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.footer-rights {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copy-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.line-2 {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
}

.footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.footer-heading {
  color: var(--pale-blue);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-2 {
  background-color: #050505;
  background-image: linear-gradient(#000000a3, #000000a3);
  justify-content: center;
  align-items: center;
  padding: 4rem 10%;
  display: flex;
  position: relative;
}

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

.privacy-heading {
  color: #a1a1a1;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: .8rem;
  font-weight: 500;
  line-height: 2.2;
  transition: all .25s;
}

.privacy-heading:hover {
  color: #a1a1a1;
}

.foot-logo {
  background-color: var(--white-smoke);
  width: 350px;
}

.test-name {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-style: italic;
  font-weight: 700;
}

.testemonials-section {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  opacity: 1;
  border-top: 2px #8a868e3b;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: inline-block;
}

.text-block-2.left-block {
  color: #fff;
  padding-left: 0;
}

.mask {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  background-color: #0000;
}

.slider-arrow {
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.test-dec {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.testemonials-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-title {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.services-title.why-us {
  text-align: left;
  margin-top: 0;
  padding-bottom: 20px;
}

.services-title.why-us._w-50 {
  width: 65%;
  padding-bottom: 10px;
  line-height: 42px;
}

.services-title.why-us._w-50.dark-text-align-center {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.container-3.border-top {
  border-top: 0 #0000;
  position: relative;
}

.services-underline {
  background-color: #fff;
  border-radius: 20px;
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.services-underline.undrline-center {
  color: #fff;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.instagram-widget {
  margin-bottom: 0;
}

.big-overlay {
  z-index: 2;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-header-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  margin-right: 5rem;
  line-height: 1;
  display: flex;
}

.section-header {
  color: var(--white-smoke);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.hero-bg-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-wrap-2 {
  display: flex;
}

.main-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Lato, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #fff;
}

.main-button-2:hover {
  outline-width: 2px;
  outline-color: #0f1316;
  box-shadow: inset 0 0 0 2px #3b3b3b;
}

.header-tag {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  line-height: .9;
}

.button-text-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.big-section-wrap {
  z-index: 3;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5.5vw;
  display: flex;
  position: relative;
}

.paragraph {
  background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  color: var(--white-smoke);
  margin-bottom: 20px;
  padding: 6px 10px;
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
}

.big-neato-section {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding: 5rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link {
  color: var(--white-smoke);
  font-family: "Fa brands 400", sans-serif;
  font-size: 27px;
  line-height: 27px;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.social-link:hover {
  color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
}

.foot-text {
  color: #a1a1a1;
  font-size: .95rem;
  line-height: 1.8;
  transition: color .45s ease-in-out;
}

.foot-text:hover {
  color: var(--white-smoke);
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cta-link {
  color: var(--midnight-blue-2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

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

.icon-3 {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.contact-section {
  background-color: var(--white-smoke);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.left-contact.right {
  background-color: var(--black);
  border-radius: 0;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.left-contact.right._100 {
  width: 100%;
}

.cta-text-contact {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px #15162314;
  border-radius: 0;
  place-items: stretch center;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #1516230f;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.h2-title {
  color: #252525;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

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

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

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

.car-brands {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-9 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.social-link-2 {
  color: #fff;
  background-color: #ff3639;
  border: 1px solid #ff3639;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-2:hover {
  color: #ff3639;
  background-color: #fff;
  border: 1px solid #ff3639;
}

.social-link-2.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link-2.side._5 {
  border-width: 1px;
  border-color: var(--white-smoke);
  background-color: var(--black);
  border-radius: 0;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 23px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._5:hover {
  border-color: var(--black-2);
  color: var(--black-2);
  background-color: #fff;
}

.social-link-2.side._2 {
  border-width: 1px;
  border-color: var(--white-smoke);
  background-color: var(--black);
  border-radius: 0;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 21px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._2:hover {
  border-color: var(--black-2);
  color: var(--black-2);
  -webkit-text-stroke-color: var(--black-2);
  background-color: #fff;
}

.social-link-2.side._4 {
  border-width: 1px;
  border-color: var(--white-smoke);
  background-color: var(--black);
  border-radius: 0;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 23px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._4:hover {
  border-color: var(--black-2);
  color: var(--black-2);
  background-color: #fff;
}

.social-link-2.side.text-block-3 {
  border-width: 1px;
  border-color: var(--white-smoke);
  background-color: var(--black);
  border-radius: 0;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 21px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side.text-block-3:hover {
  border-color: var(--black-2);
  color: var(--black-2);
  background-color: #fff;
}

.social-link-2.side._1 {
  border-width: 1px;
  border-color: var(--white-smoke);
  background-color: var(--black);
  border-radius: 0;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  font-size: 21px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.social-link-2.side._1:hover {
  border-color: var(--black-2);
  color: var(--black-2);
  background-color: #fff;
}

.circle-div-side {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: -9% 0% auto;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  width: 51px;
  height: 1%;
  top: 50%;
}

.text-block-10 {
  font-size: 20px;
}

.service-banner {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/New-Banner-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 120px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.service-banner.s1 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/garage-door-repair-.webp');
  background-position: 0 0, 50% 37%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.s2 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Up-Over-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.s3 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Roller-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.list-item-4 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Old-Door-6.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.a {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/electric-roller-doors-.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.a1 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/our-services-.webp');
  background-position: 0 0, 50% 64%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.g {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Up-Over-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.test {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Up-Over-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.contct {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Up-Over-10.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-banner.site {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Roller-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-ban-text {
  border-bottom: 3px solid var(--black-2);
  color: var(--white-smoke);
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 37px;
}

.h2 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

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

.body-link {
  color: #ff0a01;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.p-3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

.font-icon-5 {
  color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.font-icon-6 {
  background-color: var(--white-smoke);
  color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.h3-bullet-list-2 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .25s ease-in-out;
  display: flex;
}

.h3-bullet-list-2:hover {
  padding-left: 20px;
}

.font-icon-7 {
  background-color: var(--white-smoke);
  color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.h3-bullet-list-3 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  transition: all .25s ease-in-out;
  display: flex;
}

.h3-bullet-list-3:hover {
  padding-left: 20px;
}

.font-icon-8 {
  background-color: var(--white-smoke);
  color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.font-icon-9 {
  background-color: var(--white-smoke);
  color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

.font-icon-10 {
  background-color: var(--white-smoke);
  color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.p-4 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.google-map {
  filter: grayscale(70%);
  width: 100%;
}

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

.basic-p-block._w-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.basic-p-block._w-100.auto {
  flex-flow: row;
  display: flex;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.double-content-div.grid-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  display: grid;
}

.content-section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.content-section-2.low-p-top {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section-2.low-p-top.bottom {
  border-bottom: 2px solid var(--black);
}

.content-section-2.red-section {
  background-color: var(--black-2);
  padding-top: 104px;
  padding-bottom: 100px;
}

.content-section-2.red-section.light-blue {
  background-color: var(--midnight-blue-2);
}

.content-section-2.red-section.w {
  background-color: var(--white-smoke);
}

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

.single-image-div {
  background-image: url('../images/_161968285_1_161968285.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 48%;
}

.single-image-div.map-w100 {
  background-image: none;
  width: 100%;
}

.single-image-div._2-img-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
}

.p-5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.h3-bullet-list-4 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .25s ease-in-out;
  display: flex;
}

.h3-bullet-list-4:hover {
  padding-left: 20px;
}

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

.image-block {
  background-image: url('../images/Car-Garage-Services-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-block.carw-1 {
  background-image: url('../images/Service-4.webp');
}

.image-block.img-block-2 {
  background-image: url('../images/Car-Garage-Services-2.webp');
}

.image-block.img-block-2.craw-2 {
  background-image: url('../images/PHOTO-2022-09-14-21-45-131.webp');
}

.p-6 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.block-holder {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 25px;
  transition: all .3s ease-in-out;
  box-shadow: 0 2px 5px #0003;
}

.block-holder:hover {
  transform: scale(1.025);
}

.service-block-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.h3-bullet-list-5 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .25s ease-in-out;
  display: flex;
}

.h3-bullet-list-5:hover {
  padding-left: 20px;
}

.h3-bullet-list-5.red-heading {
  color: #ff0a01;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.h3-bullet-list-5.red-heading:hover {
  padding-left: 0;
}

.p-7 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
}

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

.p-8 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.h3-bullet-list-6 {
  color: var(--white-smoke);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all .25s ease-in-out;
  display: flex;
}

.h3-bullet-list-6:hover {
  padding-left: 20px;
}

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

.h3-bullet-list-7 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .25s ease-in-out;
  display: flex;
}

.h3-bullet-list-7:hover {
  padding-left: 20px;
}

.h3-bullet-list-7.red-heading {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  transition-property: none;
}

.h3-bullet-list-7.red-heading:hover {
  padding-left: 0;
}

.p-9 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.home-map {
  margin-bottom: -10px;
}

.code-embed {
  filter: grayscale(70%);
}

.main-h1 {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
}

.service-p {
  color: var(--white-smoke);
  width: 100%;
  margin-top: -24px;
  margin-left: 2%;
  margin-right: 8%;
}

.padding-section-large {
  background-color: var(--light-sea-green\<deleted\|variable-06e0d8cb\>);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.features-grid_feature-icon-div {
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: -2rem 2rem auto auto;
  box-shadow: 0 5px #000;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

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

.features-grid_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  box-shadow: 9px 9px 0 0 var(--black-2);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

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

.text-subheader-padding {
  max-width: 33rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-custom-gray {
  color: #636262;
}

.paragraph-long-background {
  color: #fff;
  background-image: url('../images/Rectangle-18.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 1rem;
  padding-right: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-medium.is-high-z {
  z-index: 1;
  position: relative;
}

.features-grid_icon-background {
  z-index: 0;
  background-color: #c0d1ff;
  border: 1px #c0d1ff;
  border-radius: 99px;
  width: 2rem;
  height: 2rem;
  position: absolute;
}

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

._1x3-grid-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

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

.svs-section {
  background-image: url('../images/asd_1asd.webp');
  background-position: -5% 140%;
  background-repeat: no-repeat;
  background-size: 379px 362px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.svs-head {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.svs-link {
  color: #333;
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.svs-link:hover {
  background-color: #ddd9d252;
  border-radius: 14px;
}

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

.svs-p {
  text-align: center;
}

.body-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1300px;
  height: 100%;
  display: flex;
}

.body-div.svs {
  width: 100%;
  max-width: 1500px;
}

.click-to-find-out {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

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

.svs-img._1 {
  background-image: url('../images/engine_1engine.webp');
  height: 250px;
}

.svs-img._2 {
  background-image: url('../images/car_1car.webp');
}

.svs-img._3 {
  background-image: url('../images/275704552_1275704552.webp');
}

.svs-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.svs-text {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 40%;
  display: flex;
}

.body-section {
  border-top: 6px solid #ccbfab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-section.dark {
  border-top-style: solid;
  border-top-color: var(--black-2);
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/colorkit-2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h2-3 {
  margin-bottom: 20px;
}

._3-img-txt {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 85%;
  display: flex;
}

.button-contact {
  text-align: center;
  background-color: #333;
  border: 1px solid #333;
  transition: all .2s;
}

.button-contact:hover {
  background-color: #ccbfab;
  border: 1px solid #333;
}

._3-img-head {
  font-size: 30px;
  line-height: 35px;
}

.img-dark {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  min-height: 350px;
  transition: width .4s;
  display: flex;
}

.img-dark:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 350%;
}

.img-dark.home2 {
  background-image: linear-gradient(#f3eee6cc, #f3eee6cc), url('../images/Up-Over-3.webp');
  background-position: 0 0, 76%;
  border-radius: 0;
  height: 700px;
  min-height: 700px;
  transition-duration: .3s;
}

.img-dark.home3 {
  background-image: linear-gradient(#f3eee6cc, #f3eee6cc), url('../images/Old-Door-13.webp');
  border-radius: 0;
  height: 700px;
  min-height: 700px;
}

.img-dark.home1 {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/Up-Over-9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  height: 700px;
  min-height: 700px;
  transition: all .4s;
}

._3-img-p {
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

._3-item-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.foot-link {
  color: #a1a1a1;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.foot-link:hover {
  color: var(--white-smoke);
}

.testimonials-wd8iget {
  margin-bottom: 0;
  padding-top: 40px;
}

.contact-content {
  background-color: var(--white-smoke);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000012;
}

.contact-content:hover {
  background-color: #ffffff36;
}

.top-block {
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-page-wrapper {
  width: 50%;
}

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

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: #1d1d1d;
  padding-bottom: 5px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  margin-bottom: 10px;
}

.contact-page-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.right-contact-form {
  background-color: #ff0a01;
  border-radius: 11px;
  padding: 20px;
}

.contact-type-title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.contact-page-link {
  color: #ff0a01;
  text-decoration: none;
}

.contact-icon-2 {
  color: #ff0a01;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.sitemap-list {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.image {
  width: 100%;
}

.buttons {
  margin-top: 10px;
  display: flex;
}

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

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

.fs-cc-prefs_component-3 {
  z-index: 1000;
  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_component-3 {
  z-index: 1000;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  top: 5px;
  left: 5px;
}

.btn_fourth-bg {
  background-color: #fcfcfc;
  position: absolute;
  inset: auto 0% 0%;
}

.btn_fourth-text {
  z-index: 3;
  font-size: 15px;
  position: relative;
}

.btn_fourth-text.w {
  color: var(--midnight-blue-2);
}

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  background-color: #fcfcfc;
  border-radius: 3px;
  padding: 5px;
  overflow: hidden;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--midnight-blue-2);
  background-color: var(--midnight-blue-2);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.button.is-filled.with-icon.w {
  background-color: var(--white-smoke);
}

.buton-div {
  justify-content: space-around;
  align-items: center;
  width: 31%;
  display: flex;
}

.buton-div.size {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: block;
}

.div-block-9 {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  padding: 50px;
  display: flex;
  position: relative;
}

.text-span {
  font-weight: 400;
}

.bold-text {
  font-size: 25px;
}

.h3-link {
  color: var(--black-2);
}

.small-line {
  background-color: var(--white-smoke);
  width: 20%;
  height: 1vh;
  margin-bottom: 20px;
}

.small-line.g {
  background-color: var(--black-2);
  height: .5vh;
}

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

.color-block {
  color: #fff;
  text-align: center;
  background-image: url('../images/Up-Over-4.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 50px 41px;
  display: flex;
}

.color-block.alt-2 {
  background-image: linear-gradient(#43e97b, #38f9d7);
}

.color-block.alt-1 {
  background-image: linear-gradient(#fbc2eb, #a6c1ee);
}

.left-arrow {
  color: #fee140;
  inset: 0% auto 0% -8%;
}

.section-2 {
  background-color: var(--black-2);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-4 {
  font-weight: 300;
}

.slide {
  font-family: Lato, sans-serif;
}

.slider-nav {
  font-size: 18px;
  inset: auto 0% 0%;
}

.slide-photo.photo-2 {
  background-image: url('../images/jurica-koletic-317414-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-photo.photo-3 {
  background-image: url('../images/chelsea-ferenando-201352-unsplash-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-photo.photo-1 {
  background-image: url('../images/fabio-spinelli-695744-unsplash-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy.lg {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.review-logo {
  opacity: .9;
  height: 32px;
  margin-top: 20px;
}

.quotes {
  color: #fee140;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 99px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -21% 8% auto auto;
}

.quotes.alt-1 {
  color: #a6c1ee;
}

.quotes.alt-2 {
  color: #38f9d7;
}

.right-arrow {
  color: #fee140;
  inset: 0% -8% 0% auto;
}

.review-text {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
}

.slider {
  flex: none;
  height: 600px;
}

.review-button {
  color: #fee140;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .5s;
}

.review-button:hover {
  color: #fff;
  background-color: #535353;
}

.review-button.alt-2 {
  color: #38f9d7;
}

.review-button.alt {
  color: #a6c1ee;
}

.content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 0;
  display: flex;
  position: relative;
}

._100-sat {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.left-arrow-hidden {
  display: none;
}

.slider-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
}

.slider-testimonial {
  background-color: #ddd0;
  height: 600px;
}

.slider-wrpaper {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-author {
  color: #5a5a60;
  letter-spacing: .08px;
}

.slider-pararagrap {
  color: #000;
  text-align: center;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.slider-image {
  height: 100%;
}

.slider-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.text-block-11 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 17px;
}

.slide-nav-hidden {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  left: 100px;
}

.code-embed-2 {
  display: block;
}

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

.text-span-2 {
  color: red;
}

.image-4 {
  width: 48px;
}

.right-arrow-hidden {
  display: none;
}

.testimonial-avatar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._100-satisfied {
  font-size: 20px;
  font-weight: 700;
}

.star {
  color: var(--black-2);
  font-family: "Fa solid 900", sans-serif;
}

.div-block-10 {
  font-size: 20px;
  display: flex;
}

.image-5 {
  width: 120px;
}

.image-6 {
  width: 300px;
}

.skills__col {
  width: auto;
}

.skills__list {
  width: 300px;
  max-width: none;
  margin-right: 0;
  padding-right: 40px;
}

.skills__list-item {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.skills__list-ico {
  background-color: var(--black-2);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 4px 40px #0000000d;
}

.skills__list-title {
  margin-bottom: 16px;
  font-size: 20px;
}

.skills__list-title.stroke--06 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 18px;
}

.skills__list-desc {
  color: #1e1e2fcc;
}

.skills__list-line {
  border-left: 1px dashed #1e1e2f99;
  width: 1px;
  margin-top: 103px;
  margin-bottom: -14px;
  position: absolute;
  inset: 0% auto 0% 28px;
}

.div-block-11, .div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-12, .text-block-12.s {
  font-family: "Fa solid 900", sans-serif;
}

.div-block-14 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-15 {
  background-color: var(--white-smoke);
  width: 300px;
  height: 200px;
}

._2-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 10px;
  display: grid;
}

.image-7 {
  width: 150px;
}

.image-8 {
  height: 100px;
}

.logo-trade {
  margin-bottom: 10px;
}

.banner-counter {
  background-color: var(--black-2);
  width: 50%;
  padding: 10px 32px 20px;
  position: absolute;
  inset: auto -3% -3% auto;
}

.counterup {
  color: #fff;
  font-size: 66px;
  font-weight: 800;
  line-height: 50px;
}

.counterup.w {
  color: #000;
  font-size: 52px;
  font-weight: 700;
}

.counterup.w.small {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}

.nc1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.counterspan {
  color: #000;
  font-size: 52px;
  font-weight: 700;
  line-height: 50px;
}

.counterspan.small {
  color: var(--white-smoke);
  font-size: 40px;
  line-height: 59px;
}

.cn-text-lower {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16.5px;
  font-weight: 600;
}

.cn-text-lower.small {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.number-prefix {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

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

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

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

.nav-menu-3.margin-auto {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.nav-link-4 {
  color: var(--white-smoke);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

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

.nav-link-4.w--current {
  color: var(--white-smoke);
}

.nav-link-4.contact {
  border: 1px solid var(--black);
}

.nav-link-4.contact.unline {
  background-color: var(--white-smoke);
  color: var(--black);
}

.dropdown-toggle-3 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-toggle-3:hover {
  color: var(--black-2);
}

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

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

.text-block-13 {
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.text-block-13:hover {
  color: var(--black-2);
}

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

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

.dropdown-menu-link.w--current {
  color: var(--black-2);
}

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

.cookie-banner-2 {
  display: block;
}

.fs-cc-prefs_component-4 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

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

.whatsapp-icon {
  color: #fff;
  display: block;
}

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

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

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

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

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

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: fixed;
  inset: auto 10px 10px auto;
}

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

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

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

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

.div-block-16 {
  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;
}

.d-105-timer-text-2 {
  color: #fff;
  background-color: #0094de;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 20px;
  box-shadow: -2px 2px 5px #0003;
}

.d-105-card-title-2 {
  color: #333;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.d-105-timer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.d-105-card-wrapper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 10px 20px -15px #fff9;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/NordWood_7405.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.three {
  background-image: url('../images/small-window.webp');
  background-position: 50%;
  background-size: cover;
}

.d-105-image-wrapper.five {
  background-image: url('../images/glass-roof.webp');
  background-position: 50%;
}

.d-105-image-wrapper.two {
  background-image: url('../images/window.webp');
}

.d-105-image-wrapper.one {
  background-image: url('../images/door.webp');
}

.d-105-image-wrapper.four {
  background-image: url('../images/white-conservatory.webp');
}

.d-105-3d-wrapper-2 {
  perspective: 1000px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  overflow: visible;
  box-shadow: -5px 7px 5px #0003;
}

.d-105-recipe-text-2 {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.d-105-text-wrapper {
  height: 40%;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-text {
  margin-top: 32px;
}

.lightbox-link {
  width: 100%;
  height: 360px;
  position: relative;
}

.team-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.team-block {
  z-index: 3;
  background-color: var(--black-2);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-name {
  color: var(--midnight-blue-2);
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.p-11 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-11.price-text {
  color: var(--midnight-blue-2);
  font-style: italic;
  font-weight: 400;
  line-height: 2;
}

.contact-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

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

.announcement-icon {
  color: #eee;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.announcement-icon.white {
  background-color: var(--black);
  color: var(--white-smoke);
  border-radius: 0;
  margin-right: 10px;
}

.no-line {
  color: var(--midnight-blue-2);
  text-decoration: none;
}

.link-block-5, .link-block-6 {
  text-decoration: none;
}

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

.imag-groid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.roller-door {
  background-image: url('../images/Roller-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.roller-door.r2 {
  background-image: url('../images/Roller-5.webp');
}

.roller-door.r3 {
  background-image: url('../images/Roller-4.webp');
}

.text-block-18 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

@media screen and (min-width: 1920px) {
  .ddl:hover {
    border-color: #cfcfcf;
  }

  .logo-banner-2.w--current {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ddl-2:hover {
    border-color: #cfcfcf;
  }

  .co-logo {
    width: 400px;
  }

  .service-banner.s1, .service-banner.s2, .service-banner.s3, .service-banner.list-item-4, .service-banner.a, .service-banner.a1, .service-banner.g, .service-banner.test, .service-banner.contct, .service-banner.site {
    padding-top: 160px;
  }

  .nav-link-4 {
    font-size: 20px;
  }

  .nav-link-4.w--current {
    font-size: 20px;
    font-weight: 400;
  }

  .dropdown-toggle-3 {
    clear: none;
    font-size: 20px;
  }

  .text-block-13 {
    font-size: 20px;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #282d4ee6;
    height: 250px;
    display: block;
    position: relative;
  }

  .navbar-2 {
    background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .nav-menu {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .nav-link {
    background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    height: 60px;
    transition-property: none;
  }

  .nav-link:hover {
    background-color: var(--midnight-blue-2);
    color: var(--white-smoke);
  }

  .nav-link.w--current {
    background-color: var(--white-smoke);
    color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  }

  .nav-link.home {
    background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .nav-link.home.w--current {
    background-color: var(--midnight-blue-2);
  }

  .body-container {
    width: 90%;
  }

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

  .hero-heading {
    width: 100%;
  }

  .banner-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content-heading {
    margin-top: 0;
    line-height: 70px;
  }

  .grid-image1, .grid-image3 {
    height: 400px;
  }

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

  .map {
    min-height: 400px;
  }

  .links-div {
    text-align: center;
    align-items: center;
    min-height: 100px;
    padding-left: 0;
    padding-right: 10px;
  }

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

  .links-list {
    text-align: center;
  }

  .all-links {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .all-links-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
  }

  .links2-div {
    align-items: center;
    min-height: 100px;
    padding-left: 10px;
  }

  .links-list2 {
    align-items: center;
  }

  .socials-navbar {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .social-text {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

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

  .logo-nav {
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-left: 0;
  }

  .logo-nav.w--current {
    justify-content: center;
    width: 100%;
    height: 70px;
  }

  .nav-logo {
    width: 40%;
  }

  .dropdown {
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .dropdown-toggle {
    background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    background-color: var(--midnight-blue-2);
    color: var(--white-smoke);
  }

  .dropdown-links {
    text-align: center;
  }

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

  .menu-button {
    color: var(--white-smoke);
    width: 100%;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue-2);
  }

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

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

  .img {
    min-height: 350px;
  }

  .shade-div {
    background-image: none;
    width: 100%;
  }

  .slice-p, .banner-head {
    text-align: center;
  }

  .button-div-slice {
    text-align: center;
    align-items: center;
  }

  .navbar-main {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: grid;
    position: static;
  }

  .text-block-6 {
    padding-left: 20px;
  }

  .ddl {
    background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .box {
    height: 400px;
  }

  ._4-block-div {
    align-items: flex-end;
  }

  ._4-block-div.gal {
    display: none;
  }

  .box-heading {
    font-size: 33px;
    line-height: 38px;
  }

  .service-boxes {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .service-boxes._4-boxes {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

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

  .slice-p-2 {
    text-align: center;
  }

  .ddl-2 {
    background-color: #282d4e;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    text-align: center;
    text-transform: uppercase;
    background-color: #282d4e;
    justify-content: center;
    height: 60px;
    transition-property: none;
  }

  .nav-link-2:hover {
    color: #f8f8f8;
    background-color: #1b1e35;
  }

  .nav-link-2.w--current {
    color: #282d4e;
    background-color: #f8f8f8;
  }

  .nav-link-2.home {
    text-align: center;
    background-color: #282d4e;
    width: 100%;
    height: 60px;
  }

  .nav-link-2.home.w--current {
    background-color: #1b1e35;
  }

  .menu-button-2 {
    color: #f8f8f8;
    width: 100%;
    position: relative;
  }

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

  .dropdown-list-2 {
    background-color: #000;
  }

  .dropdown-toggle-2 {
    text-align: center;
    text-transform: uppercase;
    background-color: #282d4e;
    justify-content: center;
    width: 100%;
  }

  .dropdown-toggle-2:hover, .dropdown-toggle-2.w--open {
    color: #f8f8f8;
    background-color: #1b1e35;
  }

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

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

  .hero-large-text {
    font-size: 2rem;
  }

  .brand.w--current {
    display: block;
  }

  .nav-menu-2 {
    z-index: 10;
    background-color: var(--white-smoke);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 80%;
    margin-right: auto;
    padding-top: 100px;
  }

  .navbar-3 {
    min-height: 13vh;
    padding-top: 23px;
    padding-left: 10px;
    padding-right: 10px;
    top: 50px;
  }

  .nav-link-3 {
    background-color: var(--white-smoke);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
    position: sticky;
  }

  .nav-link-3.w--current {
    background-color: var(--white-smoke);
    padding-left: 20px;
  }

  .icon {
    color: var(--white-smoke);
    font-size: 29px;
  }

  .menu-button-3 {
    color: #fff;
  }

  .menu-button-3.w--open {
    z-index: 200;
    background-color: #0000;
  }

  .dl-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-social {
    border-top: 1px solid #f7f7f733;
    justify-content: flex-start;
    margin-top: 90%;
    padding-top: 20px;
    display: flex;
  }

  .dropdown-2 {
    width: 100%;
  }

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

  .btn-underline.services-underline.display-none-s, .btn-underline.nav-underline.display-none-underline {
    display: none;
  }

  .fa-icon-arrow {
    margin-left: 10px;
    font-family: "Fa 300", sans-serif;
    display: inline-block;
  }

  .co-logo {
    width: 180px;
  }

  .announcement-bar {
    flex-flow: row;
    display: flex;
  }

  .main-block-2.b {
    margin-right: .3px;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .header-div-2 {
    width: 100%;
  }

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

  .card-3 {
    flex: none;
    width: auto;
  }

  .card-details-wrapper {
    padding-bottom: 5%;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
  }

  .card-1 {
    flex: none;
    width: 100%;
    display: block;
  }

  .section {
    flex-direction: column;
    justify-content: space-around;
  }

  .card-inner {
    background-image: linear-gradient(#0000, #000c);
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0%;
    padding-bottom: 5%;
    display: flex;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .main-heading {
    font-size: 2.4em;
    line-height: 1em;
  }

  .card-4 {
    flex: none;
    width: auto;
  }

  .card-5, .card-6 {
    flex: none;
    width: 100%;
  }

  .card-7 {
    flex: none;
    width: auto;
  }

  .banner-overlap {
    margin-bottom: 60px;
  }

  .a-header-image-block {
    max-width: 100%;
    height: auto;
    position: relative;
    right: 0%;
  }

  .section-1-block {
    text-align: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .a-h1-heading {
    text-align: left;
  }

  .a-header-background-image {
    width: 100%;
  }

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

  .section-1-content {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .a-paragraph-regular, .a-detail-small.a-text-color-primary {
    text-align: left;
  }

  .a-header-section {
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .hero-large-text-2 {
    font-size: 2rem;
  }

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

  .card-8 {
    flex: none;
    width: auto;
  }

  .footer-rights {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer-heading {
    margin-bottom: 24px;
  }

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

  .privacy-heading {
    margin-bottom: 24px;
  }

  .test-name {
    font-weight: 500;
  }

  .test-dec {
    font-size: 1em;
  }

  .services-title {
    margin-top: 0;
  }

  .services-title.why-us._w-50 {
    width: 100%;
  }

  .card-header-wrap {
    margin-bottom: 2rem;
    margin-left: 5vw;
    margin-right: 2.2rem;
  }

  .section-header {
    font-size: 30px;
    line-height: 34px;
  }

  .big-section-wrap {
    flex-direction: column;
    padding-left: 0;
  }

  .big-neato-section {
    padding-right: 0;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .container-4 {
    width: 90%;
  }

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

  .left-contact {
    width: 100%;
  }

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

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

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-ban-text {
    font-size: 38px;
    line-height: 32px;
  }

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

  .basic-p-block._w-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .basic-p-block._w-100.auto.gal {
    flex-flow: column;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .double-content-div.grid-area {
    grid-template-columns: 1fr;
  }

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

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

  .single-image-div._2-img-blocks {
    height: auto;
  }

  .image-block.carw-1, .image-block.img-block-2 {
    min-height: 350px;
  }

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

  .features-grid_feature-icon-div {
    right: 1rem;
  }

  .features-grid_item {
    margin-bottom: 2rem;
  }

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

  ._1x3-grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .body-div {
    width: 90%;
  }

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

  .contact-content {
    flex-direction: column;
    display: flex;
  }

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

  .contact-page-info {
    grid-template-columns: 1fr;
  }

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

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

  .div-block-9 {
    width: 800px;
  }

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

  .left-arrow {
    left: -10%;
  }

  .quotes {
    top: -28%;
  }

  .right-arrow {
    right: -10%;
  }

  .review-button {
    margin-top: 30px;
  }

  .slider-testimonial, .slider-grid {
    height: auto;
  }

  .skills__col {
    flex: none;
  }

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

  .banner-counter {
    width: 100%;
    display: none;
  }

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

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

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

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

  .nav-link-4 {
    background-color: var(--black-2);
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-4:hover {
    background-color: var(--black);
    color: #fff;
    border-radius: 0;
  }

  .nav-link-4.contact.unline {
    color: var(--black);
  }

  .dropdown-toggle-3 {
    background-color: var(--black-2);
    color: #fff;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-3:hover {
    background-color: var(--black);
    color: #fff;
  }

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

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

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

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

  .dropdown-link.no-border:hover {
    background-color: #474747;
  }

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

  .dropdown-menu-link:hover {
    color: #000;
  }

  .bold-text-3 {
    display: block;
  }

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

  .d-105-3d-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .contact-div {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  .banner {
    height: 100%;
  }

  .header-container {
    height: 400px;
  }

  .navbar-2 {
    justify-content: center;
  }

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

  .content-heading {
    align-items: center;
  }

  .txt.right-align {
    text-align: left;
    align-items: flex-start;
  }

  .links-div {
    padding-right: 0;
  }

  .all-links-div {
    margin-top: 40px;
  }

  .links2-div {
    padding-left: 0;
  }

  .social-text {
    justify-content: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

  .logo-nav.w--current {
    justify-content: center;
    width: 100%;
  }

  .menu-button {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .p.right-align {
    text-align: left;
  }

  .navbar-main {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .click-to-call-div {
    display: block;
  }

  .click-to-call-button {
    background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  }

  .header-container-2 {
    height: auto;
    padding-top: 220px;
    padding-bottom: 60px;
  }

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

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

  .p-2.right-align {
    text-align: left;
  }

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

  .click-to-call-button-2 {
    background-color: #282d4e;
  }

  .menu-button-2 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-button-2.w--open {
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .header-container-3 {
    height: 400px;
  }

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

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

  .hero-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-2 {
    background-color: var(--black);
    width: 100%;
  }

  .navbar-3 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .main-block {
    width: 100%;
  }

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

  .main-block-2 {
    width: 100%;
  }

  .announcement-contact-block {
    grid-template-columns: 1fr;
  }

  .header-div-2.announcement-div {
    flex-flow: row;
  }

  .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .contact-ann-block.m-left-auto.hid {
    display: none;
  }

  .announcement-barn-link {
    font-size: 14px;
  }

  .header-container-4 {
    height: 750px;
  }

  .tagline {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-btn-text {
    letter-spacing: 3px;
  }

  .section {
    flex-direction: column;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .banner-overlap.flex {
    margin-bottom: 0;
  }

  .a-header-image-block {
    height: 400px;
  }

  .a-h1-heading {
    font-size: 32px;
    line-height: 1.4;
  }

  .a-header-background-image {
    height: 100%;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-header-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero-card-2 {
    box-shadow: none;
    flex-flow: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-rights {
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .mask {
    width: 100%;
  }

  .slider-arrow {
    bottom: -50%;
  }

  .services-title {
    text-align: left;
  }

  .services-title.why-us._w-50 {
    width: 100%;
  }

  .services-title.why-us._w-50.dark-text-align-center {
    font-size: 2.5em;
  }

  .container-3 {
    width: 90%;
  }

  .card-header-wrap {
    width: 70%;
  }

  .section-header {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .header-tag {
    font-size: 1rem;
  }

  .big-section-wrap {
    padding-left: 0;
  }

  .big-neato-section {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .cta-link {
    font-size: 16px;
  }

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

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

  .h2-div {
    margin-bottom: 0;
  }

  .social-link-2.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .circle-div-side {
    display: flex;
    top: -12%;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }

  .service-banner {
    height: 450px;
  }

  .service-ban-text {
    text-align: center;
    line-height: 44px;
  }

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

  .basic-p-block._w-100 {
    display: block;
  }

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

  .single-image-div.map-w100, .single-image-div._2-img-blocks {
    height: auto;
  }

  .image-block.img-block-2 {
    min-height: 350px;
  }

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

  .main-h1 {
    width: 95%;
    font-size: 29px;
    line-height: 28px;
  }

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

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

  .features-grid_item {
    padding: 2rem;
  }

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

  ._1x3-grid-3 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

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

  .svs-head {
    font-size: 24px;
  }

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

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

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

  .h2-3 {
    font-size: 26px;
  }

  .img-dark.home2 {
    height: 400px;
    min-height: 400px;
  }

  .img-dark.home2:hover {
    width: 100%;
  }

  .img-dark.home3 {
    height: 400px;
    min-height: 400px;
  }

  .img-dark.home3:hover {
    width: 100%;
  }

  .img-dark.home1 {
    height: 400px;
    min-height: 400px;
  }

  .img-dark.home1:hover {
    width: 100%;
  }

  ._3-item-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-page-wrapper {
    width: 100%;
  }

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

  .gallery-wrapper {
    padding-top: 0;
  }

  .buton-div {
    width: 50%;
  }

  .div-block-9 {
    width: 550px;
    padding: 40px 20px 20px;
  }

  .color-block {
    padding: 10px;
  }

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

  .review-text {
    font-size: 16px;
    line-height: 1.5em;
  }

  .image-cover, .slider-image {
    display: none;
  }

  .slide-5 {
    height: 60vh;
    position: static;
  }

  .slide-nav-hidden {
    justify-content: center;
    align-items: center;
    inset: auto 0% -4%;
  }

  .slider-grid {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .skills__col {
    width: 100%;
  }

  .skills__list {
    margin-right: 0;
    padding-left: 0;
    display: none;
  }

  .banner-counter {
    width: auto;
    max-width: 45%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
  }

  .cn-text-lower.small {
    font-size: 16px;
    line-height: 22px;
  }

  .d-105-3d-wrapper-2 {
    margin-bottom: 20px;
  }

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

  .contact-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: flex-start center;
    width: 100%;
    padding-top: 5px;
    line-height: 16px;
    display: flex;
  }

  .announcement-contact-info {
    line-height: 36px;
  }

  .announcement-contact-info.margin-right-20 {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement-icon {
    width: 30px;
    height: 30px;
  }

  .no-line {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .banner {
    height: 100%;
    padding-top: 100px;
  }

  .header-container {
    justify-content: center;
    height: 280px;
  }

  .navbar-2 {
    justify-content: center;
  }

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

  .hero-heading {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .banner-div {
    justify-content: center;
  }

  .logo-banner {
    width: 80%;
    margin-bottom: 20px;
  }

  .logo-banner.w--current {
    width: 90%;
    margin-top: 60px;
  }

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

  .content-heading {
    text-align: center;
    align-items: center;
    padding-bottom: 20px;
    font-size: 35px;
  }

  .grid-image1, .grid-image1.s1-2 {
    height: 250px;
  }

  .grid-image1.s2-2, .grid-image1.s4-1, .grid-image1.s6-1 {
    min-height: 350px;
  }

  .charity-text1 {
    text-align: center;
  }

  .txt {
    text-align: center;
    align-items: flex-start;
  }

  .txt.right-align {
    align-items: center;
  }

  .grid-image2.s2-3 {
    min-height: 350px;
  }

  .grid-image2.s2-2, .grid-image3, .grid-image3.s1-4 {
    height: 250px;
  }

  .grid-image3.s2-4 {
    min-height: 350px;
  }

  .grid-image3.s2-3, .grid-image3.s2-5 {
    height: 250px;
  }

  .links-div {
    padding-right: 0;
  }

  .links2-div {
    padding-left: 0;
  }

  .socials-navbar {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-nav.w--current {
    align-items: flex-start;
    width: 100%;
    height: 60px;
  }

  .nav-logo {
    width: 70%;
  }

  .dropdown-toggle.w--open {
    background-color: var(--white-smoke);
    color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  }

  .dropdown-links {
    background-color: var(--midnight-blue\<deleted\|variable-17941b32\>);
    color: var(--white-smoke);
  }

  .dropdown-links:hover {
    background-color: var(--white-smoke);
    color: var(--midnight-blue\<deleted\|variable-17941b32\>);
  }

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

  .service-box-section {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  ._2x1 {
    grid-template-rows: auto;
  }

  .p {
    text-align: left;
    font-size: 16px;
  }

  .p.right-align {
    text-align: center;
  }

  .button-div {
    justify-content: flex-start;
  }

  .mid-section {
    height: 100%;
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .split-div-text {
    width: 90%;
  }

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

  .slice-p {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-div-slice {
    padding-top: 0;
  }

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

  .box {
    width: 100%;
    height: 300px;
  }

  .box-heading {
    font-weight: 400;
    line-height: 37px;
  }

  .div-container {
    width: 100%;
    height: 100%;
  }

  .service-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    padding-bottom: 20px;
  }

  .click-to-call-div {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .click-to-call-button {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

  .header-container-2 {
    justify-content: center;
    height: auto;
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .logo-banner-2 {
    width: 80%;
    margin-bottom: 20px;
  }

  .banner-div-2 {
    justify-content: center;
  }

  .div-block-7 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

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

  .p-2, .p-2.right-align {
    text-align: center;
  }

  .mid-section-2 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slice-p-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .click-to-call-button-2 {
    width: 90px;
    height: 90px;
    font-size: 13px;
    line-height: 14px;
  }

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

  .dropdown-toggle-2.w--open {
    color: #282d4e;
    background-color: #f8f8f8;
  }

  .header-container-3 {
    justify-content: center;
    height: 280px;
  }

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

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

  .para {
    font-weight: 300;
  }

  .para.light-grey {
    font-size: 15px;
    line-height: 23px;
  }

  .hero-card {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-intro-text {
    font-size: 22px;
  }

  .hero_btn.outline-btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .hero_btn.margin-top-40.margin-right-20 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .hero-large-text {
    font-size: 22px;
    font-weight: 600;
  }

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

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

  .navbar-3 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button-3.w--open {
    z-index: 200;
  }

  .co-logo {
    width: 250px;
    display: block;
  }

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

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

  .announcement-contact-block {
    justify-content: center;
    align-items: center;
  }

  .announcement-contact-block.hide {
    display: none;
  }

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

  .header-div-2 {
    flex-direction: column;
  }

  .header-div-2.announcement-div {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .header-container-4 {
    justify-content: center;
    height: 700px;
    padding-top: 220px;
  }

  .tagline {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .footer-btn-text {
    font-size: .75rem;
  }

  .card-3 {
    flex: 1;
    width: 100%;
    margin-top: 10px;
  }

  .scroll-type-wrapper {
    padding-right: 0;
  }

  .card-1 {
    flex: 1;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .card-inner {
    background-image: linear-gradient(#0000, #000c 37%);
    min-height: auto;
    padding-right: 10%;
    display: block;
  }

  .image-container.second, .image-container.sixth {
    background-position: 50% 0;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .small-text {
    font-size: 9px;
  }

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
    margin-top: 10px;
  }

  .main-heading {
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .card-4 {
    flex: 1;
    width: 100%;
  }

  .card-5 {
    flex: 1;
  }

  .card-6 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .card-7 {
    flex: 1;
    width: 100%;
  }

  .banner-overlap.flex {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .a-header-image-block {
    height: 250px;
  }

  .a-h1-heading {
    text-align: left;
    font-size: 24px;
    line-height: 1.3;
  }

  .a-h1-heading._40b {
    margin-bottom: 32px;
    font-size: 23px;
    line-height: 1.1;
  }

  .a-h1-heading.white {
    font-size: 24px;
  }

  .a-header-background-image {
    width: 100%;
    height: 100%;
  }

  .a-header-logo-block {
    justify-content: flex-start;
  }

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

  .heading-underline {
    font-size: 30px;
    line-height: 1;
  }

  .a-paragraph-regular, .a-detail-small.a-text-color-primary {
    text-align: left;
  }

  .a-header-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero-large-text-2 {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.1;
  }

  .hero-card-2 {
    box-shadow: none;
    opacity: .89;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .default-list.list-grid, .default-list.list-grid._2-col, .default-list.list-grid._3-col, .default-list.list-grid, .default-list.grid-right, .default-list.list-grid, .default-list.list-grid, .default-list.list-grid, .default-list.list-grid, .default-list.list-grid, .default-list.list-grid, .default-list.grid-3, .default-list.gap-4 {
    grid-template-columns: 1fr;
  }

  .h3-bullet-list {
    text-align: left;
  }

  .card-8 {
    flex: 1;
    width: 100%;
  }

  .footer-link {
    color: var(--white-smoke);
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .9rem;
    line-height: 1.1;
  }

  .footer-link.w--current {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
  }

  .footer-wrapper {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-column {
    line-height: 16px;
  }

  .footer-2 {
    padding: 4rem 10px;
  }

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

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

  .mask {
    width: 100%;
  }

  .slider-arrow {
    margin-top: auto;
    margin-bottom: 0;
    position: absolute;
    bottom: -95px;
  }

  .test-dec {
    padding-left: 0;
    padding-right: 10px;
    font-size: 14px;
  }

  .services-title.why-us._w-50 {
    padding-right: 0;
  }

  .services-title.why-us._w-50.dark-text-align-center {
    font-size: 2em;
  }

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .card-header-wrap {
    width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .section-header {
    font-size: 26px;
    line-height: 32px;
  }

  .button-wrap-2 {
    flex-direction: column;
  }

  .header-tag {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1;
  }

  .big-section-wrap {
    width: 90%;
    padding: 20px 10px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .big-neato-section {
    min-height: 60vh;
  }

  .foot-text {
    color: var(--white-smoke);
  }

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

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

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

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

  .cta-text-contact {
    margin-bottom: 5px;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

  .h2-title {
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

  .circle-div-side {
    width: auto;
    top: -7%;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

  .service-banner {
    background-image: linear-gradient(#00000052, #00000052), url('../images/New-Banner-1.webp');
    background-position: 0 0, 32%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 350px;
  }

  .service-banner.s1, .service-banner.s2, .service-banner.s3, .service-banner.list-item-4, .service-banner.a, .service-banner.a1, .service-banner.g, .service-banner.test, .service-banner.contct, .service-banner.site {
    height: 400px;
    padding-top: 300px;
  }

  .service-ban-text {
    font-size: 25px;
    line-height: 20px;
  }

  .h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .h3-bullet-list-2, .h3-bullet-list-3 {
    text-align: left;
  }

  .h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .basic-p-block._w-100 {
    padding-bottom: 0;
  }

  .content-section-2.low-p-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .h2-2 {
    font-size: 26px;
    line-height: 28px;
  }

  .p-7.white {
    font-size: 16px;
  }

  .main-h1 {
    width: 95%;
    font-size: 25px;
    line-height: 25px;
  }

  .service-p {
    margin-right: 0%;
  }

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

  ._1x3-grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .body-div {
    width: 90%;
  }

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

  ._3-img-head {
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
  }

  .img-dark.home2, .img-dark.home3, .img-dark.home1 {
    height: 300px;
    min-height: 300px;
  }

  .contact-page-wrapper {
    flex-flow: column;
    display: flex;
  }

  .buttons {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .fs-cc-manager_component-3 {
    z-index: 1001;
  }

  .fs-cc-prefs_component-3 {
    z-index: 1001;
    padding: 24px;
  }

  .fs-cc-banner_component-3 {
    z-index: 1001;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .buton-div {
    width: 76%;
  }

  .buton-div.size {
    width: auto;
  }

  .div-block-9 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .small-line {
    width: 30%;
    height: .5vh;
  }

  .slide-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .color-block {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-arrow {
    display: none;
  }

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

  .slider-nav {
    background-color: #000;
    display: flex;
  }

  .slide-photo {
    z-index: 3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 37%;
  }

  .quotes {
    inset: -379% 3% auto auto;
  }

  .right-arrow {
    display: none;
  }

  .slider {
    flex: none;
    width: 100%;
    height: auto;
  }

  .review-button {
    margin-top: 10px;
  }

  .content-wrap {
    z-index: 2;
    padding: 60px 20px 40px;
    top: 0;
  }

  .slider-card {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .slide-5, .slider-grid {
    height: 70vh;
  }

  .skills__col {
    display: none;
  }

  .skills__list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .skills__list-ico {
    margin-right: 20px;
  }

  .skills__list-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .skills__list-line {
    width: 5px;
    margin-top: 88px;
    margin-bottom: 0;
  }

  .image-7 {
    width: 100px;
  }

  .image-8 {
    height: 60px;
  }

  .banner-counter {
    max-width: 65%;
    padding: 20px 25px 20px 30px;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .counterup.w.small {
    font-size: 40px;
    line-height: 44px;
  }

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

  .counterspan.small {
    font-size: 40px;
    line-height: 44px;
  }

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

  .cn-text-lower.small {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
  }

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

  .nav-link-4.contact.unline {
    border-style: none;
  }

  .dropdown-link.no-border.no-line {
    border-bottom-style: none;
  }

  .bold-text-4 {
    line-height: 30px;
  }

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

  .text-block-15, .text-block-16, .text-block-17 {
    font-size: .9rem;
  }

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

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

  .whatsapp-container {
    border-radius: 0%;
    width: 50px;
    height: 50px;
    bottom: 1%;
  }

  .chat-section {
    height: 50%;
  }

  .chat-block {
    border-radius: 0;
  }

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

  .whatsapp-block.show {
    display: none;
  }

  .livechat-button {
    border-radius: 0;
    width: 90%;
  }

  .bold-text-5 {
    font-size: 25px;
  }

  .contact-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 2px;
    line-height: 12px;
    display: block;
  }

  .announcement-contact-info {
    justify-content: center;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    justify-content: center;
  }

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

  .no-line {
    font-size: 15px;
  }

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

  .roller-door, .roller-door.r2 {
    height: 250px;
  }

  .text-block-18 {
    font-size: 30px;
  }
}

#w-node-_16b7e5c8-b02e-8323-963e-63ae4c1b04f3-5223b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-5223b5b4 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-5223b5b4 {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3b-5223b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb49-5223b5b4 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb4a-5223b5b4 {
  align-self: center;
}

#w-node-_36c04b5c-8097-8a32-f647-2a9f138ebabb-5223b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bd194d7-7cc2-f228-a62f-c1f9e469a149-e469a13c {
  align-self: center;
}

#w-node-_9bd194d7-7cc2-f228-a62f-c1f9e469a156-e469a13c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_9bd194d7-7cc2-f228-a62f-c1f9e469a161-e469a13c, #w-node-_8e1d0124-f00c-62b9-761c-091e0dcfb1d6-e469a13c {
  align-self: center;
}

#w-node-e0e6422c-68e0-35c6-d2ef-317ce22c7dd8-e22c7dd5 {
  place-self: center start;
}

#w-node-_8bf8f760-00c0-72f5-57d0-56c048eefe0a-5223b5bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7720b4c9-9a91-68f2-864f-1c545ea9ce49-5223b5bd, #w-node-_4eb805b8-ecfd-e1cc-1308-b15485ece610-5223b5bd, #w-node-_49f83d09-5b3d-c04c-d26c-ca3238f520a1-5223b5bd, #w-node-eac4930f-8525-da3c-46ef-4c6d334d999f-5223b5bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87181cbc-d9e7-d192-f2ce-1cbdbba68544-5223b5be, #w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-5223b5be {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-5223b5be {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3b-5223b5be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3d-5223b5be {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb49-5223b5be {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb4a-5223b5be {
  align-self: center;
}

#w-node-_70fec4b7-82bd-13a0-6da4-a1af35ad73b5-5223b5be {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_70fec4b7-82bd-13a0-6da4-a1af35ad73b6-5223b5be {
  align-self: center;
}

#w-node-af1f6ce8-d242-9ddb-cd80-60dfae771806-5223b5bf {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-5223b5bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-5223b5bf {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3b-5223b5bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3d-5223b5bf {
  place-self: center end;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb49-5223b5bf {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb4a-5223b5bf {
  align-self: center;
}

#w-node-_666481d8-1b77-6304-6767-ec9563e3af4b-5223b5bf {
  place-self: center start;
}

#w-node-_666481d8-1b77-6304-6767-ec9563e3af50-5223b5bf {
  align-self: center;
}

#w-node-_0b9592c5-215c-eb22-0abf-433a05de0741-5223b5bf {
  place-self: center start;
}

#w-node-_0b9592c5-215c-eb22-0abf-433a05de0746-5223b5bf {
  align-self: center;
}

#w-node-_39b0eea0-afdd-62f7-54a0-e6ca064700b6-5223b5c0 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-5223b5c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-5223b5c0 {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3b-5223b5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3d-5223b5c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_86adc4e3-d5d8-64b2-d3d5-957bfab9ecf9-5223b5c1 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-5223b5c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-5223b5c1 {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3b-5223b5c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb3d-5223b5c1 {
  place-self: center end;
}

#w-node-a2fa090f-2be6-aeed-d8ee-2a7b79b2efcc-5223b5c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-a2fa090f-2be6-aeed-d8ee-2a7b79b2efcd-5223b5c1 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_5975691c-3356-0d0d-0e83-b22a0c7115f1-0c7115ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_16b7e5c8-b02e-8323-963e-63ae4c1b04fe-5223b5b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3a40b36-592a-8e81-4890-bddfc7de8ad3-5223b5c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d3a40b36-592a-8e81-4890-bddfc7de8ad8-5223b5c7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_57f385a9-101b-c0a9-a61e-997d6ce51c28-5223b5c7 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3a40b36-592a-8e81-4890-bddfc7de8ad3-5223b5c7, #w-node-d3a40b36-592a-8e81-4890-bddfc7de8ad8-5223b5c7, #w-node-_57f385a9-101b-c0a9-a61e-997d6ce51c28-5223b5c7 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 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 Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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 Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}