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

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

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

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

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

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

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

:root {
  --white: #fff;
  --secondary: #000;
  --primary: #fc6834;
  --black: black;
  --light-grey: #ccc;
  --color: white;
  --light-orange: #e78b3b;
  --pale-grey: #ddd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.announcement-contact {
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact:hover {
  color: #212529;
}

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

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

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

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

.container {
  flex-direction: column;
  width: 90%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

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

.announcement-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

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

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

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-social-media {
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.nav-menu.margin-auto {
  justify-content: space-between;
  width: 100%;
}

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

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

.brand {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.brand.footer {
  margin-bottom: 20px;
}

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

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

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

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

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

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

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

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

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

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

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

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

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

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

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

.default-btn {
  background-color: var(--black);
  color: var(--light-grey);
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

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

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

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

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

.left-section {
  flex: 0 auto;
  width: 48%;
}

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

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

.right-section {
  box-shadow: 11px -11px 0 0 var(--primary);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

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

.para.para-white {
  color: #fdfdfd;
}

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

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

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

.card-bullet._2, .card-bullet._4 {
  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%;
  display: grid;
}

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

.card-bullet.area {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

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

.card-icon.area {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
}

.card-icon.b-norm {
  color: var(--black);
}

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

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

.heading-2-title.heading-white {
  color: #fdfdfd;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/brickwall_1brickwall.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/trowel_1trowel.webp');
  margin-left: 0;
  margin-right: 0;
}

.bullet-icon.kitchen {
  background-image: url('../images/plumbing_1plumbing.webp');
  margin-left: 0;
}

.bullet-block-title {
  color: var(--color);
  text-align: left;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
}

.bullet-list-services {
  background-color: var(--pale-grey);
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.bullet-block-btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  transform: scale(.95);
}

.bullet-block {
  border: 2px dotted var(--color);
  text-align: left;
  background-color: #ffffff1f;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px;
  transition: all .45s ease-in-out;
  display: flex;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  background-color: var(--primary);
  transform: scale(1.04)translate(0, -5px);
}

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

.bullet-heading.area {
  color: var(--black);
  font-size: 17px;
}

.bullet-heading.b-norm {
  color: var(--black);
}

.inner-text-content {
  flex-flow: column;
  align-items: flex-start;
  width: 72%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
  display: flex;
}

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

.section-2-img-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

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

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

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

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

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

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

.heading-3-text {
  color: var(--white);
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

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

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

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

.brand-bands {
  background-color: var(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-col {
  width: 30%;
}

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

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

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

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

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

.footer-social-media {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--light-grey);
  color: var(--primary);
}

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

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

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

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

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

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

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

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

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

.contact-icon {
  background-color: var(--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.contact-icon.ct-us {
  background-color: var(--black);
}

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

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

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

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

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

.scroll-up {
  z-index: 1000;
  background-color: var(--primary);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

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

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

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

.services-link-box {
  background-image: url('../images/Test5_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 400px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-link-box._1 {
  background-image: url('../images/Service1_1.webp');
  min-height: 400px;
}

.services-link-box._2 {
  background-image: url('../images/Service9_1.webp');
  background-position: 15%;
}

.services-link-box._3 {
  background-image: url('../images/Service7_1.webp');
  min-height: 400px;
}

.services-link-box._5 {
  background-image: url('../images/Circuit-Upgrades_1.webp');
  min-height: 400px;
}

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

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

.quote-symbol {
  color: var(--primary);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

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

.left-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

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

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

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

.right-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--primary);
  color: #fff;
  transform: scale(.95);
}

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

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

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

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

.test-slider {
  position: static;
}

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

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

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.image {
  object-fit: none;
  height: 40px;
}

.h2 {
  color: var(--white);
  letter-spacing: -2px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 46px;
}

.h2.top {
  margin-top: 0;
}

.h2.top.l {
  text-align: left;
}

.p-dark {
  color: var(--color);
  text-align: left;
  max-width: none;
  margin-bottom: 20px;
  margin-right: auto;
  font-size: 15px;
  line-height: 24px;
  display: block;
}

.p-dark.mid {
  text-align: center;
  line-height: 27px;
}

.p-dark.mid._18 {
  font-size: 17px;
}

.p-dark._0 {
  margin-bottom: 0;
}

.sub-head {
  font-size: 18px;
}

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

.backtotop {
  height: 0;
}

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

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

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

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

.fs-cc-prefs_button {
  background-color: #4353ff;
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border: 2px #000;
  border-radius: 500px;
  margin-right: 8px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  background-color: var(--black);
  color: var(--white);
  background-image: none;
  border-color: #4353ff;
}

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

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

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

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

.fs-cc-prefs_label {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: #4353ff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 13px;
  line-height: 24px;
}

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

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

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

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

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

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

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

.fs-cc-prefs_content {
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 32px;
  display: flex;
  overflow: scroll;
}

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

.fs-cc-prefs_title {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: #021a69;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

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

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

.fs-cc-banner_close-icon {
  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: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_button {
  background-color: #4353ff;
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: #fff;
  text-align: center;
  border: 2px #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 12px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  background-color: var(--black);
  color: var(--white);
  background-image: none;
  border-color: #4353ff;
}

.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 {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

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

.bottom-link.w--current {
  color: var(--primary);
}

.bottom-link.black {
  color: var(--black);
  text-align: left;
  margin-bottom: 25px;
  font-size: 16px;
}

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

.map {
  width: 100%;
}

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

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

.contact-right {
  position: static;
}

.sub-title-text {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.slider-block {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.banner-shape-01 {
  z-index: 100;
  max-width: 120px;
  display: inline-block;
  position: absolute;
  inset: 0 auto 100px 0%;
}

.button-text-01.light {
  z-index: 1;
  position: relative;
}

.button-text-01.service {
  z-index: 1;
  font-size: 15px;
  position: relative;
}

.button-one-01 {
  color: #fff;
  background-color: #f94d1c;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 24px 35px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-one-01.light {
  background-color: #f94d1c;
  border-radius: 50px;
}

.button-one-01.light.button-one.bannar-button {
  background-color: var(--primary);
  background-image: linear-gradient(90deg, #fb6a36, #e78b3b);
  max-width: none;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .45s ease-in-out;
}

.button-one-01.light.button-one.bannar-button:hover {
  transform: scale(.95);
}

.button-one-01.light.button-one.service-1 {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  max-width: none;
  margin-top: 15px;
  padding: 14px 26px;
  font-size: 16px;
  transition: all .45s ease-in-out;
}

.button-one-01.light.button-one.service-1:hover {
  transform: scale(.95);
}

.button-one-01.light.button-one.bod {
  background-color: var(--primary);
  background-image: linear-gradient(90deg, #fb6a36, #e78b3b);
  max-width: none;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .45s ease-in-out;
}

.button-one-01.light.button-one.bod:hover {
  transform: scale(.95);
}

.button-one-01.light.button-one.test-button {
  background-color: var(--primary);
  background-image: linear-gradient(90deg, #fb6a36, #e78b3b);
  max-width: none;
  margin-top: 0;
  padding: 14px 30px;
  font-size: 16px;
  transition: all .45s ease-in-out;
}

.button-one-01.light.button-one.test-button:hover {
  transform: scale(.95);
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.popup-toggle {
  cursor: pointer;
}

.link-hover-fill {
  background-color: #00294b;
  border-radius: 36px;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-hover-fill.light {
  background-color: var(--black);
  color: #fff;
  border-radius: 50px;
}

.banner-title {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.slide-nav-3 {
  z-index: 200;
  color: #f94d1c;
  flex-flow: row;
  width: 18px;
  height: 18px;
  display: block;
  inset: 0% 200px 0% auto;
}

.icon-2 {
  z-index: 11;
  width: 25px;
  max-width: 101%;
  height: 25px;
  margin-left: 10px;
  position: relative;
}

.icon-2.invert {
  filter: invert();
}

.title-block {
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slider-item {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 320px 10px 190px;
  position: relative;
}

.slider-item._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-item._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner32.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-shape-03 {
  z-index: 100;
  max-width: 100%;
  height: 550px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.banner-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  max-width: 280px;
  display: flex;
}

.sub-title-text--two {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  text-transform: capitalize;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
}

.all_container {
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-slider-two {
  height: 94vh;
  min-height: 94vh;
  overflow: hidden;
}

.banner-slider-two.services {
  height: 60vh;
  min-height: 60vh;
}

.banner-shape-02 {
  z-index: 100;
  max-width: none;
  height: 418px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-one {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0% 0 0 0%;
}

.navbar-dropdown-link {
  border-left: 5px solid var(--white);
  color: var(--white);
  text-align: left;
  background-color: #fff0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

.navbar-dropdown-link.w--current {
  border-left-color: var(--light-orange);
  color: var(--light-orange);
}

.menu-text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.navbar-menu-list {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-one-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  text-align: center;
  background-color: #f94d1c;
  background-image: linear-gradient(90deg, #ff6b3f, #e98a45);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 25px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s ease-in-out;
  display: flex;
  position: relative;
}

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

.navbar-dropdown-block {
  color: var(--black);
  background-color: #f7f7f726;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.navbar-menu-bar-top {
  background-color: #f94d1c;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-button-text {
  font-weight: 600;
}

.header-style-block {
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 20px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.header-block {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.navbar-dropdown-card {
  color: #1a1a1a;
  text-align: left;
  min-width: 220px;
  overflow: hidden;
}

.header-style {
  background-color: #fff3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 140px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0% 0 0 0%;
}

.header-style.left {
  background-color: #fff0;
  border-radius: 0;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  position: relative;
  inset: auto;
}

.container-full--head {
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.navbar-dropdown-toggle {
  padding: 27px 40px 27px 18px;
  transition: background-color .45s ease-in-out;
}

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

.navbar-dropdown-toggle.w--open {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.navbar-dropdown-toggle._0 {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
}

.navbar-dropdown-toggle._0:hover {
  background-color: #ffffff29;
}

.dropdown-icon {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.navbar-menu-bar-bottom {
  background-color: #f94d1c;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-column {
  background-color: #fff0;
  padding-top: 0;
  display: none;
}

.dropdown-column.w--open {
  padding-top: 18px;
  display: block;
}

.header-bg-absulate {
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  background-color: #fff3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-button {
  -webkit-clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  width: 20%;
  margin-left: -20px;
}

.image-3 {
  width: 55px;
}

.con {
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.con.w {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-end;
  width: 90%;
  max-width: 1250px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 85px;
  display: flex;
  position: absolute;
  left: 10%;
  right: auto;
}

.service-card-details {
  background-color: #f94d1c;
  background-image: linear-gradient(90deg, var(--primary), #e78b3b);
  -webkit-text-fill-color: inherit;
  -webkit-clip-path: polygon(0% 0%, 0 0, 100% 46%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0 0, 100% 46%, 100% 100%, 0% 100%);
  background-clip: border-box;
  flex-flow: column;
  align-items: flex-start;
  padding: 80px 25px 30px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.s-title-02 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
}

.s-title-02.two {
  padding-top: 20px;
  padding-bottom: 0;
}

.icon-fix {
  z-index: auto;
  background-color: #fff3;
  border-radius: 5px 5px 30px;
  width: 75px;
  height: 75px;
  position: absolute;
  inset: -10px 10% auto -10px;
}

.s-icon-bg {
  background-color: #fff;
  border-radius: 5px 5px 30px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.image-4 {
  background-color: #fff;
  width: 38px;
  height: 38px;
}

.services-icon {
  border-radius: 5px 5px 0;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.services-icon.two {
  margin-left: 10px;
}

.service-low {
  background-color: var(--primary);
  background-image: linear-gradient(90deg, var(--primary), #e78b3b);
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  display: flex;
}

.service-box-text {
  color: var(--white);
  letter-spacing: -.5px;
  font-size: 19px;
  font-weight: 700;
}

.hero_img_wrap {
  box-shadow: 10px 10px 0 0 var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero_details {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.hero_details._100 {
  flex-flow: column;
  width: 100%;
}

.hero_para {
  color: var(--black);
  letter-spacing: -.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}

.hero_para.area {
  font-size: 19px;
}

.container-3 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.container-3.is_hero {
  width: 90%;
  max-width: 1250px;
  padding-left: 0;
  padding-right: 0;
}

.container-3.is_footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 90%;
  max-width: 1250px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.container-3.area {
  flex-flow: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1250px;
  padding-left: 0;
  padding-right: 0;
}

.hero_content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero_content._50 {
  width: 48%;
}

.hero_heading {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: #fff0;
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.hero-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 650px;
  transition: all .55s ease-in-out;
}

.hero-img:hover {
  transform: scale(1.08);
}

.hero-img.s2 {
  object-position: 20% 50%;
}

.hero-img.smart {
  object-position: 50% 50%;
}

.hero-img.service {
  object-position: 25% 50%;
  min-height: 600px;
}

.sponsors_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero_wrapper {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.sicon_wrap {
  color: var(--secondary);
  cursor: pointer;
  background-color: #e6e6e6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.sicon_wrap.head {
  width: 30px;
  height: 30px;
}

.flink_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flink {
  color: var(--color);
  font-size: 15px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.flink:hover {
  color: var(--light-orange);
  text-decoration: underline;
}

.flink.nohover:hover {
  color: var(--white);
  text-decoration: none;
}

.s_icon {
  z-index: 1;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1.0625rem;
  display: flex;
  position: relative;
}

.flink_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.s_wrap_a {
  background-color: var(--primary);
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.footer_para {
  color: var(--color);
  margin-top: 20px;
  margin-bottom: 42px;
}

.footer_content {
  max-width: 420px;
}

.footer_top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.copy_text {
  color: var(--light-grey);
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 175%;
}

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

.flink_title {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: var(--color);
  letter-spacing: -.8px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.social_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social_wrapper.head {
  margin-left: auto;
}

.subtitle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.subtitle.mid {
  justify-content: center;
}

.sub-title-absulate-one {
  background-color: #f94d1c;
  width: 25px;
  height: 2px;
  display: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.sub-title {
  color: var(--black);
  letter-spacing: -1px;
  border: 1px #000;
  width: auto;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.sub-title.white {
  color: var(--color);
  font-size: 20px;
}

.sub-title-absulate {
  background-color: var(--black);
  width: 25px;
  height: 2px;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.sub-title-absulate.white {
  background-color: var(--white);
}

.review-logo {
  height: 20px;
}

.vedio-data {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  width: 90%;
  max-width: 1250px;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.heading-23 {
  margin-top: 0;
}

.heading-23.vedio {
  color: #fff;
  letter-spacing: -1.5px;
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.title-section {
  width: auto;
}

.cta-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/CTA-Banner_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v-shape {
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

.para-2.para-white {
  color: #fdfdfd;
}

.section-2-img-full-2 {
  background-image: url('../images/Contact1_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.section-2-img-full-2.s1-2 {
  background-image: url('../images/Electrical-Services2.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full-2.s2-2 {
  background-image: url('../images/Smart-Home1.webp');
  background-position: 50%;
  background-size: cover;
}

.section-2-img-full-2.s3-2 {
  background-image: url('../images/Fault-Finding1.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.sec-title-2 {
  color: #1f1f24;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

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

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.subtitloe-2 {
  color: #1f1f24;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
}

.h2-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.grey-content-section {
  background-color: #7e7e7e;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.to-follow {
  font-size: 22px;
}

.paragraph {
  color: var(--color);
  text-align: left;
  max-width: 700px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 26px;
  display: none;
}

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

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--primary);
  color: var(--color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

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

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

.social-icon-fa {
  z-index: 1;
  text-align: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  position: relative;
}

.social-icon-fa.head {
  font-size: 16px;
}

.horizontal-logo {
  width: 180px;
}

.left-arrow-3 {
  background-color: #e95c10;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: none;
  top: 17px;
  left: 0;
}

.left-arrow-3:hover {
  transform: translate(-2px);
}

.horizontal-fixed-height {
  min-height: 100px;
}

.right-arrow-3 {
  background-color: #e95c10;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  display: none;
  top: 17px;
  right: 0;
}

.right-arrow-3:hover {
  transform: translate(2px);
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  overflow: visible;
}

.testemonials-2 {
  background-color: #fff;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.horizontal-quote-h4 {
  color: #474747;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-image-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-job {
  color: #000000b3;
}

.horizontal-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.mask-horizontal {
  overflow: visible;
}

.testimonial-card {
  height: 100%;
  display: flex;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
}

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

.author-image {
  border-radius: 0;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.container-5 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-5.test-container {
  flex-flow: column;
  align-items: flex-start;
  max-width: 1250px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.column-wrap {
  width: 100%;
  display: flex;
  overflow: visible;
}

.slide-nav-4 {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.foot-social-link {
  text-decoration: none;
}

.test-link {
  margin-bottom: 25px;
}

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

.contact-number {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: #dac5a7;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 5px;
  font-weight: 700;
}

.contact-paragraph {
  color: var(--color);
  letter-spacing: -.8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  display: flex;
}

.about-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.heading-detail {
  align-items: center;
  margin-bottom: 0;
}

.about-detail-heading {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: #fff;
  letter-spacing: -1.5px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.contact-us-section {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.about-data-card {
  flex-flow: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

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

.about-text {
  color: #7f7466;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
}

.contact-email {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: #dac5a7;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 5px;
  font-weight: 700;
}

.about-heading {
  color: #fff;
  letter-spacing: -1.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
}

.contact {
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.main-form {
  width: 100%;
  margin-top: 10px;
}

.form-icon {
  background-color: var(--light-orange);
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  transition: all .45s ease-in-out;
  display: flex;
}

.form-icon:hover {
  transform: scale(1.08);
}

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

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

.live-icon {
  background-color: var(--light-orange);
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  font-size: 12px;
  line-height: 18px;
}

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

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

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

.whatsapp-icon {
  filter: invert();
  color: #fff;
  display: block;
}

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

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

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

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

.whatsapp-container {
  z-index: 30;
  border: 1px solid var(--white);
  background-color: var(--white);
  cursor: pointer;
  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: -5px 5px 5px #0003;
}

.whatsapp-container:hover {
  transform: scale(1.05);
}

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

.livechat-button {
  background-color: #000;
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  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: #326db1;
}

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

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

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

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

.h1-l {
  color: var(--black);
  letter-spacing: -1px;
  font-size: 15px;
  font-weight: 500;
}

.h1-l.gg {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: var(--secondary);
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.foot-link {
  color: var(--light-grey);
  text-decoration: none;
  transition: color .45s ease-in-out;
}

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

.area-map {
  filter: grayscale(54%);
  width: 48%;
  margin-top: 20px;
}

.gradient-divider {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  height: 18px;
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.gallery-thumb {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

.gallery-lb {
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.gallery-lb:hover {
  transform: scale(.92);
}

.mag {
  background-image: linear-gradient(180deg, var(--primary), var(--light-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 4px;
  font-family: "Fa sharp solid 900", sans-serif;
}

.announcement-link-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.announcement-link-2:hover {
  color: var(--light-orange);
}

.announcement-time-2 {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

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

.container-6.announcement-container {
  width: 100%;
  max-width: none;
}

.announcement-bar-2 {
  background-color: var(--black);
  height: auto;
  padding: 5px 40px;
}

.announcement-wrapper-2 {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-icon-2 {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.announcement-contact-2 {
  color: #fff;
  background-color: #ef233c;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-contact-2:hover {
  color: #212529;
}

.header-social-icon-2 {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--primary), var(--light-orange));
  color: var(--color);
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon-2:hover {
  color: #fdfdfd;
  background-color: #ef233c;
}

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

.quote-logo-link {
  margin-bottom: 20px;
}

.quote-logo-link.w--current {
  margin-bottom: 25px;
}

.image-5 {
  width: 120px;
}

.mf-quote-logo {
  width: 80px;
}

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

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

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

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

.social-link.side._5 {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border-style: none;
  font-size: 20px;
}

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

.social-link.side._1 {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border-style: none;
  border-color: #960002;
}

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

.social-link.side.text-block-3 {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border-style: none;
  border-color: #960002;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

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

.social-link.side._4 {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border-style: none;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

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

.social-link.side._2 {
  background-image: linear-gradient(90deg, var(--primary), var(--light-orange));
  border-style: none;
  font-family: "Fa solid 900", sans-serif;
}

.social-link.side._2:hover {
  color: var(--white);
  background-color: #fff;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.side-socials.top {
  justify-content: center;
  height: 1%;
  top: 45%;
}

.text-block-7 {
  font-family: "Fa brands 400", sans-serif;
}

.contact-box {
  background-color: var(--light-orange);
  width: 55%;
  height: 100%;
}

.google-reviews {
  width: 100%;
  margin-top: 0;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-bottom: 0;
  }

  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .header-social-media {
    justify-content: space-around;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .nav-menu.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

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

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

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

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

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

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

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

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

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

  .bullet-block {
    padding: 20px;
  }

  .bullet-heading.area {
    font-size: 15px;
  }

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .contact-block-1 {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
  }

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

  .scroll-up {
    z-index: 1;
  }

  ._2x3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

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

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

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

  .slider-2 {
    position: relative;
  }

  .h2 {
    display: flex;
  }

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

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

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

  .sub-title-text {
    font-size: 20px;
    line-height: 28px;
  }

  .slider-block {
    width: 100%;
    height: 80vh;
  }

  .banner-shape-01 {
    display: none;
  }

  .banner-title {
    font-size: 42px;
    line-height: 48px;
  }

  .slide-nav-3 {
    right: 50px;
  }

  .slider-item {
    padding: 0;
  }

  .banner-shape-03 {
    display: none;
  }

  .banner-slider-two {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 80vh;
    min-height: 80vh;
    display: flex;
  }

  .banner-shape-02 {
    display: none;
  }

  .header-one {
    width: 100%;
    inset: auto;
    overflow: visible;
  }

  .navbar-dropdown-link {
    padding: 10px 20px;
    font-size: 15px;
  }

  .navbar-dropdown-link:hover {
    border-left-color: var(--light-orange);
    color: var(--color);
  }

  .nav-logo {
    width: 75px;
  }

  .navbar-menu-list {
    flex-flow: column;
    align-items: flex-start;
  }

  .header-one-button {
    width: 100%;
    min-width: 200px;
    height: 75px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .navbar-dropdown-wrapper {
    width: 100%;
  }

  .navbar-menu-bar-top {
    background-color: var(--white);
    width: 40px;
    height: 3px;
  }

  .header-button-text {
    font-size: 16px;
  }

  .header-style-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-2 {
    background-color: var(--primary);
    flex-flow: column;
    width: 100%;
    height: 450px;
    margin-top: 120px;
    margin-bottom: 0;
    padding: 20px;
    top: auto;
  }

  .header-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .navbar-menu-icon {
    background-color: #fff0;
  }

  .navbar-menu-icon.w--open {
    background-color: #fff0;
    border-radius: 10px;
  }

  .header-style.left {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .navbar-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-dropdown-toggle._0 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-menu-bar-bottom {
    background-color: var(--white);
    width: 40px;
    height: 3px;
  }

  .header-bg-absulate {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    display: none;
  }

  .header-button {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    width: auto;
    margin-left: 0;
  }

  .navbar-list-item {
    text-align: left;
    width: 100%;
  }

  .image-3 {
    width: 75px;
  }

  .con.w {
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    left: 5%;
    right: auto;
  }

  .hero_img_wrap {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero_para.area {
    font-size: 15px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.is_footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 10px;
  }

  .container-3.area {
    flex-flow: column;
  }

  .hero_content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .hero_content._50 {
    width: 100%;
    padding-bottom: 0;
  }

  .hero-img {
    min-height: 350px;
  }

  .hero_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sicon_wrap.head {
    width: 28px;
    height: 28px;
  }

  .flink_card {
    width: 100%;
  }

  .copyright_wrap {
    margin-top: 40px;
  }

  .flink_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    place-content: start stretch;
    margin-top: 40px;
    display: grid;
  }

  .footer_content {
    padding-top: 20px;
  }

  .footer_top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .subtitle.mid {
    justify-content: flex-start;
  }

  .vedio-data {
    padding-top: 0;
    padding-left: 0;
  }

  .heading-23 {
    font-size: 40px;
  }

  .heading-23.vedio {
    font-size: 32px;
    line-height: 38px;
  }

  .cta-section {
    min-height: 400px;
  }

  .v-shape {
    width: 174px;
  }

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

  .sec-title-2 {
    font-size: 38px;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-icon-fa.head {
    font-size: 16px;
  }

  .horizontal-quote-h4 {
    color: var(--secondary);
    font-size: 16px;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .testimonial-image {
    position: relative;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

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

  .about-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .heading-detail {
    align-items: flex-start;
  }

  .about-detail-heading {
    text-align: center;
  }

  .contact-us-section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
  }

  .about-data-card {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-heading {
    font-size: 40px;
    line-height: 46px;
  }

  .contact {
    margin-top: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .main-form {
    width: 100%;
    margin-top: 0;
  }

  .form-icon {
    font-size: 28px;
  }

  .area-map {
    width: 100%;
  }

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

  .container-6.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .announcement-wrapper-2 {
    flex-direction: row;
  }

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

  .header-social-icon-2.margin-right-none {
    text-align: left;
    font-size: 22px;
  }
}

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

  .announcement-bar {
    position: static;
  }

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

  .container.nav-fluid {
    padding-top: 0;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-contact-info.right {
    margin-left: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

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

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

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

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

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

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

  .heading-2-title.heading-white {
    font-size: 32px;
    line-height: 40px;
  }

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

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

  .bullet-block {
    padding: 40px;
  }

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

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-col {
    width: 100%;
    margin-top: 40px;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

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

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

  .container-2 {
    padding-top: 20px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .slider-block {
    height: 85vh;
  }

  .button-text-01.light {
    font-size: 15px;
  }

  .button-one-01.light.button-one.bannar-button {
    padding: 16px 30px;
  }

  .button-one-01.light.button-one.test-button {
    margin-top: 20px;
  }

  .banner-title {
    padding-right: 0;
    font-size: 36px;
  }

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

  .sub-title-text--two {
    letter-spacing: -.5px;
    font-size: 14px;
  }

  .banner-slider-two {
    height: 85vh;
    min-height: 85vh;
  }

  .header-style-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-style.left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-button {
    width: 200px;
    display: none;
  }

  .con.w {
    padding-bottom: 60px;
  }

  .hero_img_wrap {
    max-width: 100%;
    height: 100%;
  }

  .hero_para {
    font-size: 14px;
  }

  .hero_content {
    padding-bottom: 0;
  }

  .hero_heading {
    font-size: 34px;
    line-height: 44px;
  }

  .hero-img {
    min-height: 450px;
  }

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

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

  .social_wrapper.head {
    display: none;
  }

  .vedio-data {
    padding-right: 0;
  }

  .heading-23.vedio {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 34px;
  }

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

  .v-shape {
    display: none;
  }

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

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

  .sec-title-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .testemonials-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .container-5 {
    padding-top: 20px;
  }

  .test-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .about-detail {
    flex-direction: column;
  }

  .about-detail-heading {
    font-size: 21px;
    line-height: 28px;
  }

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

  .about-heading {
    font-size: 40px;
    line-height: 46px;
  }

  .gallery-thumb {
    height: 300px;
  }

  .container-6.announcement-container {
    padding: 5px 0;
  }

  .announcement-bar-2 {
    height: auto;
  }

  .announcement-wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .announcement-contact-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 20px 40px;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }
}

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

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

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

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

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

  .announcement-contact-info.right {
    margin-left: 0;
  }

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

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

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

  .button.book-today {
    width: auto;
  }

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

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

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

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

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

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

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

  .heading-2-title.heading-white {
    font-size: 26px;
    line-height: 34px;
  }

  .bullet-block-title {
    font-size: 18px;
    line-height: 26px;
  }

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

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

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

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

  .bullet-block {
    padding: 24px;
  }

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

  .bullet-heading.area {
    font-size: 14px;
  }

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

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

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-cta-call-btn {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

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

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

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

  .contact-icon {
    display: none;
  }

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

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

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

  .services-link-box, .services-link-box._5 {
    min-height: 375px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

  .testemonials-text {
    line-height: 1;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

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

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 40px;
    overflow: hidden;
  }

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

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

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

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

  .slider-2 {
    width: 100%;
  }

  .h2 {
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 30px;
  }

  .h2.top {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

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

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

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

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

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

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

  .sub-title-text {
    font-size: 14px;
    line-height: 27px;
  }

  .link-hover-fill.light {
    display: none;
  }

  .banner-title {
    font-size: 28px;
    line-height: 30px;
  }

  .slide-nav-3 {
    display: none;
    position: absolute;
    bottom: 0%;
    right: auto;
  }

  .slider-item {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner.webp');
    background-position: 0 0, 65%;
    padding-top: 200px;
    padding-bottom: 150px;
  }

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

  .sub-title-text--two {
    font-size: 14px;
    line-height: 12px;
  }

  .all_container {
    width: 90%;
    max-width: 1250px;
  }

  .banner-slider-two {
    height: 80vh;
    min-height: 80vh;
  }

  .nav-logo {
    width: 75px;
  }

  .navbar-menu-bar-top {
    width: 35px;
  }

  .header-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar-menu-bar-bottom {
    width: 35px;
    height: 3px;
  }

  .header-button {
    display: none;
  }

  .image-3 {
    width: 75px;
  }

  .con.w {
    padding-bottom: 68px;
  }

  .service-card-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-title-02.two {
    font-size: 18px;
    line-height: 26px;
  }

  .icon-fix, .s-icon-bg {
    width: 65px;
    height: 65px;
  }

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

  .hero_content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 0;
  }

  .hero_heading {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

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

  .hero-img.service {
    min-height: 300px;
  }

  .sponsors_wrap {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .hero_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .copyright_wrap {
    text-align: center;
  }

  .flink_wrapper {
    grid-template-columns: auto;
  }

  .footer_content {
    padding-top: 0;
  }

  .copy_text {
    width: 100%;
  }

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

  .subtitle, .subtitle.mid {
    display: none;
  }

  .sub-title {
    font-size: 18px;
  }

  .sub-title.white {
    text-align: left;
    font-size: 14px;
  }

  .vedio-data {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-23 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-23.vedio {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-section {
    min-height: auto;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .sec-title-2 {
    font-size: 28px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-white.p-white {
    margin-top: 0;
  }

  .left-arrow-3 {
    inset: auto auto 0% 20%;
  }

  .right-arrow-3 {
    inset: auto 20% 0% auto;
  }

  .testemonials-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .horizontal-quote-h4 {
    letter-spacing: -.2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .horizontal-content-block {
    padding: 20px;
  }

  .author-block {
    margin-top: 15px;
  }

  .container-5.test-container {
    width: 90%;
    max-width: 1250px;
  }

  .contact-paragraph {
    flex-flow: column;
    align-items: flex-start;
    font-size: 18px;
    line-height: 26px;
  }

  .about-detail-heading {
    text-align: left;
    letter-spacing: -1px;
    font-size: 15px;
    line-height: 30px;
  }

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

  .about-data-card {
    align-items: stretch;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .about-text {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-email {
    margin-left: 0;
  }

  .about-heading {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 30px;
  }

  .contact {
    margin-top: 0;
  }

  .form-icon {
    flex: none;
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    font-size: 22px;
  }

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

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

  .h1-l.gg {
    font-size: 12px;
  }

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

  .announcement-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .announcement-icon-2 {
    font-size: 1.2em;
  }

  .announcement-contact-2 {
    width: 100%;
  }

  .mf-quote-logo {
    width: 65px;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-dc40a297 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-dc40a297 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cacfb42c-ca5c-9f49-c8af-995d29ced5ab-dc40a297, #w-node-_6287c3ff-982b-14e6-503e-07a70c491108-dc40a297, #w-node-af21e30f-7a1f-4eb4-e159-99f3bca349f6-dc40a297 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-dc40a297, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-dc40a297, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-dc40a297 {
  place-self: auto;
}

#w-node-_6ba73d43-e721-9889-6678-f70306438f62-dc40a2ae, #w-node-_6ba73d43-e721-9889-6678-f70306438f85-dc40a2ae, #w-node-_6ba73d43-e721-9889-6678-f70306438fa8-dc40a2ae {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_314fc3a4-e967-33b5-7b0c-73fd69a5bf0e-de3ce015, #w-node-_314fc3a4-e967-33b5-7b0c-73fd69a5bf52-de3ce015, #w-node-_314fc3a4-e967-33b5-7b0c-73fd69a5bf7d-de3ce015, #w-node-_62de4bb0-6ebc-a4a0-e242-8ff7b3a659a8-de3ce015, #w-node-b93359b4-0bb6-fd09-9ca4-073e64b70206-de3ce015, #w-node-a37fa17f-6bc1-0af3-0b80-3204f93906aa-0665bfe3, #w-node-a37fa17f-6bc1-0af3-0b80-3204f93906b3-0665bfe3, #w-node-a37fa17f-6bc1-0af3-0b80-3204f93906bc-0665bfe3, #w-node-a37fa17f-6bc1-0af3-0b80-3204f93906c5-0665bfe3, #w-node-a37fa17f-6bc1-0af3-0b80-3204f93906ce-0665bfe3, #w-node-f33f1696-7d8b-9e7c-21cf-5b0830259394-0665bfe3, #w-node-cdbb388b-08ad-d91b-e631-edceeb95205a-1c03d879, #w-node-cdbb388b-08ad-d91b-e631-edceeb95205f-1c03d879, #w-node-cdbb388b-08ad-d91b-e631-edceeb952064-1c03d879, #w-node-cdbb388b-08ad-d91b-e631-edceeb952069-1c03d879, #w-node-_7f9d3241-e1be-11c1-61aa-720dd9d73f4c-1276ae25, #w-node-_7f9d3241-e1be-11c1-61aa-720dd9d73f53-1276ae25, #w-node-_7f9d3241-e1be-11c1-61aa-720dd9d73f5a-1276ae25, #w-node-_7f9d3241-e1be-11c1-61aa-720dd9d73f61-1276ae25, #w-node-_050aa4cf-2a35-e70a-fa03-8ec83b10b88d-1276ae25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-dc40a297, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-dc40a297, #w-node-cacfb42c-ca5c-9f49-c8af-995d29ced5ab-dc40a297, #w-node-_6287c3ff-982b-14e6-503e-07a70c491108-dc40a297, #w-node-af21e30f-7a1f-4eb4-e159-99f3bca349f6-dc40a297 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-dc40a297, #w-node-cacfb42c-ca5c-9f49-c8af-995d29ced5ab-dc40a297, #w-node-_6287c3ff-982b-14e6-503e-07a70c491108-dc40a297, #w-node-af21e30f-7a1f-4eb4-e159-99f3bca349f6-dc40a297 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b1438b46-780f-1f1e-8a02-724dd8604e10-d8604e0d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1438b46-780f-1f1e-8a02-724dd8604e15-d8604e0d {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1438b46-780f-1f1e-8a02-724dd8604e10-d8604e0d, #w-node-b1438b46-780f-1f1e-8a02-724dd8604e15-d8604e0d {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}