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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --secondary: #20272a;
  --white: #fff;
  --primary: #a8ce64;
  --black: black;
  --third: #161b1d;
  --silver: #626870;
  --pale-grey: #ddd;
  --transparent: #fff0;
}

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

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

.banner-header {
  color: var(--white);
  letter-spacing: 1px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 58px;
  display: flex;
}

.banner-header.sm {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 40px;
}

.p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.p.banner {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

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

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

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

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

.body-section.white {
  background-color: var(--third);
}

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

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

.body-section.g {
  background-color: var(--secondary);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.body-section.g._0 {
  padding-top: 0;
  padding-bottom: 10px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.hero-bg-grad {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Banner.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 890px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

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

.service-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 20px;
}

.service-div {
  height: auto;
  padding-bottom: 20px;
}

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

.service-top-image._2 {
  background-image: url('../images/Samedd_1.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/svbox3_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/lineoflorries_1.webp');
  background-position: 50% 0;
  background-size: cover;
}

.service-top-image._1 {
  background-image: url('../images/img1-1.webp');
}

.service-number {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 900px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.service-number._0 {
  background-color: var(--silver);
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.service-number._0:hover {
  transform: translate(4px, -4px);
  box-shadow: -4px 5px 5px #0003;
}

.service-box-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-header {
  color: var(--black);
  text-transform: none;
  background-color: #f7f7f7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.service-header.box {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.3vh;
}

.service-header.green {
  background-color: var(--primary);
}

.service-header.green._40b, .service-header._40b {
  margin-bottom: 40px;
}

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

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

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

.service-light-text:hover {
  color: var(--white);
}

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

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

.small-head {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

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

.para {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

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

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-self: stretch;
  align-items: stretch;
  width: 46%;
  min-height: 450px;
  display: flex;
}

.img-div._0 {
  border-radius: 20px;
  width: 100%;
}

.img-div.homr1 {
  background-image: url('../images/SecondHp_1.webp');
  background-position: 50%;
}

.img-div.trans1 {
  background-image: url('../images/img3-1.webp');
  background-position: 50% 37%;
  min-height: 350px;
}

.img-div.same1 {
  background-image: url('../images/nextday2.webp');
}

.img-div.next1 {
  background-image: url('../images/img2-2.webp');
}

.img-div.ded1 {
  background-image: url('../images/dedicated2.webp');
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

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

.right-side.content {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

.footer-section-title.white {
  color: var(--silver);
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
}

.footer-section {
  background-color: #0e0e0e;
  border-top: 1px solid #e0e0e080;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.header-social-media.sticky {
  z-index: 5;
  position: fixed;
  inset: auto auto 20px 77px;
}

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

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

.header-social-icon.margin-right-none {
  color: var(--white);
  width: auto;
  height: auto;
  margin-right: 28px;
  font-size: 1.8em;
}

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

.header-social-icon.margin-right-none.l {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

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

.header-social-icon.margin-right-none.l.col {
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 100%;
  width: 52px;
  height: 52px;
  margin-right: 5px;
  box-shadow: 0 2px 5px #0003;
}

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

.header-social-icon.yell.col {
  background-color: var(--secondary);
  color: var(--primary);
  background-image: url('../images/yell-green.svg');
  border-radius: 100%;
  box-shadow: 0 2px 5px #0003;
}

.header-social-icon.col {
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 100%;
  width: 52px;
  height: 52px;
  margin-right: 5px;
  box-shadow: 0 2px 5px #0003;
}

.header-social-icon.col._2 {
  background-color: var(--secondary);
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 1.5em;
}

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

.full-width-image-section.para-img {
  background-color: var(--primary);
  color: var(--black);
  background-image: url('../images/grey-orb.svg'), url('../images/manwithboxes.webp');
  background-position: 89vw -160px, 100% 0;
  background-repeat: no-repeat, repeat;
  background-size: 400px, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-image-section.para-img.svs {
  color: var(--black);
  background-image: url('../images/grey-orb.svg');
  background-position: 89vw -160px;
  background-repeat: no-repeat;
  background-size: 400px;
  background-attachment: scroll;
}

.div-full-width {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

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

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

.co-logo {
  width: 300px;
}

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

.logo-link {
  background-color: var(--third);
  border-radius: 15px;
  width: auto;
  margin-left: 10px;
  margin-right: auto;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.logo-link.w--current {
  background-color: var(--third);
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 5px 5px #00000082;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-size: 16.5px;
  transition: all .3s;
}

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

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

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

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

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

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

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

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

.nav-link.dropdown {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.h1 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 50px;
}

.h1.lg {
  color: var(--white);
  font-size: 40px;
}

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

.h1.lg.b {
  color: var(--black);
  text-transform: uppercase;
}

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

.gallery-hover {
  background-image: linear-gradient(0deg, #00000073, #0000);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  transition: all .45s ease-out;
  display: flex;
  box-shadow: 1px 1px 3px #000000bf;
}

.project1 {
  background-image: url('../images/img6.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 450px;
  text-decoration: none;
}

.project1._2 {
  background-image: url('../images/stock4_1.webp');
  background-position: 29%;
}

.project1._3 {
  background-image: url('../images/img3-1.webp');
  background-position: 19%;
  background-size: cover;
}

.project1.bg {
  background-image: none;
  height: auto;
}

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

.gallery-head {
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 25px;
  text-decoration: none;
  display: flex;
}

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

.gallery-sub {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

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

.white-section._100 {
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.white-section._0 {
  padding-top: 0;
}

.white-section._2 {
  background-color: var(--third);
}

.white-section.w {
  background-color: var(--white);
  color: var(--black);
}

.white-section.g {
  background-color: var(--third);
}

.project2 {
  box-shadow: 25px 24px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
  text-decoration: none;
}

.project3 {
  box-shadow: 25px 25px 0 -18px var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(357deg, #1b1b1b99, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 450px;
  text-decoration: none;
}

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

.h2.b-30 {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

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

.h3-large {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 70px;
}

.h3-large.b-30 {
  color: var(--white);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.h3-large.b-30.inline {
  margin-bottom: 60px;
  font-size: 2vw;
}

.h3-large.g {
  color: var(--primary);
}

.image {
  width: 200px;
}

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

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

.list-head {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

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

.list-head._10t {
  display: block;
}

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

.comments._30b {
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}

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

.comment-column._2 {
  background-color: var(--secondary);
  color: var(--white);
  border-style: solid;
  border-color: #ffffff40;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  box-shadow: -5px 5px 5px #0003;
}

.comment-column._2.bubble {
  background-image: url('../images/green-orb.svg');
  background-position: 106% -64px;
  background-repeat: no-repeat;
  background-size: 200px;
  flex-flow: wrap;
}

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

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

.timeline._0 {
  margin-left: 0;
}

.timeline.c {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}

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

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

.arrow {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hyperlink.b {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--black);
}

.hyperlink.b:hover {
  box-shadow: inset 0 -20px 0 0 var(--white);
}

.hyperlink.w {
  box-shadow: inset 0 -2px 0 0 var(--black);
  color: var(--primary);
}

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

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

.content-section.green {
  background-color: var(--primary);
  background-image: url('../images/white-orb.svg');
  background-position: 78vw -20%;
  background-repeat: no-repeat;
  background-size: 600px;
}

.content-section.green.noorb {
  background-image: none;
}

.bold-text {
  color: var(--black);
  text-transform: uppercase;
}

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

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

.h3.vehicles {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

.h3-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.h3-logo {
  background-image: url('../images/realestate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 450dvh;
  min-height: 200px;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

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

.dropdown-link-2 {
  color: var(--white);
  text-align: left;
  background-color: #000;
  font-size: 16.5px;
  transition: color .45s ease-in-out;
}

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

.dropdown-link-2.w--current {
  color: #f9b328;
}

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

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

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

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

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

.service-dropdown-arrow-2 {
  color: #fff;
}

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

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

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

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

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

.service-nav-text-2:hover {
  color: #ff8d1a;
}

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

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

.service-banner.our-vehicles {
  background-image: linear-gradient(#00000078, #00000078), url('../images/stock4_1.webp');
  background-position: 0 0, 50% 100%;
  padding-bottom: 200px;
}

.service-ban-head {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.contact-page-link {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.form-new {
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
}

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

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

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

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

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

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

.list {
  padding-left: 0;
}

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

.list._2-row {
  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;
}

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

.list-item.z {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.bullet-font-icon-4.w {
  background-color: var(--white);
  color: var(--black);
}

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

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

.buttons.dark {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.buttons.dark:hover {
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
  transform: none;
}

.buttons.dark:active {
  border-color: var(--primary);
}

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

.buttons._2 {
  color: var(--white);
  background-color: #0000;
  border-style: solid;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
}

.buttons._2:hover {
  border-style: solid;
  border-color: var(--pale-grey);
  color: #fff;
  background-color: #000;
  transform: none;
}

.buttons._2.b {
  border-color: var(--black);
  color: var(--black);
  margin-left: 0;
  box-shadow: 0 2px 5px #0003;
}

.buttons._2.b:hover {
  border-width: 1px;
  border-color: var(--white);
  color: var(--white);
}

.buttons._2.b.l {
  border-color: var(--primary);
  color: var(--primary);
}

.buttons._2._0 {
  margin-left: 0;
}

.buttons._2._0:hover {
  border: 1px solid var(--black);
}

.buttons.banner {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 10px 0;
  margin-right: 0;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

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

.buttons.email {
  background-color: var(--transparent);
  color: var(--white);
}

.buttons.white {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.buttons.white:hover {
  background-color: var(--primary);
  color: var(--white);
  border-width: 1px;
  margin-top: 0;
  transform: none;
}

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

.buttons.black {
  border-style: solid;
  border-color: var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  box-shadow: 0 2px 5px #0003;
}

.buttons.black:hover {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-top: 0;
  transform: none;
}

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

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

.section.cta {
  background-color: var(--secondary);
  background-image: linear-gradient(90deg, #20272aed 26%, #fff0 89%), url('../images/dotbg.svg'), linear-gradient(to bottom, var(--secondary), var(--secondary));
  background-position: 0 0, 0%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 98%, auto;
  background-attachment: scroll, scroll, scroll;
  border-top-style: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.section-tittle {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  color: var(--black);
  width: 30%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.contact-span {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.btn-group {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

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

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

.testimonials {
  width: 100%;
}

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

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

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

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

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

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

.button.dark {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  margin-right: 20px;
  font-size: 17px;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

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

.fs-cc-banner_text {
  color: #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(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

.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(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

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

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

.fs-cc-banner_close-icon {
  color: var(--black);
  width: 24px;
  height: 24px;
}

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

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

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

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

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

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

.lottie {
  height: 200px;
}

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

.form-white-bg._2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: row;
}

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

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

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

.button-2.dark:hover {
  color: #fff;
  background-color: #000;
  transform: none;
}

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

.section-tittle-2.cta {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

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

.container-2.z {
  flex-flow: row;
  align-items: stretch;
  max-width: 1300px;
}

.contact-left {
  width: 30%;
}

.contact-left._2 {
  background-color: var(--third);
  border-radius: 7px 0 0 7px;
  width: 35%;
  padding: 40px;
}

.contact-span-2 {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.form-2 {
  width: 100%;
}

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

.div-block {
  width: 80%;
}

.div-block.vehicles {
  width: auto;
}

.div-block-2 {
  z-index: 1;
  background-color: var(--third);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: none;
  position: relative;
}

.svsox {
  width: 100%;
  height: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.svsox.part {
  flex: none;
  width: 200px;
}

.svstxt {
  height: 42px;
  font-size: 18px;
  font-weight: 700;
}

.svsico {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 30px;
  display: flex;
}

.link-block {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  background-color: var(--white);
  width: 100%;
  height: 3px;
}

.div-block-4 {
  background-color: var(--primary);
  width: 0%;
  height: 3px;
}

.white-orb {
  background-image: url('../images/white-orb.svg');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  transform: translate(0);
}

.white-orb.green {
  background-image: url('../images/green-orb.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.white-orb._1, .white-orb._2 {
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-3 {
  font-size: 12px;
  font-weight: 700;
}

.text-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Sharp Solid 900", sans-serif;
  display: flex;
}

.text-block-4.b {
  color: var(--black);
}

.fa {
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 14px;
}

.fa.wa {
  color: var(--primary);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.7rem;
}

.div-block-5 {
  z-index: 2;
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -43px;
  margin-bottom: 53px;
  margin-left: -6px;
  display: flex;
}

.falg {
  font-size: 30px;
}

.div-50 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.div-50._2 {
  flex-flow: row;
}

.div-50._100 {
  width: 100%;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.image-2 {
  background-color: var(--white);
  border-radius: 9px;
  width: 300px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-2, .link-block-2 {
  display: none;
}

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

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

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

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

.live-chat-bottom-text {
  color: var(--black);
  font-size: 10px;
}

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

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

.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: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--secondary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: 0%;
}

.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: none;
  position: absolute;
  inset: auto 0% 50px auto;
  overflow: hidden;
}

.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(--primary);
}

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

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

.text-span-2 {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 31px;
  display: flex;
}

.text-block-5 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-5.bot {
  margin-bottom: 20px;
}

.fa-in-bubble {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 40px;
  display: flex;
  position: relative;
  top: 0;
  right: -10px;
}

.div-block-8 {
  margin-bottom: 10px;
  display: flex;
}

.slide {
  width: 33.333%;
}

.slider {
  background-color: #0000;
  padding-top: 0;
  top: -78px;
}

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

.mask {
  padding-left: 4.5%;
  padding-right: 4.5%;
}

.splide__track {
  max-width: 100vw;
  position: relative;
}

.splide__list {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.splide__slide {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  max-width: 33.333%;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.splide {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -120px;
}

.heading {
  color: var(--white);
  text-align: left;
}

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

.areas-list-2._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  width: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.listd.areas-list-flex {
  border-bottom: 1px solid #ffffff3b;
  align-items: center;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
}

.listhead {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.font-icon-2 {
  color: #fff;
  background-color: #0c7d13;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  padding: 9px;
  font-size: 14px;
  display: flex;
}

.font-icon-2.bl {
  color: var(--white);
  background-color: #0000;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 21px;
}

._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-4 {
  border-radius: 11px;
  max-width: 400px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
}

.image-5 {
  max-width: 400px;
}

.service-ban-sub-head {
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 60px;
}

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

  .container {
    max-width: 1800px;
  }

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

  .service-grid {
    width: 100%;
  }

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

  .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) {
  .banner-header {
    flex-direction: column;
  }

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

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

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

  .service-div {
    width: 100%;
  }

  .service-top-image._2 {
    height: 375px;
  }

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

  .service-header.box {
    margin-bottom: 0;
  }

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

  .para {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .header-social-media.sticky {
    width: auto;
  }

  .header-social-media.left {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

  .full-width-image-section.para-img {
    background-position: 89vw -160px, 0%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .navbar-4 {
    color: var(--black);
    justify-content: flex-end;
    width: 100%;
  }

  .logo-link {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 0;
  }

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

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

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

  .nav-link.hidemob {
    display: none;
  }

  .icon-4 {
    color: var(--white);
  }

  .banner-red {
    font-size: 50px;
  }

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

  .menu-button {
    background-color: var(--third);
    border-radius: 7px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
    color: var(--white);
  }

  .h1 {
    font-size: 50px;
  }

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

  .project1 {
    margin-bottom: 10px;
  }

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

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

  .gallery-sub {
    margin-top: 20px;
    font-size: 15px;
  }

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

  .white-section._2, .white-section.w {
    padding-bottom: 60px;
  }

  .project2 {
    margin-bottom: 10px;
  }

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

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

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

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

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

  .h3 {
    margin-bottom: 20px;
  }

  .h3-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .icon-5 {
    color: #fff;
  }

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

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

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

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

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

  .service-banner {
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 100px;
  }

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

  .google-maps {
    width: 100%;
  }

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

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

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

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

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

  .section.cta {
    background-position: 0 0, 106%;
    background-size: auto, cover;
    padding: 60px 20px;
  }

  .cta-text, .section-tittle.cta {
    width: 100%;
  }

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

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

  .lb-img {
    height: 180px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .text-block-2 {
    text-align: right;
  }

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

  .form-white-bg._2 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px;
    margin-top: 0;
  }

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

  .contact-left {
    width: 100%;
  }

  .contact-left._2 {
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    display: none;
  }

  .fa._2 {
    background-color: var(--third);
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: auto;
    display: inline-flex;
  }

  .div-block-5 {
    background-color: var(--secondary);
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .div-50 {
    width: 100%;
  }

  .div-50._2 {
    display: none;
  }

  .image-3 {
    width: auto;
    height: 70px;
  }

  .dropdown-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .dd {
    background-color: var(--secondary);
    color: var(--white);
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    display: flex;
  }

  .dd:hover {
    color: var(--secondary);
    background-color: #ddd;
  }

  .dd.w--current {
    background-color: var(--white);
    color: var(--black);
  }

  .dropdown-list {
    position: static;
  }

  .link-block-2 {
    display: block;
  }

  .whatsapp-block {
    bottom: 0;
  }

  .splide {
    top: -66px;
  }

  .image-4, .image-5 {
    width: 200px;
  }

  .service-ban-sub-head {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    margin-top: 60px;
    font-size: 48px;
  }

  .banner-header.sm {
    font-size: 30px;
    line-height: 39px;
  }

  .p {
    font-size: 15.5px;
  }

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

  .hero-bg-grad {
    height: 100vh;
    padding-top: 0;
  }

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

  .service-number._0 {
    margin-left: 0;
    margin-right: 0;
  }

  .service-number._0.call {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .banner-red._15 {
    font-size: 26px;
  }

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

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

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

  .white-section._2, .white-section.w {
    padding-bottom: 40px;
  }

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

  .h3-large.b-30.inline {
    width: 80%;
  }

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

  .comments._30b {
    top: 60px;
  }

  .comment-column._2.bubble {
    background-position: 124% -64px;
  }

  .timeline {
    text-align: left;
  }

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

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

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

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

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

  .dropdown-link-2.w--current {
    color: #f94d18;
  }

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

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

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

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

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

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

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

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

  .buttons {
    text-align: center;
  }

  .buttons.banner {
    display: none;
  }

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

  .btn-group {
    margin-bottom: 40px;
  }

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

  .lb-img {
    height: 150px;
  }

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

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

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

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

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

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

  .div-block-6 {
    flex-flow: wrap;
  }

  .splide {
    top: -40px;
  }

  .font-icon-2 {
    color: #0000;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    padding: 0;
  }

  .service-ban-sub-head {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
  }
}

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

  .banner-header.sm {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 25px;
  }

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

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

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

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

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

  .container {
    width: 85%;
  }

  .hero-bg-grad {
    height: 700px;
    padding-top: 0;
  }

  .left-section {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 20px;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .service-div {
    height: auto;
  }

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

  .service-number {
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 50px;
  }

  .service-number._0 {
    margin-left: auto;
  }

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

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

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

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

  .small-head {
    flex-direction: row;
  }

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

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

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

  .section-h1-wrapper.display-flex {
    margin-top: 20px;
  }

  .footer-col {
    width: 100%;
  }

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

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

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

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

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

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

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

  .header-social-icon.margin-right-none.l.col {
    width: 30px;
    height: 30px;
    display: none;
  }

  .header-social-icon.yell.col {
    background-size: 15px;
  }

  .header-social-icon.col {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    display: none;
  }

  .header-social-icon.col._2 {
    font-size: 1em;
  }

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

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

  .co-logo {
    width: 80%;
  }

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

  .logo-link {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

  .icon-4 {
    color: var(--black);
    font-size: 23px;
  }

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

  .banner-red._15 {
    font-size: 22px;
  }

  .menu-button {
    background-color: var(--primary);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .project1 {
    height: 250px;
  }

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

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

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

  .gallery-sub {
    margin-top: 10px;
    font-size: 13px;
  }

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

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

  .white-section._2, .white-section.w {
    padding-bottom: 30px;
  }

  .project2, .project3 {
    height: 250px;
  }

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

  .h3-large {
    font-size: 26px;
  }

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

  .h3-large.b-30.inline {
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .image {
    width: 160px;
  }

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

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

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

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

  .comment-column._2.bubble {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-block {
    font-size: 16.5px;
  }

  .contact-page-link {
    font-size: 13px;
  }

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

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

  .buttons {
    margin-bottom: 10px;
  }

  .buttons.dark {
    width: auto;
  }

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

  .buttons._2.b {
    width: 100%;
  }

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

  .buttons.white, .buttons.black {
    width: auto;
  }

  .section.cta {
    padding: 30px 10px;
  }

  .cta-text {
    width: 100%;
  }

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

  .section-tittle.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

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

  .btn-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .lb-img {
    height: 120px;
  }

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

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

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

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

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

  .form-white-bg {
    padding: 10px;
  }

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

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

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

  .section-tittle-2.cta {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .container-2 {
    width: 85%;
  }

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

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

  .div-block-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    display: grid;
  }

  .falg {
    font-size: 21px;
  }

  .dropdown-2 {
    flex-flow: column;
  }

  .dd {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .fa-in-bubble {
    display: none;
  }

  .splide__slide {
    width: 100%;
    max-width: 100%;
  }

  .splide {
    top: -74px;
  }

  .listhead {
    line-height: 19px;
  }

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

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

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-1fba6861, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-1fba6861, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-1fba6861, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-1fba6861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-1fba6861 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_80a39957-184d-cff1-23dd-d059bb39d682-1fba6861, #w-node-_089bfe6d-2370-a527-fe61-9f9b76abebd1-1fba6861, #w-node-_570f9584-e286-4eb4-5800-aebf3ea547c0-1fba6861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_3bf0e49a-9fb1-5af2-e67a-79bf515b7056-1fba6863, #w-node-e6b7d2bd-eac5-d6de-87be-723a98914584-1fba6863, #w-node-d4b81e2d-a72f-95b4-ff2d-149db2894890-1fba6863, #w-node-_8e75129a-980b-84d3-20ef-9e419aecb26b-1fba6863, #w-node-e27f5e13-d7ae-7ed6-344a-f9b64305b624-1fba6863, #w-node-_39db30f1-03ea-b6c6-13dc-a15e7e8c7a38-1fba6863 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-b0b8f46c-144c-f8cb-6e8a-70c289d43a7c-1fba6867, #w-node-_2f3cc2ee-16fa-1d7d-11fb-55ad4cf982b2-1fba6867, #w-node-b6431fa4-f79e-95c1-1d34-eed732e3203c-1fba6867, #w-node-_177d1da1-562a-5c66-3813-4f1d6404fb60-1fba6867, #w-node-cb8f1ea9-f455-aae5-2ec9-91b238e3ff9e-1fba6867, #w-node-c3c2dfa3-9474-a9d7-fd95-bd8ce2fca095-1fba6867, #w-node-b0dd2262-8d9c-1309-b64c-c6ef07df4b09-1fba6867 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-1fba6868, #w-node-_3d8b6009-6c09-604b-765c-f80229e5b605-1fba6868, #w-node-_9816baf9-ccf6-df16-c751-02a49e2fc899-1fba6868, #w-node-_7d603707-9180-718e-67d8-622a13a8aa1c-1fba6869, #w-node-_85e9e227-bc8a-1419-5308-f5498b17de66-1fba686a, #w-node-_3ab0d642-ec70-aff5-aa44-b3187114889f-1fba686b, #w-node-_588f79c4-0041-627a-9989-1bd0bc9b8e5a-1fba686c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-1fba6861 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80a39957-184d-cff1-23dd-d059bb39d682-1fba6861, #w-node-_089bfe6d-2370-a527-fe61-9f9b76abebd1-1fba6861, #w-node-_570f9584-e286-4eb4-5800-aebf3ea547c0-1fba6861, #w-node-_1e940b0a-1211-2880-edb3-72043d76c632-3d76c62f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

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

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

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

@media screen and (max-width: 479px) {
  #w-node-_7b68eda3-d6a2-9e28-ee12-a0d2b81e104d-1fba6861, #w-node-f71ce671-7b31-8ff3-dfa2-8af828773da1-1fba6861, #w-node-e3242d3f-a4f2-4ad4-a50d-5a0414aea97b-1fba6861, #w-node-ad676f7e-bd81-f3cd-ece1-a7a9baaff9e5-1fba6861 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-1fba6861 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

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

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

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

  #w-node-_3bf0e49a-9fb1-5af2-e67a-79bf515b7056-1fba6863, #w-node-e6b7d2bd-eac5-d6de-87be-723a98914584-1fba6863, #w-node-d4b81e2d-a72f-95b4-ff2d-149db2894890-1fba6863, #w-node-_8e75129a-980b-84d3-20ef-9e419aecb26b-1fba6863, #w-node-e27f5e13-d7ae-7ed6-344a-f9b64305b624-1fba6863, #w-node-_39db30f1-03ea-b6c6-13dc-a15e7e8c7a38-1fba6863, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-1fba6868, #w-node-_3d8b6009-6c09-604b-765c-f80229e5b605-1fba6868, #w-node-_9816baf9-ccf6-df16-c751-02a49e2fc899-1fba6868, #w-node-_7d603707-9180-718e-67d8-622a13a8aa1c-1fba6869, #w-node-_85e9e227-bc8a-1419-5308-f5498b17de66-1fba686a, #w-node-_3ab0d642-ec70-aff5-aa44-b3187114889f-1fba686b, #w-node-_588f79c4-0041-627a-9989-1bd0bc9b8e5a-1fba686c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arrow right solid';
  src: url('../fonts/arrow-right-solid.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}