@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;
  --black: black;
  --primary: #000;
  --secondary: #e94c3d;
  --light-grey: #ccc;
  --pale-grey: #dee1eb;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.announcement-contact {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 7px;
  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: 15px;
  font-weight: 400;
  line-height: 25px;
}

.announcement-bar {
  z-index: 99;
  background-color: var(--primary);
  color: var(--secondary);
  padding-top: 3px;
  padding-bottom: 3px;
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: var(--white);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.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 solid 900", 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 {
  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;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

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

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

.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;
  padding-top: 19px;
  overflow: visible;
}

.nav-link {
  margin-left: 2px;
  margin-right: 2px;
  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;
}

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

.header-social-icon {
  color: var(--primary);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  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);
}

.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: 20;
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.slider-arrow {
  background-color: var(--secondary);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: background-color .45s ease-in-out;
  display: inline-block;
}

.slider-arrow:hover {
  background-color: var(--primary);
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PHOTO-2024-02-21-09-46-51.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  width: 70%;
  max-width: 900px;
}

.button {
  border: 2px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

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

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

.button._0pad {
  margin-top: 0;
  margin-right: 0;
}

.slider-inner-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  height: 100%;
  position: relative;
}

.hero-slider {
  min-height: 80vh;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/PHOTO-2024-02-21-09-46-47.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-text {
  color: var(--light-grey);
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
}

.arrow-icon {
  font-size: .6em;
}

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

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

.top-text {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.content-section._100 {
  width: 100%;
}

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

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

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

.inner-img {
  background-image: url('../images/pitched-5.webp');
  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.home {
  background-image: url('../images/pitched-5.webp');
}

.inner-img.s5-1 {
  background-image: url('../images/leadwork-21.webp');
}

.inner-img.s4-1 {
  background-image: url('../images/pitched-11.webp');
}

.inner-img.s3-1 {
  background-image: url('../images/pitched-14.webp');
}

.inner-img.s2-1 {
  background-image: url('../images/leadwork-12.webp');
  background-position: 100%;
}

.card-bullet {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}

.card-bullet.grid3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.card-icon {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.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;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.heading-2-title.h3-red {
  color: var(--secondary);
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}

.bullet-block-title {
  color: #212529;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-list-services {
  background-color: var(--pale-grey);
  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;
}

.card-bullet-item {
  color: #838383;
  flex-flow: row;
  justify-content: flex-start;
  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: auto;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  background-color: var(--secondary);
}

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

.bullet-block:hover {
  transform: translate(0, -5px);
}

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

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

.inner-text-content {
  max-width: 1400px;
}

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

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

.h3-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.h3 {
  color: var(--white);
  width: 100%;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.h3-button {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 7px;
  margin-right: 20px;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-button.blue {
  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: 30px;
  padding-right: 30px;
  display: flex;
}

.h3-button.blue: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-link {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

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

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

.contact-block-1.border-none {
  border-right-style: none;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
}

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

.footer-social-media {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 0;
  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-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

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

.footer-menu-text {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.contact-type-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

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

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

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

.contact-info-link.address {
  max-width: 280px;
}

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

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

.scroll-up {
  z-index: 10;
  border: 1px solid var(--pale-grey);
  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 110px 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;
}

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

.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: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

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

.heading-2 {
  color: var(--secondary);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.co-logo {
  object-fit: contain;
  height: 120px;
}

.h1 {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 42px;
  font-weight: 600;
  display: block;
}

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

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

.h1-2 {
  color: var(--secondary);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.sub-head {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
}

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

.backtotop {
  height: 0;
}

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

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

.services-box-lable {
  text-align: center;
  background-color: #f5f8fa;
  border-radius: 4px;
  width: 70%;
  margin: 0 auto 20px;
  padding: 20px;
}

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

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

.menu-img {
  color: #2b2a2a;
  background-image: radial-gradient(circle, #fff0, #00000059), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  align-items: flex-end;
  width: 100%;
  min-height: 380px;
  text-decoration: none;
  display: flex;
}

.menu-img.roofing {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/pitched-25.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.menu-img.lead {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/leadwork-12.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.menu-img.flat {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/leadwork-23.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.menu-img.pitched {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/pitched-8.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.menu-img.repairs {
  background-image: radial-gradient(circle, #fff0, #00000059), url('../images/leadwork-19.webp');
}

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

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

.services-lable-text {
  margin-bottom: 0;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.5;
}

.h2-light {
  color: var(--primary);
  font-weight: 500;
}

.blue-div {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

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

.img-div {
  background-image: url('../images/leadwork-23.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.img-div.home {
  background-image: url('../images/pitched-6.webp');
}

.img-div.form {
  background-image: url('../images/pitched-14.webp');
  min-height: auto;
}

.img-div.s5-2 {
  background-image: url('../images/leadwork-16.webp');
}

.img-div.s4-2 {
  background-image: url('../images/pitched-9.webp');
}

.img-div.s3-2 {
  background-image: url('../images/pitched-20.webp');
}

.img-div.s1-1 {
  background-image: url('../images/pitched-16.webp');
}

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

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

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

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

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

.home-map {
  filter: grayscale(70%);
}

.background-image {
  background-image: url('../images/McCarthy-Roofing-Banner-1.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

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

.bold-text-17 {
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.nc-icon {
  color: #e94c3d;
  margin-bottom: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.number-counter-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

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

.container-6 {
  z-index: 5;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.orange-gradient {
  background-color: var(--primary);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

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

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

.bold-text-15 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 23px;
}

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

.counterup.w {
  color: #fff;
}

.hero-small {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

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

.box-icon {
  width: 100px;
}

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

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

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.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 {
  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-prefs_overlay {
  z-index: -1;
  background-color: #0a0a0a99;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

.fs-cc-prefs_title {
  color: var(--secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

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

.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_space-medium {
  margin-bottom: 40px;
}

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

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

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

.fs-cc-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_trigger {
  display: none;
}

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

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

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

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

.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-prefs_checkbox-label {
  display: none;
}

.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_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

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

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

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #ececec;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.live-chat-top-text.block {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

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

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

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

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

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

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

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

.strapline {
  color: var(--secondary);
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.form-section {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-container {
  background-color: var(--light-grey);
  width: 50%;
  padding: 60px;
}

.header-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pitched-25.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.page-heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.body-div {
  width: 90%;
  max-width: 1300px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.site-map-link {
  color: var(--black);
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.site-map-link.w--current {
  color: var(--black);
  text-decoration: none;
}

.site-map-link.white {
  color: var(--white);
}

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

.area-map {
  filter: grayscale(70%);
}

.area-map._25 {
  margin-top: 25px;
}

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

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

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

.check-head {
  border: 2px solid var(--primary);
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 15px 20px;
  display: flex;
}

.image {
  width: 200px;
  margin-right: auto;
}

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

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

.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(--secondary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: #f5f8fa;
  width: 100%;
}

.left-arrow {
  background-color: #cecece;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

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

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

.customer-title {
  color: #808286;
}

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

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

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

.slide-3 {
  background-color: #fff;
  height: auto;
  padding: 15px;
}

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

.right-arrow {
  background-color: #cecece;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-top: -45px;
  margin-left: 100px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

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

.testemonials-slider {
  margin-top: 32px;
  position: static;
}

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

@media screen and (min-width: 1920px) {
  .test-slider {
    position: static;
  }

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

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-img.lead {
    background-image: radial-gradient(circle, #fff0, #00000059), url('../images/Loft-Conversion_1Loft-Conversion.webp');
  }

  .livechat-button {
    transition: all .2s;
  }

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

  .whatsapp-chat {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .who-made-comment {
    position: relative;
  }

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

  .testemonials-slider {
    position: static;
  }

  .slider-2 {
    width: 100%;
  }
}

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

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

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

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

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-content {
    width: 70%;
  }

  .hero-text {
    font-size: 1.5em;
  }

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

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

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

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

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

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

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

  .bullet-block {
    padding: 20px;
  }

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

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

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

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

  .h3 {
    text-align: center;
  }

  .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;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-block-1.border-none {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact-block-1.left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .contact-info-link.address {
    max-width: 100%;
  }

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

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

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

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

  .co-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .blue-div, .img-div {
    width: 100%;
  }

  .img-div.home {
    min-height: 400px;
  }

  .background-image {
    height: 400px;
  }

  .bold-text-17 {
    font-size: 55px;
  }

  .number-counter-grid {
    grid-template-columns: 1fr;
  }

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

  .form-container {
    width: 100%;
  }

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

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

  .left-arrow {
    color: #fff;
    background-color: #ef233c;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

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

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

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

  .right-arrow {
    background-color: #ef233c;
    inset: auto 0% -25% auto;
  }

  .slider-2 {
    position: relative;
  }
}

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

  .announcement-bar {
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
  }

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

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

  .announcement-icon {
    width: 30px;
    height: 30px;
  }

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

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 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;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83%;
    display: flex;
  }

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

  .slider-inner-content {
    height: auto;
  }

  .hero-slider {
    min-height: 50vh;
  }

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

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

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

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

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

  .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-desc {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

  .h1 {
    font-size: 38px;
  }

  .p {
    margin-bottom: 20px;
  }

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

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

  .menu-img, .menu-img.lead, .menu-img.flat {
    min-height: 250px;
  }

  .blue-div {
    padding: 30px;
  }

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

  .img-div.home {
    min-height: 350px;
  }

  .background-image {
    height: 350px;
  }

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

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

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

  .hero-small {
    margin-bottom: 20px;
  }

  .box-icon {
    width: 80px;
  }

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

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

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

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

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

  .form-container {
    padding: 40px;
  }

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

  .page-heading {
    font-size: 35px;
  }

  .site-map-link {
    margin-bottom: 20px;
  }

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

  .underline {
    width: 50%;
  }

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

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

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

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

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

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

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

  .announcement-bar {
    padding-top: 8px;
    padding-bottom: 5px;
  }

  .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;
    font-size: 14px;
  }

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

  .brand.w--current {
    justify-content: center;
  }

  .brand.footer {
    justify-content: center;
    margin-left: auto;
  }

  .brand.footer.w--current {
    margin-bottom: 0;
  }

  .nav-toggle {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-2 {
    flex-direction: column;
  }

  .navbar {
    flex-direction: column;
    display: flex;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 85%;
  }

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

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

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

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

  .hero-slider {
    min-height: 60vh;
  }

  .hero-text {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
  }

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

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

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

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

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

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

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

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

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

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

  .h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .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-button {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-button.blue {
    flex: none;
  }

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

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

  .contact-block-1 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-block-1.border-none {
    justify-content: center;
    align-items: center;
  }

  .contact-block-1.left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

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

  .footer-menu-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .contact-type-title {
    margin-bottom: 5px;
  }

  .footer-contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-icon {
    display: none;
  }

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

  .contact-info-link.address {
    max-width: 200px;
  }

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

  .footer-social-media-block {
    justify-content: center;
    padding-top: 0;
  }

  .scroll-up {
    z-index: 999;
    bottom: 100px;
  }

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

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

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

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

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

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

  .co-logo {
    height: 100px;
  }

  .h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
  }

  .h1-2 {
    margin-top: 0;
    margin-bottom: 19px;
    font-size: 26px;
    line-height: 34px;
  }

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

  .button-div {
    flex-direction: column;
  }

  .footer-list {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .services-box-lable {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .services-section-2 {
    padding-top: 10px;
  }

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

  .menu-img, .menu-img.lead, .menu-img.flat {
    min-height: 250px;
  }

  .container-3.fluid {
    width: 93%;
  }

  .services-lable-text {
    margin-bottom: 0;
  }

  .blue-div {
    padding: 20px;
  }

  .img-div.home {
    min-height: 250px;
  }

  .background-image {
    height: 250px;
  }

  .cn-text-lower {
    text-align: center;
    margin-top: 5px;
  }

  .bold-text-17 {
    font-size: 40px;
    line-height: 30px;
  }

  .nc-icon {
    margin-bottom: -10px;
    font-size: 60px;
    line-height: 60px;
  }

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

  .orange-gradient {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: center;
  }

  .bold-text-15 {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
  }

  .counterup {
    font-size: 55px;
    line-height: 55px;
  }

  .hero-small {
    font-size: 14px;
    line-height: 23px;
  }

  .box-icon {
    width: 60px;
  }

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

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

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

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

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

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

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

  .form-container {
    padding: 20px;
  }

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

  .page-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .site-map-link {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
  }

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

  .gallery-thumb {
    height: 300px;
  }

  .check-head {
    flex-flow: column;
    padding-top: 20px;
  }

  .image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .underline {
    width: 30%;
  }

  .left-arrow {
    background-color: var(--primary);
    width: 60px;
    height: 60px;
    margin-top: -60px;
    margin-left: 60px;
  }

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

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

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

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

  .slide-3 {
    padding: 0;
  }

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

  .right-arrow {
    background-color: var(--primary);
    width: 60px;
    height: 60px;
    margin-top: -60px;
    margin-left: 70px;
    bottom: -10%;
  }

  .slider-2 {
    width: 100%;
  }
}

#w-node-f05466d4-e2d7-2d93-10df-464fa637f83d-06f95889 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f05466d4-e2d7-2d93-10df-464fa637f83f-06f95889, #w-node-f05466d4-e2d7-2d93-10df-464fa637f84a-06f95889, #w-node-f05466d4-e2d7-2d93-10df-464fa637f854-06f95889, #w-node-f05466d4-e2d7-2d93-10df-464fa637f85e-06f95889, #w-node-cc01f937-f7d9-c1f5-a7e6-3dc0df933811-06f95889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc01f937-f7d9-c1f5-a7e6-3dc0df933815-06f95889 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cc01f937-f7d9-c1f5-a7e6-3dc0df933819-06f95889, #w-node-cc01f937-f7d9-c1f5-a7e6-3dc0df93381d-06f95889, #w-node-cc01f937-f7d9-c1f5-a7e6-3dc0df933821-06f95889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-06f95889, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-06f95889, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-06f95889 {
  place-self: auto;
}

#w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96b-4b5ef962 {
  place-self: end;
}

#w-node-_53834dd5-7a0a-bcc3-4179-b0b10ae4cd5a-4b5ef962 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53834dd5-7a0a-bcc3-4179-b0b10ae4cd60-4b5ef962 {
  place-self: end;
}

#w-node-d44d82e2-d7b9-8180-bd14-52beeb5d1b38-fe1edccf, #w-node-d44d82e2-d7b9-8180-bd14-52beeb5d1b57-fe1edccf, #w-node-d44d82e2-d7b9-8180-bd14-52beeb5d1b75-fe1edccf, #w-node-e4d0eeef-28a5-f9f7-96f8-f4925ed0d578-99bcdf22, #w-node-e4d0eeef-28a5-f9f7-96f8-f4925ed0d57e-99bcdf22, #w-node-e4d0eeef-28a5-f9f7-96f8-f4925ed0d584-99bcdf22 {
  place-self: auto;
}

#w-node-_0f894045-7907-841e-197d-b3c6083e2f4e-e6c83296, #w-node-_541e9ff9-3022-098c-10bc-3786ab1649ea-e6c83296, #w-node-_70e1b16c-d0d4-ba35-cc7b-43068559dac7-e6c83296, #w-node-_42908965-ca13-2366-e155-605ae40deb17-e6c83296, #w-node-_6f54a469-fc41-f09b-34d1-79256ad5c011-e6c83296, #w-node-_2c61635c-6789-9e95-112b-b90807000dba-e6c83296, #w-node-c6a3fee9-edfb-8e66-06e4-525c87b691bd-e6c83296, #w-node-faff135d-7e9d-fba8-b4c8-47f106cabaf2-e6c83296, #w-node-a9d8ce48-d773-35cc-556b-34e9ad24d22b-e6c83296, #w-node-_951f1ff6-4620-cfbd-919e-c806e10a74d8-3ec3a983, #w-node-_8d937283-1fe2-116f-b3d2-00669a577122-3ec3a983, #w-node-_637ece99-15b0-18a5-89bf-a30e5ba594a1-f00a1cd1, #w-node-fc5148fd-b2f5-753d-df72-e08f769e126a-f00a1cd1, #w-node-_04edc328-7664-d78d-fa49-7465ff77a570-dbdbe883, #w-node-b9717391-81e7-82e3-2a86-5a9c09f67205-dbdbe883, #w-node-_04edc328-7664-d78d-fa49-7465ff77a576-dbdbe883, #w-node-_44ee3e20-fbc6-9b71-4638-038846b4ba1a-3c6facd4, #w-node-_44ee3e20-fbc6-9b71-4638-038846b4ba20-3c6facd4, #w-node-_44ee3e20-fbc6-9b71-4638-038846b4ba26-3c6facd4, #w-node-_92fa2957-4795-5020-a525-2f3c1a2d77b7-60dad7ce, #w-node-_67b385de-123a-b75c-36f0-6dafe83965b5-60dad7ce, #w-node-fc1903fa-58a0-a71e-c45e-800aa9c863ca-60dad7ce, #w-node-_831790de-4443-e85d-0801-93d7bb967b29-60dad7ce, #w-node-_6c3b9ed9-2aa5-6386-1920-d81566ce35bb-60dad7ce, #w-node-cc23fd5b-7951-72de-19c5-a62edd7d2973-60dad7ce, #w-node-d87a3eb2-3e50-1d05-eb45-db31cdb14580-60dad7ce, #w-node-_760b61fd-fb4e-8a24-daa0-f70ab569fb37-60dad7ce, #w-node-_187ec75c-2a25-874d-af1a-185c6858293c-60dad7ce, #w-node-_3333a54b-84ae-3c83-ba9f-14e6323b31f6-60dad7ce, #w-node-b5482855-b1c0-b9be-02ae-3080e903ac4d-60dad7ce, #w-node-d6f0d219-2b5a-fe03-96d5-4209b121a8a3-60dad7ce, #w-node-_03143d26-99ae-78c9-deae-6173d1176dca-60dad7ce, #w-node-bc3f30a8-0bf3-2c76-02d5-6767adc3e0c4-60dad7ce, #w-node-acdca8a4-85bd-3705-107a-e1c0c073b931-60dad7ce, #w-node-_9543f6fb-a5ca-a838-78bb-c69389707de0-60dad7ce, #w-node-_85cd2bd2-6b19-6c18-89b7-f8aea1d75f5b-60dad7ce, #w-node-b364523f-d9a5-adf8-05a2-ca769280832b-60dad7ce, #w-node-_28c167e8-c043-760c-fa86-c44301528b47-60dad7ce, #w-node-_7d1d596e-e51f-245e-b71d-28e7a4a11e1c-60dad7ce, #w-node-ecd63921-75b8-010f-a1a9-a0d1995ef29a-60dad7ce, #w-node-cab1d362-49dd-ba0c-5048-65c58f721cfc-60dad7ce, #w-node-_88d7dc44-3999-a725-dff9-edca068538f4-60dad7ce, #w-node-_08cb1c24-afcb-bab8-1d1b-2c52b6c4b94a-60dad7ce, #w-node-_592ae31d-008c-0f4a-aa3f-1027c148d7ee-60dad7ce, #w-node-b230a4c2-e691-e67a-14c3-c918e326e1ca-60dad7ce, #w-node-_0ae59a3d-ad30-1a92-cb91-76823834dac1-60dad7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_418e8a7f-bd6b-b3bd-1fd5-51c009b4577e-76d03214 {
  place-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96a-4b5ef962 {
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f05466d4-e2d7-2d93-10df-464fa637f83f-06f95889, #w-node-f05466d4-e2d7-2d93-10df-464fa637f84a-06f95889, #w-node-f05466d4-e2d7-2d93-10df-464fa637f854-06f95889, #w-node-f05466d4-e2d7-2d93-10df-464fa637f85e-06f95889 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5d7a501f-c3c6-3913-bd63-bb004b5ef96a-4b5ef962 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


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