* {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Jost', sans-serif;
}

html,
body {
  font-family: 'Jost', sans-serif;
  color: black;
  background-color: white;
}

.text-primary {
  color: #8ab642 !important;
}

.fui-btn-primary {
  background: #8ab642;
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(82%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 82%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border: 1px solid #8ab642;
  font-size: 12px !important;
}

.fui-btn-primary:hover {
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(200%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 200%);
  color: white !important;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-primary {
  background-color: #8ab642 !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.grid-center {
  display: -ms-grid !important;
  display: grid !important;
  place-items: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .fui-navbar {
  padding: 25px 50px;
  background: white !important;
}

header .fui-navbar .fui-brand,
header .fui-navbar .fui-brand a {
  color: #8ab642 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  header .fui-navbar .fui-brand,
  header .fui-navbar .fui-brand a {
    font-size: 16px !important;
  }
}

header .fui-navbar .fui-brand:hover,
header .fui-navbar .fui-brand a:hover {
  color: #272727 !important;
}

header .fui-navbar .fui-menu {
  text-transform: uppercase;
}

header .fui-navbar .fui-menu .nav-link {
  padding: 5px 15px !important;
  color: black !important;
  background-color: transparent !important;
  font-weight: 300;
  font-size: 14px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 768px) {
  header .fui-navbar .fui-menu .nav-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

header .fui-navbar .fui-menu .nav-link:hover {
  color: #8ab642 !important;
}

header .fui-navbar .fui-menu .active .nav-link {
  font-weight: 700;
}

header .fui-navbar .fui-menu a {
  font-size: 14px;
}

@media (max-width: 992px) {
  header .fui-navbar .fui-btn.fui-btn-primary {
    padding: 0 0 0 15px !important;
  }
}

@media (max-width: 768px) {
  header .fui-navbar .fui-btn.fui-btn-primary {
    display: block;
    text-align: center;
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  header .fui-navbar {
    padding: 15px 15px !important;
  }
  header .fui-navbar .fui-brand {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .fui-navbar .fui-menu li .nav-link {
    padding: 10px 10px !important;
  }
}

header .fui-navbar .sideNavbar {
  background: #8ab642 !important;
}

@media (max-width: 992px) {
  header .fui-navbar .sideNavbar .nav-item {
    margin-bottom: 15px !important;
  }
}

header .fui-navbar .sideNavbar .nav-item:hover a.nav-link, header .fui-navbar .sideNavbar .nav-item.active a.nav-link {
  font-weight: 600 !important;
  color: white !important;
}

header .fui-navbar .sideNavbar .nav-item a.nav-link {
  color: white !important;
}

header .fui-navbar .sideNavbar .cart-link i {
  color: white !important;
}

section.banner {
  background-color: #272727;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 450px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  section.banner {
    min-height: 300px;
  }
}

section.banner .main-col .row {
  padding: 15px;
}

@media (max-width: 768px) {
  section.banner .main-col .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.banner .main-col .row h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  section.banner .main-col .row h1 {
    font-size: 35px;
  }
}

section.banner .main-col .row p {
  font-size: 16px;
  margin-bottom: 20px;
}

section.banner .main-col .row select {
  padding: 10px 15px;
}

section.banner .main-col .row select option {
  font-size: 14px;
}

@media (max-width: 768px) {
  section.banner .main-col .row select {
    margin-bottom: 15px;
  }
}

section.banner .main-col .row a {
  background: #8ab642;
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(82%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 82%);
  color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 40px;
}

section.banner .main-col .row a:hover {
  background: #8ab642;
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(200%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 200%);
}

section.about {
  background-color: #fff;
}

section.about .fui-container h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}

section.about .fui-container h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: white;
}

section.about .fui-container h2 {
  font-size: 35px;
  font-weight: 500;
  color: white;
  margin-bottom: 10px;
}

section.about .fui-container .column {
  margin-top: 20px;
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-rule: 1px solid #d8cdcf;
          column-rule: 1px solid #d8cdcf;
}

@media (max-width: 992px) {
  section.about .fui-container .column {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media (max-width: 768px) {
  section.about .fui-container .column {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

section.about .fui-container .column li {
  padding-left: 35%;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  section.about .fui-container .column li {
    padding-left: 20%;
  }
}

section.about .fui-container .column li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

section.about .fui-container .column li a:hover {
  color: #dcfcff;
  background: #36ccdb;
  background: -webkit-gradient(linear, left top, right top, from(#36ccdb), color-stop(82%, #22a8b8));
  background: linear-gradient(90deg, #36ccdb 0%, #22a8b8 82%);
}

section.about .fui-container-fluid {
  background: #8ab642;
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(82%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 82%);
}

section.process h1 {
  color: #8ab642;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  section.process h1 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  section.process .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.process .row .item-col {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media (max-width: 768px) {
  section.process .row .item-col {
    margin-bottom: 15px;
    padding: 0 15px !important;
  }
}

section.process .row .item-col:not(:last-child)::after {
  content: '';
  height: 85%;
  position: absolute;
  right: 0;
  top: 7%;
  width: 1px;
  background-color: #717171;
}

section.process .row .item {
  padding: 0;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 25px 15px;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.process .row .item h1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(82%, #547613));
  background-image: linear-gradient(90deg, #8ab642 0%, #547613 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  margin-bottom: 5px;
}

section.process .row .item h1,
section.process .row .item h4,
section.process .row .item p {
  position: relative;
}

section.process .row .item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #151515 !important;
  font-weight: 500;
}

section.process .row .item p {
  font-size: 13px;
  padding: 0 10px;
  font-weight: 500;
}

section.cta {
  background-color: #8ab642;
}

section.cta .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  section.cta .row {
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  section.cta .row .text-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

section.cta .row .text-col .content {
  max-width: 600px;
  margin-left: auto;
}

@media (max-width: 992px) {
  section.cta .row .text-col .content {
    margin: auto;
    margin-top: 30px;
  }
}

section.cta .row .text-col .content h1 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  section.cta .row .text-col .content h1 {
    font-size: 35px;
  }
}

section.cta .row .text-col .content a.fui-btn {
  background-color: #fff;
  color: black;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

section.cta .row .text-col .content a.fui-btn:hover {
  border-color: #fff;
  background-color: transparent;
  color: white;
}

section.cta .row .img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 992px) {
  section.cta .row .img-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

section.cta .row .img-col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 750px;
}

section.logos h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  section.logos h1 {
    font-size: 35px;
  }
}

section.logos .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.logos .row .item-col {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  height: 100%;
  min-height: 150px;
}

section.logos .row .item-col:not(:last-child)::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background-color: #909090;
}

@media (max-width: 768px) {
  section.logos .row .item-col {
    margin-bottom: 20px;
  }
}

section.logos .row .item-col img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 180px;
  width: 100%;
}

@media (max-width: 992px) {
  section.logos .row .item-col img {
    max-width: 150px;
    max-height: 120px;
  }
}

@media (max-width: 768px) {
  section.logos .row .item-col img {
    max-width: 150px;
    max-height: 80px;
  }
}

section.review {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.review h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(90%, #354a0d));
  background-image: linear-gradient(90deg, #8ab642 0%, #354a0d 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.review .owl-carousel .item p.review-text {
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  max-width: 50ch;
  color: #fff;
}

@media (max-width: 768px) {
  section.review .owl-carousel .item p.review-text {
    font-size: 18px;
  }
}

section.review .owl-carousel .item p.review-text::after {
  content: '\f10e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  margin-top: 15px;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(60%, #547614));
  background-image: linear-gradient(90deg, #8ab642 0%, #547614 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.blog {
  background-color: #f2f2f2;
}

section.blog h1 {
  font-size: 40px;
  font-weight: 500;
}

section.blog .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.blog .row .fui-card {
  background-color: transparent !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 0;
  border: none;
}

section.blog .row .fui-card .fui-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  section.blog .row .fui-card {
    border: none;
  }
  section.blog .row .fui-card .fui-card-body {
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  section.blog .row .fui-card .fui-card-body p {
    max-width: 350px;
    text-align: center;
  }
}

section.blog .row .fui-card img {
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

section.blog .row .fui-card .h3 {
  color: #141414;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

section.blog .row .fui-card p {
  color: #141414;
  font-size: 16px;
  text-align: center;
}

section.blog .row .fui-card a.fui-btn {
  background-color: #8ab642;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid transparent;
}

section.blog .row .fui-card a.fui-btn:hover {
  background: #8ab642;
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(200%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 200%);
}

section.faq {
  background-color: #f9f9f9;
}

section.faq h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #4c4c4c;
}

section.faq .item {
  border: 1px solid #989898;
  margin-bottom: 20px;
  padding: 0;
  min-height: 35px;
}

section.faq .item .title {
  vertical-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 5px 10px;
  color: #4c4c4c;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

section.faq .item .title.active ~ .content {
  margin-top: 10px;
}

section.faq .item .content {
  margin-top: 0px !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-top: none !important;
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(82%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 82%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}

section.faq .item .content p {
  font-size: 14px;
}

section.faq .item .title.active {
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(82%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 82%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}

footer {
  background-color: #252525;
}

footer .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  footer .row .first-col {
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  footer .row .first-col p {
    text-align: center;
  }
}

footer .row .first-col .logo {
  color: #8ab642;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

footer .row .first-col p {
  color: #7d7d7d;
}

footer .row .first-col ul li a {
  color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
}

footer .row .first-col ul li a:hover {
  color: #8ab642;
}

@media (max-width: 768px) {
  footer .row .second-col {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
}

footer .row .second-col h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

footer .row .second-col a {
  color: #c5c5c5;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .row .second-col a:hover {
  color: #8ab642;
}

footer .row .second-col a.fui-btn {
  padding: 5px 10px;
  background-color: #8ab642;
  font-size: 20px;
  font-weight: 500;
  color: white;
  -webkit-transition: all .3;
  transition: all .3;
  background: #8ab642;
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(82%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 82%);
}

footer .row .second-col a.fui-btn:hover {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#8ab642), color-stop(200%, #547613));
  background: linear-gradient(90deg, #8ab642 0%, #547613 200%);
}

footer .row .second-col a.fui-btn i {
  font-size: 25px;
}

@media (max-width: 768px) {
  footer .row .third-col {
    display: -ms-grid;
    display: grid;
    margin-top: 30px;
    place-items: center;
  }
}

footer .row .third-col h3 {
  font-size: 20px;
  font-weight: 500;
}

footer .row .third-col .wrapper {
  border-bottom: 1px solid white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px;
      grid-template-columns: auto 30px;
}

footer .row .third-col .wrapper input {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 14px;
  outline: none !important;
  padding: 5px 0px;
}

footer .row .third-col .wrapper input::-webkit-input-placeholder {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

footer .row .third-col .wrapper input:-ms-input-placeholder {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

footer .row .third-col .wrapper input::-ms-input-placeholder {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

footer .row .third-col .wrapper input::placeholder {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

footer .row .third-col .wrapper a {
  color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  margin-bottom: 5px;
}

footer .row .third-col .wrapper a:hover {
  color: #8ab642;
}

footer .row .copy-right p {
  color: #c5c5c5;
}

footer .row .copy-right p a {
  color: #8ab642;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .row .copy-right p a:hover {
  color: white;
}
/*# sourceMappingURL=style.css.map */