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

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

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  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 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;
}

:root {
  --white: #fff;
  --black: black;
  --primary: #081449;
  --secondary: #d00811;
  --third: #f1f3f5;
  --color: #dfdcdc;
  --transparent: #fff0;
  --gold: #c89b2b;
  --green: #00872a;
  --amber: #b47438;
  --red: #ff1223;
}

.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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  border-right: 1px solid #0000001a;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

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

.nav-link.w--current {
  color: #ffd900;
  background-color: #1b1b1b;
}

.nav-link.contact-nav {
  background-color: var(--secondary);
  color: var(--white);
  transition: all .2s ease-in-out;
}

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

.nav-link.contact-nav.call-btn {
  display: none;
}

.brand {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-container {
  border-radius: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.nav-menu {
  text-align: right;
}

.dropdown-list {
  margin-top: 20px;
}

.dropdown-list.w--open {
  background-color: #f0f6f8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 240px;
  margin-top: 0;
}

.navbar {
  background-color: var(--primary);
  border-radius: 5px;
  align-items: center;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 8px #0003;
}

.drop-down-link {
  border-bottom: 1px solid #1b1b1b0d;
  border-left: 5px solid #0000;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  font-weight: 400;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.drop-down-link:hover {
  color: #fefefe;
  background-color: #1b1b1b;
  border-left-color: #ffe135;
  padding-left: 25px;
}

.drop-down-link.last {
  border-bottom-color: #1b1b1b00;
}

.navigatio-bar {
  z-index: 10000;
  background-color: #1b1b1b03;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: none;
  position: fixed;
  inset: 0 0% auto;
  overflow: visible;
}

.dropdown-toggle {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-toggle.nav-link {
  color: var(--white);
  padding-top: 35px;
  padding-bottom: 35px;
}

.dropdown-toggle.nav-link:hover {
  color: var(--secondary);
}

.hero-container {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-intro-text {
  color: var(--secondary);
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}

.banner-text {
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
}

.banner-text.serv {
  font-size: 38px;
  line-height: 44px;
}

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

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

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

.p.ban {
  font-size: 19px;
}

.hero-section {
  background-color: #fff;
  background-image: linear-gradient(0deg, #fff0, #1b1b1bc2), url('../images/New-Ban_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-height: 750px;
  display: flex;
}

.hero-section.small {
  min-height: 100vh;
}

.hero_btn {
  background-color: var(--primary);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 20px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: inline-block;
}

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

.hero_btn.outline-btn {
  background-color: var(--primary);
  color: var(--white);
  border: 1px #ffe135;
  transition: all .2s ease-in-out;
}

.hero_btn.outline-btn:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.hero-card {
  border-bottom: 5px solid var(--secondary);
  border-left: 5px solid var(--secondary);
  background-color: var(--white);
  width: 560px;
  margin-top: 160px;
  margin-left: 5%;
  padding: 25px;
  position: relative;
}

.hero-card.s {
  width: 525px;
}

.hero-card.home {
  width: auto;
  margin-top: 10px;
  padding: 20px;
}

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

.section-info-title {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.section-info-title.light {
  color: var(--white);
}

.section-line {
  background-color: var(--primary);
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.section-line.light {
  background-color: #fefefe;
  background-color: var(--white);
}

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

.container.container-fluid.red {
  background-color: var(--secondary);
  padding: 20px;
}

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

.container.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.section-heading-1-img {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.sm-inner-img {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 10%;
  margin-top: -25px;
  margin-bottom: 0;
  margin-right: -25px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

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

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

.left-section-para-container._0 {
  padding-top: 0;
}

.project-img-title {
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}

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

.left-text-area.paddint-tomp-bottom-40 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 60px;
  display: flex;
  position: relative;
}

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

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

.left-text-area.blue-pad {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
  position: relative;
}

.haeding-1 {
  color: #101b22;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.haeding-1.margin-top-bottom-10 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}

.haeding-1.main {
  color: var(--primary);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
}

.haeding-1._0 {
  color: var(--primary);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
}

.haeding-1._0.t20 {
  margin-top: 20px;
}

.right-double-img {
  width: 48%;
}

.right-double-img.image {
  background-image: url('../images/Banner2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s1-1 {
  background-image: url('../images/Firewood2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s2-1 {
  background-image: url('../images/Kiln1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s4-1 {
  background-image: url('../images/Seasoned1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s3-1 {
  background-image: url('../images/Hardwood1_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s5-1 {
  background-image: url('../images/Delivery1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-double-img.s6-1 {
  background-image: url('../images/Hardwood1_1.webp');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.default-btn {
  color: #101b22;
  background-color: #ffe135;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  color: #fefefe;
  background-color: #101b22;
}

.default-btn.margin-top-40 {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
  margin-top: 40px;
}

.default-btn.margin-top-40:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.default-btn.margin-top-40.hover-white:hover {
  color: #101b22;
  background-color: #fefefe;
}

.default-btn.margin-top-40 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.default-btn.margin-top-40.white {
  background-color: var(--white);
}

.default-btn.margin-top-40.white:hover {
  background-color: var(--secondary);
  color: #1b1b1b;
}

.default-btn.margin-top-40.black {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.default-btn.margin-top-40.black:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--black);
}

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

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

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

.section-heading-2.margin-bottom-20 {
  background-color: var(--primary);
  background-color: var(--third);
  margin-bottom: 20px;
}

.heading-2-img-section {
  background-image: linear-gradient(90deg, #fff0, #0009), url('../images/Banner5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  min-height: 500px;
}

.heading-2-img-section.s1-2 {
  background-image: linear-gradient(90deg, #fff0, #00000073), url('../images/15.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.heading-2-img-section.s2-2 {
  background-image: linear-gradient(90deg, #fff0, #0000004d), url('../images/23.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.heading-2-img-section.s3-2 {
  background-image: linear-gradient(90deg, #fff0, #0000004d), url('../images/Hardwood2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.heading-2-img-section.s4-2 {
  background-image: linear-gradient(90deg, #fff0, #0000004d), url('../images/Seasoned2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.heading-2-img-section.s5-2 {
  background-image: linear-gradient(90deg, #fff0, #0000004d), url('../images/20.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.heading-2-img-section.s6-2 {
  background-image: linear-gradient(90deg, #fff0, #0000004d), url('../images/Process1.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.h2 {
  color: var(--primary);
}

.h2.h2-white {
  color: var(--white);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.h2.h2-white.t20 {
  margin-top: 20px;
}

.h2.h3-red {
  background-color: var(--secondary);
  color: var(--white);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.col-1 {
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.col-1.flex-grid {
  display: none;
}

.bottom-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 45%;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img:hover {
  transform: translate(-10px);
}

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

.bottom-img.img-2:hover {
  transform: translate(10px);
}

.col-2 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  width: 48%;
  display: flex;
}

.right-img-grid {
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.top-img {
  background-image: url('../images/272168413_1272168413.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45%;
}

.top-img.margin-top-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-bottom-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-top-10 {
  background-image: url('../images/27.webp');
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-top-10:hover {
  transform: translate(0, 10px);
}

.top-img.margin-bottom-10 {
  background-image: url('../images/IMG-20250722-WA0010.webp');
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.margin-bottom-10:hover {
  transform: translate(0, -10px);
}

.top-img.s1-3 {
  background-image: url('../images/Fiewood3.webp');
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s1-3:hover {
  transform: translate(0, -10px);
}

.top-img.firewood6 {
  background-image: url('../images/Firewood4.webp');
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.firewood6:hover {
  transform: translate(0, 10px);
}

.top-img.s2-3 {
  background-image: url('../images/Kiln2.webp');
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s2-3:hover {
  transform: translate(0, -10px);
}

.top-img.s2-6 {
  background-image: url('../images/Kil3.webp');
  background-position: 0%;
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s2-6:hover {
  transform: translate(0, 10px);
}

.top-img.s3-3 {
  background-image: url('../images/Hardwood6.webp');
  background-position: 50%;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s3-3:hover {
  transform: translate(0, -10px);
}

.top-img.s3-6 {
  background-image: url('../images/IMG-20250722-WA0008.webp');
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s3-6:hover {
  transform: translate(0, 10px);
}

.top-img.s4-3 {
  background-image: url('../images/Seasoned4.webp');
  border-radius: 4px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s4-3:hover {
  transform: translate(0, -10px);
}

.top-img.s4-6 {
  background-image: url('../images/Seasoned6.webp');
  border-radius: 4px;
  margin-top: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s4-6:hover {
  transform: translate(0, 10px);
}

.top-img.s5-3 {
  background-image: url('../images/Bag1.webp');
  background-position: 50%;
  border-radius: 4px;
  min-height: 150px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.top-img.s5-3:hover {
  transform: translate(0, -10px);
}

.title-as-section {
  color: var(--primary);
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.heading-3-btn {
  background-color: var(--white);
  color: var(--primary);
  text-transform: uppercase;
  padding: 15px 50px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.9;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.heading-3-btn:hover {
  background-color: var(--primary);
  color: #fff;
}

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

.heading-3-right-text {
  background-color: var(--secondary);
  width: 49.5%;
  padding: 40px;
}

.heading-3-top-title {
  align-items: center;
  display: flex;
}

.light-text-line {
  background-color: var(--primary);
  color: var(--black);
  width: 40px;
  height: 2px;
}

.heading-3-wrapper {
  justify-content: space-between;
  display: flex;
}

.h3-cta-text {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-3-section {
  padding-top: 10px;
}

.footer-brand {
  text-decoration: none;
}

.footer-link {
  color: #f0f6f8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

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

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

.footer-link.big {
  letter-spacing: -.5px;
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.footer-col-text-title {
  border-bottom: 2px none var(--white);
  box-shadow: 0 2px 0 0 var(--secondary);
  color: #fff;
  letter-spacing: -1.5px;
  text-transform: capitalize;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.footer-links-block {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.footer-copy-social {
  justify-content: flex-end;
  display: flex;
}

.footer-social-icon {
  border: 1px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

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

.footer-link-texts {
  color: var(--color);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.arrow-up {
  z-index: 999;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 10px auto;
}

.socials {
  z-index: 1000;
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 20px 3%;
}

.social-button {
  background-color: var(--secondary);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

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

.arrow-up-2 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 15px 15px auto;
}

.back-to-top {
  border: 2px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.back-to-top.w--current {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.hyperlink {
  background-color: var(--secondary);
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

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

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

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

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

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

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

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

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60, .contact-info-block.m-bottom-20.address {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 0;
}

.cta-text-contact {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 600;
}

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

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

.cta-link {
  color: var(--white);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.html-embed {
  width: 100%;
  margin-top: 40px;
}

.icon {
  background-color: var(--secondary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.header-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.header-cont-info {
  align-items: center;
  display: flex;
}

.fa-icon {
  background-color: var(--secondary);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  display: flex;
}

.fa-icon.sm {
  color: var(--white);
  border-radius: 80px;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-size: 12px;
}

.header-link-cont {
  color: var(--white);
  font-size: 15px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: var(--primary);
  width: 16px;
  height: 16px;
  line-height: 15px;
}

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

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

.fs-cc-prefs_title {
  color: #021a69;
  letter-spacing: -1px;
  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(--secondary);
  color: var(--secondary);
  font-weight: 600;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

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

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

.image-3 {
  opacity: .76;
  width: 300px;
  margin-left: -10px;
}

.ths02-navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.ths02-dropdown-icon {
  font-size: 12px;
}

.ths02-dropdown-link-label {
  font-weight: 600;
}

.ths02-dropdown-link-label.normal-weight {
  font-weight: 400;
}

.ths02-heading-h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.ths02-nav-link {
  border: 1px none var(--transparent);
  color: var(--white);
  background-color: #08144900;
  border-radius: 0;
  align-items: center;
  margin-right: 5px;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.ths02-nav-link:hover {
  border: 1px none var(--white);
  background-color: var(--primary);
  color: #fcfefe;
}

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

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

.ths02-navigation-block {
  align-items: stretch;
  display: flex;
}

.ths02-navigation-block.a {
  flex-flow: wrap;
}

.ths02-dropdown-list.w--open {
  background-color: #0000;
  flex-direction: column;
  width: 320px;
  margin-top: 45px;
  display: flex;
  transform: translate(38%);
}

.ths02-dropdown-header {
  background-color: #fcfefe;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.ths02-dropwdown-links-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding: 20px;
  display: flex;
}

.ths02-brand {
  color: #fcfefe;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.ths02-droppdown-link-icon-wrapper {
  background-color: #0614471c;
  background-image: url('../images/Banner4.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
}

.ths02-droppdown-link-icon-wrapper._2 {
  background-image: url('../images/Banner1.webp');
}

.ths02-droppdown-link-icon-wrapper._3 {
  background-image: url('../images/sERVICE3-1.webp');
}

.ths02-droppdown-link-icon-wrapper._4 {
  background-image: url('../images/Service4-1.webp');
}

.ths02-droppdown-link-icon-wrapper._5 {
  background-image: url('../images/Banner5.webp');
}

.ths02-menu-bar-small {
  background-color: var(--white);
  width: 18px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.ths02-dropdown-toggle {
  border: 1px none var(--transparent);
  color: var(--white);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: background-color .45s ease-in-out;
  display: flex;
}

.ths02-dropdown-toggle:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: #fcfefe;
}

.ths02-dropdown-left-block {
  display: flex;
}

.ths02-dropdown {
  justify-content: center;
  align-items: stretch;
  margin-right: 10px;
  display: flex;
}

.ths02-menu-bars-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 20px;
  display: flex;
}

.ths02-menu-bar {
  background-color: var(--white);
  width: 28px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
}

.ths02-header {
  z-index: 9998;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.ths02-dropdown-link-arrow {
  width: 15px;
  margin-left: 30px;
}

.ths02-dropdown-link {
  color: #292a2a;
  background-color: #3547400d;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.ths02-dropdown-link:hover {
  background-color: #35474014;
}

.ths02-dropdown-links {
  background-color: #fcfefe;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: space-between;
  display: flex;
}

.image-4 {
  width: 120px;
}

.ths02-side-navigation {
  z-index: 999999;
  background-color: var(--primary);
  width: 100%;
  max-width: 650px;
  height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% 100%;
  overflow: hidden;
}

.ths02-side-nav-link {
  color: var(--white);
  letter-spacing: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.ths02-side-nav-link:hover {
  color: var(--secondary);
}

.ths02-side-nav-link.small {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: color .2s;
}

.ths02-side-nav-link.small:hover {
  color: var(--secondary);
}

.ths02-side-nav-links-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.ths02-dots-image {
  z-index: 0;
  opacity: .25;
  width: 200px;
  position: absolute;
  inset: auto 120px 52px auto;
}

.ths02-dots-image.light {
  filter: brightness(1200%);
}

.ths02-side-nav-social-links-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ths02-side-nav-close {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.ths02-close-icon {
  filter: brightness(1200%);
  width: 16px;
  margin-left: 8px;
}

.ths02-side-nav-links-block {
  flex-direction: column;
  display: flex;
}

.ths02-side-nav-social-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  transition: all .2s;
}

.ths02-side-nav-social-link:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.ths02-side-nav-links-divider {
  background-color: #292a2a33;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ths02-side-nav-bg-circle {
  border: 50px solid #1f332c0d;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto -90px -90px auto;
}

.ths02-side-nav-bg-circle.top-left {
  inset: -70px auto auto -80px;
}

.ths02-side-nav-bg-circle.box2 {
  z-index: 0;
  position: absolute;
  inset: -120px auto auto -120px;
}

.ths02-side-nav-bg-circle.box1 {
  z-index: 0;
  position: absolute;
  bottom: -120px;
  right: -120px;
}

.ths02-side-nav-bg-circle.light {
  border-color: #ffffff0d;
}

.ths02-side-nav-bg-circle.left-light {
  border-color: #ffffff0d;
  inset: -70px auto auto -80px;
}

.ths02-side-nav-header {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  display: flex;
  position: relative;
}

.ths02-cta-button-wrapper {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.ths02-cta-button-wrapper._10 {
  margin-top: 20px;
}

.ths02-cta-button-wrapper.h3-mid {
  justify-content: center;
  margin-top: 30px;
}

.ths02-cta-button {
  z-index: 991;
  background-color: var(--primary);
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--white);
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
  position: relative;
}

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

.ths02-cta-button.style-2 {
  opacity: .85;
  filter: invert();
  color: #fcfefe;
  background-color: #0000;
  justify-content: flex-start;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in;
}

.ths02-cta-button.style-2:hover {
  box-shadow: none;
  opacity: 1;
}

.ths02-cta-button.white {
  opacity: .75;
  color: var(--white);
  background-color: #0000;
  justify-content: flex-start;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s ease-in;
}

.ths02-cta-button.white:hover {
  box-shadow: none;
  opacity: 1;
}

.ths02-cta-button.red {
  background-color: var(--secondary);
  transition: all .3s ease-in-out;
}

.ths02-cta-button.red:hover {
  background-color: var(--white);
  color: var(--secondary);
}

.ths02-cta-button.style-2-copy {
  z-index: 5;
  opacity: .85;
  filter: invert();
  color: #fcfefe;
  background-color: #0000;
  justify-content: flex-start;
  height: auto;
  margin-right: 20px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in;
  position: relative;
}

.ths02-cta-button.style-2-copy:hover {
  box-shadow: none;
  opacity: 1;
}

.ths02-cta-button.top {
  margin-top: 10px;
}

.ths02-cta-button.head {
  height: auto;
  margin-top: 0;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 25px;
}

.ths02-scroll-icon-wrapper {
  border: 1px solid #fcfefe;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
}

.ths02-scroll-icon {
  width: 12px;
  padding-left: 2px;
}

.ths02-scroll-icon.axe {
  width: 27px;
}

.ths02-scroll-icon.mon, .ths02-scroll-icon.mon-copy {
  width: 17px;
}

.video {
  height: 400px;
}

.contact-wrapper {
  background-color: var(--primary);
  background-image: linear-gradient(#1314161a, #1314161a), radial-gradient(circle, #1d1c2094, #fff0), url('../images/Firewood8_1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.contact-text {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-contact {
  color: #f6f1ea;
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-style: italic;
  font-weight: 600;
  line-height: 62px;
}

.image-5 {
  width: 165px;
}

.h3-text {
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  max-width: 60%;
  margin-top: 30px;
  font-size: 22px;
  line-height: 34px;
}

.scroll-item {
  flex: none;
  align-items: flex-end;
  width: 40%;
  padding-right: 40px;
  display: flex;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.image-6 {
  flex: none;
  width: 55px;
  margin-right: 5px;
}

.image-6._2 {
  width: 48px;
  position: absolute;
  inset: 5px 63px auto auto;
}

.image-7 {
  flex: none;
  width: 55px;
}

.image-7._2 {
  width: 48px;
  position: absolute;
  inset: 5px 5px auto auto;
}

.impact_content-heading {
  max-width: 62.8125rem;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h4.text-weight-semibold {
  color: var(--secondary);
  letter-spacing: -1px;
  font-size: 2.2rem;
  font-weight: 700;
}

.impact_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-size-medium {
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.3;
}

.text-size-medium.text-weight-medium.text-color-grey {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.impact_stats-item {
  border-left: 1px solid var(--black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  min-height: 7rem;
  padding-left: 1.5rem;
  display: flex;
}

.impact_stats {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.impact_component {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  width: 100%;
  display: flex;
}

.gallery-section {
  flex-flow: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.gallery_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.container-main {
  z-index: 2;
  border-radius: 0;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  position: relative;
}

.container-main._100vh {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  max-width: none;
  padding: 60px;
  display: flex;
}

.gallery_item {
  color: #222c23;
  background-color: #f0e6ca;
  height: 30rem;
  transition: padding-bottom .35s, padding-left .35s, padding-right .35s, padding-top .35s;
}

.gallery_item:hover {
  background-color: #222c23;
  padding: 1rem;
}

.gallery_item.gallery-color_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2rem;
  display: flex;
}

.gallery_item.pop-up_trigger {
  background-color: var(--white);
}

.gallery_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  line-height: 27px;
}

.scroll-text {
  color: var(--primary);
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.gsap-embed {
  display: none;
}

.text-color-darkgrey {
  color: var(--black);
  font-size: 16px;
  line-height: 26px;
}

.faq_content {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

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

.faq_gap {
  height: .75rem;
}

.section_faq {
  background-color: #f2f5f8;
}

.faq_button {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.faq_question-wrapper {
  max-width: 43.75rem;
}

.padding-section-large {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

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

.faq_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  display: flex;
}

.faq_question {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_answer {
  max-width: 43.75rem;
  overflow: hidden;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  transform: rotate(180deg);
}

.faq_heading {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 31.25rem;
  display: flex;
}

.text-size-large {
  letter-spacing: -.02em;
  font-size: 1.25rem;
  line-height: 1.3;
}

.text-size-large.text-weight-medium {
  color: var(--secondary);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

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

.faq_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 52rem;
  display: flex;
}

.heading-3 {
  color: var(--primary);
  letter-spacing: -1px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cs-card-category {
  color: #fffc;
  text-align: center;
  max-width: 400px;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
}

.scroll-container {
  z-index: 1;
  flex: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.scroll-section-header {
  color: var(--primary);
  letter-spacing: -1.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.scroll-text-message {
  z-index: 50;
  opacity: 1;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .65rem;
  font-weight: 700;
  display: flex;
}

.project-ttitle {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.project-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ths02-cta-button-2 {
  color: #fff;
  text-transform: capitalize;
  background-color: #081449;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.ths02-cta-button-2:hover {
  background-color: #d00811;
}

.ths02-cta-button-2.style-2 {
  opacity: .85;
  filter: invert();
  color: #fcfefe;
  background-color: #0000;
  justify-content: flex-start;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in;
}

.ths02-cta-button-2.style-2:hover {
  box-shadow: none;
  opacity: 1;
}

.project-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30rem;
  transition: transform .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-card:hover {
  transform: skew(-2deg);
}

.cards-wrap {
  margin-top: 30px;
  overflow: hidden;
}

.sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-header-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.scroll-list {
  display: flex;
}

.project-overlay {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(to top, #1f1f1f, #00000026 61%);
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-studies-section {
  height: 400vh;
  padding-top: 0;
}

.cs-photo {
  z-index: 1;
  filter: brightness(75%) grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ths02-cta-button-wrapper-2 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-heading-1-img-2 {
  background-color: #fefefe;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading-1-img-2._0 {
  padding-top: 0;
}

.h2-2 {
  color: var(--primary);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.h2-2.middle {
  text-align: center;
}

.h2-2.low {
  margin-bottom: 20px;
}

.bottom-img-2 {
  background-image: url('../images/Firewood8_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 45%;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #101b229c;
}

.bottom-img-2:hover {
  transform: translate(-10px);
}

.bottom-img-2.img-2 {
  background-image: url('../images/Firewood10_1.webp');
}

.bottom-img-2.img-2:hover {
  transform: translate(10px);
}

.bottom-img-2.s1-5 {
  background-image: url('../images/Firewood6.webp');
  background-position: 50% 100%;
}

.bottom-img-2.s1-5:hover {
  transform: translate(10px);
}

.bottom-img-2.s1-4 {
  background-image: url('../images/27.webp');
  background-position: 50% 100%;
}

.bottom-img-2.s2-4 {
  background-image: url('../images/Kiln6.webp');
}

.bottom-img-2.s2-4:hover {
  transform: translate(10px);
}

.bottom-img-2.s2-5 {
  background-image: url('../images/22.webp');
}

.bottom-img-2.s3-4 {
  background-image: url('../images/Hardwood3.webp');
}

.bottom-img-2.s3-4:hover {
  transform: translate(10px);
}

.bottom-img-2.s3-5 {
  background-image: url('../images/4.webp');
}

.bottom-img-2.s4-4 {
  background-image: url('../images/Seasoned3.webp');
}

.bottom-img-2.s4-4:hover {
  transform: translate(10px);
}

.bottom-img-2.s4-5 {
  background-image: url('../images/Seasoned5.webp');
}

.bottom-img-2.s5-2 {
  background-image: url('../images/Bag3.webp');
  height: 100%;
}

.bottom-img-2.s5-2:hover {
  transform: translate(10px);
}

.bottom-img-2.s5-5 {
  background-image: url('../images/Bag2.webp');
  min-height: 200px;
}

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

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

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

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

.h3-list {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  display: flex;
}

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

.list-item {
  align-items: center;
  display: flex;
}

.image-8 {
  border-radius: 35px;
  flex: none;
  width: 35px;
  height: 33px;
  margin-right: 10px;
}

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

.cta-link-3 {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

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

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

.h2-title {
  color: var(--primary);
  letter-spacing: -1.5px;
  text-transform: none;
  margin: 0 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.contact-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.left-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 45%;
  display: grid;
}

.left-contact.right {
  background-color: #fff;
  border-radius: 6px;
  width: 50%;
  padding: 15px;
  display: flex;
  box-shadow: 0 0 20px #21212117;
}

.cta-text-contact-3 {
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

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

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

.icon-3 {
  background-color: var(--primary);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.light-text-line-2 {
  background-color: var(--secondary);
  width: 40px;
  height: 2px;
}

.section-heading-1-with-image {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading-1-with-image._60, .section-heading-1-with-image.red {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.h3-small {
  color: var(--secondary);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.h3-small.grey {
  color: var(--primary);
}

.heading-span {
  font-size: 1.4rem;
}

.plan-price {
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
}

.plan-duration {
  color: #0009;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.plan-price-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.pricing-row {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.plan-name {
  color: var(--gold);
  letter-spacing: -1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.plan-name.green {
  color: var(--green);
}

.plan-name.amber {
  color: var(--amber);
}

.plan-name.red {
  color: var(--red);
}

.pricing-table-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1000px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px auto 60px;
  display: grid;
}

.pricing-table-container._0 {
  margin-top: 0;
}

.pricing-button {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  transform: translate(0);
  box-shadow: 0 20px 35px -10px #506a7980;
}

.pricing-button:hover {
  transform: translate3d(0, 0, 20px);
}

.pricing-button.green {
  background-color: var(--green);
}

.pricing-button.amber {
  background-color: var(--amber);
}

.pricing-button.red {
  background-color: var(--red);
}

.pricing-plan {
  z-index: 1;
  perspective: 1000px;
  perspective-origin: 50%;
  background-color: #fff;
  border-width: 1px;
  border-color: #dddeeb;
  border-radius: 9px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 400px;
  padding: 35px 51px 40px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 100px -25px #506a7959;
}

.pricing-plan.advanced {
  box-shadow: 0 50px 100px -25px #506a7959;
}

.feature-wrap {
  margin-bottom: 0;
  padding-top: 0;
  line-height: 24px;
}

.feature {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.location-gold {
  color: var(--gold);
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
}

.location-green {
  color: var(--green);
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
}

.location-amber {
  color: var(--amber);
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
}

.location-red {
  color: var(--red);
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
}

.price-block-text {
  margin-bottom: 25px;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.75;
}

.text-block-2 {
  letter-spacing: -.5px;
}

.area-map {
  filter: grayscale(65%);
  margin-top: 30px;
}

.site-link {
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
  transition: color .35s ease-in-out;
}

.site-link:hover {
  color: var(--secondary);
}

.mag {
  margin-right: 12px;
  font-family: "Fa 300", sans-serif;
  font-size: 28px;
}

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

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

.delivery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.delivery-image {
  width: 100%;
  transform: translate(0);
}

.sister-site-block {
  background-color: var(--primary);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 26px;
  text-decoration: none;
  transition: background-color .5s ease-in-out;
  display: flex;
}

.sister-site-block:hover {
  background-color: var(--secondary);
}

.text-block-3 {
  color: var(--white);
  letter-spacing: -1px;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.ljn-tree {
  width: 75px;
}

.onload {
  z-index: 999999;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.spin-lottie {
  width: 70%;
  margin-top: 10px;
}

.pop-up-modal {
  z-index: 999999;
  background-color: #2a2a2da6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 450px;
  height: auto;
  padding: 100px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px 5px #00000040;
}

.pop-up-icon {
  background-color: var(--color);
  background-image: none;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: absolute;
  inset: -13% 0% auto;
}

.exit-button {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 10px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.pop-up-heading {
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.primary-button {
  background-color: var(--primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .35s ease-in-out;
}

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

.paragraph-2 {
  font-size: 16px;
  line-height: 26px;
}

.pencil-banner {
  z-index: 2;
  background-color: var(--primary);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: block;
  position: sticky;
  inset: auto 0% 0%;
}

.pencil-banner_contents {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand_wrap {
  color: var(--white);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 32px;
  display: grid;
}

.text {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 32px;
}

.cta_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button_icon {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: auto;
  display: flex;
  transform: rotate(0);
}

.pencil-banner_highlight {
  z-index: 1;
  background-color: var(--secondary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bulk-bag {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.left-side {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

._1 {
  background-image: url('../images/Bulk-bags-4.webp');
  background-position: 37% 73%;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/Bulk-bags-6.webp');
  background-position: 50%;
  background-size: cover;
}

.slide2._3 {
  background-image: url('../images/Bulk-bags-3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide2._4 {
  background-image: url('../images/Bulk-bags-5.webp');
}

.slider {
  height: 50vh;
}

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

.text-span {
  letter-spacing: -1px;
  font-size: 30px;
  line-height: 38px;
}

.bold-text {
  font-size: 24px;
  line-height: 32px;
}

.sister-site {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 8px 10px;
  display: flex;
}

.sister-title {
  color: var(--primary);
  text-align: center;
  letter-spacing: -.6px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-4 {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 16px;
}

.top-wrap {
  margin-top: 5px;
  margin-bottom: 10px;
}

.image-10 {
  width: 45px;
}

.image-11 {
  object-fit: cover;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

.live-icon {
  background-color: var(--green);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

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

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

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

.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: 0 2px 5px #0003;
}

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

.chat-section {
  background-color: var(--primary);
  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: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

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

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

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

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

.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: 50px;
  height: 50px;
  margin-right: 10px;
}

.text-block-5 {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .nav-link {
    background-color: var(--white);
  }

  .nav-link.contact-nav.call-btn {
    background-color: var(--secondary);
    color: var(--primary);
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .drop-downmenu {
    width: 100%;
  }

  .nav-container {
    border-radius: 0;
    max-width: 1300px;
  }

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

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

  .navbar {
    border-radius: 0;
    width: 100%;
  }

  .drop-down-link {
    text-transform: uppercase;
  }

  .navigatio-bar, .dropdown-toggle.nav-link {
    width: 100%;
  }

  .dropdown-toggle.nav-link:hover {
    color: var(--secondary);
  }

  .banner-text {
    font-size: 2rem;
  }

  .banner-text.serv {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-card {
    width: 600px;
    margin-top: 40px;
    margin-right: auto;
  }

  .hero-card.home {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container.container-fluid {
    width: 90%;
  }

  .container.display-flex.container-1600px.copy-flex {
    text-align: center;
    flex-direction: column;
  }

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

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

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

  .left-text-area.paddint-tomp-bottom-40.bg-white {
    background-color: #0000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .left-text-area.blue-pad {
    background-color: var(--primary);
    width: 100%;
    padding: 30px;
  }

  .right-double-img.image, .right-double-img.s1-1, .right-double-img.s2-1, .right-double-img.s4-1, .right-double-img.s3-1, .right-double-img.s5-1, .right-double-img.s6-1 {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }

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

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

  .right-img-grid {
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .left-image {
    width: 100%;
    margin-top: 10px;
  }

  .heading-3-right-text {
    width: 100%;
    margin-bottom: 30px;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

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

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

  .footer-section {
    margin-top: 0;
  }

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

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

  .heading-2-img-section-3.no-img.grid-edit {
    width: 100%;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed {
    margin-top: 40px;
  }

  .ths02-nav-link, .ths02-dropdown {
    display: none;
  }

  .image-4 {
    width: 125px;
  }

  .ths02-cta-button-wrapper {
    justify-content: center;
    margin-top: 0;
  }

  .ths02-cta-button-wrapper._10 {
    justify-content: flex-start;
  }

  .ths02-cta-button.head {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    line-height: 17px;
  }

  .contact-wrapper {
    height: 50vh;
  }

  .heading-contact {
    text-align: center;
    font-size: 48px;
    line-height: 55px;
  }

  .h3-text {
    max-width: 80%;
    font-size: 20px;
    line-height: 30px;
  }

  .scroll-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .text-size-medium.text-weight-medium.text-color-grey {
    font-size: 13px;
  }

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

  .impact_stats-item {
    width: 100%;
  }

  .impact_stats {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .impact_component {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .gallery_layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .container-main._100vh {
    padding: 40px;
  }

  .gallery_item {
    width: 50%;
    height: auto;
    min-height: auto;
    max-height: 30vh;
  }

  .gallery_item.gallery-color_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
    width: 100%;
    max-height: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .gallery_item.pop-up_trigger {
    width: 100%;
  }

  .gallery_item.pop-up_trigger:hover {
    padding: 0;
  }

  .heading-2 {
    font-size: 26px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 14px;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .faq_component {
    flex-flow: column;
  }

  .faq_question {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq_answer {
    max-width: 90%;
  }

  .text-size-large.text-weight-medium {
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-3 {
    margin-bottom: 0;
  }

  .button-wrapper {
    margin-top: .7rem;
  }

  .cs-card-category {
    color: var(--white);
    margin-top: 10px;
    font-size: 12px;
  }

  .scroll-section-header {
    font-size: 38px;
    line-height: 1.1;
  }

  .scroll-text-message {
    display: none;
  }

  .project-ttitle {
    margin-bottom: 1px;
    font-size: 22px;
  }

  .project-content {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .project-card:hover {
    transform: none;
  }

  .sticky {
    width: auto;
    height: auto;
    padding: 40px 5%;
    position: relative;
    overflow: visible;
  }

  .scroll-list {
    flex-wrap: wrap;
  }

  .project-overlay {
    background-image: linear-gradient(#fff0, #0000004d);
  }

  .case-studies-section {
    height: auto;
  }

  .section-heading-1-img-2 {
    padding-bottom: 40px;
  }

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

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .container-4 {
    width: 90%;
  }

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

  .left-contact {
    width: 100%;
  }

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

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

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

  .section-heading-1-with-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .pricing-row {
    display: flex;
  }

  .plan-name {
    margin-bottom: 20px;
  }

  .pricing-table-container {
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
  }

  .pricing-plan {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    min-height: auto;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .feature-wrap {
    padding-top: 0;
  }

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

  .spin-lottie {
    width: 60%;
  }

  .brand_wrap {
    flex-flow: column;
    display: flex;
  }

  .text, .button_icon {
    font-size: 14px;
  }

  .pencil-banner_highlight {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .sister-title {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-4 {
    font-size: 11px;
    line-height: 13px;
  }

  .image-10 {
    width: 38px;
  }
}

@media screen and (max-width: 767px) {
  .navigatio-bar {
    position: static;
  }

  .banner-text {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .banner-text.serv {
    font-size: 30px;
    line-height: 36px;
  }

  .p {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-card {
    width: 100%;
    margin: 60px auto;
  }

  .hero-card.s {
    margin-bottom: 0;
  }

  .hero-card.home {
    margin-top: 220px;
    margin-bottom: 0;
  }

  .hero-content {
    padding-bottom: 40px;
  }

  .section-heading-1-img {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .sm-inner-img {
    width: auto;
    margin-top: -10px;
    margin-right: -10px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .left-text-area.blue-pad {
    padding: 30px;
  }

  .right-double-img.image, .right-double-img.s1-1, .right-double-img.s2-1, .right-double-img.s4-1, .right-double-img.s3-1, .right-double-img.s5-1, .right-double-img.s6-1 {
    height: 300px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .default-btn.margin-top-40 {
    text-align: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

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

  .left-image {
    width: 100%;
    margin-top: 0;
  }

  .heading-3-right-text {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

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

  .f-col {
    border-bottom: 1px solid #f0f6f81f;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .f-col.no-padding {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-links-block {
    padding-top: 10px;
  }

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

  .footer-link-texts {
    text-align: left;
  }

  .header-contact {
    display: none;
  }

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

  .ths02-side-nav-link {
    font-size: 22px;
  }

  .ths02-side-nav-link.small {
    font-size: 12px;
  }

  .ths02-cta-button-wrapper {
    justify-content: flex-start;
  }

  .ths02-cta-button.style-2-copy {
    margin-top: 0;
    margin-right: 0;
  }

  .ths02-scroll-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .ths02-scroll-icon {
    width: 15px;
  }

  .video {
    height: auto;
  }

  .scroll-item {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium, .text-size-medium.text-weight-medium {
    font-size: 1.125rem;
  }

  .text-size-medium.text-weight-medium.text-color-grey {
    font-size: 12px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .impact_stats-item {
    min-height: 7rem;
  }

  .impact_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .container-main._100vh {
    padding: 20px;
  }

  .gallery_item {
    width: 100%;
  }

  .gallery_item.gallery-color_block {
    padding: 1.5rem 1rem;
  }

  .scroll-text {
    font-size: 36px;
    line-height: 44px;
  }

  .faq_content {
    border-radius: .5rem;
    padding: 1.25rem;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .container-large-2 {
    width: 90%;
    max-width: 1400px;
  }

  .scroll-text-message {
    display: none;
  }

  .project-card {
    margin-bottom: 10px;
    margin-right: 9px;
  }

  .scroll-list {
    flex-flow: column;
  }

  .cs-photo {
    filter: brightness(75%);
  }

  .section-heading-1-img-2 {
    padding-top: 60px;
  }

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

  .h3-list {
    text-transform: none;
    font-size: 16px;
  }

  .cta-link-3 {
    font-size: 16px;
  }

  .h2-title {
    font-size: 34px;
  }

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

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

  .section-heading-1-with-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .pricing-row {
    padding-left: 0%;
  }

  .plan-name {
    font-size: 26px;
  }

  .pricing-table-container {
    padding-top: 0;
  }

  .pricing-button {
    z-index: 2;
    position: relative;
  }

  .pricing-plan {
    padding-left: 10%;
    padding-right: 10%;
  }

  .price-block-text {
    line-height: 1.6;
  }

  .text-block-3 {
    font-size: 28px;
    line-height: 36px;
  }

  .spin-lottie {
    width: 80%;
  }

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

  .pencil-banner_contents {
    flex-flow: row;
    align-items: flex-start;
  }

  .text {
    font-size: 13px;
    line-height: 24px;
  }

  .whatsapp-chat {
    display: none;
  }

  .whatsapp-block {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.contact-nav.call-btn {
    display: none;
  }

  .hero-container {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-intro-text {
    font-size: 1.5rem;
  }

  .banner-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .banner-text.serv {
    font-size: 23px;
  }

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

  .p.light {
    font-size: 15px;
  }

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

  .hero-section.small {
    height: 600px;
    min-height: auto;
  }

  .hero_btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .hero_btn.outline-btn {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .hero-card {
    width: 90%;
    margin: 60px auto 0;
    padding: 20px;
  }

  .hero-card.s {
    width: 100%;
    margin-top: auto;
  }

  .hero-card.home {
    margin-top: 360px;
  }

  .hero-content {
    align-items: center;
    padding-bottom: 20px;
  }

  .hero-content.svs {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-heading-1-img {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .sm-inner-img {
    width: auto;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-section-para-container.padding-top-20, .left-section-para-container._0 {
    padding-top: 0;
  }

  .project-img-title {
    font-size: 1rem;
  }

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

  .haeding-1.margin-top-bottom-10 {
    color: #16252e;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 22px;
  }

  .haeding-1.main {
    color: #16252e;
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  .haeding-1._0 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.1;
  }

  .right-double-img.image, .right-double-img.s1-1, .right-double-img.s2-1, .right-double-img.s4-1, .right-double-img.s3-1, .right-double-img.s5-1, .right-double-img.s6-1 {
    height: 300px;
    margin-top: 0;
    margin-bottom: 40px;
  }

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

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

  .h2.h2-white {
    text-transform: none;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .h2.h3-red {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
  }

  .col-1 {
    width: 100%;
    min-height: 300px;
    display: none;
  }

  .col-1.flex-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: 480px;
    margin-bottom: 40px;
    display: grid;
  }

  .bottom-img {
    height: 100%;
  }

  .col-2 {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .right-img-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    display: grid;
  }

  .top-img.margin-top-10, .top-img.margin-bottom-10, .top-img.margin-top-10, .top-img.margin-bottom-10, .top-img.s1-3, .top-img.firewood6, .top-img.s2-3, .top-img.s2-6, .top-img.s3-3, .top-img.s3-6, .top-img.s4-3, .top-img.s4-6, .top-img.s5-3 {
    height: 100%;
  }

  .heading-3-btn {
    text-align: center;
    width: 100%;
  }

  .heading-3-right-text {
    padding: 20px;
  }

  .h3-cta-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

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

  .footer-copy-section {
    padding-bottom: 80px;
  }

  .socials {
    bottom: 10px;
    right: 5%;
  }

  .arrow-up-2 {
    display: none;
    bottom: 10px;
    right: 5%;
  }

  .hyperlink {
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 600;
  }

  .section-info-wrapper-2 {
    margin-bottom: 20px;
  }

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

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

  .title-container-3 {
    margin-bottom: 20px;
  }

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

  .contact-info-block.m-bottom-20.m-top-60 {
    margin-bottom: 0;
  }

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60, .contact-info-block.m-bottom-20.address {
    margin-top: 20px;
  }

  .icon-block {
    margin-right: 10px;
  }

  .cta-link {
    font-size: 1em;
  }

  .html-embed {
    margin-top: 0;
  }

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

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

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

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

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

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

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

  .image-3 {
    width: 400px;
  }

  .ths02-navigation-wrapper {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .ths02-navigation-block {
    flex-flow: column;
    align-items: center;
    padding-top: 10px;
  }

  .ths02-navigation-block.left {
    width: 100%;
  }

  .ths02-brand {
    margin-right: 0;
  }

  .ths02-dropdown {
    display: none;
  }

  .ths02-menu-bars-wrapper {
    align-items: center;
    margin-left: 0;
  }

  .ths02-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    width: 100px;
  }

  .ths02-side-navigation {
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    left: 100%;
  }

  .ths02-side-nav-link.small {
    display: none;
  }

  .ths02-side-nav-links-wrapper {
    flex-flow: column;
  }

  .ths02-side-nav-bg-circle.box2 {
    display: none;
  }

  .ths02-side-nav-bg-circle.box1 {
    overflow: hidden;
  }

  .ths02-cta-button-wrapper {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .ths02-cta-button {
    z-index: 0;
  }

  .ths02-cta-button.style-2, .ths02-cta-button.white {
    display: none;
  }

  .ths02-cta-button.red {
    z-index: 0;
    position: relative;
  }

  .ths02-cta-button.hide-mobile {
    display: none;
  }

  .ths02-cta-button.style-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ths02-scroll-icon-wrapper {
    width: 45px;
    height: 45px;
    margin-top: 0;
    margin-right: 0;
  }

  .ths02-scroll-icon {
    width: 17px;
  }

  .video {
    display: block;
  }

  .contact-wrapper {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-contact {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
  }

  .h3-text {
    max-width: 90%;
    font-size: 17px;
  }

  .scroll-item {
    width: 100%;
  }

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

  .image-6._2, .image-7._2 {
    position: static;
  }

  .heading-style-h4.text-weight-semibold {
    margin-bottom: 5px;
  }

  .impact_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-size-medium.text-weight-medium.text-color-grey {
    font-size: 16px;
  }

  .impact_stats-item {
    border-bottom: 1px solid #d5dee7;
    border-left-width: 0;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

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

  .impact_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .scroll-text {
    font-size: 27px;
    line-height: 34px;
  }

  .padding-section-large {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .faq_question {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-wrapper {
    justify-content: flex-start;
  }

  .ths02-cta-button-2.style-2 {
    display: none;
  }

  .project-card {
    height: 20rem;
    margin-bottom: 19px;
  }

  .section-header-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .6rem;
  }

  .section-heading-1-img-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .h2-2.middle {
    font-size: 28px;
    line-height: 32px;
  }

  .bottom-img-2 {
    height: 100%;
  }

  .bottom-img-2.s5-2 {
    max-height: 300px;
  }

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

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

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

  .h3-list {
    font-size: 15px;
  }

  .image-8 {
    flex: none;
  }

  .cta-link-3 {
    font-size: 14px;
  }

  .h2-title {
    margin-left: 0;
  }

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

  .cta-text-contact-3, .h2-div {
    margin-bottom: 0;
  }

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

  .light-text-line-2 {
    margin-right: 5px;
    display: none;
  }

  .section-heading-1-with-image._60, .section-heading-1-with-image.red {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-span {
    font-size: 1.2rem;
  }

  .plan-price-wrapper {
    margin-left: 0%;
  }

  .pricing-row {
    flex-direction: column;
  }

  .pricing-table-container {
    grid-template-columns: 1fr;
  }

  .pricing-button {
    margin-right: 5%;
  }

  .pricing-plan {
    padding-right: 5%;
  }

  .price-block-text {
    font-size: 15px;
    line-height: 1.6;
  }

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

  .sister-site-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-block-3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .spin-lottie {
    width: 95%;
  }

  .pop-up {
    width: 96%;
    padding: 10px;
  }

  .pop-up-icon {
    display: none;
  }

  .exit-button {
    width: 20px;
    height: 20px;
    padding: 3px;
    top: 1%;
    right: 1%;
  }

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

  .pencil-banner {
    position: relative;
  }

  .pencil-banner_contents {
    flex-flow: column;
  }

  .text {
    font-size: 16px;
  }

  .sister-site {
    width: auto;
  }

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

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

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

#w-node-_271486d5-c83f-aaef-a1fd-b2da289c15d8-a51e5e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4773eb1-a664-6d6d-9b55-c2d3fd063170-a51e5e65 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2abccde4-f1d1-4783-1fc6-71afab05237b-a51e5e65, #w-node-_775ff06c-4faf-e583-a9da-36bc26177dba-a51e5e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bad5c98e-7094-70dc-fbca-f7896a14b4dc-a51e5e65 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3937239-5471-b502-f694-77f02d4924fa-a51e5e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6284f58-80fc-5515-d252-8387688ca864-688ca860 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6284f58-80fc-5515-d252-8387688ca867-688ca860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6284f58-80fc-5515-d252-8387688ca870-688ca860, #w-node-f6284f58-80fc-5515-d252-8387688ca879-688ca860, #w-node-f6284f58-80fc-5515-d252-8387688ca882-688ca860, #w-node-f6284f58-80fc-5515-d252-8387688ca88b-688ca860 {
  align-self: center;
}

#w-node-_49060b5f-904e-2221-4c3d-94d0c914e82d-c914e82a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49060b5f-904e-2221-4c3d-94d0c914e833-c914e82a {
  grid-area: 1 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-d4773eb1-a664-6d6d-9b55-c2d3fd063170-a51e5e65, #w-node-_2abccde4-f1d1-4783-1fc6-71afab05237b-a51e5e65, #w-node-eb0eb914-d6c8-2d2d-fb39-7f8a2a6e545a-a51e5e65, #w-node-_775ff06c-4faf-e583-a9da-36bc26177dba-a51e5e65, #w-node-bad5c98e-7094-70dc-fbca-f7896a14b4dc-a51e5e65, #w-node-d3937239-5471-b502-f694-77f02d4924fa-a51e5e65 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e0ef213-cc98-5ecf-8a1b-05c4d61c505f-a51e5e65, #w-node-_271486d5-c83f-aaef-a1fd-b2da289c15d8-a51e5e65 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56df03b4-c8df-9ebe-fff9-cf67b7c5597b-a51e5e65 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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