@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 {
  --black: #333;
  --cyan: #26afef;
  --midnight-blue-2\<deleted\|variable-d1dd224d\>: #26afef;
  --white: #fff;
  --light-blue: #89cff0;
  --midgrey: #8f8f91;
  --red: #db2531;
  --yellow: #f8c70c;
}

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

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

.header.services {
  height: auto;
}

.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%;
  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: auto;
  padding-left: 0;
  padding-right: 0;
  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);
  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 {
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 26px;
  transition: all .2s ease-in-out;
}

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

.body-container.sitemap {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-container.flex {
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.form {
  background-color: var(--white);
  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-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

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

.banner-logo {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 145px;
  margin-bottom: 20px;
  display: flex;
}

.content-section {
  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(--light-blue);
  width: 100%;
}

.content-section.grey {
  background-color: var(--black);
}

.content-heading {
  border-top: 1px #000;
  border-bottom: 5px solid var(--cyan);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  display: block;
}

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

.txt {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.button-3 {
  background-color: var(--cyan);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

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

.grid-image {
  background-image: url('../images/Home-4-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.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 {
  width: 100%;
  height: auto;
  min-height: auto;
}

.links-div {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  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: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

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

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

.instagram {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

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

.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;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.links2-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

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

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

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

.bottom-list-item._10t {
  cursor: auto;
  margin-top: 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: 200px;
  margin-left: auto;
  font-size: 20px;
  display: grid;
}

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

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

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

.contacticon.mob {
  margin-left: 13px;
}

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

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

.bottom-links.black {
  color: var(--black);
}

.logo-nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.nav-logo {
  width: 90px;
}

.dropdown {
  color: #fff;
  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: #7e7e7e;
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.dropdown-links {
  color: var(--white);
  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(--midgrey);
  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;
  overflow: hidden;
}

._2-col {
  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;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._2-col._100 {
  flex-flow: column;
  display: flex;
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

._2x1._100 {
  display: flex;
}

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

.p._0b {
  margin-bottom: 0;
}

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

.button-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.img {
  background-image: url('../images/A-2.webp');
  background-position: 50%;
  background-size: cover;
  width: 48.5%;
}

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

.img.s1-1 {
  background-image: url('../images/Car-Servicing1.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s2-1 {
  background-image: url('../images/engine-diagnostics-and-gallery.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s4-1 {
  background-image: url('../images/IMG-20250731-WA0015.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s3-1 {
  background-image: url('../images/air3.webp');
  background-position: 50%;
  background-size: cover;
}

.img.s5-1 {
  background-image: url('../images/ECU1.webp');
  background-position: 50% 0;
  background-size: cover;
}

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

.mid-section.s1-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/image4-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mid-section._2-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG-20250731-WA0020.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mid-section.s4-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Brake1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mid-section.s3-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/picture-for-wedsite-8-.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.mid-section.s5-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/picture-for-wedsite-8-.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.shade-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.shade-div._0 {
  background-image: none;
  justify-content: center;
  align-items: center;
}

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

.hero-button {
  text-transform: uppercase;
  background-color: #aeaeae73;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

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

.ct-button {
  background-color: var(--cyan);
  text-align: center;
  text-transform: uppercase;
}

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

.p-white._20b {
  margin-bottom: 20px;
}

.txt-slice {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #00000073;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

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

.footerlinks {
  background-color: var(--midgrey);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.footer-links {
  color: var(--white);
  text-align: center;
}

.g {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.insta {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.fb {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.navbar-main {
  z-index: 999;
  background-color: #494949c4;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 17px 20px 9px;
  display: flex;
}

._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: 0;
  text-transform: uppercase;
  width: auto;
  font-size: 18px;
}

.box {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/Home-4-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 650px;
  min-height: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.box.s1 {
  background-image: url('../images/Home-2-1.webp');
}

.box.s2 {
  background-image: url('../images/image0.webp');
}

.box.s3 {
  background-image: url('../images/image4-1.webp');
}

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

._4-block-div.gal {
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  height: 50%;
  margin-bottom: 0;
  font-size: 22px;
}

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

.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, .div-container.s1 {
  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;
}

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

.h1-small {
  color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.contact-buttons {
  background-color: #333333d4;
  width: auto;
  height: 40px;
  display: none;
  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;
}

.banner-div-2 {
  color: #f8f8f8;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 100px;
  font-weight: 400;
  display: flex;
}

.ct-button-2 {
  background-color: var(--black);
  text-align: center;
  text-transform: uppercase;
  padding: 12px 20px 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;
}

.bullet-list {
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fa {
  color: var(--black);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa.icon {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 5px;
  font-size: 22px;
  display: flex;
}

.fa.icon.black {
  color: var(--cyan);
}

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

.h3list.black {
  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 {
  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: 38px;
}

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

.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: var(--white);
  background-color: #333;
  margin-left: 0;
  padding: 15px 40px 15px 20px;
  font-size: 14px;
  transition: all .2s;
}

.ddl-2:hover {
  color: var(--black);
  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;
}

.ddl-2.w--current {
  background-color: var(--cyan);
  color: var(--white);
}

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

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

.navlink:hover {
  background-color: #bebebe26;
}

.navlink.w--current {
  color: var(--white);
  background-image: linear-gradient(#ffffff1f, #ffffff1f);
}

.navlink.home {
  background-color: #b3b3b342;
}

.navlink.home.w--current {
  color: var(--white);
  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;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

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

.header-container-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/picture-for-wesite-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
}

.header-container-3.service2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image0-1-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-container-3.service3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-container-3.service4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Project6.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.header-container-3.service5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ecu-new.webp');
  background-position: 0 0, 50% 40%;
}

.header-container-3.area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Home-4-1.webp');
  background-position: 0 0, 50% 34%;
  background-size: auto, cover;
}

.header-container-3.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ECU2.webp');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.header-container-3.site {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Engine-3.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.header-container-3.test {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Car-Servicing1.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.header-container-3.gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Project12.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

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

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

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

.lb {
  object-fit: cover;
  border: 1px #000;
  width: 100%;
  height: 325px;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--cyan);
  background-color: var(--cyan);
  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(--black);
  color: var(--black);
  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(--cyan);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

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

.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(--cyan);
  color: #333;
  cursor: pointer;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

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

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

.fs-cc-prefs_close-icon {
  color: #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(--cyan);
  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(--cyan);
  color: var(--cyan);
  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(--cyan);
  background-color: var(--cyan);
  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);
  color: var(--black);
  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;
}

._48-5-div {
  flex-flow: column;
  align-items: flex-start;
  width: 48.5%;
  display: flex;
}

._48-5-div._100 {
  width: 100%;
}

.list-of-areas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f8f8f8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

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

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

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

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

.contact-form {
  margin-top: 20px;
}

.site-map-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f8f8f8;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
}

.site-map-grid.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;
}

.site-map-link {
  color: var(--black);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
}

.gradient-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.gradient-section.white-bg {
  background-color: #e9e9e9;
  width: 100%;
}

.lrg-bmw {
  width: 350px;
  margin-bottom: 20px;
}

.page-loader {
  z-index: 1500;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-loader-logo {
  width: 550px;
}

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

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

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

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

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

.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(--black);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

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

.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;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--black);
  cursor: pointer;
  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(--cyan);
}

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

.form-contact {
  width: 70%;
}

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

.home-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Main-Image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  transform: rotate(0);
}

.icon-3 {
  margin-top: 12px;
  margin-right: 10px;
}

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

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

.dropdown-tog.home {
  background-color: #b3b3b342;
}

.dropdown-tog.home.w--current {
  color: var(--white);
  font-size: 14px;
  transition: all .2s;
}

.dropdown-list-3 {
  width: 280px;
}

.dropdown-list-3.w--open {
  width: auto;
}

.banner-small {
  font-size: 27px;
  font-weight: 400;
}

.text-block-7 {
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 18px;
}

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

.about-logo {
  width: 125px;
  margin-bottom: 10px;
}

.button {
  color: #1d1d1c;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #76d484;
  background-image: linear-gradient(131deg, #c92c8900, #15bad4);
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  padding: .25em 1em;
  font-weight: 600;
  transition: box-shadow .7s, background-color .35s;
  display: flex;
}

.button:hover {
  background-color: #abefc6;
  box-shadow: 0 0 2em #abefc6;
}

.button.is-icon {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.is-secondary._0 {
  background-image: linear-gradient(131deg, #c92c8900, var(--light-blue));
}

.button.is-icon.no-top {
  background-color: var(--cyan);
  background-image: linear-gradient(131deg, #c92c8900, var(--light-blue));
  margin-top: 0;
}

.button.is-icon.no-top:hover {
  box-shadow: 0 0 2em 0 var(--midgrey);
}

.button.is-icon.is-secondary {
  background-color: var(--cyan);
  background-image: linear-gradient(131deg, #c92c8900, var(--light-blue));
  margin-top: 20px;
}

.button.is-icon.is-secondary:hover {
  box-shadow: 0 0 2em #8f8f91;
}

.button.is-large {
  padding: 1em 2em;
  font-size: 1.125em;
}

.icon-1x1-small {
  color: var(--white);
  flex: none;
  width: 1em;
  height: 1em;
}

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

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

.cta2_content {
  grid-column-gap: 4em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.page-padding {
  padding-left: 2.5em;
  padding-right: 2.5em;
  position: relative;
}

.cta2_component {
  background-color: #141414a6;
  border: 1px solid #30302e;
  border-radius: 1em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4em;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48em;
}

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

.cta-info-wrap {
  z-index: 3;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.cta-info-wrap.center {
  position: absolute;
  left: auto;
  right: auto;
}

.button-wrapper {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.subtitle-6 {
  color: #7f6d36;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-6.light {
  color: #fffc;
  margin-bottom: 10px;
  font-weight: 500;
}

.cta-section-slide {
  background-color: var(--black);
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  padding: 5.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cta-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

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

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

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

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

.section-header {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

.big-section-wrap {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 10vw;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

.section-1-block.full-width {
  max-width: 50%;
  margin-left: auto;
}

.section-1-block._100 {
  max-width: 100%;
  margin-left: auto;
}

.section-1-block._100._100 {
  width: 100%;
  margin-left: 0;
}

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

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

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

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

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

.default-list.list-grid-x2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
  display: grid;
}

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

.default-list._100 {
  width: 100%;
}

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

.a-h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-header-section {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, 2700px;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.a-header-section.blue {
  background-color: var(--light-blue);
  background-image: none;
}

.section-2-image {
  background-image: url('../images/Home4.webp');
  background-position: 75%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 900px;
}

.section-2-content {
  color: #383942;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.section-2-content.left {
  padding-left: 0;
  padding-right: 40px;
}

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

.section-1-container.flex {
  width: 90%;
  max-width: 1300px;
  display: flex;
}

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

.h2-bullet-text {
  text-transform: capitalize;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.h2-bullet-text.button-wrapper {
  color: var(--white);
}

.list-item {
  border-bottom: 1px solid #7bb30333;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: background-color .3s ease-in-out, padding .3s ease-in-out;
  display: flex;
}

.list-item:hover {
  background-color: #27272733;
}

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

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

.heading-underline {
  color: #c0131e;
  border-bottom: 6px solid #c0131e;
}

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

.fa-icon {
  background-color: var(--black);
  color: #fff;
  border-radius: 100px;
  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;
}

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

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

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

.cta-link {
  color: #00000091;
  font-size: 1.03em;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.section-line {
  background-color: #2c2c2c;
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.section-info-wrapper {
  align-items: center;
  display: flex;
  position: static;
}

.section-hedaing-2-wrapper.display-flex {
  background-image: linear-gradient(to right, #fff0, #101b22 52%);
  justify-content: space-between;
  display: flex;
}

.section-hedaing-2-wrapper.display-flex.no-bg {
  background-image: none;
}

.cta-text-contact {
  color: #151623;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

.left-text-area {
  width: 48%;
}

.left-text-area.paddint-tomp-bottom-40 {
  padding: 40px;
  position: relative;
}

.heading-2-img-section {
  background-image: linear-gradient(to right, #fff0, #16252e99), url('../images/294173684_1294173684.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section.no-img {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2-img-section.no-img.grid-edit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.heading-2-img-section.no-img.grid-edit._100 {
  width: 100%;
  min-height: auto;
  margin-bottom: 40px;
}

.section-heading-2.margin-bottom-20 {
  position: relative;
}

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

.main-form {
  width: 100%;
  height: 600px;
}

.main-form.homepage {
  width: 50%;
}

.left-section-para-container.padding-top-20 {
  padding-top: 20px;
}

.left-section-para-container.padding-top-20.flex {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.icon {
  background-color: var(--cyan);
  background-image: linear-gradient(100deg, var(--cyan), var(--light-blue));
  color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

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

.container.container-fluid {
  width: 98%;
  max-width: none;
}

.section-info-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

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

.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 solid #15162314;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  place-items: end stretch;
  margin-top: 0;
  padding-bottom: 10px;
}

.wrapper {
  padding-top: 60px;
  display: flex;
}

.container-2 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 1100px;
  padding-top: 140px;
  display: flex;
  overflow: hidden;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28vw;
  display: flex;
}

.column._2 {
  flex-flow: column;
  margin-top: 48vw;
}

.img-wrapper {
  cursor: pointer;
  border-radius: 20px;
  width: 28vw;
  height: 28vw;
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
}

.img-2 {
  cursor: auto;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-text {
  text-align: center;
  font-size: 65px;
  font-weight: 700;
  line-height: 40px;
}

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

.icon-1x1-small-2 {
  color: #fff;
  flex: none;
  width: 1em;
  height: 1em;
}

.list-item-5 {
  border-bottom: 1px solid #7bb30333;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: background-color .3s ease-in-out, padding .3s ease-in-out;
  display: flex;
}

.list-item-5:hover {
  background-color: #27272733;
}

.fa-icon-2 {
  background-color: var(--cyan);
  color: #fff;
  border-radius: 100px;
  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;
}

.fa-icon-2.w {
  background-color: var(--white);
  color: var(--black);
}

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

.section-2-image-2 {
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-size: cover;
  width: 47.5%;
  max-width: 50%;
  box-shadow: -7px 10px 16px #43434352;
}

.section-2-image-2.s1-4 {
  background-image: url('../images/IMG-20250731-WA0017.webp');
  background-position: 50% 65%;
  background-size: cover;
  width: 50%;
}

.section-2-image-2.s1-3 {
  background-image: url('../images/IMG-20250731-WA0019.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-image-2.s2-3 {
  background-image: url('../images/Project12.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-image-2.s4-4 {
  background-image: url('../images/image3-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.section-2-image-2.s4-3 {
  background-image: url('../images/image1.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-image-2.s3-3 {
  background-image: url('../images/image4-1.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-image-2.s3-4 {
  background-image: url('../images/IMG-20250731-WA0014.webp');
  background-position: 50% 85%;
  background-size: cover;
  width: 50%;
}

.section-2-image-2.s5-3 {
  background-image: url('../images/ecu-new.webp');
  background-position: 50%;
  background-size: cover;
}

.text-block {
  color: #000;
  text-align: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 34px;
  line-height: 34px;
}

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

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #fff;
  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;
  box-shadow: 0 2px 5px #00000057;
}

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

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

.chat-section-2 {
  background-color: #b7b5b5;
  background-image: url('../images/qwd83nc4xxf41.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.live-chat-bottom-text-2 {
  font-size: 11.5px;
  line-height: 22px;
}

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

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

.whatsapp-chat-2 {
  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;
  overflow: hidden;
}

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

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

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

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

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.team-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 650px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-wrapper.fixed-width {
  padding-left: 5vw;
  padding-right: 5vw;
}

.team-member-list {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.team_card-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-info_image-wrapper {
  border-radius: 50%;
  width: 17em;
  height: 17em;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: hidden;
}

.details_social-text {
  font-size: .95em;
}

.details_social-link {
  color: #e2ebfd;
  border: 1px solid #e2ebfd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75em;
  height: 2.75em;
  margin-right: 1em;
  transition: color .2s, background-color .2s;
  display: flex;
  overflow: visible;
}

.details_social-link:hover {
  color: #3a68e7;
  background-color: #e2ebfd;
}

.details_social-link.is--last {
  margin-right: 0;
}

.details_social-wrapper {
  justify-content: flex-start;
  margin-top: 2em;
  display: flex;
}

.details_icon {
  filter: invert();
}

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

.margin-top.margin-small {
  align-self: flex-start;
  margin-top: .25em;
}

.margin-top.margin-medium {
  margin-top: 1.5em;
}

.card_team-info-wrapper {
  cursor: pointer;
  background-color: #70707152;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team_heading-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 8em 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 1em;
  display: grid;
}

.team-info_text {
  color: var(--white);
  align-self: flex-start;
  width: 100%;
  font-size: 1.3em;
  font-weight: 600;
}

.horizontal-line {
  background-color: var(--white);
  width: 7.5em;
  height: .375em;
}

.details_icon-wrapper {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: auto 2em 2em auto;
}

.team-info_details-wrapper {
  flex-direction: column;
  height: 100%;
  padding: .5em;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.team-info_text-overline {
  color: var(--white);
  align-self: flex-end;
  font-size: 1.1em;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
}

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

.section-team {
  background-color: var(--black);
  min-height: 100vh;
}

.details_text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  display: block;
  position: absolute;
  inset: 0%;
}

.details_background-color {
  background-color: #3f3f3fe6;
  border-radius: 8px;
  height: 100%;
  display: block;
  position: relative;
}

.is--text-white {
  color: #e2ebfd;
}

.is--text-white.is--mobile-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.team-info_content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.heading {
  color: var(--white);
  margin-top: 0;
}

.h2 {
  border-top: 1px #000;
  border-bottom: 5px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 55px;
  display: block;
}

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

.review-section {
  background-color: var(--light-blue);
  background-image: linear-gradient(87deg, var(--cyan), #5cc1f0 43%, var(--light-blue));
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.review-section._0-pad {
  margin-top: 0;
  margin-bottom: 0;
}

.widget-block {
  z-index: 1000;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 32px;
  display: none;
  position: fixed;
  inset: auto auto 10px 10px;
  box-shadow: 1px 1px 3px #0000002e;
}

.close-icon {
  background-color: var(--black);
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-icon:hover {
  background-color: var(--cyan);
}

.popup-logo {
  width: 100px;
  margin-bottom: 20px;
}

.pop-head {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-5 {
  margin-top: 25px;
  font-size: 20px;
  line-height: 28px;
}

.pop-bbutton-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: flex;
}

.pop-bbutton-div._2 {
  width: 100%;
  margin-top: 10px;
}

.pop-button {
  border: 2px solid var(--cyan);
  background-color: var(--cyan);
  background-image: linear-gradient(82deg, var(--cyan), var(--light-blue));
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.pop-button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
  background-image: none;
  transform: scale(.9);
}

.pop-button._2 {
  border-color: var(--black);
  background-color: var(--black);
  text-align: center;
  background-image: none;
}

.pop-button._0 {
  background-color: var(--cyan);
  text-align: center;
  background-image: none;
  width: 100%;
}

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

.pop-link {
  color: var(--black);
  text-decoration: none;
}

.list-bullet-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.button25_line-2-2 {
  background-color: #fff;
  width: 3px;
  height: 25px;
  position: absolute;
}

.sticky-icon-brand {
  color: #fff;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 26px;
}

.menu-link {
  background-color: #eca355;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 15px;
  position: absolute;
}

.menu-link.blog, .menu-link.contact {
  background-color: #fff0;
  background-image: linear-gradient(180deg, var(--cyan), var(--light-blue));
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.menu-link.about, .menu-link.home {
  background-color: #eca35500;
  background-image: linear-gradient(180deg, var(--cyan), var(--light-blue));
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.sticky-icon-solid {
  color: #fff;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.menu-button-3 {
  z-index: 500;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 25%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 10px 0% auto;
}

.button25_line-1-2 {
  background-color: #fff;
  width: 25px;
  height: 3px;
}

.menu-button-animation {
  background-color: var(--cyan);
  background-image: linear-gradient(180deg, var(--cyan), var(--light-blue));
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding: 16px;
  display: flex;
  position: relative;
  right: auto;
  box-shadow: 0 6px 5px #0006;
}

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

.solid-mag {
  margin-right: 7px;
  font-family: "Fa 300", sans-serif;
}

.form-head {
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
}

.scroll-to {
  width: 0;
  height: 0;
  position: absolute;
  top: -120px;
}

.faq {
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/Texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.faqwidget {
  width: 100%;
}

.booking-link {
  width: 100%;
  margin-top: 20px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.hidden-line, .hidden0faq-line {
  width: 100%;
  position: relative;
  top: -50px;
}

@media screen and (min-width: 1920px) {
  .ddl-2:hover {
    border-color: #cfcfcf;
  }

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

@media screen and (max-width: 991px) {
  .header.services {
    height: auto;
  }

  .navbar {
    background-color: var(--black);
    display: block;
    position: relative;
  }

  .navbar-2 {
    background-color: var(--cyan);
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .nav-menu {
    text-align: center;
    width: 100%;
    height: auto;
  }

  .nav-link {
    background-color: var(--cyan);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    height: 60px;
    transition-property: none;
  }

  .nav-link:hover {
    background-color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
    color: var(--white);
  }

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

  .nav-link.home {
    background-color: var(--cyan);
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .nav-link.home.w--current {
    background-color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
  }

  .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 {
    grid-template-columns: 1fr;
  }

  .map {
    min-height: 400px;
  }

  .links-div {
    text-align: center;
    align-items: center;
    width: 100%;
  }

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

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

  .all-links {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .socials {
    margin-top: 10px;
    margin-bottom: 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;
  }

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

  .bottom-list-item {
    padding-bottom: 0;
  }

  .socials-navbar {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .social-text {
    text-align: center;
    margin-bottom: 0;
  }

  .contacticon, .contacticon.mob {
    margin-left: 5px;
  }

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

  .dropdown {
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .dropdown-toggle {
    background-color: var(--cyan);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
  }

  .dropdown-toggle:hover, .dropdown-toggle.w--open {
    background-color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
    color: var(--white);
  }

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

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

  .menu-button {
    color: var(--white);
    width: 100%;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue-2\<deleted\|variable-d1dd224d\>);
  }

  ._2-col {
    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%;
  }

  .p-white, .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: 20px 0 0;
    display: grid;
    position: static;
  }

  .text-block-6 {
    padding-left: 20px;
  }

  .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: var(--midgrey);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navlink {
    background-color: var(--black);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    height: 60px;
    transition-property: none;
  }

  .navlink:hover {
    background-color: var(--midgrey);
    color: #f8f8f8;
  }

  .navlink.w--current {
    color: #282d4e;
    background-color: #f8f8f8;
  }

  .navlink.home {
    background-color: var(--black);
    text-align: center;
    width: 100%;
    height: 60px;
  }

  .navlink.home.w--current {
    background-color: var(--black);
  }

  .navlink.home.w--current:hover {
    background-color: var(--midgrey);
  }

  .menu-button-2 {
    color: var(--white);
    width: 100%;
    position: relative;
  }

  .menu-button-2.w--open {
    background-color: var(--midgrey);
  }

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

  .header-container-3 {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

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

  .home-header {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .icon-3 {
    margin-top: 22px;
  }

  .dropdown-tog {
    background-color: var(--black);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    width: 100%;
    height: 60px;
    transition-property: none;
  }

  .dropdown-tog:hover {
    background-color: var(--midgrey);
    color: #f8f8f8;
  }

  .dropdown-tog.w--current {
    color: #282d4e;
    background-color: #f8f8f8;
  }

  .dropdown-tog.home {
    text-align: center;
    background-color: #282d4e;
    width: 100%;
    height: 60px;
  }

  .dropdown-tog.home.w--current {
    background-color: #1b1e35;
  }

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

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

  .page-padding {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cta2_component {
    padding: 3em 2em;
  }

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

  .card-header-wrap {
    margin-bottom: 2rem;
    margin-left: 5vw;
    margin-right: 2.2rem;
  }

  .big-section-wrap {
    flex-direction: column;
    padding-left: 0;
  }

  .big-neato-section {
    padding-right: 0;
  }

  .a-paragraph-regular {
    text-align: left;
  }

  .section-1-block {
    text-align: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .section-1-block.full-width, .section-1-block._100 {
    align-items: flex-start;
    max-width: 100%;
  }

  .a-h1-heading {
    text-align: left;
  }

  .a-header-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section-2-image {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }

  .section-2-content {
    width: 100%;
    margin-top: 40px;
  }

  .section-1-container.flex {
    flex-flow: column;
  }

  .a-detail-small.a-text-color-primary {
    text-align: left;
  }

  .section-hedaing-2-wrapper.display-flex {
    background-image: none;
    flex-direction: column;
  }

  .left-text-area {
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    background-color: #101b22;
    width: 100%;
  }

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
  }

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

  .main-form {
    margin-top: 40px;
  }

  .main-form.homepage {
    width: 100%;
  }

  .wrapper {
    padding-top: 0;
  }

  .container-2 {
    height: 500px;
  }

  .section-2-image-2 {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }

  .whatsapp-block-2 {
    display: flex;
  }

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

  .team-wrapper {
    justify-content: flex-start;
    min-height: 500px;
    overflow: auto;
  }

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

  .team_heading-wrapper {
    grid-template-columns: 3.5rem 1fr;
  }

  .team-info_text {
    align-self: auto;
  }

  .horizontal-line {
    width: 3.5em;
  }

  .details_icon-wrapper {
    display: flex;
  }

  .team-info_text-overline {
    align-self: auto;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .is--text-white.is--mobile-header {
    font-size: 2em;
  }

  .h2 {
    margin-top: 0;
    line-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    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;
  }

  .contacticon {
    display: none;
  }

  .icon-2 {
    color: #fff;
  }

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

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

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

  .click-to-call-div {
    display: block;
  }

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

  .menu-button-2.w--open {
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    display: flex;
  }

  .header-container-3 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gallery-grid {
    grid-template-columns: 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;
  }

  .site-map-grid.horizontal {
    grid-template-columns: 1fr 1fr;
  }

  .home-header {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta2_content {
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

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

  .cta2_component {
    flex-direction: column;
    padding-left: .75em;
    padding-right: .75em;
  }

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

  .cta-section-slide {
    padding-left: 3.7rem;
    padding-right: 3.7rem;
  }

  .cta-header {
    font-size: 4rem;
  }

  .header-tag {
    font-size: 1rem;
  }

  .big-neato-section {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .section-1-block.full-width, .section-1-block._100 {
    margin-bottom: 0;
  }

  .a-h1-heading {
    font-size: 45px;
  }

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

  .section-2-image {
    margin-left: 1px;
  }

  .section-2-content {
    padding-left: 0;
  }

  .section-2-image-2 {
    margin-left: 1px;
  }

  .team-wrapper {
    min-height: 500px;
  }

  .team_card-wrapper {
    grid-column-gap: 1em;
  }

  .team_heading-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3.5rem 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .horizontal-line {
    margin-right: auto;
  }

  .container-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .is--text-white.is--mobile-header {
    font-size: 1.6em;
  }

  .h2 {
    align-items: center;
  }

  .widget-block {
    height: 435px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pop-head {
    font-size: 24px;
    line-height: 32px;
  }

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

  .menu-button-animation {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 100%;
  }

  .header.services {
    height: auto;
  }

  .header-container {
    justify-content: center;
    height: 280px;
  }

  .navbar {
    z-index: 1200;
  }

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

  .banner-logo {
    width: 80%;
    margin-bottom: 20px;
  }

  .content-section, .content-section.white-bg, .content-section.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-heading {
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

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

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

  .txt.right-align {
    align-items: center;
  }

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

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

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

  .dropdown-links {
    background-color: var(--cyan);
    color: var(--white);
  }

  .dropdown-links:hover {
    background-color: var(--white);
    color: var(--cyan);
  }

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

  .service-box-section {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  ._2-col {
    flex-flow: column;
  }

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

  .button-div {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .img {
    width: 100%;
  }

  .mid-section {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .p-white {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-div-slice {
    padding-top: 0;
  }

  .footerlinks {
    flex-flow: column;
    padding-bottom: 100px;
  }

  .footer-links {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-main {
    grid-row-gap: 0px;
    padding-top: 15px;
  }

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

  .banner-div-2 {
    justify-content: center;
  }

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

  .ct-button-2.top {
    margin-top: 5px;
  }

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

  .menu-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .dropdown-toggle-2.w--open {
    color: #282d4e;
    background-color: #f8f8f8;
  }

  .header-container-3 {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-grid {
    grid-template-columns: 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;
  }

  ._48-5-div {
    width: 100%;
  }

  .list-of-areas {
    flex-flow: column;
    display: flex;
  }

  .site-map-grid.horizontal {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .home-header {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .cta-section-slide {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .cta-header {
    font-size: 3rem;
  }

  .card-header-wrap {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-header {
    font-size: 26px;
  }

  .button-wrap-2 {
    flex-direction: column;
  }

  .header-tag {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1;
  }

  .big-section-wrap {
    width: 90%;
  }

  .big-neato-section {
    min-height: 75vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .a-paragraph-regular {
    text-align: left;
  }

  .section-1-block.full-width, .section-1-block._100 {
    margin-bottom: 0;
  }

  .default-list.list-grid-x2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .default-list.list-grid-x3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .a-h1-heading {
    text-align: left;
    font-size: 32px;
  }

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

  .section-2-image {
    height: 290px;
  }

  .section-2-content.left {
    padding-right: 0;
  }

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

  .h2-bullet-text, .list-item, .a-detail-small.a-text-color-primary {
    text-align: left;
  }

  .title-container, .section-info-wrapper {
    margin-bottom: 20px;
  }

  .left-text-area.paddint-tomp-bottom-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-img-section {
    min-height: 300px;
  }

  .heading-2-img-section.no-img.grid-edit {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2-img-section.no-img.grid-edit._100 {
    padding-left: 10px;
  }

  .section-heading-2.margin-bottom-20 {
    margin-bottom: 10px;
  }

  .main-form.homepage {
    height: 640px;
  }

  .icon {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .contact-info-block {
    padding: 25px;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .column._2 {
    width: 29vw;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .section-2-image-2 {
    height: 290px;
  }

  .section-2-image-2.s1-4, .section-2-image-2.s4-4, .section-2-image-2.s3-4 {
    width: 100%;
    margin-top: 20px;
  }

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

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

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

  .livechat-button-2 {
    width: 90%;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .team-wrapper {
    min-height: 475px;
    padding-bottom: 80px;
  }

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

  .team_heading-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3.5rem 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .horizontal-line {
    align-self: auto;
  }

  .section-team {
    min-height: 80vh;
  }

  .details_text-wrapper {
    padding: 10px;
  }

  .is--text-white {
    font-size: 14px;
    line-height: 22px;
  }

  .h2 {
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .h2.top {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
  }

  .widget-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: none;
    bottom: 0;
    left: auto;
  }

  .popup-logo {
    width: 75px;
  }

  .pop-head {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-5 {
    margin-top: 10px;
    font-size: 15.5px;
  }

  .pop-bbutton-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 20px;
  }

  .pop-button {
    padding: 10px 17px;
    font-size: 14.5px;
  }

  .pop-button._2 {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
  }

  .button25_line-2-2 {
    width: 2px;
    height: 20px;
  }

  .sticky-icon-brand {
    font-size: 22px;
  }

  .menu-link.blog, .menu-link.contact, .menu-link.about, .menu-link.home {
    width: 40px;
    height: 40px;
  }

  .menu-button-3 {
    margin-right: 5px;
  }

  .button25_line-1-2 {
    width: 20px;
    height: 2px;
  }

  .menu-button-animation {
    flex: none;
    width: 45px;
    height: 45px;
    padding: 10px;
    box-shadow: 0 6px 5px #00000040;
  }

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

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-5abbe468 {
  align-self: center;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-5abbe468 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b9995c77-233e-0875-8e39-eaad3f81b1f5-5abbe468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_433ebe71-94c7-adc1-3326-932bd4c7a1f2-5abbe468 {
  align-self: center;
}

#w-node-_433ebe71-94c7-adc1-3326-932bd4c7a1f3-5abbe468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433ebe71-94c7-adc1-3326-932bd4c7a1f6-5abbe468 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51ba8e65-b808-e4c8-c99c-b222865c4735-5abbe468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68f11b69-302f-9244-1e6b-5cb38b222287-5abbe468 {
  align-self: center;
}

#w-node-_68f11b69-302f-9244-1e6b-5cb38b22228e-5abbe468 {
  align-self: end;
}

#w-node-_68f11b69-302f-9244-1e6b-5cb38b222292-5abbe468 {
  align-self: center;
}

#w-node-_68f11b69-302f-9244-1e6b-5cb38b222297-5abbe468 {
  align-self: end;
}

#w-node-_68f11b69-302f-9244-1e6b-5cb38b22229b-5abbe468, #w-node-_68f11b69-302f-9244-1e6b-5cb38b2222a4-5abbe468 {
  align-self: center;
}

#w-node-_21756cbd-a30b-d81d-70e0-f55c3ac0ba05-3ac0ba02, #w-node-_21756cbd-a30b-d81d-70e0-f55c3ac0ba31-3ac0ba02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21756cbd-a30b-d81d-70e0-f55c3ac0ba32-3ac0ba02 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b8768350-5d1f-261a-9450-5e483e7a9323-3e7a9303, #w-node-c36ea8a4-f389-e73b-9e95-9a81b498db55-3e7a9303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-5abbe49c {
  align-self: center;
}

#w-node-_83bff997-e458-4d92-3f64-d4f49b80bfa4-5abbe49c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b2ad5b7-cc4b-ec58-a8db-4826a52c854b-a52c853b {
  align-self: center;
}

#w-node-_9b2ad5b7-cc4b-ec58-a8db-4826a52c8554-a52c853b {
  align-self: end;
}

#w-node-_9b2ad5b7-cc4b-ec58-a8db-4826a52c8558-a52c853b {
  align-self: center;
}

#w-node-_9b2ad5b7-cc4b-ec58-a8db-4826a52c855e-a52c853b {
  align-self: end;
}

#w-node-_9b2ad5b7-cc4b-ec58-a8db-4826a52c8562-a52c853b, #w-node-_9b2ad5b7-cc4b-ec58-a8db-4826a52c856d-a52c853b {
  align-self: center;
}

#w-node-_25a111ed-c3f7-9141-f01d-da6187591a31-87591a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0472a3a0-50af-1b57-eb0b-9af12460f1f2-fd99c8d9 {
  align-self: center;
}

#w-node-_0472a3a0-50af-1b57-eb0b-9af12460f212-fd99c8d9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b9995c77-233e-0875-8e39-eaad3f81b1f5-fd99c8d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7306ebbb-badb-a07d-a07b-e6e16e935de0-fd99c8d9 {
  align-self: center;
}

#w-node-_7306ebbb-badb-a07d-a07b-e6e16e935de9-fd99c8d9 {
  align-self: end;
}

#w-node-_7306ebbb-badb-a07d-a07b-e6e16e935ded-fd99c8d9 {
  align-self: center;
}

#w-node-_7306ebbb-badb-a07d-a07b-e6e16e935df3-fd99c8d9 {
  align-self: end;
}

#w-node-_7306ebbb-badb-a07d-a07b-e6e16e935df7-fd99c8d9, #w-node-_7306ebbb-badb-a07d-a07b-e6e16e935e02-fd99c8d9, #w-node-_78c8c911-3bbc-6977-c1cd-1b54e60c356c-0108534f {
  align-self: center;
}

#w-node-_78c8c911-3bbc-6977-c1cd-1b54e60c3582-0108534f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-0108534f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b9995c77-233e-0875-8e39-eaad3f81b1f5-0108534f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4b9da3a-d83f-415f-7616-67ebdf8f4f35-0108534f {
  align-self: center;
}

#w-node-b4b9da3a-d83f-415f-7616-67ebdf8f4f3e-0108534f {
  align-self: end;
}

#w-node-b4b9da3a-d83f-415f-7616-67ebdf8f4f42-0108534f {
  align-self: center;
}

#w-node-b4b9da3a-d83f-415f-7616-67ebdf8f4f48-0108534f {
  align-self: end;
}

#w-node-b4b9da3a-d83f-415f-7616-67ebdf8f4f4c-0108534f, #w-node-b4b9da3a-d83f-415f-7616-67ebdf8f4f57-0108534f, #w-node-_6d582adc-83a7-4919-cb2b-aac5c001edc2-d43e1eec {
  align-self: center;
}

#w-node-_6d582adc-83a7-4919-cb2b-aac5c001edd9-d43e1eec {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_73a4faa2-3e65-3853-6449-38f089a006a7-d43e1eec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_73a4faa2-3e65-3853-6449-38f089a006a8-d43e1eec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b712adce-3e1e-56f3-c961-ebc46af94576-d43e1eec {
  align-self: center;
}

#w-node-b712adce-3e1e-56f3-c961-ebc46af9457f-d43e1eec {
  align-self: end;
}

#w-node-b712adce-3e1e-56f3-c961-ebc46af94583-d43e1eec {
  align-self: center;
}

#w-node-b712adce-3e1e-56f3-c961-ebc46af94589-d43e1eec {
  align-self: end;
}

#w-node-b712adce-3e1e-56f3-c961-ebc46af9458d-d43e1eec, #w-node-b712adce-3e1e-56f3-c961-ebc46af94598-d43e1eec, #w-node-_860ab20b-9cdc-2dd0-09c9-1fe12f9b17e2-26bc01c8 {
  align-self: center;
}

#w-node-_860ab20b-9cdc-2dd0-09c9-1fe12f9b17fb-26bc01c8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9a6e0cad-fd9d-5d78-45bf-6ccfbd32ecc7-26bc01c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c08ad0d-abea-a6e4-b7c4-2f2c009a6ae2-26bc01c8 {
  align-self: center;
}

#w-node-_0c08ad0d-abea-a6e4-b7c4-2f2c009a6aeb-26bc01c8 {
  align-self: end;
}

#w-node-_0c08ad0d-abea-a6e4-b7c4-2f2c009a6aef-26bc01c8 {
  align-self: center;
}

#w-node-_0c08ad0d-abea-a6e4-b7c4-2f2c009a6af5-26bc01c8 {
  align-self: end;
}

#w-node-_0c08ad0d-abea-a6e4-b7c4-2f2c009a6af9-26bc01c8, #w-node-_0c08ad0d-abea-a6e4-b7c4-2f2c009a6b04-26bc01c8, #w-node-_634e1b90-6c38-7ae4-b8db-986163be51bc-0aa2b12e {
  align-self: center;
}

#w-node-_634e1b90-6c38-7ae4-b8db-986163be51d0-0aa2b12e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_23afd0ca-856c-d184-81a4-404be84bc95e-0aa2b12e {
  align-self: center;
}

#w-node-_23afd0ca-856c-d184-81a4-404be84bc967-0aa2b12e {
  align-self: end;
}

#w-node-_23afd0ca-856c-d184-81a4-404be84bc96b-0aa2b12e {
  align-self: center;
}

#w-node-_23afd0ca-856c-d184-81a4-404be84bc971-0aa2b12e {
  align-self: end;
}

#w-node-_23afd0ca-856c-d184-81a4-404be84bc975-0aa2b12e, #w-node-_23afd0ca-856c-d184-81a4-404be84bc980-0aa2b12e {
  align-self: center;
}

#w-node-_41b31244-b99c-4a55-cbe7-f1dbd0b62571-0aa2b12e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_10bb9967-72ed-01d6-f3b8-8def341ded3c-65b24884, #w-node-_5c9f7798-d0ba-e924-54c0-03357d65cc10-65b24884 {
  align-self: center;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb33-65b24884 {
  place-self: center start;
}

#w-node-e4c19141-5e48-3655-c7cd-b6e1b4c6fb34-65b24884 {
  align-self: center;
}

#w-node-_04734c42-a8aa-4c31-0b9c-e84b8619fad4-65b24884 {
  place-self: center end;
}

#w-node-_04734c42-a8aa-4c31-0b9c-e84b8619fad5-65b24884, #w-node-_570b6dc0-678d-5b59-e321-cfb847c841ea-b464f992 {
  align-self: center;
}

#w-node-d6a40957-d285-8a36-0ba2-0f32f80ac310-b464f992 {
  place-self: center start;
}

#w-node-d6a40957-d285-8a36-0ba2-0f32f80ac311-b464f992 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-5abbe468 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e94-5abbe468 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-5abbe468, #w-node-b9995c77-233e-0875-8e39-eaad3f81b1f5-5abbe468 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21756cbd-a30b-d81d-70e0-f55c3ac0ba07-3ac0ba02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9305-3e7a9303 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9307-3e7a9303 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9322-3e7a9303 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_2a6a577d-2b69-3fe4-dd80-b57aabf73e8f-5abbe49c, #w-node-_0472a3a0-50af-1b57-eb0b-9af12460f1f2-fd99c8d9 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_0472a3a0-50af-1b57-eb0b-9af12460f212-fd99c8d9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-fd99c8d9, #w-node-b9995c77-233e-0875-8e39-eaad3f81b1f5-fd99c8d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78c8c911-3bbc-6977-c1cd-1b54e60c356c-0108534f {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_78c8c911-3bbc-6977-c1cd-1b54e60c3582-0108534f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4df492d1-eebd-f755-09de-d14b878f44a0-0108534f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf1958c4-8702-eeb7-25c5-eb657a3301f1-0108534f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-b9995c77-233e-0875-8e39-eaad3f81b1f5-0108534f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6d582adc-83a7-4919-cb2b-aac5c001edc2-d43e1eec {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_6d582adc-83a7-4919-cb2b-aac5c001edd9-d43e1eec {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_73a4faa2-3e65-3853-6449-38f089a006a5-d43e1eec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_73a4faa2-3e65-3853-6449-38f089a006a7-d43e1eec {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_73a4faa2-3e65-3853-6449-38f089a006a8-d43e1eec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_860ab20b-9cdc-2dd0-09c9-1fe12f9b17e2-26bc01c8 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_860ab20b-9cdc-2dd0-09c9-1fe12f9b17fb-26bc01c8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9a6e0cad-fd9d-5d78-45bf-6ccfbd32ecc5-26bc01c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9a6e0cad-fd9d-5d78-45bf-6ccfbd32ecc7-26bc01c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_634e1b90-6c38-7ae4-b8db-986163be51bc-0aa2b12e {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_634e1b90-6c38-7ae4-b8db-986163be51d0-0aa2b12e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_41b31244-b99c-4a55-cbe7-f1dbd0b6256f-0aa2b12e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41b31244-b99c-4a55-cbe7-f1dbd0b62571-0aa2b12e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_10bb9967-72ed-01d6-f3b8-8def341ded3c-65b24884, #w-node-_5c9f7798-d0ba-e924-54c0-03357d65cc10-65b24884, #w-node-_570b6dc0-678d-5b59-e321-cfb847c841ea-b464f992 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_51ba8e65-b808-e4c8-c99c-b222865c4735-5abbe468, #w-node-_433ebe71-94c7-adc1-3326-932bd4c7a242-5abbe468, #w-node-d97465d5-af40-5b18-3768-3bae5ecdca8f-5abbe468, #w-node-_433ebe71-94c7-adc1-3326-932bd4c7a25d-5abbe468 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21756cbd-a30b-d81d-70e0-f55c3ac0ba05-3ac0ba02 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21756cbd-a30b-d81d-70e0-f55c3ac0ba05-3ac0ba02 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9307-3e7a9303 {
    grid-row: 3 / 4;
  }

  #w-node-b8768350-5d1f-261a-9450-5e483e7a9322-3e7a9303 {
    grid-row: 2 / 3;
    align-self: start;
  }
}


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