@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-MediumItalic.ttf') format("truetype"), url('../fonts/Lora-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('../fonts/Lora-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --dim-grey: #574437;
  --regular-text: #7a7a7a;
  --headings: #121212;
  --main: #f36b21;
  --light-blue: #f7f9fa;
  --border-color: #e6ebed;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: visible;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #121212;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  overflow: visible;
}

h3 {
  color: #121212;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  color: #121212;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  color: #121212;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: #121212;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #7a7a7a;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

a {
  color: #f36b21;
  font-family: Source Sans Pro, sans-serif;
  text-decoration: none;
  transition: color .4s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Source Sans Pro, sans-serif;
}

blockquote {
  color: #121212;
  background-color: #f7f9fa;
  border-left: 1px #000;
  margin-bottom: 10px;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.hero-slider {
  height: 720px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.hero-slider.fullsize {
  height: auto;
}

.hero-img {
  height: 1080px;
}

.main-nav {
  opacity: 1;
  background-color: #0000;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-nav.style-2 {
  background-color: #fff6;
  position: relative;
}

.hero-heading {
  color: #fffdee;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Italiana, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: relative;
  top: 0%;
  left: 0;
  right: 0;
  transform: translate(0);
}

.hero-heading.size-95 {
  margin-bottom: 48px;
  font-size: 95px;
}

.hero-heading.size-95.alt-font {
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
}

.hero-heading.size-95.alt-font.style-2 {
  margin-bottom: 24px;
}

.hero-heading.size-95.alt-font.style-2.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-heading.size-95.alt-font.mb-20 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  inset: auto;
}

.section.bg-light {
  background-color: #f7f9fa;
}

.section.bg-light.pt-0 {
  padding-top: 0;
}

.section.bg-light.pattern {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
}

.section.services-img {
  background-image: url('../images/services_bg_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.services-img.text-center {
  text-align: center;
}

.section.services-img.text-center.nopadding {
  background-image: url('../images/services_bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.services-img.text-center.nopadding._3-column {
  background-image: url('../images/hands-washing-with-soap-bar_resized.jpg'), url('../images/services_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.section.pt-0 {
  padding-top: 0;
}

.section.bg-dark {
  background-color: #171919;
}

.section.bg-dark.pt-140 {
  padding-top: 140px;
}

.section.bg-dark.pt-90 {
  padding-top: 90px;
}

.section.testimonials {
  background-color: #eee7d9;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.section.testimonials.hide {
  display: none;
}

.section.contact {
  background-color: #9d897b80;
  background-image: none;
  background-position: 0 0;
  display: none;
}

.section.video-section {
  background-image: url('../images/video_section_bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section.results-wrap {
  background-image: url('../images/results_bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.section.page-title {
  background-image: url('../images/about_title.jpg');
  background-position: 50%;
  background-size: cover;
  height: 340px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.page-title.services-bg {
  background-image: url('../images/services_title_bg.jpg');
  background-size: auto;
}

.section.page-title.contact-bg {
  background-image: url('../images/contact_title_bg.jpg');
  background-position: 50%;
  background-size: auto;
}

.section.page-title.hero-blog {
  background-image: none;
  height: 540px;
}

.section.page-title.blog-bg {
  background-image: url('../images/blog_title_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.page-title.typography-bg {
  background-color: #0000;
  background-image: url('../images/contact_title_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section._3-easy-steps {
  display: none;
}

.section.kol {
  background-color: #fffef9;
}

.section.kol.hide {
  display: none;
}

.section.dealer {
  background-color: #9d897b80;
  background-image: none;
  background-position: 0 0;
}

.container {
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: block;
  position: relative;
  inset: auto;
  overflow: visible;
}

.container.text-title {
  height: 100%;
}

.hero-wrap {
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.nav-link {
  color: #fffdee;
  letter-spacing: 2px;
  text-transform: uppercase;
  column-count: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.nav-link:hover {
  color: #9d897b;
}

.nav-link.w--current {
  color: #9d897b;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-link.nav-shrink {
  color: #fff;
  letter-spacing: .5em;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.nav-link.nav-shrink:hover, .nav-link.nav-shrink.w--current {
  color: #9d897b;
}

.nav-link.nav-shrink.style-2 {
  color: #f36b21;
}

.nav-link.dark {
  color: #121212;
}

.nav-link.dark.current, .nav-link.dark.current.nav-shrink.style-2 {
  color: #f36b21;
}

.nav-link.dark.nav-shrink.style-2 {
  color: #121212;
}

.nav-link.dark.nav-shrink.style-2:hover, .nav-link.dark.style-2:hover {
  color: #f36b21;
}

.nav-link.shrink {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.container-fluid {
  max-width: 100%;
  padding-left: 160px;
  padding-right: 135px;
  display: block;
}

.container-fluid.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.device-features {
  padding-left: 160px;
  padding-right: 160px;
}

.logo {
  max-width: 70%;
  padding-top: 18px;
  padding-bottom: 0;
}

.logo.logo-shrink {
  max-width: 10%;
  padding-top: 21px;
  padding-bottom: 21px;
  display: none;
}

.logo.shrink {
  max-width: 60%;
  padding-top: 9px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.hero-subheading.alt-font {
  letter-spacing: 0;
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-style: normal;
}

.hero-subheading.alt-font.style-2 {
  margin-bottom: 44px;
}

.hero-subheading.uppercase {
  color: #fffdee;
  letter-spacing: 5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f36b21;
  border: 2px solid #0000;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .4s, color .4s, border-color .4s, opacity .4s;
}

.btn:hover {
  opacity: .9;
  color: #fff;
}

.btn.btn-lg {
  text-align: center;
  letter-spacing: 2px;
  background-color: #9d897b;
  padding: 0 250px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 46px;
  transition: background-color .4s, color .4s, border-color .4s, opacity .4s;
}

.btn.btn-lg.btn-transparent {
  opacity: 1;
  background-color: #0000;
  border: 2px solid #fff;
  transition: background-color .4s, color .4s, border .4s;
}

.btn.btn-lg.btn-transparent:hover {
  background-color: #f36b21;
  border-color: #0000;
}

.btn.btn-lg.btn-white {
  color: #121212;
  background-color: #fff;
}

.btn.btn-lg.btn-white:hover {
  color: #fff;
  background-color: #f36b21;
}

.btn.btn-lg.mt-25 {
  margin-top: 25px;
}

.btn.btn-lg.btn-stroke {
  color: #121212;
  background-color: #0000;
  border-color: #e6ebed;
}

.btn.btn-lg.btn-stroke:hover {
  color: #fff;
  background-color: #f36b21;
  border-color: #0000;
}

.btn.btn-lg.btn-green {
  background-color: #1ed3a6;
}

.btn.btn-lg.btn-violet {
  background-color: #9c55d2;
}

.btn.btn-lg.btn-blue {
  background-color: #14b8ee;
}

.btn.btn-lg.btn-red {
  background-color: #f34937;
}

.btn.btn-lg.btn-yellow {
  background-color: #ee9e13;
}

.btn.btn-md {
  text-align: center;
  background-color: #5c6b4f;
  margin-bottom: 40px;
  padding: 0 27px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
}

.btn.btn-md.btn-white {
  color: #121212;
  background-color: #fff;
}

.btn.btn-md.btn-white:hover {
  color: #fff;
  background-color: #f36b21;
}

.btn.btn-md.btn-stroke {
  color: #121212;
  background-color: #fff;
  border-color: #e6ebed;
}

.btn.btn-md.btn-stroke:hover {
  color: #fff;
  background-color: #f36b21;
  border-color: #0000;
}

.btn.btn-md.btn-green {
  background-color: #1ed3a6;
}

.btn.btn-md.btn-violet {
  background-color: #9c55d2;
}

.btn.btn-md.btn-blue {
  background-color: #14b8ee;
}

.btn.btn-md.btn-red {
  background-color: #f34937;
}

.btn.btn-md.btn-yellow {
  background-color: #ee9e13;
}

.btn.btn-md.cn {
  text-align: center;
  margin-bottom: 40px;
}

.btn.btn-md.sgs {
  text-align: center;
  margin-bottom: 0;
}

.btn.btn-transparent {
  background-color: #0000;
  border-color: #fff;
}

.btn.btn-transparent:hover {
  background-color: #f36b21;
  border-color: #0000;
}

.btn.btn-dark {
  color: #fff;
  background-color: #121212;
}

.btn.btn-dark:hover {
  background-color: #f36b21;
}

.btn.btn-sm {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 30px;
}

.btn.btn-sm.btn-dark.read-more {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.btn.btn-sm.project-btn {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0;
}

.btn.btn-sm.btn-stroke {
  color: #121212;
  background-color: #0000;
  border-color: #e6ebed;
}

.btn.btn-sm.btn-stroke:hover {
  color: #fff;
  background-color: #f36b21;
  border-color: #0000;
}

.btn.btn-sm.btn-green {
  background-color: #1ed3a6;
}

.btn.btn-sm.btn-violet {
  background-color: #9c55d2;
}

.btn.btn-sm.btn-blue {
  background-color: #14b8ee;
}

.btn.btn-sm.btn-red {
  background-color: #f34937;
}

.btn.btn-sm.btn-yellow {
  background-color: #ee9e13;
}

.intro-box {
  text-align: center;
  background-color: #fff;
  padding: 120px 210px;
}

.subheading {
  color: #5c5545;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.subheading.steps {
  display: none;
}

.intro-heading {
  color: #9d897b;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 37px;
  font-family: Italiana, sans-serif;
  font-size: 34px;
  line-height: 50px;
}

.intro-heading._1 {
  padding-left: 20%;
  padding-right: 20%;
}

.intro-text {
  color: #3d3d3db3;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
}

.hero-slide {
  background-image: url('../images/onepage_slide_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-slide.full-page {
  background-image: url('../images/heroheading-type-2-15.png'), linear-gradient(#0000006b, #0000 22%), linear-gradient(271deg, #000000a6, #0000 48%), url('../images/product-image_1b.jpg');
  background-position: 50% 100%, 0 0, 0 0, 50%;
  background-size: cover, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  height: 100vh;
  display: inline-block;
}

.hero-slide.style-2 {
  background-image: url('../images/mp_slide_1.jpg');
  background-size: cover;
}

.hero-slide-3 {
  background-image: url('../images/onepage_slide_3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-slide-3.full-page {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  height: 1000px;
}

.hero-slide-3.style-2 {
  background-image: url('../images/mp_slide_3.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.partners-slider {
  clear: both;
  background-color: #0000;
  height: auto;
  position: relative;
  overflow: visible;
}

.white {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.white.uppercase {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.white.uppercase.service-title {
  letter-spacing: .3ch;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.white.entry-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.white.form {
  margin-bottom: 0;
}

.service-icon {
  width: auto;
  display: block;
  position: relative;
}

.service-icon.style-3 {
  background-color: #f7f9fa;
  border-radius: 40%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
}

.service-outer {
  height: auto;
  padding-top: 400px;
  padding-bottom: 400px;
  display: block;
  position: relative;
}

.service-outer.dark-overlay-24 {
  background-color: #00000059;
}

.service-inner {
  text-align: center;
  padding-left: 25%;
  padding-right: 20%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.nopadding.dark-overlay-34 {
  background-color: #0006;
}

.heading-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.heading-wrap.mb-80 {
  margin-bottom: 80px;
}

.heading-wrap._3-easy-steps {
  z-index: 5;
  position: relative;
  top: -99px;
}

.scroll-nav {
  background-color: #241709bf;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.scroll-nav.style-2 {
  background-color: #fff;
  display: block;
  overflow: visible;
  box-shadow: 0 1px 2px #0000000d;
}

.hero-slide-2 {
  background-image: url('../images/onepage_slide_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-slide-2.full-page {
  background-image: url('../images/onepage_slide_2.jpg');
  background-size: cover;
  background-attachment: scroll;
  height: 1000px;
}

.hero-slide-2.style-2 {
  background-image: url('../images/hero-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slider-arrows {
  transform: scale(.8);
}

.scroll-icon {
  z-index: 2;
  transition: opacity .4s;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  overflow: visible;
  transform: translate(-50%);
}

.scroll-icon:hover {
  opacity: .85;
}

.scroll-icon-link {
  z-index: 4;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.about-us-title {
  color: #343434;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.service-features {
  margin-top: 0;
}

.service-features.style-2 {
  margin-top: 20%;
}

.service-features-box {
  margin-bottom: 50px;
  position: relative;
}

.features-text {
  padding-left: 100px;
}

.features-text.style-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.features-icon {
  background-color: #dbd4cc33;
  border-radius: 40%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  position: absolute;
}

.features-heading.white {
  text-align: left;
}

.features-heading.white.uppercase {
  color: #9d897b;
  letter-spacing: .4ch;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.features-heading.uppercase.style-2 {
  font-size: 18px;
}

.features-paragraph {
  color: #3d3d3db3;
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.features-paragraph.style-2 {
  color: #7a7a7a;
}

.portfolio-slider {
  background-color: #0000;
  height: auto;
}

.portfolio-slider-arrows {
  color: #121212;
}

.call-to-action {
  text-align: center;
}

.call-to-action.style-3 {
  background-color: #121212;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  transition: color .4s, background-color .4s ease-in-out;
}

.call-to-action.style-3:hover {
  background-color: #f36b21;
}

.text-center {
  color: #9d897b;
  text-align: center;
  letter-spacing: .08em;
  font-family: Italiana, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
  position: static;
}

.text-center.cta-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
}

.text-center.cta-heading.white.nomargin {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: inline;
}

.text-center.white {
  font-weight: 700;
}

.text-center.white.uppercase {
  font-family: Italiana, sans-serif;
}

.text-center.uppercase {
  color: #bfbfbf;
  letter-spacing: .08em;
  text-transform: none;
  font-family: Italiana, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
}

.text-center.uppercase.white.mt-0 {
  margin-top: 0;
}

.text-center.uppercase.steps._3 {
  color: #0000;
}

.text-center.feature-heading-2 {
  color: #3d3d3db3;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-center.feature-heading-2.uppercase {
  color: var(--regular-text);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-center.mt-60 {
  margin-top: 60px;
}

.text-center.price {
  margin-top: -20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

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

.text-center.feature-heading-2-copy {
  color: #3d3d3db3;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 2;
}

.text-center.feature-heading-2-copy.uppercase {
  color: var(--regular-text);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  margin-top: -30px;
}

.testimonial-text {
  color: var(--regular-text);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 25%;
  padding-right: 25%;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.testimonial-author {
  color: var(--regular-text);
  text-align: center;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: block;
}

.testimonials-dots {
  margin-top: 50px;
  font-size: 10px;
  position: relative;
  top: auto;
}

.testimonials-dots.mobile {
  margin-top: 50px;
}

.pricing-box {
  text-align: center;
  background-color: #f7f9fa;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 1px #484e551a;
}

.pricing-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 16px;
}

.pricing-feature {
  color: #7a7a7a;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
}

.pricing-price {
  color: #121212;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.3;
  display: inline-block;
}

.pricing-term {
  color: #9e9e9e;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.pricing-currency {
  color: #121212;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  display: inline-block;
}

.entry-wrap {
  z-index: 1;
  text-align: center;
  background-image: linear-gradient(#000000b3, #000000b3);
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.entry-box {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.entry-box.style-2 {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 30px;
  top: 0%;
  transform: none;
  box-shadow: 0 1px 0 1px #484e551a;
}

.entry-meta {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 0;
  position: static;
}

.entry-meta.hero-entry-meta {
  text-align: center;
  position: relative;
}

.entry-li {
  color: #7a7a7a;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}

.entry-li.entry-date {
  margin-left: 0;
  margin-right: 10px;
  list-style-type: none;
}

.entry-li.white {
  color: #fff;
}

.entry-li.entry-category:hover {
  color: #7a7a7a;
}

.entry-li.entry-category.white:hover {
  color: #fff;
}

.entry-category {
  color: #7a7a7a;
  text-decoration: none;
}

.entry-category:hover {
  color: #f36b21;
}

.entry-category.white {
  color: #fff;
}

.img-100 {
  width: 100%;
}

.entry-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.pb-0 {
  padding-bottom: 0;
}

.service-item-box {
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 60px;
  box-shadow: 0 1px 0 1px #484e551a;
}

.service-item-box.style-2 {
  box-shadow: none;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}

.input {
  height: 38px;
  font-family: Source Sans Pro, sans-serif;
}

.input.mb-30 {
  background-color: #0003;
}

.input.mb-30.dark {
  color: #3d3d3d;
  letter-spacing: 1px;
  background-color: #d9d3ce;
  border-color: #0000;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.input.mb-30.dark:focus {
  border: 1px solid #9d897b;
}

.textarea {
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  font-family: Source Sans Pro, sans-serif;
}

.textarea.mb-30 {
  background-color: #0003;
}

.textarea.mb-30.dark {
  color: #3d3d3d;
  letter-spacing: 1px;
  direction: ltr;
  background-color: #d9d3ce;
  border-color: #0000;
  height: 220px;
  min-height: 220px;
  max-height: 2200px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.textarea.mb-30.dark:focus {
  border: 1px solid #9d897b;
}

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

.empty-col {
  opacity: 0;
  height: 0;
  padding-left: 0;
  padding-right: 0;
}

.portfolio-slide {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 20%;
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
}

.footer-widgets {
  background-color: #e5e2e0;
  border: 1px #000;
  border-bottom: 1px solid #edf0f0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-list {
  color: #503d30;
  line-height: 30px;
}

.footer-widget-title {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 41px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-widget-title.hide {
  display: none;
}

.footer-logo {
  margin-bottom: 36px;
}

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

.footer-paragraph {
  color: #503d30;
  text-align: left;
  letter-spacing: .8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.footer-paragraph.eml {
  padding-bottom: 0;
  padding-right: 13px;
}

.footer-paragraph.tel {
  padding-right: 16px;
}

.bottom-footer {
  background-color: #0000;
  border: 2px #000;
  border-bottom-width: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}

.footer-socials {
  float: right;
}

.footer-social {
  float: none;
  width: auto;
  margin-left: 20px;
  padding-left: 0;
  display: inline-block;
}

.footer-social.fa {
  color: #bababa;
  width: auto;
  height: 32px;
  line-height: 32px;
}

.footer-social.fa:hover {
  color: #f36b21;
}

.footer-social.fa.fa-twitter {
  width: 13px;
}

.copyright {
  margin-bottom: 0;
  display: inline-block;
}

.about-lead-paragraph {
  margin-top: 20px;
  padding-left: 0;
  font-size: 24px;
  line-height: 40px;
}

.about-paragraph {
  color: #3d3d3db3;
  letter-spacing: .5px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 15%;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.progress-base {
  background-color: #f7f9fa;
  height: 5px;
  margin-bottom: 25px;
  position: relative;
}

.progress-bar {
  background-color: #f36b21;
  border: 0 solid #0000;
  width: 100%;
  height: 5px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.progress-bar.second {
  width: 70%;
}

.progress-bar.third {
  width: 90%;
}

.progress-bar.fourth {
  width: 88%;
}

.progress-title {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 13px;
  display: inline-block;
}

.progress-percent {
  float: right;
  color: #121212;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.skills {
  margin-top: 50px;
  display: block;
}

.team-member {
  position: relative;
  overflow: hidden;
}

.team-details {
  z-index: 2;
  opacity: 0;
  background-color: #0000;
  width: 100%;
  padding: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.team-img {
  display: block;
}

.socials {
  margin-top: 20px;
}

.team-position {
  color: #9e9e9e;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
}

.social-icon {
  background-color: #fff;
  border-radius: 50px;
  width: 37px;
  height: 37px;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 37px;
}

.social-icon.fa {
  color: #7a7a7a;
  line-height: 37px;
  display: inline-block;
}

.social-icon.fa.fa-facebook:hover, .social-icon.fa.fa-twitter:hover, .social-icon.fa.fa-google-plus:hover, .social-icon.fa.fa-envelope:hover {
  color: #f36b21;
}

.portfolio-overlay {
  z-index: 2;
  opacity: 0;
  text-align: center;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.portfolio-overlay.hover-2 {
  opacity: 0;
}

.project-icons {
  width: 100%;
  position: absolute;
  top: 30%;
}

.featured-item-description {
  width: 100%;
  position: absolute;
  bottom: 30%;
}

.featured-item-description.style-2 {
  text-align: left;
  background-color: #fff;
  padding: 12px 20px;
  bottom: -86px;
}

.project-icon {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 40px;
  display: inline-block;
}

.project-icon.fa {
  color: #121212;
  line-height: 40px;
  display: inline-block;
}

.project-icon.fa.fa-search:hover, .project-icon.fa.fa-link:hover {
  color: #f36b21;
}

.featured-item-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.featured-item-title.style-2 {
  color: #121212;
  text-align: left;
  margin-bottom: 0;
}

.featured-item-link {
  color: #fff;
}

.featured-item-link.style-2 {
  color: #7a7a7a;
  font-style: italic;
}

.featured-item-link.work-catgory {
  color: #7a7a7a;
}

.featured-item-category {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}

.promo-img {
  max-width: 80%;
}

.partner-logo {
  width: 16.6%;
  height: auto;
}

.fa {
  display: inline;
}

.fa.fa-bicycle {
  font-size: 60px;
}

.fa.fa-chevron-right {
  color: #fff;
  margin-left: 8px;
  font-size: 20px;
}

.hide-img {
  opacity: 1;
  display: none;
}

.hero-line {
  background-color: #ffffff80;
  width: 55%;
  height: 4px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
}

.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-top: 3px solid #f36b21;
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 2px #0000000d;
}

.dropdown-link {
  color: #7a7a7a;
  font-family: Source Sans Pro, sans-serif;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #f36b21;
}

.hero-dots {
  font-size: 12px;
  bottom: 20px;
}

.play-btn {
  background-color: #0000004d;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  transition: color .4s, background-color .4s ease-in-out;
  position: relative;
}

.play-btn:hover {
  background-color: #121212;
}

.play-triangle {
  border: 13px solid #0000;
  border-left: 20px solid #fff;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%)translate(-50%);
}

.feature-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 1px 0 1px #484e551a;
}

.timer {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 44px;
}

.blog-col {
  display: block;
}

.entry-title {
  color: #121212;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

.entry-title:hover {
  color: #f36b21;
}

.entry-title.white {
  color: #fff;
}

.entry-title.white:hover {
  color: #f36b21;
}

.entry-title.style-2 {
  margin-bottom: 5px;
}

.entry-title.style-2:hover {
  color: #f36b21;
}

.entry-title.recent-post-title {
  font-size: 14px;
  line-height: 1.5;
}

.entry-title.blog-standard {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
}

.title-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.title-text {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.page-title-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
}

.page-title-heading.blog-heading {
  margin-bottom: 20px;
  line-height: 1.3;
}

.text-lg {
  font-size: 17px;
  line-height: 34px;
}

.hero-video {
  height: 100%;
}

.video {
  background-image: linear-gradient(#00000040, #00000040);
  height: 1000px;
}

.video.full-page {
  background-image: linear-gradient(#00000040, #00000040);
  width: 100%;
  display: block;
  overflow: visible;
}

.slash {
  color: #7a7a7a80;
  margin-right: 3px;
  display: inline-block;
}

.slash.white {
  color: #ffffff80;
}

.hero-overlay {
  background-color: #00000040;
  display: block;
  position: absolute;
  inset: 0;
}

.entry-item {
  background-color: #fff;
  margin-right: 30px;
  padding: 40px 30px;
  box-shadow: 0 1px 0 1px #484e551a;
}

.entry-share {
  float: left;
  color: #121212;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
}

.blog-article {
  margin-bottom: 40px;
}

.entry-author-box {
  border-top: 1px solid #e6ebed;
  margin-bottom: 50px;
  padding-top: 40px;
}

.entry-share-box {
  margin-bottom: 40px;
}

.entry-share-box.top-line {
  border-top: 1px solid #e6ebed;
  padding-top: 30px;
}

.author-img {
  display: block;
  position: absolute;
}

.author-info {
  padding-left: 120px;
  display: block;
}

.related-posts {
  margin-top: 30px;
}

.recent-post {
  float: left;
  color: #7a7a7a;
  display: block;
}

.recent-post:hover {
  color: #f36b21;
}

.widget {
  margin-bottom: 50px;
}

.blog-category-list {
  color: #7a7a7a;
  border-bottom: 1px solid #e6ebed;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.blog-category-list:hover {
  color: #f36b21;
}

.related-post {
  padding-right: 7px;
}

.recent-post-box {
  border-bottom: 1px solid #e6ebed;
  padding-top: 15px;
  padding-bottom: 15px;
}

.recent-post-date {
  color: #a7a7a7;
  margin-top: 5px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}

.blog-standard-item {
  margin-right: 40px;
}

.service-tab {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  width: 16.6%;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.service-tab:hover {
  color: #f36b21;
}

.service-tab.w--current {
  color: #f36b21;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.service-tab-icon {
  margin-bottom: 20px;
}

.service-tabs-content {
  margin-top: 40px;
}

.author-name {
  margin-right: 15px;
  display: inline-block;
}

.quote-author {
  color: #f36b21;
  margin-top: -15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.blockquote-style-2 {
  background-color: #0000;
  border-left: 3px solid #f36b21;
  padding-right: 0;
}

.dropcap {
  float: left;
  color: #121212;
  padding-top: 4px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 53px;
  line-height: 48px;
}

.dropcap.style-2 {
  color: #fff;
  text-align: center;
  background-color: #f36b21;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 40px;
}

.highlight {
  color: #fff;
  background-color: #f36b21;
  padding: 5px 3px;
}

.ul {
  color: #7a7a7a;
  padding-left: 20px;
  line-height: 34px;
}

.portfolio-slide-item {
  position: relative;
  overflow: hidden;
}

.plus-icon {
  position: relative;
  top: 35%;
}

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

.mt-0.uppercase {
  font-size: 22px;
}

.inline {
  margin-right: 10px;
  display: inline;
}

.project-list {
  color: #7a7a7a;
  line-height: 30px;
}

.project-text {
  margin-bottom: 20px;
}

.project-description {
  padding-left: 10%;
}

.relative {
  position: relative;
  overflow: hidden;
}

.work-item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.tab-link {
  color: #121212;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #f7f9fa;
  border: 1px solid #e6ebed;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.tab-link:hover {
  color: #f36b21;
}

.tab-link.w--current {
  z-index: 1;
  color: #f36b21;
  background-color: #fff;
  border-bottom: 1px solid #0000;
  font-family: Montserrat, sans-serif;
}

.tab-pane {
  color: #7a7a7a;
  background-color: #fff;
  border: 1px solid #e6ebed;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.tabs-menu {
  margin-bottom: -1px;
}

.accordion {
  width: 100%;
}

.accordion-heading {
  color: #121212;
  letter-spacing: .01em;
  text-transform: uppercase;
  background-color: #f7f9fa;
  border: 1px solid #e6ebed;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: color .4s ease-in-out;
}

.accordion-heading:hover {
  color: #f36b21;
}

.accordion-heading.w--open {
  color: #f36b21;
  background-color: #fff;
  border: 1px solid #e6ebed;
  border-radius: 3px 3px 0 0;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accordion-panel {
  background-color: #fff;
  border: 1px solid #e6ebed;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: -1px;
  padding: 20px;
}

.mb-0 {
  margin-bottom: 0;
}

.accordion-dropdown-list.w--open {
  position: relative;
  overflow: hidden;
}

.sucess {
  background-color: var(--dim-grey);
  color: #fff;
}

.error {
  background-color: #a71f1f;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed {
  color: #7a7a7a;
  margin-right: 6px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
}

.paragraph {
  color: #3d3d3db3;
  letter-spacing: .5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block {
  width: auto;
  height: auto;
  display: block;
}

.features-text-block {
  color: #3d3d3db3;
  letter-spacing: .5px;
  margin-right: 8px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: inline;
  position: static;
}

.features-dots {
  color: #3d3d3db3;
  margin-right: 4px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 100;
  display: inline;
  position: static;
}

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

.column {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.columns {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.columns.ingredients {
  margin-top: 80px;
}

.text-block {
  color: #96703066;
  padding-top: 0%;
  font-family: Lora, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 62px;
}

.text-block.four {
  display: none;
}

.columns-2 {
  align-items: flex-start;
  display: flex;
}

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

.text-span {
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.text-span-2 {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 15px;
  position: relative;
  bottom: 5px;
}

.text-span-3 {
  font-size: 15px;
  font-weight: 100;
  position: relative;
  bottom: 2px;
}

.image {
  max-width: 30%;
  padding-top: 6px;
}

.link {
  color: #503d30;
}

.text-block-2 {
  color: #513d30;
  letter-spacing: .1px;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.div-block-3 {
  margin-top: 60px;
}

.link-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #d3c5ac #d3c5ac var(--headings);
  color: var(--regular-text);
  letter-spacing: 0;
  border-radius: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  color: #d3c5ac;
}

.container-flex {
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: flex;
  position: static;
  inset: auto;
  overflow: visible;
}

.container-flex.text-title {
  height: 100%;
}

.columns-kol {
  align-items: flex-start;
  display: flex;
}

.columns-kol._1 {
  display: block;
}

.text-side {
  color: #9d897b;
  text-align: left;
  letter-spacing: .08em;
  max-width: 80%;
  margin-bottom: 50px;
  font-family: Italiana, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
  display: block;
  position: static;
}

.text-side.cta-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
}

.text-side.cta-heading.white.nomargin {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: inline;
}

.text-side.white {
  font-weight: 700;
}

.text-side.white.uppercase {
  font-family: Italiana, sans-serif;
}

.text-side.uppercase {
  color: #bfbfbf;
  letter-spacing: .08em;
  text-transform: none;
  font-family: Italiana, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
}

.text-side.uppercase.white.mt-0 {
  margin-top: 0;
}

.text-side.uppercase.steps._3 {
  color: #0000;
}

.text-side.feature-heading-2 {
  color: #3d3d3db3;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.text-side.feature-heading-2.uppercase {
  color: var(--regular-text);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-side.mt-60 {
  margin-top: 60px;
}

.text-side.price {
  margin-top: -20px;
}

.div-block-4 {
  margin-bottom: 50px;
  padding-top: 10px;
  padding-right: 20%;
}

.about-us-title-copy {
  color: #343434;
  letter-spacing: .7px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.about-paragraph-copy {
  color: #3d3d3db3;
  letter-spacing: .5px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 15%;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.about-paragraph-copy.hide {
  display: none;
}

.section-video {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  inset: auto;
}

.section-video.bg-light {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.section-video.bg-light.pt-0 {
  padding-top: 0;
}

.section-video.bg-light.hide {
  display: none;
}

.section-video.services-img {
  background-image: url('../images/services_bg_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-video.services-img.text-center {
  text-align: center;
}

.section-video.services-img.text-center.nopadding {
  background-image: url('../images/services_bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-video.services-img.text-center.nopadding._3-column {
  background-image: url('../images/hands-washing-with-soap-bar_resized.jpg'), url('../images/services_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.section-video.pt-0 {
  padding-top: 0;
}

.section-video.bg-dark {
  background-color: #171919;
}

.section-video.bg-dark.pt-140 {
  padding-top: 140px;
}

.section-video.bg-dark.pt-90 {
  padding-top: 90px;
}

.section-video.testimonials {
  background-color: #eee7d9;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
}

.section-video.contact {
  background-color: #9d897b80;
  background-image: none;
  background-position: 0 0;
}

.section-video.video-section {
  background-image: url('../images/video_section_bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-video.results-wrap {
  background-image: url('../images/results_bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-video.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-video.page-title {
  background-image: url('../images/about_title.jpg');
  background-position: 50%;
  background-size: cover;
  height: 340px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-video.page-title.services-bg {
  background-image: url('../images/services_title_bg.jpg');
  background-size: auto;
}

.section-video.page-title.contact-bg {
  background-image: url('../images/contact_title_bg.jpg');
  background-position: 50%;
  background-size: auto;
}

.section-video.page-title.hero-blog {
  background-image: none;
  height: 540px;
}

.section-video.page-title.blog-bg {
  background-image: url('../images/blog_title_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-video.page-title.typography-bg {
  background-color: #0000;
  background-image: url('../images/contact_title_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-video._3-easy-steps {
  display: none;
}

.intro-box-video {
  text-align: center;
  background-color: #fff;
  padding: 120px 210px 0;
}

.container-dealer {
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  display: block;
  position: relative;
  inset: auto;
  overflow: visible;
}

.container-dealer.text-title {
  height: 100%;
}

.text-block-3 {
  color: var(--regular-text);
  letter-spacing: normal;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.question-title {
  color: #9d897b;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
}

.faq-wrap {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  padding: 8px;
  display: flex;
}

.contact-person {
  color: var(--regular-text);
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-52 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.faq-question-bar {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 12px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.grid-17 {
  grid-column-gap: 5px;
  grid-row-gap: 2px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-flow: row;
  padding-bottom: 2px;
}

.grid-17._1 {
  display: none;
}

.faq-icon {
  max-width: 80%;
}

.hp-number {
  color: var(--regular-text);
  letter-spacing: .7px;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}

.state {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.status-numbering {
  color: var(--regular-text);
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
}

.faq-question-wrap {
  border-top: .1px solid #00000012;
  border-bottom: 0 #00000012;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-question-wrap.hide {
  display: none;
}

.faq-paragraph {
  color: #000000b3;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.faq-paragraph._1 {
  display: none;
}

.faq-content {
  overflow: hidden;
}

.ext {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.left-div {
  margin-right: 25px;
}

.contact-heading {
  color: #9d897b;
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: block;
}

.column-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  display: flex;
}

.image-2 {
  margin-top: 220px;
  margin-left: 0;
  padding-bottom: 0;
}

.column-4 {
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-5 {
  padding-top: 50px;
}

.div-block-5.hide {
  display: none;
}

.bold-text {
  text-transform: uppercase;
}

.column-5 {
  padding-left: 45px;
}

.div-block-6 {
  font-size: 12px;
  display: flex;
}

.footer-paragraph-copy {
  color: #503d30;
  text-align: left;
  letter-spacing: .8px;
  margin-bottom: 0;
  padding-right: 18px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.link-3 {
  color: var(--dim-grey);
  font-size: 12px;
}

.footer-paragraph-copy {
  color: #503d30;
  text-align: left;
  letter-spacing: .8px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.footer-paragraph-copy.eml {
  padding-bottom: 0;
  padding-right: 13px;
}

.footer-paragraph-copy.tel {
  padding-right: 19px;
}

.bold-text-2 {
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}

.heading-wrap-contact {
  text-align: left;
  margin-bottom: 50px;
}

.heading-wrap-contact.mb-80 {
  margin-bottom: 80px;
}

.heading-wrap-contact._3-easy-steps {
  z-index: 5;
  position: relative;
  top: -99px;
}

.div-block-7 {
  background-color: #e1dcd8;
  padding: 50px;
}

.contact-paragraph {
  color: #3d3d3db3;
  letter-spacing: .5px;
  max-width: 70%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 15%;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.column-6 {
  padding-top: 25px;
}

.submit-button {
  float: none;
  display: block;
}

.div-block-8 {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.form-block {
  margin-bottom: 0;
}

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

.brand-promises-colume {
  display: none;
}

.div-block-9 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.features-icon-copy {
  background-color: #fff;
  background-image: url('../images/Before_After-02.png');
  background-size: cover;
  border-radius: 3%;
  width: 300px;
  height: 300px;
  line-height: 70px;
  display: block;
  position: static;
}

.features-icon-copy._1 {
  background-image: linear-gradient(#00000014, #00000014), url('../images/Before_After-01.png');
  background-position: 0 0, 57% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.features-icon-copy.button {
  background-image: url('../images/Before_After-03.png'), linear-gradient(#9d897f, #9d897f);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 250px, auto;
  background-attachment: scroll, scroll;
  transition: color .4s;
}

.features-icon-copy.button:hover {
  background-image: url('../images/Before_After-03.png'), linear-gradient(#564c3f, #564c3f);
  background-position: 50%, 0 0;
}

.features-icon-copy._2 {
  background-image: url('../images/Before_After-03_1.png');
}

.features-icon-copy._3 {
  background-image: url('../images/Before_After-04.png');
}

.features-icon-copy._4 {
  background-image: url('../images/WhatsApp-Image-2021-08-26-at-11.28.33-1.jpeg');
}

.div-block-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hide-recaptcha {
  margin-bottom: 30px;
  display: block;
}

.recaptcha {
  margin-bottom: 30px;
}

.hide-recaptcha-2 {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.text-field {
  display: block;
}

html.w-mod-js [data-ix="hide-nav"] {
  display: none;
}

html.w-mod-js [data-ix="scroll-reveal-slide-up"], html.w-mod-js [data-ix="scroll-reveal-slide-up-2"], html.w-mod-js [data-ix="scroll-reveal-slide-up-3"], html.w-mod-js [data-ix="scroll-reveal-slide-up-4"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="scroll-reveal-slide-left"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-reveal-slide-right"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="scroll-reveal-fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slider-slide-down"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="slider-slide-up"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="slider-zoom-in"], html.w-mod-js [data-ix="load-reveal"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="load-slide-reveal"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="progress-bar-100"], html.w-mod-js [data-ix="progress-bar-70"], html.w-mod-js [data-ix="progress-bar-90"], html.w-mod-js [data-ix="progress-bar-88"] {
  width: 0;
  transform: translate(0);
}

@media screen and (max-width: 991px) {
  .hero-slider {
    height: 800px;
  }

  .nav-link {
    background-color: var(--dim-grey);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    background-color: var(--dim-grey);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.nav-shrink, .nav-link.nav-shrink.w--current {
    text-align: center;
    background-color: #121212;
  }

  .nav-link.dark.current.nav-shrink.style-2 {
    color: #f36b21;
    text-align: left;
  }

  .nav-link.dark.current.style-2 {
    color: #f36b21;
    text-align: left;
    background-color: #fff;
  }

  .nav-link.dark.nav-shrink.style-2 {
    color: #121212;
    text-align: left;
    background-color: #fff;
  }

  .nav-link.dark.style-2 {
    text-align: left;
    background-color: #fff;
  }

  .nav-link.shrink {
    background-color: var(--dim-grey);
  }

  .container-fluid.device-features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .intro-box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .subheading {
    text-align: center;
  }

  .intro-heading {
    font-size: 34px;
  }

  .hero-slide.full-page {
    background-image: url('../images/heroheading-type-2-15.png'), linear-gradient(#0000006b, #0000 22%), linear-gradient(271deg, #000000a6, #0000 48%), url('../images/product-image_1b.jpg');
    background-position: 90% 100%, 0 0, 0 0, 50%;
  }

  .service-outer, .service-outer.dark-overlay-24 {
    padding-top: 500px;
    padding-bottom: 500px;
  }

  .nopadding.blog-column {
    width: 50%;
  }

  .nopadding.portfolio-item {
    width: 33.333%;
  }

  .scroll-nav {
    display: none;
  }

  .scroll-nav.style-2 {
    display: block;
  }

  .service-features {
    margin-top: 35px;
  }

  .service-features.style-2 {
    margin-top: 70px;
  }

  .service-features.style-2.text-right {
    text-align: left;
    margin-top: 0%;
  }

  .call-to-action.style-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .pricing-box {
    margin-bottom: 20px;
  }

  .entry-img.style-2 {
    height: 600px;
  }

  .service-item-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-slide {
    background-image: none;
    width: 50%;
  }

  .promo-img {
    text-align: left;
  }

  .nav-toggle {
    color: #fff;
  }

  .nav-toggle.w--open {
    color: #9d897b;
    background-color: #0000;
  }

  .nav-toggle.dark {
    color: #121212;
  }

  .partner-logo {
    width: 33.3%;
  }

  .page-title-heading.blog-heading {
    font-size: 36px;
  }

  .entry-item {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .recent-post {
    float: none;
  }

  .blog-standard-item {
    margin-right: 0;
  }

  .portfolio-item {
    width: 33.333%;
  }

  .column {
    justify-content: center;
  }

  .columns.ingredients {
    flex-direction: column;
    align-items: center;
  }

  .image {
    max-width: 50%;
  }

  .intro-box-video {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-wrap-contact {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-paragraph {
    text-align: center;
    max-width: 100%;
    padding-right: 0%;
  }

  .column-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-menu {
    background-color: var(--dim-grey);
  }

  .columns-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns-5 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider {
    height: 480px;
  }

  .hero-heading {
    font-size: 200px;
  }

  .hero-heading.size-95 {
    font-size: 70px;
  }

  .hero-heading.size-95.alt-font.style-2.uppercase {
    font-size: 50px;
  }

  .container, .hero-slide.full-page {
    overflow: hidden;
  }

  .nopadding.portfolio-item {
    width: 50%;
  }

  .call-to-action.style-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-item-box.style-2 {
    margin-bottom: 40px;
  }

  .portfolio-slide {
    width: 50%;
  }

  .footer-get-in-touch {
    text-align: center;
    margin-bottom: 50px;
  }

  .footer-logo-widget.text-center {
    margin-bottom: 50px;
  }

  .footer-address-widget.text-right {
    text-align: center;
  }

  .footer-socials {
    float: none;
    text-align: center;
    margin-top: 20px;
  }

  .copyright {
    text-align: center;
  }

  .team-box.text-center {
    margin-bottom: 30px;
  }

  .hero-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .result-box.text-center {
    margin-bottom: 40px;
  }

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

  .blog-col.post, .blog-col.mb-0 {
    margin-bottom: 0;
  }

  .page-title-heading {
    font-size: 40px;
  }

  .recent-post {
    float: none;
  }

  .related-post {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .service-tab {
    width: 33.3%;
    margin-bottom: 30px;
  }

  .project-description {
    margin-top: 30px;
    padding-left: 0%;
  }

  .portfolio-item {
    width: 50%;
  }

  .grid-17 {
    grid-template-columns: .25fr .75fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-slider {
    height: 480px;
  }

  .hero-heading {
    font-size: 100px;
  }

  .hero-heading.size-95 {
    font-size: 50px;
  }

  .hero-heading.size-95.alt-font.style-2.uppercase {
    font-size: 42px;
  }

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

  .section.bg-light.blog-single {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.bg-light.pattern {
    background-position: 100% 0;
  }

  .section.bg-light._5-herbs {
    padding-bottom: 50px;
  }

  .section.services-img.text-center.nopadding._3-column {
    background-position: 70%, 50%;
  }

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

  .section.contact {
    width: 0;
    display: block;
  }

  .section.page-title.hero-blog {
    height: 320px;
  }

  .section.oil, .section.mobile {
    padding-bottom: 50px;
  }

  .container {
    max-width: 310px;
    overflow: hidden;
  }

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

  .logo {
    max-width: 60%;
    padding-top: 10px;
  }

  .btn.btn-lg {
    text-align: center;
    padding: 0 50px;
    overflow: visible;
  }

  .btn.btn-lg.btn-white.hero-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .btn.btn-md {
    margin-bottom: 20px;
  }

  .btn.btn-md.btn-white.hero-btn {
    margin-bottom: 10px;
  }

  .intro-box {
    padding: 100px 20px;
  }

  .intro-heading {
    font-size: 28px;
    line-height: 40px;
  }

  .intro-heading._1 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .hero-slide.full-page {
    background-image: url('../images/heroheading-type-2-15.png'), linear-gradient(#12121200 50%, #000000a6 70%), linear-gradient(#0000006b, #0000 22%), linear-gradient(271deg, #000000a6, #0000 48%), url('../images/product-image_1b.jpg');
    background-position: 95% 118%, 0 0, 0 0, 0 0, 30% 100%;
    background-repeat: no-repeat, repeat, repeat, repeat, repeat;
    background-size: 1000px, auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, fixed;
  }

  .service-icon {
    padding-top: 0;
  }

  .service-outer {
    padding-top: 200px;
    padding-bottom: 400px;
  }

  .service-outer.dark-overlay-24 {
    padding-top: 100px;
    padding-bottom: 300px;
  }

  .service-inner {
    padding-top: 0;
    padding-bottom: 193px;
  }

  .nopadding.blog-column, .nopadding.portfolio-item {
    width: 100%;
  }

  .heading-wrap._3-easy-steps {
    top: -200px;
  }

  .scroll-icon-link {
    text-align: center;
  }

  .features-text.style-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-center {
    font-size: 28px;
    line-height: 35px;
  }

  .text-center.uppercase {
    position: relative;
    top: -241px;
  }

  .text-center.uppercase.mobile {
    font-size: 28px;
    line-height: 35px;
  }

  .text-center.price {
    margin-top: 0;
  }

  .testimonial-text {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 18px;
    line-height: 28px;
  }

  .testimonials-dots.mobile {
    margin-top: 15px;
  }

  .entry-box.style-2 {
    padding: 20px;
  }

  .entry-img.style-2 {
    height: 400px;
  }

  .portfolio-slide {
    width: 100%;
  }

  .footer-widgets.mobile {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer-list {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .portfolio-overlay {
    opacity: 0;
  }

  .promo-img {
    max-width: 100%;
  }

  .partner-logo {
    width: 50%;
  }

  .hero-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .page-title-heading {
    font-size: 32px;
  }

  .page-title-heading.blog-heading {
    font-size: 24px;
  }

  .entry-item {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-img {
    width: 50px;
    height: 50px;
  }

  .author-info {
    padding-left: 70px;
  }

  .service-tab, .service-tab.w--current {
    width: 50%;
    display: inline-block;
  }

  .portfolio-item {
    width: 100%;
  }

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

  .column-2 {
    padding-top: 50px;
  }

  .columns.ingredients, .columns-2 {
    flex-direction: column;
  }

  .text-span {
    font-size: 28px;
    font-weight: 300;
  }

  .image {
    max-width: 50%;
  }

  .text-block-2 {
    padding-left: 10px;
  }

  .columns-kol {
    flex-direction: column;
  }

  .text-side {
    max-width: 100%;
    font-size: 28px;
    line-height: 35px;
  }

  .section-video.bg-light.blog-single {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-video.page-title.hero-blog {
    height: 320px;
  }

  .intro-box-video {
    padding: 100px 20px 0;
  }

  .container-dealer {
    max-width: 310px;
    overflow: hidden;
  }

  .question-title {
    flex: 1;
  }

  .faq-wrap {
    margin-right: 15px;
  }

  .contact-person {
    font-size: 12px;
    line-height: 24px;
  }

  .text-block-52 {
    font-size: 14px;
  }

  .grid-17 {
    grid-column-gap: 5px;
    grid-template-columns: .25fr 2fr 2fr;
  }

  .hp-number {
    font-size: 12px;
    line-height: 24px;
  }

  .state {
    font-size: 12px;
  }

  .status-numbering {
    margin-top: -3px;
    font-size: 12px;
  }

  .status-numbering.mobile {
    margin-right: 7px;
    padding-right: 0;
  }

  .faq-question-wrap {
    text-align: left;
    border-top-width: .2px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .faq-question-wrap.hide {
    display: none;
  }

  .faq-paragraph {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-content {
    overflow: hidden;
  }

  .ext {
    font-size: 12px;
    line-height: 24px;
  }

  .image-2 {
    margin-top: 45px;
  }

  .column-4 {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-5 {
    padding-top: 30px;
  }

  .column-5 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-wrap-contact {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    padding: 10% 1%;
  }

  .contact-paragraph {
    text-align: center;
    max-width: none;
    padding-right: 0%;
  }

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

  .div-block-11 {
    margin-bottom: 40px;
  }

  .video-2 {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .div-block-12 {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding-top: 0;
    display: flex;
  }

  .column-7 {
    padding-left: 0;
  }
}


@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-MediumItalic.ttf') format('truetype'), url('../fonts/Lora-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}