/*
@File: Sparsity Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default Area CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Featured Services Area CSS
** - About Area CSS
** - Featured Solutions Area CSS
** - Services Area CSS
** - Services Details Area CSS
** - Webinar Area CSS
** - Team Area CSS
** - Projects Area CSS
** - Projects Details Area CSS
** - Fun Facts Area CSS
** - Partner Area CSS
** - Feedback Area CSS
** - Pricing Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Free Trial Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Sidebar Area CSS
** - 404 Error Area CSS
** - FAQ Area CSS
** - Coming Soon Area CSS
** - Shop Area CSS
** - Product Details Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top Area CSS
*/
/*================================================
Default CSS
=================================================*/
@import url(../../../../cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css);
@import url(../../../../cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css);
@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

a {
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #478346;
}

html {
  scroll-behavior: smooth;
}

button {
  outline: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Dosis", sans-serif;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 14px;
  color: #57647c;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

img {
  max-width: 100%;
}

.bg-f2f6f9 {
  background-color: #f2f6f9;
}

.bg-fafafa {
  background-color: #fafafa;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: -6px;
}

.section-title span {
  display: block;
  color: #478346;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Dosis", sans-serif;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.section-title p {
  max-width: 520px;
  margin-bottom: 0;
  margin-top: 15.5px;
  margin-left: auto;
  color: #000;
  margin-right: auto;
}

/*btn-primary*/
.btn {
  border: none;
  line-height: initial;
  border-radius: 30px;
  transition: 0.5s;
  padding: 10px 32px 12px;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.page-title-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.btn-primary {
  color: #ffffff;
  background-color: #478346;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #478346;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #478346 !important;
  color: #ffffff !important;
  box-shadow: unset !important;
}

/*learn-more-btn*/
.learn-more-btn {
  display: inline-block;
  position: relative;
  color: #478346;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.learn-more-btn i {
  margin-left: 2px;
  position: relative;
  top: -0.6px;
}

.learn-more-btn i::before {
  font-size: 11px;
}

.learn-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #478346;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.learn-more-btn:hover {
  color: #478346;
}

.learn-more-btn:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

/*form-control*/
.form-control {
  height: 45px;
  border: 1px solid #eeeeee;
  background-color: transparent;
  border-radius: 0;
  transition: 0.5s;
  color: #333333;
  line-height: initial;
  padding-left: 13px;
  font-size: 14px;
}

.form-control:hover,
.form-control:focus {
  box-shadow: unset;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control::placeholder {
  color: #999999;
}

.form-control:focus {
  box-shadow: unset;
  border-color: #478346;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  transition: 0.9s;
}

.preloader .loader {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  transform: translateY(-45%);
  transition: 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
  background: #478346;
  transition: 0.9s;
}

.preloader::after {
  top: auto;
  bottom: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  height: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@keyframes loader-outter {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.sparsity-responsive-nav {
  display: none;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand img.optional-logo {
  display: none;
}

.sparsity-nav {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
}

.sparsity-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.sparsity-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.sparsity-nav .navbar .navbar-nav {
  font-family: "Dosis", sans-serif;
  margin-left: auto;
}

.sparsity-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.sparsity-nav .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  font-weight: 600;
  color: #f3ebeb;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 13px;
  margin-right: 13px;
}

.sparsity-nav .navbar .navbar-nav .nav-item a:hover,
.sparsity-nav .navbar .navbar-nav .nav-item a:focus,
.sparsity-nav .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
}

.sparsity-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
}

.sparsity-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.sparsity-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.sparsity-nav .navbar .navbar-nav .nav-item:hover a,
.sparsity-nav .navbar .navbar-nav .nav-item:focus a,
.sparsity-nav .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  color: #333333;
  font-size: 16px;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #478346;
}

.sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.sparsity-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.sparsity-nav .navbar .others-options {
  margin-left: 20px;
}

.sparsity-nav .navbar .others-options .cart-btn {
  display: inline-block;
  position: relative;
  top: 3px;
  color: #ffffff;
}

.sparsity-nav .navbar .others-options .cart-btn:hover {
  color: #ffffff;
}

.sparsity-nav .navbar .others-options .btn {
  margin-left: 15px;
}

.sparsity-nav .navbar .others-options .btn-primary {
  background-color: #478346;
  color: #478346;
}

.sparsity-nav .navbar .others-options .btn-primary:hover {
  color: #ffffff !important;
  background-color: #478346 !important;
}

.sparsity-nav .navbar .others-options .option-item {
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: initial;
  margin-left: 15px;
  top: 4px;
}

.sparsity-nav .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  transition: 0.5s;
  color: #ffffff;
}

.sparsity-nav .navbar .others-options .option-item .search-btn::before {
  font-size: 17px;
}

.sparsity-nav .navbar .others-options .option-item .search-btn:hover {
  color: #ffffff;
}

.sparsity-nav .navbar .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  font-size: 17px;
  transition: 0.5s;
  width: 17px;
  color: #ffffff;
}

.sparsity-nav .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.sparsity-nav .navbar .others-options .option-item .close-btn:hover {
  color: #ffffff;
}

.navbar-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: transparent;
  transition: 0.5s;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.5s;
}

.navbar-area.is-sticky .sparsity-nav {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item a {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item a.active {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item:focus a,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item.active a {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .cart-btn {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .cart-btn:hover {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .btn-primary {
  background-color: #478346;
  color: #ffffff;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .btn-primary:hover {
  color: #ffffff !important;
  background-color: #478346 !important;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .option-item {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .option-item .search-btn {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .option-item .search-btn:hover {
  color: #478346;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .option-item .close-btn {
  color: #333333;
}

.navbar-area.is-sticky .sparsity-nav .navbar .others-options .option-item .close-btn:hover {
  color: #478346;
}

.navbar-area.is-sticky .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area.is-sticky .navbar-brand img.main-logo {
  display: none;
}

.navbar-area.is-sticky .navbar-brand img.optional-logo {
  display: block;
}

.navbar-area.navbar-style-two .sparsity-nav {
  padding-left: 0;
  padding-right: 0;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: initial;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  color: #333333;
  outline: 0;
  transition: 0.5s;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #478346;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background: transparent;
  border: none;
  width: 40px;
  outline: 0;
  color: #57647c;
  transition: 0.5s;
}

.search-overlay.search-popup .search-form .search-button:hover,
.search-overlay.search-popup .search-form .search-button:focus {
  color: #478346;
}

.navbar-style-three .sparsity-nav {
  padding-left: 0;
  padding-right: 0;
}

.navbar-style-three .sparsity-nav .navbar-brand img {
  display: inline-block !important;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item a {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item a.active {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item:focus a,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item.active a {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .others-options .cart-btn {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .others-options .cart-btn:hover {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .others-options .option-item {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .others-options .option-item .search-btn {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .others-options .option-item .search-btn:hover {
  color: #478346;
}

.navbar-style-three .sparsity-nav .navbar .others-options .option-item .close-btn {
  color: #333333;
}

.navbar-style-three .sparsity-nav .navbar .others-options .option-item .close-btn:hover {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar-brand img {
  display: inline-block !important;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item a {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item a.active {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item:focus a,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item.active a {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .others-options .cart-btn {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .others-options .cart-btn:hover {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .others-options .option-item {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .others-options .option-item .search-btn {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .others-options .option-item .search-btn:hover {
  color: #478346;
}

.navbar-style-four .sparsity-nav .navbar .others-options .option-item .close-btn {
  color: #333333;
}

.navbar-style-four .sparsity-nav .navbar .others-options .option-item .close-btn:hover {
  color: #478346;
}

@media only screen and (max-width: 991px) {
  .navbar-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-area.is-sticky {
    border-bottom: none;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }

  .navbar-area.is-sticky .sparsity-responsive-nav .logo img.main-logo {
    display: none;
  }

  .navbar-area.is-sticky .sparsity-responsive-nav .logo img.optional-logo {
    display: block;
  }

  .navbar-area.is-sticky .sparsity-responsive-nav .mean-container a.meanmenu-reveal {
    color: #333333;
  }

  .navbar-area.is-sticky .sparsity-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #333333;
  }

  .navbar-area.is-sticky .others-options .cart-btn {
    color: #333333;
  }

  .navbar-area.is-sticky .others-options .cart-btn:hover {
    color: #478346;
  }

  .sparsity-responsive-nav {
    display: block;
  }

  .sparsity-responsive-nav .sparsity-responsive-menu {
    position: relative;
  }

  .sparsity-responsive-nav .sparsity-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }

  .sparsity-responsive-nav .sparsity-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #478346;
  }

  .sparsity-responsive-nav .sparsity-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13.5px;
  }

  .sparsity-responsive-nav .sparsity-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 350px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }

  .sparsity-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }

  .sparsity-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }

  .sparsity-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }

  .sparsity-responsive-nav .logo img.optional-logo {
    display: none;
  }

  .others-options {
    position: absolute;
    right: 55px;
    top: 7px;
  }

  .others-options .btn,
  .others-options .option-item {
    display: none;
  }

  .others-options .cart-btn {
    color: #ffffff;
  }

  .others-options .cart-btn:hover {
    color: #478346;
  }

  .sparsity-nav {
    display: none;
  }

  .navbar-style-three .sparsity-responsive-nav .logo img {
    display: inline-block !important;
  }

  .navbar-style-three .sparsity-responsive-nav .mean-container a.meanmenu-reveal {
    color: #333333;
  }

  .navbar-style-three .sparsity-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #333333;
  }

  .navbar-style-three .others-options .cart-btn {
    color: #333333;
  }

  .navbar-style-three .others-options .cart-btn:hover {
    color: #478346;
  }

  .navbar-style-four .sparsity-responsive-nav .logo img {
    display: inline-block !important;
  }

  .navbar-style-four .sparsity-responsive-nav .mean-container a.meanmenu-reveal {
    color: #333333;
  }

  .navbar-style-four .sparsity-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #333333;
  }

  .navbar-style-four .others-options .cart-btn {
    color: #333333;
  }

  .navbar-style-four .others-options .cart-btn:hover {
    color: #478346;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 950px;
  position: relative;
  background-image: url(../img/main-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.main-banner.home-video {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-banner.home-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: 0.75;
}

.main-banner.home-video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 100%;
  z-index: -2;
}

.main-banner.home-video .main-banner {
  position: relative;
  z-index: 3;
}

.main-banner-content {
  margin-top: -160px;
  max-width: 720px;

}

.main-banner-content h1 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 70px;
  font-weight: 700;
}

.main-banner-content p {
  font-size: 15px;
  color: #ffffff;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 0;
}

.main-banner-content .btn-box {
  margin-top: 30px;
}

.main-banner-content .btn-box .optional-btn {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 20px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.main-banner-content .btn-box .optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.5s;
}

.main-banner-content .btn-box .optional-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #478346;
  transition: 0.5s;
}

.main-banner-content .btn-box .optional-btn:hover {
  color: #ffffff;
}

.main-banner-content .btn-box .optional-btn:hover::before {
  width: 0;
}

.main-banner-content .btn-box .optional-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.banner-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: url(../img/banner-bg-shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 240px;
  padding-bottom: 120px;
}

.banner-content h1 {
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 67px;
  font-weight: 700;
}

.banner-content p {
  font-size: 15px;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 0;
}

.banner-content .btn-box {
  margin-top: 30px;
}

.banner-content .btn-box .optional-btn {
  display: inline-block;
  color: #333333;
  position: relative;
  margin-left: 20px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.banner-content .btn-box .optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: 0.5s;
}

.banner-content .btn-box .optional-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #478346;
  transition: 0.5s;
}

.banner-content .btn-box .optional-btn:hover {
  color: #478346;
}

.banner-content .btn-box .optional-btn:hover::before {
  width: 0;
}

.banner-content .btn-box .optional-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  top: -75px;
}


.banner-image img {
  position: absolute;
}

.banner-image img:nth-child(1) {
  left: 115px;
  bottom: 70px;
  z-index: 4;
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.banner-image img:nth-child(2) {
  left: 87px;
  bottom: 45px;
  z-index: 3;
}

.banner-image img:nth-child(3) {
  right: 45px;
  bottom: -35px;
}

.banner-image img:nth-child(4) {
  left: -40px;
  bottom: -75px;
  z-index: 3;
}

.banner-image img:nth-child(5) {
  left: 40px;
  bottom: -55px;
  z-index: 2;
}

.banner-image img:nth-child(6) {
  left: -45px;
  top: 185px;
  z-index: 1;
}

.banner-image img:nth-child(7) {
  right: 245px;
  top: 0;
}

.banner-image img:nth-child(8) {
  left: 30px;
  bottom: -63px;
}

.banner-image img.main-pic {
  display: none;
}

.hero-banner {
  position: relative;
  z-index: 1;
  background-image: url(../img/banner-bg-shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 100px;
}

.hero-banner .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

.hero-banner-content h1 {
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 67px;
  font-weight: 700;
}

.hero-banner-content p {
  font-size: 15px;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 0;
}

.hero-banner-content .btn-box {
  margin-top: 30px;
}

.hero-banner-content .btn-box .optional-btn {
  display: inline-block;
  color: #333333;
  position: relative;
  margin-left: 20px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-banner-content .btn-box .optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: 0.5s;
}

.hero-banner-content .btn-box .optional-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #478346;
  transition: 0.5s;
}

.hero-banner-content .btn-box .optional-btn:hover {
  color: #478346;
}

.hero-banner-content .btn-box .optional-btn:hover::before {
  width: 0;
}

.hero-banner-content .btn-box .optional-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.hero-banner-image {
  text-align: center;
}

/*================================================
Featured Services Area CSS
=================================================*/
.featured-services-area {
  position: absolute;
  left: 0;
  bottom: -184px;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.single-featured-services-box {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding: 20px 30px;
}

.single-featured-services-box .icon {
  margin-bottom: 5px;
  color: #478346;
  transition: 0.5s;
}

.single-featured-services-box .icon i {
  font-size: 45px;
}

.single-featured-services-box .icon i::before {
  font-size: 45px;
}

.single-featured-services-box h3 {
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.5s;
  font-size: 23px;
  font-weight: 700;
}

.single-featured-services-box h3 a {
  color: #ffffff;
}

.single-featured-services-box p {
  color: #dddddd;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}

.single-featured-services-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #478346;
  width: 2px;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
}

.single-featured-services-box:hover .icon,
.single-featured-services-box.active .icon {
  color: #ffffff;
}

.single-featured-services-box:hover h3,
.single-featured-services-box.active h3 {
  color: #ffffff;
}

.single-featured-services-box:hover h3 a,
.single-featured-services-box.active h3 a {
  color: #ffffff;
}

.single-featured-services-box:hover p,
.single-featured-services-box.active p {
  color: #f0f0f0;
}

.single-featured-services-box:hover::before,
.single-featured-services-box.active::before {
  width: 100%;
}

/*================================================
Featured Solutions Area CSS
=================================================*/
.featured-solutions-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.single-featured-solutions-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 5px;
  background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
}

.single-featured-solutions-box .icon {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.single-featured-solutions-box .icon img {
  transition: 0.5s;
}

.single-featured-solutions-box .icon::before {
  height: 50px;
  width: 50px;
  background: linear-gradient(to right, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
  border-radius: 50%;
  transition: 0.5s;
}

.single-featured-solutions-box h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 23px;
  font-weight: 700;
}

.single-featured-solutions-box p {
  margin-top: 13px;
  margin-bottom: 0;
}

.single-featured-solutions-box .learn-more-btn {
  margin-top: 12px;
  font-size: 16px;
}

.single-featured-solutions-box .learn-more-btn::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.single-featured-solutions-box .learn-more-btn:hover::before {
  width: 0;
}

.single-featured-solutions-box:hover .icon img {
  transform: rotateY(-180deg);
}

.single-featured-solutions-box:hover .icon::before {
  transform: translateY(-50%) rotate(180deg);
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  position: relative;
  padding-bottom: 210px;
}

.about-image img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 10px 0 0;
}

.about-content {
  padding-left: 25px;
}

.about-content h2 {
  margin-bottom: 18px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 700;
}

.about-content p {
  margin-bottom: 13px;
}

.about-content .btn {
  margin-top: 7px;
}

.about-inner-area {
  margin-top: 60px;
}

.about-text h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.about-text p {
  margin-top: 13px;
  margin-bottom: 0;
}

.about-img {
  text-align: center;
}

.about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-right: -10px;
  margin-left: -10px;
}

.about-content .features-list li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 13px;
}

.about-content .features-list li span {
  display: block;
  position: relative;
  color: #333333;
  padding-left: 28px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.about-content .features-list li span i {
  width: 20px;
  display: inline-block;
  height: 20px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 4px;
  color: #ffffff;
  line-height: 16px;
  background-color: #478346;
  text-align: center;
  transition: 0.5s;
}

.about-content .features-list li span i::before {
  font-size: 10px;
}

.about-content .features-list li span:hover i {
  background-color: #478346;
}

.shape-img1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  opacity: 0.4;
}

.shape-img2 {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: -1;
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape-img7 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
  animation: rotate3d 4s linear infinite;
}

.shape-img3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.1;
  animation: rotate3d 4s linear infinite;
}

.shape-img4 {
  position: absolute;
  right: 40%;
  bottom: 8%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.shape-img5 {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.7;
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape-img6 {
  position: absolute;
  left: 2%;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
  animation: moveLeftBounce 5s linear infinite;
}

.dot-shape1 {
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: -1;
  animation: animationFramesTwo 40s infinite linear;
  opacity: 0.5;
}

.dot-shape2 {
  position: absolute;
  left: 5%;
  top: 45%;
  z-index: -1;
  animation: animationFramesTwo 30s infinite linear;
  opacity: 0.5;
}

.dot-shape4 {
  position: absolute;
  right: 15%;
  top: 50%;
  z-index: -1;
  animation: rotate3d 4s linear infinite;
}

.dot-shape5 {
  position: absolute;
  left: 30%;
  top: 50%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.dot-shape6 {
  position: absolute;
  right: 45%;
  bottom: 5%;
  z-index: -1;
  animation: rotate3d 4s linear infinite;
}

@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    transform: translate(40px, -72px) rotate(-144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes moveLeftBounce {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.services-area .pagination-area {
  margin-bottom: 30px;
}

.single-services-box {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px 25px;
  transition: 0.5s;
  position: relative;
}

.single-services-box .icon {
  margin-bottom: 18px;
  background-color: #ffe4d9;
  border-radius: 5px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  transition: 0.5s;
  text-align: center;
  color: #478346;
}

.single-services-box .icon i::before {
  font-size: 35px;
}

.single-services-box h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.single-services-box p {
  margin-top: 12px;
  margin-bottom: 0;
}

.single-services-box::before {
  content: "";
  height: 3px;
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #478346;
  transition: 0.5s;
}

.single-services-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-services-box:hover .icon {
  background-color: #478346;
  color: #ffffff;
}

.single-services-box:hover::before {
  width: 100%;
  height: 4px;
}

.services-section {
  position: relative;
  z-index: 1;
}

.services-tab-list .tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.services-tab-list .tabs li {
  margin-bottom: 10px;
}

.services-tab-list .tabs li a {
  display: block;
  background-color: #ffffff;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  color: #313e5b;
  font-size: 19px;
  font-weight: 600;
}

.services-tab-list .tabs li a i {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  margin-right: 7px;
  color: #478346;
}

.services-tab-list .tabs li a i::before {
  font-size: 30px;
}

.services-tab-list .tabs li a:hover {
  background-color: #478346;
  color: #ffffff;
}

.services-tab-list .tabs li.current a {
  background-color: #478346;
  color: #ffffff;
}

.services-tab-list .tabs li:last-child {
  margin-bottom: 0;
}

.services-tab-list .tab-content {
  padding-left: 30px;
}

.services-tab-list .tab-content .tabs-item .image {
  margin-bottom: 30px;
}

.services-tab-list .tab-content .tabs-item .content .btn {
  margin-top: 5px;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-overview {
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px;
}

.services-details-overview:first-child {
  margin-top: 0;
}

.services-details-overview .services-details-desc {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
  display: block;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
  border: none;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #478346;
  color: #ffffff;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-content.show {
  display: block;
}

.services-details-overview .services-details-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

/*================================================
Webinar Area CSS
=================================================*/
.webinar-content {
  margin-left: auto;
  max-width: 635px;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 87px;
}

.webinar-content h2 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
}

.webinar-content p {
  margin-bottom: 20px;
}

.webinar-video-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/woman.jpg);
}

.webinar-video-image img {
  display: none;
}

.webinar-video-image .video-btn {
  position: absolute;
  left: -45px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #478346;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}

.webinar-video-image .video-btn i::before {
  font-size: 38px;
}

.webinar-video-image .video-btn::after,
.webinar-video-image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #478346;
}

.webinar-video-image .video-btn::before {
  animation: ripple 2s linear infinite;
}

.webinar-video-image .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}

.webinar-video-image .video-btn:hover,
.webinar-video-image .video-btn:focus {
  background-color: #478346;
  color: #ffffff;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Projects Area CSS
=================================================*/
.projects-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 80px;
}

.projects-area .section-title {
  text-align: left;
  max-width: 540px;
  margin-left: 0;
  margin-right: 0;
}

.projects-area .container-fluid {
  position: relative;
}

.single-projects-box {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
}

.single-projects-box img {
  border-radius: 5px;
}

.single-projects-box .plus-icon a {
  background-color: #478346;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(0);
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
  border-radius: 50%;
}

.single-projects-box .plus-icon a span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-projects-box .plus-icon a span::before,
.single-projects-box .plus-icon a span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.single-projects-box .plus-icon a span::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.single-projects-box .plus-icon a:hover {
  background-color: #478346;
}

.single-projects-box:hover .plus-icon a {
  transform: scale(1);
}

.projects-slides.owl-theme .owl-stage-outer {
  padding-left: 15px;
  padding-right: 15px;
}

.projects-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 20%;
  top: -115px;
}

.projects-slides.owl-theme .owl-nav [class*=owl-] {
  color: #333333;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  transition: 0.5s;
  position: relative;
  border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
  z-index: 1;
}

.projects-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-left: 10px;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
}

.projects-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
}

.projects-slides.owl-theme .owl-nav [class*=owl-]::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
  border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}

.projects-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #478346;
  color: #ffffff;
}

.projects-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  opacity: 0;
  visibility: hidden;
}

.circle-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Projects Details Area CSS
=================================================*/
.projects-details {
  padding: 40px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  background-color: #ffffff;
}

.projects-details-image {
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.3);
  background-color: #ffffff;
}

.projects-details-info {
  width: 100%;
  height: 100%;
  padding: 25px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  background-color: #ffffff;
}

.projects-details-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.projects-details-info ul li {
  margin-bottom: 12px;
  color: #57647c;
}

.projects-details-info ul li:last-child {
  margin-bottom: 0;
}

.projects-details-info ul li a {
  display: inline-block;
  color: #57647c;
}

.projects-details-info ul li a:hover {
  color: #478346;
}

.projects-details-info ul li span {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}

.projects-details-desc {
  margin-top: 35px;
}

.projects-details-desc h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}

.projects-details-desc p {
  margin-bottom: 12px;
}

.projects-details-desc blockquote p,
.projects-details-desc .blockquote p {
  font-size: 25px;
}

/*================================================
Team Area CSS
=================================================*/
.team-area {
  padding-bottom: 80px;
}

.single-team-box {
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  transition: 0.5s;
  text-align: center;
}

.single-team-box .image {
  position: relative;
  overflow: hidden;
}

.single-team-box .image img {
  transition: 0.5s;
}

.single-team-box .image .social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  margin-top: -100px;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 35px;
  visibility: hidden;
  transition: 0.5s;
}

.single-team-box .image .social a {
  display: inline-block;
  color: #478346;
  font-size: 17px;
  margin: 0 7px;
}

.single-team-box .image .social a:hover {
  color: #478346;
}

.single-team-box .content {
  padding: 25px;
  position: relative;
  transition: 0.5s;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 23px;
  font-weight: 700;
}

.single-team-box .content span {
  display: block;
  margin-top: 8px;
  color: #478346;
  transition: 0.5s;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.single-team-box:hover {
  transform: translateY(-5px);
}

.single-team-box:hover .image img {
  transform: scale(1.2);
}

.single-team-box:hover .image .social {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.single-team-box:hover .content {
  background-color: #478346;
}

.single-team-box:hover .content h3 {
  color: #ffffff;
}

.single-team-box:hover .content span {
  color: #ffffff;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  position: relative;
  z-index: 1;
}

.single-funfacts {
  margin-bottom: 30px;
  text-align: center;
}

.single-funfacts h3 {
  color: #478346;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.single-funfacts h3 .odometer-auto-theme {
  font-family: "Dosis", sans-serif;
}

.single-funfacts p {
  line-height: initial;
  margin-bottom: 0;
}

.contact-cta-box {
  max-width: 600px;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  padding: 25px 220px 25px 40px;
  position: relative;
  margin-left: auto;
  margin-top: 40px;
  margin-right: auto;
}

.contact-cta-box h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
}

.contact-cta-box p {
  line-height: initial;
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-cta-box .btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.shape-map1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  padding-bottom: 100px;
}

.customers-partner-list1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.partner-item1 {
  flex: 0 0 20%;
  max-width: 12.5%;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.customers-partner-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.partner-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.partner-item a {
  display: block;
  padding: 25px;
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.partner-item a::before,
.partner-item a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.partner-item a::before {
  left: 0;
  top: 0;
  border-left: 3px solid #478346;
  border-top: 3px solid #478346;
}

.partner-item a::after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #478346;
  border-bottom: 3px solid #478346;
}

.partner-item a img {
  transition: 0.5s;
}

.partner-item a:hover::after,
.partner-item a:hover::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}

.partner-item a:hover img {
  transform: scale(0.8);
}

.partner-item:nth-child(6) {
  margin-left: 0%;
}

.partner-section {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}

.single-partner-item {
  margin-bottom: 30px;
  text-align: center;
}

.single-partner-item a {
  display: block;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  position: relative;
  z-index: 1;
}

.feedback-item {
  position: relative;
  z-index: 3;
  margin-left: auto;
  max-width: 635px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feedback-item p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 19px;
  font-style: italic;
}

.feedback-item::before {
  content: "\f113";
  color: #f8b5a6;
  display: inline-block;
  position: relative;
  margin-top: -15px;
  font-style: normal;
  font-size: 50px;
  font-family: Flaticon;
}

.feedback-item .client-info {
  margin-top: 20px;
}

.feedback-item .client-info img {
  width: 75px !important;
  display: none !important;
  margin-bottom: 15px;
  border-radius: 5px;
}

.feedback-item .client-info h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.feedback-item .client-info span {
  display: block;
  font-weight: 300;
  margin-top: 4px;
  color: #ffffff;
}

.feedback-item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #478346;
  z-index: -1;
  display: none;
}

.client-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-image img {
  display: none !important;
  width: auto !important;
}

.client-image.bg1 {
  background-image: url(../img/client/1.html);
}

.client-image.bg2 {
  background-image: url(../img/client/2.html);
}

.client-image.bg3 {
  background-image: url(../img/client/3.html);
}

.feedback-slides.owl-theme .owl-stage .owl-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 68%;
  height: 100%;
  z-index: 1;
  background-image: url(../img/1.png);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

.feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  font-size: 50px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] i::before {
  font-size: 50px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
}

.feedback-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.feedback-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
}

.feedback-slides.owl-theme .owl-dots .owl-dot {
  outline: 0;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  background-color: #ffffff;
  transition: 0.5s;
  margin: 0 4px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span,
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3a3a3a;
}

.testimonials-area {
  background: linear-gradient(to right, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.single-testimonials-item {
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  padding: 60px 70px 60px 190px;
  border-radius: 5px;
}

.single-testimonials-item .client-info {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.single-testimonials-item .client-info img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
}

.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 700;
}

.single-testimonials-item .client-info span {
  display: block;
  color: #478346;
  margin-top: 5px;
  font-size: 13px;
}

.single-testimonials-item p {
  font-size: 15px;
  margin-bottom: 0;
  color: #4a6f8a;
}

.single-testimonials-item .rating {
  margin-top: 10px;
}

.single-testimonials-item .rating i {
  color: #ff612f;
}

.single-testimonials-item .rating i::before {
  font-size: 14px;
}

.single-testimonials-item::before {
  content: "\f113";
  color: #f5f5f5;
  position: absolute;
  right: 25px;
  bottom: 0;
  font-style: normal;
  font-size: 80px;
  font-family: Flaticon;
}

.single-testimonials-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #ffffff;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}

.testimonials-slides {
  max-width: 750px;
  margin: -40px auto 0;
}

.testimonials-slides .single-testimonials-item {
  margin-top: 40px;
}

.testimonials-slides .owl-item {
  padding-left: 50px;
  padding-right: 50px;
}

.testimonials-slides .owl-nav.disabled+.owl-dots {
  line-height: 0.01;
  margin-top: 10px;
  margin-bottom: 30px;
}

.testimonials-slides .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: transparent;
  transition: 0.5s;
  border: 2px solid #8d95a7;
  border-radius: 50%;
  position: relative;
}

.testimonials-slides .owl-dots .owl-dot span::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #478346;
  margin: 2px;
  content: "";
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0);
}

.testimonials-slides .owl-dots .owl-dot:hover span,
.testimonials-slides .owl-dots .owl-dot.active span {
  border-color: #478346;
  background-color: transparent;
}

.testimonials-slides .owl-dots .owl-dot:hover span::before,
.testimonials-slides .owl-dots .owl-dot.active span::before {
  transform: scale(1);
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.single-pricing-box {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  transition: 0.5s;
  border-radius: 5px;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.single-pricing-box .pricing-header p {
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

.single-pricing-box .price {
  font-size: 50px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  margin-bottom: 10px;
}

.single-pricing-box .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}

.single-pricing-box .buy-btn {
  margin-bottom: 25px;
}

.single-pricing-box .buy-btn .btn-primary::after {
  background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  border-radius: 30px;
}

.single-pricing-box .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #57647c;
  position: relative;
  padding-left: 19px;
}

.single-pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-box .pricing-features li i {
  color: #478346;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-pricing-box .pricing-features li i::before {
  font-size: 12px;
}

.single-pricing-box:hover,
.single-pricing-box.active {
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-color: #ffffff;
}

.single-pricing-box:hover .buy-btn .btn-primary::after,
.single-pricing-box.active .buy-btn .btn-primary::after {
  opacity: 0;
  visibility: hidden;
}

.tabs-item {
  display: none;
}

.tabs-item:first-child {
  display: block;
}

.pricing-tab .tabs {
  padding-left: 0;
  margin-bottom: 45px;
  list-style-type: none;
  text-align: center;
}

.pricing-tab .tabs li {
  display: inline-block;
}

.pricing-tab .tabs li a {
  background-color: #ffffff;
  padding: 10px 30px 11px;
  margin-left: -2px;
  margin-right: -2px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.pricing-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #333333;
}

.pricing-tab .tabs li.current a {
  color: #ffffff;
  background-color: #333333;
}

.pricing-tab .tabs li:nth-child(1) a {
  border-radius: 5px 0 0 5px;
}

.pricing-tab .tabs li:nth-child(1) a::before {
  border-radius: 5px 0 0 5px;
}

.pricing-tab .tabs li:nth-child(2) a {
  border-radius: 0 5px 5px 0;
}

.pricing-tab .tabs li:nth-child(2) a::before {
  border-radius: 0 5px 5px 0;
}

.pricing-box {
  background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
  margin-bottom: 30px;
  text-align: center;
  padding: 30px;
  transition: 0.5s;
  border-radius: 5px;
}

.pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.pricing-box .pricing-header p {
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

.pricing-box .price {
  font-size: 50px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  margin-bottom: 10px;
}

.pricing-box .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}

.pricing-box .buy-btn {
  margin-bottom: 25px;
}

.pricing-box .buy-btn .btn-primary::after {
  background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  border-radius: 30px;
}

.pricing-box .pricing-features {
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #495771;
  position: relative;
  padding-left: 19px;
}

.pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-box .pricing-features li i {
  color: #478346;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pricing-box .pricing-features li i::before {
  font-size: 12px;
}

.pricing-box:hover .buy-btn .btn-primary::after,
.pricing-box.active .buy-btn .btn-primary::after {
  opacity: 0;
  visibility: hidden;
}

.pricing-tab.bg-color .tabs li a {
  background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
}

.pricing-tab.bg-color .tabs li a:hover {
  color: #333333;
  background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
}

.pricing-tab.bg-color .tabs li.current a {
  color: #ffffff;
  background: #333333;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #f4faff;
}

.single-blog-post .entry-thumbnail a img {
  transition: 0.5s;
  border-radius: 5px;
}

.single-blog-post .entry-post-content {
  padding: 20px;
}

.single-blog-post .entry-post-content .entry-meta {
  margin-bottom: 6px;
}

.single-blog-post .entry-post-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post .entry-post-content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #57647c;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.single-blog-post .entry-post-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: rotate(14deg) translateY(-50%);
  background: #57647c;
  width: 1px;
  height: 13px;
}

.single-blog-post .entry-post-content .entry-meta ul li a {
  display: inline-block;
  color: #57647c;
}

.single-blog-post .entry-post-content .entry-meta ul li a:hover {
  color: #478346;
}

.single-blog-post .entry-post-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.single-blog-post .entry-post-content .entry-meta ul li:last-child::before {
  display: none;
}

.single-blog-post .entry-post-content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 23px;
  font-weight: 700;
}

.single-blog-post .entry-post-content p {
  margin-top: 8px;
  margin-bottom: 0;
  color: #000;
}

.single-blog-post .entry-post-content .learn-more-btn {
  margin-top: 15px;
}

.single-blog-post:hover {
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
  background-color: #ffffff;
}

.single-blog-post:hover .entry-thumbnail a img {
  opacity: 0.7;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details .article-content {
  margin-top: 30px;
}

.blog-details .article-content .entry-meta {
  margin-bottom: 10px;
}

.blog-details .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  font-family: "Dosis", sans-serif;
}

.blog-details .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #333333;
  margin-right: 21px;
  font-size: 15px;
}

.blog-details .article-content .entry-meta ul li span {
  display: inline-block;
  color: #333333;
  font-weight: 600;
}

.blog-details .article-content .entry-meta ul li a {
  display: inline-block;
  color: #57647c;
}

.blog-details .article-content .entry-meta ul li a:hover {
  color: #478346;
}

.blog-details .article-content .entry-meta ul li i {
  color: #478346;
  margin-right: 2px;
}

.blog-details .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #478346;
}

.blog-details .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details .article-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.blog-details .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details .article-content .article-features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
  margin-left: 20px;
}

.blog-details .article-content .article-features-list li {
  margin-bottom: 12px;
  color: #57647c;
  position: relative;
  padding-left: 15px;
}

.blog-details .article-content .article-features-list li::before {
  background: #478346;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}

.blog-details .article-content .article-features-list li:last-child {
  margin-bottom: 0;
}

.blog-details .article-footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
}

.blog-details .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details .article-footer .article-tags span {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details .article-footer .article-tags a {
  display: inline-block;
  color: #818181;
}

.blog-details .article-footer .article-tags a:hover {
  color: #478346;
}

.blog-details .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details .article-footer .article-share .social li a {
  color: #333333;
  background-color: #f7f7f7;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
}

.blog-details .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #478346;
}

blockquote,
.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  font-family: "Dosis", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p,
.blockquote p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
}

blockquote cite,
.blockquote cite {
  display: none;
}

blockquote::before,
.blockquote::before {
  color: #efefef;
  content: "\f10d";
  position: absolute;
  left: 50px;
  top: -60px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  line-height: initial;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}

.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #eeeeee;
  color: #57647c;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #478346;
  border-color: #478346;
}

.comments-area .comment-meta {
  margin-bottom: 0.8em;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  color: #57647c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.comments-area .comment-metadata a {
  color: #57647c;
}

.comments-area .comment-metadata a:hover {
  color: #478346;
}

.comments-area .comment-content p {
  font-size: 13px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}

.comments-area .comment-respond input[type=date]:focus,
.comments-area .comment-respond input[type=time]:focus,
.comments-area .comment-respond input[type=datetime-local]:focus,
.comments-area .comment-respond input[type=week]:focus,
.comments-area .comment-respond input[type=month]:focus,
.comments-area .comment-respond input[type=text]:focus,
.comments-area .comment-respond input[type=email]:focus,
.comments-area .comment-respond input[type=url]:focus,
.comments-area .comment-respond input[type=password]:focus,
.comments-area .comment-respond input[type=search]:focus,
.comments-area .comment-respond input[type=tel]:focus,
.comments-area .comment-respond input[type=number]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: #478346;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #57647c;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background-color: #478346;
  border: none;
  color: #ffffff;
  padding: 10.5px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.5s;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #478346;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  z-index: 1;
}

.free-trial-area::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  height: 100%;
  z-index: 1;
  background-color: #478346;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.free-trial-content {
  position: relative;
  z-index: 2;
  max-width: 555px;
  padding-left: 30px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.free-trial-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.free-trial-content form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}

.free-trial-content form .input-newsletter {
  display: block;
  width: 72%;
  height: 45px;
  color: #ffffff;
  border: none;
  outline: 0;
  background-color: #333333;
  border-radius: 30px;
  padding-left: 20px;
}

.free-trial-content form .input-newsletter::-moz-placeholder {
  color: #d5d5d5;
}

.free-trial-content form .input-newsletter::placeholder {
  color: #d5d5d5;
}

.free-trial-content form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border: none;
  padding: 0 30px;
  line-height: 45px;
  background-color: #ffffff;
  border-radius: 30px;
  transition: 0.5s;
  color: #478346;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.free-trial-content form button:hover {
  background-color: #478346;
  color: #ffffff;
}

.free-trial-content p {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 350px;
}

.free-trial-content::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #478346;
  z-index: -1;
  display: none;
}

.free-trial-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/quality-assurance.html);
}

.free-trial-image img {
  display: none;
}

.free-trial-section {
  position: relative;
  z-index: 1;
}

.free-trial-section::before {
  width: 40%;
  height: 100%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left bottom, #f8f9fd, #fafafd, #fcfcfe, #fdfdfe, #ffffff);
  content: "";
}

.free-trial-img {
  margin-left: -15px;
  text-align: center;
}

.free-trial-text {
  padding-left: 15px;
}

.free-trial-text h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}

.free-trial-text form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}

.free-trial-text form .input-newsletter {
  display: block;
  width: 72%;
  height: 45px;
  color: #ffffff;
  border: none;
  outline: 0;
  background-color: #333333;
  border-radius: 30px;
  padding-left: 20px;
}

.free-trial-text form .input-newsletter::-moz-placeholder {
  color: #d5d5d5;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-text form .input-newsletter::placeholder {
  color: #d5d5d5;
  transition: 0.5s;
}

.free-trial-text form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}

.free-trial-text form .input-newsletter:focus::placeholder {
  color: transparent;
}

.free-trial-text form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border: none;
  padding: 0 30px;
  line-height: 45px;
  background-color: #478346;
  border-radius: 30px;
  transition: 0.5s;
  color: #ffffff;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.free-trial-text form button:hover {
  background-color: #478346;
  color: #ffffff;
}

.free-trial-text p {
  margin-bottom: 0;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 210px;
  padding-bottom: 140px;
  background-color: #000000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.6;
}

.page-title-area.item-bg1 {
  background-image: url(../img/page-title-bg1.html);
}

.page-title-area.item-products {
  background-image: url(../img/product-banner.html);
  background-position: 62% 65px;
}

.page-title-area.item-innovation {
  background-image: url(../img/innovation.html);
  background-position: 62% 65px;
}

.page-title-area.item-branded {
  background-image: url(../img/branded.html);
  background-position: 62% 65px;

}

.page-title-area.item-about {
  background-image: url(../img/about-us-bg.jpg);
  background-position: 62% 65px;
}

.page-title-area.item-bg2 {
  background-image: url(../img/page-title-bg2.jpg);
}

.page-title-area.item-bg3 {
  background-image: url(../img/page-title-bg3.jpg);
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  font-family: "Dosis", sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-title-content ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.page-title-content ul li a {
  color: #478346;
}

.page-title-content ul li a:hover {
  color: #478346;
}

.page-title-content ul li::before {
  content: "\f054";
  position: absolute;
  right: -15px;
  top: 6px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 40px;
  text-align: center;
  font-family: "Dosis", sans-serif;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #333333;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 16px;
  font-weight: 700;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #478346;
  color: #ffffff;
  box-shadow: unset;
}

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 30px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 20px;
}

.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: #478346;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #478346;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #478346;
  transition: 0.5s;
}

.widget-area .widget_search form button:hover {
  background-color: #478346;
  color: #ffffff;
}

.widget-area .widget_sparsity_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_sparsity_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_sparsity_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_sparsity_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_sparsity_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_sparsity_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/1.jpg);
}

.widget-area .widget_sparsity_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/2.html);
}

.widget-area .widget_sparsity_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/3.jpg);
}

.widget-area .widget_sparsity_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_sparsity_posts_thumb .item .info time {
  display: block;
  color: #57647c;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px;
}

.widget-area .widget_sparsity_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 14.5px;
  font-family: "Dosis", sans-serif;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #478346;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}

.widget-area .widget_recent_entries ul li a {
  color: #57647c;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #478346;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #57647c;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #333333;
  padding-left: 14px;
  line-height: 1.5;
  font-size: 14.5px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #478346;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a {
  color: #57647c;
  display: inline-block;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #478346;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #57647c;
  font-size: 14.5px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #478346;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  color: #57647c;
}

.widget-area .widget_archive ul li a:hover {
  color: #478346;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  font-size: 14.5px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #478346;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #57647c;
}

.widget-area .widget_categories ul li a:hover {
  color: #478346;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  font-size: 14.5px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #478346;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  color: #57647c;
}

.widget-area .widget_meta ul li a:hover {
  color: #478346;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #57647c;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #478346;
  border-color: #478346;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 17px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-content .section-title {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.faq-content .section-title p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  border: none;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #478346;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
}

.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 15px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 110px;
}

.faq-contact-form form {
  padding-left: 50px;
}

.faq-contact-form form .form-group {
  margin-bottom: 25px;
}

.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.faq-contact-form form .row .col-lg-12,
.faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.faq-contact-form form .btn {
  padding: 13px 35px 15px;
  font-size: 17px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.faq-contact-form form .btn.disabled {
  cursor: not-allowed !important;
}

.faq-contact-form form .btn.disabled:hover::before,
.faq-contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}

.faq-contact-form form .btn.disabled:hover::after,
.faq-contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}

.faq-contact-form form .form-check .form-check-input {
  position: relative;
  top: 1px;
}

.faq-contact-form form .form-check-label {
  font-size: 15px;
  font-weight: 500;
  color: #57647c;
}

.faq-contact-form form .form-check-label a {
  display: inline-block;
  color: #57647c;
}

.faq-contact-form form .form-check-label a:hover {
  color: #478346;
}

.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.faq-contact-form form .help-block ul li {
  color: red;
}

.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
}

.faq-contact-form form #msgSubmit.text-danger,
.faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
}

.coming-soon-area .coming-soon-content {
  height: 100vh;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

.coming-soon-area .coming-soon-content .logo {
  position: absolute;
  left: 100px;
  top: 30px;
}

.coming-soon-area .coming-soon-content h3 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content form {
  max-width: 520px;
}

.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 15px;
}

.coming-soon-area .coming-soon-content form .form-control {
  height: 50px;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.coming-soon-area .coming-soon-content form .btn {
  display: block;
  width: 100%;
  padding: 15px 28px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 15px;
}

.coming-soon-area .coming-soon-content .social {
  position: absolute;
  left: 100px;
  bottom: 30px;
  text-align: center;
}

.coming-soon-area .coming-soon-content .social ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.coming-soon-area .coming-soon-content .social ul li {
  display: inline-block;
  margin: 0 2px;
}

.coming-soon-area .coming-soon-content .social ul li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #dddddd;
  color: #333333;
  font-size: 14px;
}

.coming-soon-area .coming-soon-content .social ul li a.twitter {
  background-color: #1da1f2;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.youtube {
  background-color: #ff0000;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.facebook {
  background-color: #3b5998;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.linkedin {
  background-color: #0077b5;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a.instagram {
  background-color: #c13584;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .social ul li a:hover {
  background-color: #478346;
  color: #ffffff;
}

.coming-soon-area .coming-soon-time {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
  background-image: url(../img/coming-soon-bg.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area .coming-soon-time img {
  display: none;
}

.coming-soon-area .coming-soon-time #timer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-time #timer div {
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  line-height: initial;
  padding-top: 37px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 45px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.coming-soon-area .coming-soon-time #timer div span {
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
}

.coming-soon-area .coming-soon-time::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.7;
  z-index: -1;
}

/*================================================
Shop Area CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
}

.woocommerce-topbar .woocommerce-result-count p {
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #57647c;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 15px 35px 15px 20px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  transition: 0.5s;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #478346 !important;
  color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  background-color: transparent;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
}

.single-product-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.single-product-box .product-image a img {
  transition: 0.5s;
}

.single-product-box .product-image a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}

.single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  padding: 12px 20px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.single-product-box .product-image .add-to-cart-btn:hover {
  background-color: #478346;
  color: #ffffff;
}

.single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.single-product-box .product-content {
  padding: 25px;
}

.single-product-box .product-content h3 {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
}

.single-product-box .product-content .price {
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.single-product-box .product-content .rating {
  margin-top: 8px;
  color: #ffb708;
}

.single-product-box .product-content .rating i {
  margin-right: -1px;
}

.single-product-box:hover .product-image a img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-image img {
  border-radius: 5px;
}

.product-details-desc h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.product-details-desc p {
  margin-bottom: 0;
  color: #000;
}

.product-details-desc .price {
  margin-bottom: 15px;
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
  color: #478346;
  border-color: #478346;
}

.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #478346;
}

.product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}

.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
  background: #333333;
  border-color: #333333;
  animation: wave 0.4s ease;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}

.product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #f2f2f2;
}

.product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 8px;
}

.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.products-details-tab {
  margin-top: 50px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px dashed #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
}

.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  transition: 0.5s;
  border-radius: 50%;
}

.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  transition: 0.5s;
}

.products-details-tab .tabs li a:hover,
.products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #478346;
  border-color: #478346;
}

.products-details-tab .tabs li a:hover .dot,
.products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}

.products-details-tab .tabs li a:hover .dot::before,
.products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #478346;
  border-color: #478346;
}

.products-details-tab .tabs li.current a .dot {
  border-color: #ffffff;
}

.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tab_content {
  border: 1px dashed #eeeeee;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #000;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ebebeb;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #478346;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #57647c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  min-height: 120px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
  margin-top: 0;
}

.related-products {
  margin-top: 70px;
}

.related-products .section-title {
  margin-bottom: 10px;
}

.related-products .single-product-box {
  margin-bottom: 0;
  margin-top: 30px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 25px 0 25px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #000;
}

.cart-table table tbody tr td.product-name a {
  color: #000;
  font-weight: 600;
  display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #478346;
}

.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #478346;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}

.cart-buttons {
  margin-top: 30px;
  text-align: right;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 430px;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  background: #478346;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  font-weight: 700;
  outline: 0;
  transition: 0.5s;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: #478346;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 620px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
  margin-top: 50px;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 700;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 20px;
  color: #333333;
  overflow: hidden;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li span {
  float: right;
  color: #57647c;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #478346;
  position: relative;
}

.user-actions::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.user-actions i {
  color: #478346;
  margin-right: 2px;
}

.user-actions span {
  display: inline-block;
  font-weight: 600;
  color: #478346;
}

.user-actions span a {
  display: inline-block;
  color: #333333;
}

.user-actions span a:hover,
.user-actions span a:focus {
  color: #478346;
}

.checkout-area .title {
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 700;
}

.billing-details .form-group {
  margin-bottom: 20px;
}

.billing-details .form-group label {
  display: block;
  color: #57647c;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #57647c;
  font-weight: 600;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #478346 !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-group textarea {
  padding-top: 13px;
  height: 100px;
}

.billing-details .form-check {
  margin-bottom: 20px;
  font-family: "Dosis", sans-serif;
}

.billing-details .form-check .form-check-label {
  color: #57647c;
}

.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-size: 14px;
  font-weight: 600;
}

.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #57647c;
  border-color: #eaedff;
  padding-left: 20px;
  padding-right: 20px;
}

.order-details .order-table table tbody tr td.product-name {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #57647c;
  display: inline-block;
  font-weight: 500;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #478346;
}

.order-details .order-table table tbody tr td.order-subtotal,
.order-details .order-table table tbody tr td.order-shipping,
.order-details .order-table table tbody tr td.total-price {
  font-family: "Dosis", sans-serif;
  font-size: 15px;
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
  color: #333333;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.order-details .payment-box .payment-method p {
  font-size: 14px;
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #333333;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #478346;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area .section-title {
  margin-bottom: 40px;
}

.contact-form form {
  padding-left: 50px;
}

.contact-form form .form-group {
  margin-bottom: 25px;
}

.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}

.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form form .row .col-lg-12,
.contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form form .btn {
  padding: 13px 35px 15px;
  font-size: 17px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5);
}

.contact-form form .btn.disabled {
  cursor: not-allowed !important;
}

.contact-form form .btn.disabled:hover::before,
.contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}

.contact-form form .btn.disabled:hover::after,
.contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}

.contact-form form .form-check .form-check-input {
  position: relative;
  top: 1px;
}

.contact-form form .form-check-label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.contact-form form .form-check-label a {
  display: inline-block;
  color: #57647c;
}

.contact-form form .form-check-label a:hover {
  color: #000;
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info {
  text-align: center;
  margin-top: 60px;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #478346;
  font-family: "Open Sans", sans-serif;
}

.contact-info .contact-info-content h2 a:hover {
  color: #478346;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #478346;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #478346;
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #57647c;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
}

.contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #478346;
  background-color: #478346;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: #15171a;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
}

.single-footer-widget .logo p {
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: 0;
}

.single-footer-widget p {
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .social li {
  display: inline-block;
  transition: 0.5s;
  margin-left: 1px;
  margin-right: 1px;
}

.single-footer-widget .social li a {
  width: 35px;
  height: 35px;
  background-color: #478346;
  line-height: 35px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.single-footer-widget .social li a i::before {
  font-size: 13px;
}

.single-footer-widget .social li a:hover {
  background-color: #478346;
  color: #ffffff;
}

.single-footer-widget h3 {
  margin-bottom: 23px;
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
  font-size: 23px;
  font-weight: 700;
}

.single-footer-widget h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #478346;
}

.single-footer-widget .footer-services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-services-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .footer-services-list li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget .footer-services-list li a:hover {
  color: #478346;
}

.single-footer-widget .footer-services-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .quick-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .quick-links-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .quick-links-list li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget .quick-links-list li a:hover {
  color: #478346;
}

.single-footer-widget .quick-links-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-list li {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.single-footer-widget .footer-contact-list li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget .footer-contact-list li a:hover {
  color: #478346;
}

.single-footer-widget .footer-contact-list li span {
  font-weight: 700;
}

.single-footer-widget .footer-contact-list li:last-child {
  margin-bottom: 0;
}

.copyright-area {
  background-color: #000000;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright-area p {
  color: #ffffff;
}

.copyright-area p a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #478346;
}

.copyright-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area ul li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: initial;
}

.copyright-area ul li a {
  color: #ffffff;
}

.copyright-area ul li a:hover {
  color: #478346;
}

.copyright-area ul li::before {
  content: "";
  width: 4px;
  height: 1px;
  background: #ffffff;
  left: -11px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

.copyright-area ul li:first-child::before {
  display: none;
}

.circle-map {
  position: absolute;
  top: 20%;
  right: 18%;
  z-index: -1;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: run 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line:nth-child(3)::after {
  animation-delay: 2.5s;
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background: #478346;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}

.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #478346;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*new-css*/
/*================================================
Navbar Area CSS
=================================================*/
.navbar-area.navbar-style-three.p-relative {
  position: relative;
}

.navbar-area.navbar-style-three.p-relative .sparsity-nav .navbar .others-options .btn-primary {
  background-color: #478346;
  color: #ffffff;
}

.navbar-area.navbar-style-three.p-relative.is-sticky {
  position: fixed;
}

/*================================================
Main Banner Area CSS
=================================================*/
.home-slides .main-banner {
  height: auto;
  padding-top: 310px;
  padding-bottom: 220px;
}

.home-slides .main-banner .main-banner-content {
  overflow: hidden;
  margin-left: 0;
  margin-top: 0;
}

.home-slides .main-banner .main-banner-content p {
  margin-top: 30px;
}

.home-slides .main-banner.item-bg1 {
  background-image: url(../img/main-banner-bg1.html);
}

.home-slides .main-banner.item-bg2 {
  background-image: url(../img/main-banner-bg2.jpg);
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #333333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: 0.5s;
  font-size: unset;
  border-radius: 0;
  overflow: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-] i::before {
  font-size: 25px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 25px;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #478346;
  color: #ffffff;
}

.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.startup-banner-area {
  padding-left: 30px;
  padding-right: 30px;
}

.startup-banner-inner {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/startup-banner.html);
  padding-top: 160px;
  padding-bottom: 160px;
}

.startup-banner-content {
  max-width: 720px;
}

.startup-banner-content h1 {
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 60px;
  font-weight: 700;
}

.startup-banner-content p {
  max-width: 600px;
  color: #434343;
  font-weight: 500;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 0;
}

.startup-banner-content .btn-box {
  margin-top: 30px;
}

.startup-banner-content .btn-box .optional-btn {
  display: inline-block;
  color: #333333;
  position: relative;
  margin-left: 20px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.startup-banner-content .btn-box .optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transition: 0.5s;
}

.startup-banner-content .btn-box .optional-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #478346;
  transition: 0.5s;
}

.startup-banner-content .btn-box .optional-btn:hover {
  color: #333333;
}

.startup-banner-content .btn-box .optional-btn:hover::before {
  width: 0;
}

.startup-banner-content .btn-box .optional-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

/*================================================
Main Services Area CSS
=================================================*/
.main-services-area {
  padding-bottom: 80px;
}

.single-main-services-box {
  margin-bottom: 30px;
  border: 1px solid #ffd1bf;
  padding: 30px;
  transition: 0.5s;
  box-shadow: 5px 5px #ffd1bf;
}

.single-main-services-box .icon {
  margin-bottom: 22px;
  line-height: 1;
  color: #478346;
}

.single-main-services-box .icon i::before {
  font-size: 50px;
}

.single-main-services-box h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}

.single-main-services-box .link-btn {
  display: inline-block;
  font-weight: 600;
  color: #478346;
}

.single-main-services-box:hover {
  border-color: #478346;
  box-shadow: 5px 5px #478346;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-content h2 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
}

.why-choose-us-content .btn {
  margin-top: 25px;
}

.why-choose-us-content .row {
  margin-top: -15px;
}

.single-why-choose-us-box {
  margin-top: 30px;
}

.single-why-choose-us-box h3 {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
}

/*================================================
Solutions Area CSS
=================================================*/
.solutions-area {
  padding-bottom: 80px;
  background-color: #ffefe9;
  background-image: url(../img/solutions-bg.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-solutions-box {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid transparent;
  background-color: transparent;
  transition: 0.5s;
}

.single-solutions-box .icon {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  transition: 0.5s;
  text-align: center;
  color: #478346;
}

.single-solutions-box .icon i::before {
  font-size: 35px;
}

.single-solutions-box h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}

.single-solutions-box.active,
.single-solutions-box:hover {
  border-color: #478346;
  box-shadow: 5px 5px #478346;
  background-color: #ffffff;
}

.single-solutions-box.active .icon,
.single-solutions-box:hover .icon {
  background-color: #478346;
  color: #ffffff;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-section .section-title {
  margin-bottom: 50px;
}

.testimonials-section .section-title .content {
  text-align: right;
  padding-right: 30px;
  position: relative;
}

.testimonials-section .section-title .content::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ffe3d8;
}

.testimonials-section .section-title .icon {
  text-align: left;
  margin-bottom: -15px;
  padding-left: 30px;
}

.testimonials-section .section-title .icon i {
  color: #478346;
  line-height: 1;
}

.testimonials-section .section-title .icon i::before {
  line-height: 1;
  font-size: 90px;
}

.testimonials-section .testimonials-slides {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.testimonials-section .testimonials-slides .owl-nav.disabled+.owl-dots {
  margin-bottom: 0;
  margin-top: 0;
}

.single-testimonials-box {
  text-align: center;
  margin-bottom: 30px;
}

.single-testimonials-box p {
  color: #333333;
  margin-bottom: 0;
  font-size: 22px;
}

.single-testimonials-box .client-info {
  margin-top: 25px;
}

.single-testimonials-box .client-info h3 {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
}

.single-testimonials-box .client-info span {
  color: #478346;
}

/*================================================
Webinar Area CSS
=================================================*/
.webinar-inner {
  background-color: #f4f0e6;
  padding-left: 15px;
  padding-right: 125px;
  padding-top: 10px;
}

.webinar-inner .content h2 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
}

.webinar-inner .content p {
  max-width: 540px;
}

.webinar-inner .content .btn {
  margin-top: 5px;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-bg-color.pricing-tab .tabs li a {
  background-color: #ffefe9;
}

.pricing-bg-color.pricing-tab .tabs li.current a,
.pricing-bg-color.pricing-tab .tabs li:hover a {
  background-color: #333333;
}

.pricing-bg-color .single-pricing-box {
  border: 1px solid #ffd1bf;
  box-shadow: 5px 5px #ffd1bf;
  border-radius: 0;
  text-align: center;
}

.pricing-bg-color .single-pricing-box.active,
.pricing-bg-color .single-pricing-box:hover {
  border-color: #478346;
  box-shadow: 5px 5px #478346;
}

.pricing-bg-color .single-pricing-box .pricing-features {
  text-align: left;
}

/*================================================
Newsletter Area CSS
=================================================*/
.newsletter-inner {
  background-color: #ffffff;
  border: 1px solid #ffd1bf;
  box-shadow: 5px 5px #ffd1bf;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 100px;
  padding-top: 5px;
}

.newsletter-inner .content {
  padding-left: 30px;
}

.newsletter-inner .content h2 {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}

.newsletter-inner .content form {
  margin-bottom: 15px;
}

.newsletter-inner .content form .input-newsletter {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #ffdacb !important;
  color: #333333;
  outline: 0 !important;
  box-shadow: unset !important;
  padding-left: 20px;
  border-radius: 30px;
}

.newsletter-inner .content form .input-newsletter::-moz-placeholder {
  color: #464646;
  font-weight: 500;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-inner .content form .input-newsletter::placeholder {
  color: #464646;
  font-weight: 500;
  transition: 0.5s;
}

.newsletter-inner .content form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}

.newsletter-inner .content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.newsletter-inner .content form button {
  display: block;
  width: 100%;
  margin-top: 10px;
  border-radius: 30px;
  border: none;
  line-height: initial;
  border-radius: 30px;
  transition: 0.5s;
  padding: 13px 30px;
  color: #ffffff;
  background-color: #478346;
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.newsletter-inner .content form button:hover {
  background-color: #478346;
  color: #ffffff;
}

.newsletter-inner:hover {
  border-color: #478346;
  box-shadow: 5px 5px #478346;
}

/*Start "Home Demo - 6", "Home Demo - 7" & "Home Demo - 8" Style CSS*/
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.section-title.with-underline-text {
  max-width: 700px;
}

.section-title.with-underline-text h2 b {
  display: inline-block;
  text-decoration-line: underline;
  color: #437FEC;
  font-weight: bold;
}

.section-title.with-underline-text p {
  max-width: 100%;
}

/*================================================
Topbar Wrap Area CSS
=================================================*/
.topbar-wrap-area {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px rgba(71, 113, 188, 0.07);
  padding-top: 15px;
  padding-bottom: 15px;
}

.topbar-wrap-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.topbar-content span {
  font-size: 14px;
  font-weight: 600;
}

.topbar-content span a {
  color: #478346;
  border-bottom: 1px solid #478346;
  display: inline-block;
}

.topbar-content span a:hover {
  color: #478346;
  border-bottom: 1px solid #478346;
}

.topbar-action-list {
  padding: 0;
  margin-bottom: 0;
  text-align: end;
}

.topbar-action-list li {
  font-size: 14px;
  font-weight: 600;
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding-left: 20px;
}

.topbar-action-list li::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -20px;
  width: 1px;
  height: 20px;
  border: 2px solid #E4E7FB;
}

.topbar-action-list li:last-child {
  margin-right: 0;
}

.topbar-action-list li:last-child::before {
  display: none;
}

.topbar-action-list li:last-child i {
  top: 6.5px;
}

.topbar-action-list li:first-child i {
  left: 2px;
}

.topbar-action-list li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #478346;
  font-size: 12.5px;
}

.topbar-action-list li a:hover {
  color: #478346;
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area-with-position-relative {
  position: relative;
  background: linear-gradient(180deg, #F5FCFE 3.31%, #F6FCFF 100%);
}

.navbar-area-with-position-relative.with-white-color {
  background: #ffffff;
}

.navbar-area-with-position-relative .sparsity-nav {
  padding-left: 0;
  padding-right: 0;
}

.navbar-area-with-position-relative .sparsity-nav .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item a {
  color: #333333;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item a.active {
  color: #478346;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item:focus a,
.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item.active a {
  color: #478346;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area-with-position-relative .sparsity-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #478346;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .cart-btn {
  color: #333333;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .cart-btn:hover {
  color: #478346;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .btn-primary {
  background-color: #478346;
  color: #ffffff;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .btn-primary:hover {
  color: #ffffff !important;
  background-color: #478346 !important;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .option-item {
  color: #333333;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .option-item .search-btn {
  color: #333333;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .option-item .search-btn:hover {
  color: #478346;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .option-item .close-btn {
  color: #333333;
}

.navbar-area-with-position-relative .sparsity-nav .navbar .others-options .option-item .close-btn:hover {
  color: #478346;
}

/*================================================
AI Main Banner Area CSS
=================================================*/
.ai-main-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, #F5FCFE 3.31%, #F6FCFF 100%);
  padding-top: 120px;
  padding-bottom: 120px;
}

.ai-main-banner-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ai-main-banner-content {
  text-align: center;
  max-width: 750px;
  margin: auto;
  position: relative;
  top: -10px;
}

.ai-main-banner-content h1 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 18.5px;
}

.ai-main-banner-content h1 span {
  text-decoration-line: underline;
  color: #437FEC;
}

.ai-main-banner-content p {
  max-width: 575px;
  margin: auto;
  font-size: 16px;
}

.ai-main-banner-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.ai-main-banner-content .banner-btn li {
  display: inline-flex;
  margin-right: 20px;
}

.ai-main-banner-content .banner-btn li:last-child {
  margin-right: 0;
}

.ai-main-banner-content .banner-btn li .video-btn {
  margin-left: 5px;
  font-size: 14.5px;
  font-weight: 600;
  color: #333333;
}

.ai-main-banner-content .banner-btn li .video-btn i {
  background: linear-gradient(320.56deg, #074ECE 0%, #4D8CFF 100%);
  box-shadow: -3px 8px 20px rgba(67, 127, 236, 0.12);
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 8px;
}

.ai-main-banner-image {
  position: absolute;
  left: 0;
  bottom: 10%;
  transform: translateY(-10%);
  z-index: -1;
  width: 30%;
}

.ai-main-banner-image .circle-shape {
  width: 450px;
  height: 300px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -150px;
}

.ai-main-banner-image.right-image {
  right: 0;
  left: auto;
}

.ai-main-banner-image.right-image .circle-shape {
  right: -150px;
  left: auto;
}

.ai-main-banner-shape-1 {
  position: absolute;
  top: 5%;
  left: 22%;
  transform: translateY(-5%) translateX(-22%);
  z-index: -1;
}

.ai-main-banner-shape-1 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ai-main-banner-shape-2 {
  position: absolute;
  top: 10%;
  right: 25%;
  transform: translateY(-10%) translateX(-25%);
  z-index: -1;
  animation: animationFramesOne 10s infinite linear;
}

.ai-main-banner-shape-3 {
  position: absolute;
  bottom: 10%;
  left: 35%;
  transform: translateY(-10%) translateX(-35%);
  z-index: -1;
  animation: animationFramesOne 10s infinite linear;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-wrap-area {
  position: relative;
  z-index: 1;
}

.fun-facts-wrap-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, #F5FCFE 3.31%, #F6FCFF 100%);
}

.fun-facts-wrap-area.without-before-color::before {
  display: none;
}

.fun-facts-wrap-area-inner-box {
  background: linear-gradient(90deg, #DD24ED 0%, #7609EA 97.61%);
  box-shadow: -3px 8px 20px rgba(80, 80, 161, 0.07);
  padding-left: 100px;
  padding-right: 100px;
}

.fun-facts-wrap-area-inner-box.gradient-optional-color {
  background: linear-gradient(90deg, #61967D 0%, #4A4493 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.fun-facts-wrap-area-inner-box.gradient-optional-color .fun-facts-inner-shape {
  position: absolute;
  top: 30px;
  left: 30%;
  transform: translateX(-30%);
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.single-funfacts-card {
  margin-bottom: 30px;
}

.single-funfacts-card h3 {
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
}

.single-funfacts-card h3 .odometer-auto-theme {
  font-family: "Dosis", sans-serif;
}

.single-funfacts-card p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}

.fun-facts-wrap-shape {
  position: absolute;
  bottom: -35px;
  right: 75px;
  z-index: -1;
  animation: rotate3d 4s linear infinite;
}

/*================================================
Top Featured Area CSS
=================================================*/
.top-featured-content {
  margin-bottom: 30px;
}

.top-featured-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.top-featured-content h2 span {
  text-decoration-line: underline;
  color: #437FEC;
}

.top-featured-content p {
  margin-bottom: 0;
}

.top-featured-content .featured-btn {
  margin-top: 20px;
}

.top-featured-card {
  margin-bottom: 30px;
  background: #F8FBFF;
  padding: 35px 30px;
  border-radius: 5px;
}

.top-featured-card .image-icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  box-shadow: -3px 8px 20px rgba(67, 127, 236, 0.05);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.top-featured-card .image-icon::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, #FFC2CC 0%, #FFF2F4 100%);
  z-index: -1;
  transition: 0.5s;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.top-featured-card h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}

.top-featured-card .learn-btn {
  background-color: #ffffff;
  box-shadow: -3px 8px 20px rgba(67, 127, 236, 0.05);
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  color: #57647c;
  font-weight: 600;
  margin-top: 22px;
}

.top-featured-card:hover .image-icon {
  animation: jackInTheBox 1s;
}

.top-featured-card:hover .image-icon::before {
  opacity: 1;
  visibility: visible;
}

.top-featured-card:hover .learn-btn {
  color: #478346;
}

.top-featured-btn {
  text-align: center;
  margin-top: 10px;
}

.top-featured-inner-box {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

/*================================================
AI About Area CSS
=================================================*/
.ai-about-content {
  padding-left: 45px;
}

.ai-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.ai-about-content h3 span {
  text-decoration-line: underline;
  color: #437FEC;
}

.ai-about-content p {
  margin-bottom: 0;
}

.ai-about-content .about-list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 450px;
}

.ai-about-content .about-list li {
  list-style-type: none;
  background-color: #ffffff;
  box-shadow: -3px 4px 30px rgba(67, 127, 236, 0.08);
  padding: 14px 15px 15px 42px;
  border-radius: 5px;
  margin-bottom: 18px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #57647c;
}

.ai-about-content .about-list li:last-child {
  margin-bottom: 0;
}

.ai-about-content .about-list li i {
  font-size: 14px;
  color: #03B5A9;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ai-about-content .about-btn {
  margin-top: 25px;
}

.ai-about-content .about-btn .btn-primary {
  background-color: transparent;
  border: 2px solid #478346;
  color: #57647c;
}

.ai-about-content .about-btn .btn-primary:hover {
  border: 2px solid #478346;
}

.ai-about-image {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ai-about-image .circle-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.ai-about-image .vector-shape {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: -1;
  animation: rotate3d 4s linear infinite;
}

/*================================================
AI Services Area CSS
=================================================*/
.ai-services-area {
  background: #F7FBFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ai-services-area.with-linear-gradient-color {
  background: linear-gradient(269.49deg, #DD24ED 0.44%, #7609EA 99.58%);
}

.ai-services-area.with-linear-gradient-color .section-title h2 {
  color: #ffffff;
}

.ai-services-area.with-linear-gradient-color .section-title h2 b {
  color: #ffffff;
}

.ai-services-area.with-linear-gradient-color .section-title p {
  color: #ffffff;
}

.ai-services-area.with-linear-gradient-color .single-services-card {
  border-radius: 0;
}

.ai-services-area.with-linear-gradient-optional-color {
  background: linear-gradient(90deg, #61967D 0%, #4A4493 100%);
  position: relative;
  z-index: 1;
}

.ai-services-area.with-linear-gradient-optional-color::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 250px;
  background: #ffffff;
}

.ai-services-area.with-linear-gradient-optional-color .section-title h2 {
  color: #ffffff;
}

.ai-services-area.with-linear-gradient-optional-color .section-title h2 b {
  color: #ffffff;
}

.ai-services-area.with-linear-gradient-optional-color .section-title p {
  color: #ffffff;
}

.ai-services-area.with-linear-gradient-optional-color .single-services-card {
  border-radius: 0;
  padding: 35px 30px;
}

.single-services-card {
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(67, 127, 236, 0.07);
  padding: 35px 45px;
  border-radius: 5px;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-services-card .image-icon {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background: linear-gradient(0deg, #FFC2CC 0%, #FFF2F4 100%);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  transition: 0.5s;
}

.single-services-card .image-icon.bg-two {
  background: linear-gradient(0deg, #FFBEF9 0%, #FFF1FF 100%);
}

.single-services-card .image-icon.bg-three {
  background: linear-gradient(0deg, #FFE59A 0%, #FFFFD5 100%);
}

.single-services-card .image-icon.bg-four {
  background: linear-gradient(0deg, #FFBEF9 0%, #FFF1FF 100%);
}

.single-services-card .image-icon.bg-five {
  background: linear-gradient(0deg, #C3FFE8 0%, #F0FFF4 99.73%);
}

.single-services-card .image-icon.bg-six {
  background: linear-gradient(0deg, #ADDCFF 0%, #EAF6FF 50.28%, #EAF6FF 100%);
}

.single-services-card h3 {
  font-size: 23.8px;
  font-weight: bold;
  margin-bottom: 15.5px;
}

.single-services-card .read-btn {
  background: #478346;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 1px solid #478346;
  font-size: 15px;
  font-weight: 600;
}

.single-services-card:hover {
  transform: translateY(-5px);
}

.single-services-card:hover .image-icon {
  animation: jackInTheBox 1s;
}

.ai-all-services-btn {
  text-align: center;
  margin-top: 10px;
}

.ai-services-shape {
  position: absolute;
  top: 15%;
  right: 15%;
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
  animation: animationFramesOne 10s infinite linear;
}

/*================================================
Computer Vision AI Area CSS
=================================================*/
.computer-vision-ai-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.computer-vision-ai-content h3 span {
  text-decoration-line: underline;
  color: #437FEC;
}

.computer-vision-ai-content p {
  margin-bottom: 0;
}

.computer-vision-ai-content .vision-ai-inner-card {
  margin-top: 30px;
}

.computer-vision-ai-content .vision-ai-inner-card .content {
  position: relative;
  padding: 15px 0 15px 70px;
}

.computer-vision-ai-content .vision-ai-inner-card .content .image-icon {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: #F3F9FF;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.computer-vision-ai-content .vision-ai-inner-card .content h4 {
  font-size: 22.5px;
  margin-bottom: 0;
  font-weight: bold;
}

.computer-vision-ai-content .vision-ai-inner-card p {
  margin-top: 15px;
  margin-bottom: 0;
}

.computer-vision-ai-content .computer-vision-ai-btn {
  margin-top: 30px;
}

/*================================================
AI Pricing Area CSS
=================================================*/
.ai-pricing-area {
  background-color: #F7FBFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ai-pricing-area.with-linear-gradient-color {
  background: linear-gradient(270deg, #5151B7 0%, #A02B7E 100%);
}

.ai-pricing-card {
  background-color: #ffffff;
  box-shadow: 0px 10px 30px rgba(67, 127, 236, 0.07);
  padding: 45px 50px;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.ai-pricing-card .pricing-header {
  text-align: center;
}

.ai-pricing-card .pricing-header h3 {
  font-size: 23.5px;
  margin-bottom: 0;
  font-weight: bold;
}

.ai-pricing-card .pricing-header p {
  margin-top: 10px;
  margin-bottom: 0;
}

.ai-pricing-card .price {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #478346;
  font-family: "Dosis", sans-serif;
  margin-top: 22px;
  margin-bottom: 22px;
}

.ai-pricing-card .price span {
  font-size: 14px;
  color: #57647c;
  font-weight: 400;
}

.ai-pricing-card .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.ai-pricing-card .pricing-features li {
  margin-bottom: 14px;
  color: #57647c;
  font-size: 15px;
  position: relative;
  padding-left: 18px;
}

.ai-pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}

.ai-pricing-card .pricing-features li i {
  color: #03B5A9;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ai-pricing-card .pricing-features li i::before {
  font-size: 12px;
}

.ai-pricing-card .pricing-features li i.fa-times {
  color: #E8346F;
}

.ai-pricing-card .pricing-btn {
  margin-top: 30px;
  text-align: center;
}

.ai-pricing-card .pricing-btn .btn-primary {
  background-color: transparent;
  border: 2px solid #478346;
  color: #57647c;
}

.ai-pricing-card .pricing-btn .btn-primary:hover,
.ai-pricing-card .pricing-btn .btn-primary:focus {
  background-color: #478346 !important;
  color: #ffffff !important;
  box-shadow: unset !important;
}

.ai-pricing-card .tag {
  display: inline-block;
  background: linear-gradient(270deg, #FA887D 0%, #FE6088 100%);
  padding: 8px 25px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 600;
  position: absolute;
  right: 25px;
  top: -10px;
  animation: moveLeftBounce 5s linear infinite;
}

.ai-pricing-card:hover {
  transform: translateY(-5px);
}

.ai-pricing-card:hover .pricing-btn .btn-primary {
  background-color: #478346;
  border: 2px solid #478346;
  color: #ffffff;
}

.ai-pricing-content {
  padding-left: 20px;
}

.ai-pricing-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
}

.ai-pricing-content h3 span {
  text-decoration-line: underline;
  color: #ffffff;
}

.ai-pricing-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.ai-pricing-shape-1 {
  position: absolute;
  top: 10%;
  left: 15%;
  transform: translateY(-10%) translateX(-15%);
  z-index: -1;
  animation: animationFramesOne 10s infinite linear;
}

.ai-pricing-shape-2 {
  position: absolute;
  top: 10%;
  right: 15%;
  transform: translateY(-10%) translateX(-15%);
  z-index: -1;
  animation: animationFramesOne 10s infinite linear;
}

/*================================================
AI Blog Area CSS
=================================================*/
.ai-blog-card {
  margin-bottom: 30px;
}

.ai-blog-card .entry-thumbnail {
  overflow: hidden;
}

.ai-blog-card .entry-thumbnail a img {
  transition: 0.5s;
}

.ai-blog-card .entry-post-content {
  margin-top: 25px;
}

.ai-blog-card .entry-post-content .tag {
  margin-bottom: 16.5px;
}

.ai-blog-card .entry-post-content .tag a {
  display: inline-block;
  background: rgba(255, 72, 0, 0.05);
  border-radius: 30px;
  color: #478346;
  padding: 10px 25px;
  font-weight: 600;
}

.ai-blog-card .entry-post-content h3 {
  font-size: 24.5px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
  padding-left: 0;
  transition: 0.5s;
}

.ai-blog-card .entry-post-content h3 a {
  color: #333333;
  position: relative;
  display: inline;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-image: linear-gradient(270deg, #478346 0%, #478346 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
}

.ai-blog-card .entry-post-content h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  height: 3.5px;
  width: 35px;
  background-color: #478346;
  z-index: -1;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.ai-blog-card .entry-post-content .entry-meta {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

.ai-blog-card .entry-post-content .entry-meta li {
  color: #57647c;
  margin-right: 15px;
  list-style-type: none;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}

.ai-blog-card .entry-post-content .entry-meta li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  background-color: #478346;
  border-radius: 50%;
}

.ai-blog-card .entry-post-content .entry-meta li a {
  color: #57647c;
}

.ai-blog-card .entry-post-content .entry-meta li a:hover {
  color: #478346;
  text-decoration-line: underline;
}

.ai-blog-card .entry-post-content .entry-meta li:last-child {
  margin-right: 0;
}

.ai-blog-card:hover .entry-thumbnail a img {
  transform: scale(1.2);
}

.ai-blog-card:hover .entry-post-content h3 {
  padding-left: 50px;
}

.ai-blog-card:hover .entry-post-content h3 a {
  color: #478346;
  background-size: 100% 2px;
}

.ai-blog-card:hover .entry-post-content h3::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
AI Subscribe Area CSS
=================================================*/
.ai-subscribe-area {
  background: #F7FBFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ai-subscribe-content {
  text-align: center;
  max-width: 470px;
  margin: auto;
}

.ai-subscribe-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
}

.ai-subscribe-content .newsletter-form {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.ai-subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  box-shadow: -3px 8px 20px rgba(67, 127, 236, 0.05);
  border: none;
  height: 55px;
  padding-left: 28px;
  border-radius: 70px;
  outline: 0;
  color: #57647c;
  font-weight: 500;
  font-size: 15px;
}

.ai-subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
  color: #57647c;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ai-subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #57647c;
  transition: 0.5s;
}

.ai-subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}

.ai-subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.ai-subscribe-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #478346;
  color: #ffffff;
  border: none;
  height: 55px;
  padding: 0 35px;
  border-radius: 70px;
  transition: 0.5s;
  line-height: 55px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.ai-subscribe-content .newsletter-form button:hover {
  background-color: #478346;
  color: #ffffff;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn {
  margin-top: 20px;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn input {
  display: none;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #437FEC;
  transition: all 0.2s ease;
  transition: 0.5s;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 1px;
  left: 1px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 12px;
  stroke-dashoffset: 12px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition: 0.5s;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .cbx:hover span:first-child {
  border-color: #478346;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
  background: #478346;
  border-color: #478346;
  animation: wave 0.4s ease;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.ai-subscribe-content .newsletter-form .newsletter-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.ai-subscribe-shape {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

/*================================================
ML Main Banner Area CSS
=================================================*/
.ml-main-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5FCFE;
  padding-top: 70px;
  padding-bottom: 120px;
}

.ml-main-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.ml-main-banner-area.with-linear-gradient-color {
  background: linear-gradient(0deg, #EB8A6F 0%, #E33879 100%);
  padding-top: 120px;
  padding-bottom: 230px;
}

.ml-main-banner-area.with-linear-gradient-color .container-fluid {
  padding-right: 0;
}

.ml-main-banner-content .sub-title {
  background-color: #ffffff;
  box-shadow: -2px 6px 15px rgba(67, 127, 236, 0.07);
  padding: 12px 15px;
  border-radius: 5px;
  color: #57647c;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 22px;
}

.ml-main-banner-content .sub-title b {
  background: #738BAE;
  padding: 2px 12px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
  margin-left: 5px;
}

.ml-main-banner-content h1 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 18.5px;
}

.ml-main-banner-content h1 span {
  text-decoration-line: underline;
  color: #437FEC;
}

.ml-main-banner-content p {
  margin-bottom: 0;
  max-width: 550px;
  font-size: 15.8px;
}

.ml-main-banner-content .banner-form {
  max-width: 550px;
  position: relative;
  margin-top: 30px;
}

.ml-main-banner-content .banner-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  box-shadow: -3px 8px 20px rgba(67, 127, 236, 0.05);
  border: none;
  height: 55px;
  padding-left: 28px;
  border-radius: 70px;
  outline: 0;
  color: #57647c;
  font-weight: 500;
  font-size: 15px;
}

.ml-main-banner-content .banner-form .input-newsletter::-moz-placeholder {
  color: #57647c;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ml-main-banner-content .banner-form .input-newsletter::placeholder {
  color: #57647c;
  transition: 0.5s;
}

.ml-main-banner-content .banner-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}

.ml-main-banner-content .banner-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.ml-main-banner-content .banner-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #478346;
  color: #ffffff;
  border: none;
  height: 55px;
  padding: 0 35px;
  border-radius: 70px;
  transition: 0.5s;
  line-height: 55px;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.ml-main-banner-content .banner-form button:hover {
  background-color: #478346;
  color: #ffffff;
}

.ml-main-banner-content .banner-btn {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.ml-main-banner-content .banner-btn li {
  display: inline-flex;
  margin-right: 20px;
}

.ml-main-banner-content .banner-btn li:last-child {
  margin-right: 0;
}

.ml-main-banner-content .banner-btn li .video-btn {
  margin-left: 5px;
  font-size: 14.5px;
  font-weight: 600;
  color: #ffffff;
}

.ml-main-banner-content .banner-btn li .video-btn i {
  background: linear-gradient(320.56deg, #074ECE 0%, #4D8CFF 100%);
  box-shadow: -3px 8px 20px rgba(67, 127, 236, 0.12);
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  padding-left: 5px;
  margin-right: 8px;
}

.ml-main-banner-content .banner-btn li .btn-primary {
  background: #561A8A;
  box-shadow: -3px 8px 20px rgba(255, 72, 0, 0.13);
}

.ml-main-banner-content.with-white-color-text h1 {
  color: #ffffff;
}

.ml-main-banner-content.with-white-color-text h1 span {
  color: #ffffff;
}

.ml-main-banner-content.with-white-color-text p {
  color: #ffffff;
}

.ml-main-banner-image {
  position: relative;
  z-index: 1;
}

.ml-main-banner-image .circle-shape {
  position: absolute;
  content: "";
  width: 530px;
  height: 530px;
  left: 80px;
  top: 25px;
  background: linear-gradient(109.28deg, #FE6D5B 11.53%, #FE9C42 89.63%);
  border-radius: 50%;
  z-index: -1;
  animation-name: rotateMe;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ml-main-banner-image .wrap-shape {
  position: absolute;
  bottom: 30px;
  left: 100px;
  z-index: -1;
  animation: moveLeftBounce 5s linear infinite;
}

.ml-main-banner-image .wrap-text {
  background-color: #ffffff;
  box-shadow: -3px 4px 30px rgba(67, 127, 236, 0.09);
  border-radius: 5px 30.5px 5px 5px;
  display: inline-block;
  padding: 15px 15px 15px 35px;
  position: absolute;
  top: 15%;
  right: 12%;
  transform: translateY(-15%) translateX(-12%);
}

.ml-main-banner-image .wrap-text i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #03B5A9;
  box-shadow: 0px 4px 10px rgba(3, 181, 169, 0.12);
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
  position: absolute;
  left: -8px;
  top: -2px;
}

.ml-main-banner-image .wrap-text span {
  color: #57647c;
  font-weight: 500;
}

.ai-main-banner-shape1 {
  position: absolute;
  top: 8%;
  left: 5%;
  transform: translateY(-8%) translateX(-5%);
  z-index: -1;
  animation: moveLeftBounce 5s linear infinite;
}

.ai-main-banner-shape2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  transform: translateY(-10%) translateX(-40%);
  z-index: -1;
  animation: rotate3d 4s linear infinite;
}

.ai-main-banner-shape3 {
  position: absolute;
  top: 8%;
  right: 10%;
  transform: translateY(-8%) translateX(-10%);
  z-index: -1;
  animation: animationFramesTwo 30s infinite linear;
}

.ai-main-banner-shape4 {
  position: absolute;
  top: 5%;
  left: 2%;
  transform: translateY(-5%) translateX(-2%);
  z-index: -1;
  animation: moveLeftBounce 5s linear infinite;
}

.ml-main-banner-wrap-image {
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.ml-main-banner-wrap-image .circle-shape {
  width: 890px;
  height: 550px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -160px;
}

/*================================================
Business Solution Area CSS
=================================================*/
.business-solution-area {
  background-color: #F7FBFF;
}

.business-solution-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.business-solution-content h3 span {
  text-decoration-line: underline;
  color: #437FEC;
}

.business-solution-content p {
  margin-bottom: 0;
}

.business-solution-content .solution-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
  max-width: 450px;
}

.business-solution-content .solution-list li {
  list-style-type: none;
  background-color: #ffffff;
  box-shadow: -3px 4px 30px rgba(67, 127, 236, 0.08);
  padding: 14px 15px 15px 42px;
  border-radius: 5px;
  margin-bottom: 18px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #57647c;
}

.business-solution-content .solution-list li:last-child {
  margin-bottom: 0;
}

.business-solution-content .solution-list li i {
  font-size: 14px;
  color: #03B5A9;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.business-solution-content .solution-btn {
  margin-top: 30px;
}

.business-solution-content.with-some-gap {
  padding-left: 30px;
}

.business-solution-image {
  position: relative;
  z-index: 1;
  text-align: center;
}

.business-solution-image .circle-shape {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.business-solution-image .wrap-text {
  background-color: #ffffff;
  box-shadow: -3px 4px 30px rgba(67, 127, 236, 0.09);
  border-radius: 5px 30.5px 5px 5px;
  display: inline-block;
  padding: 15px 15px 15px 35px;
  position: absolute;
  top: 10%;
  left: 20%;
  transform: translateY(-10%) translateX(-20%);
}

.business-solution-image .wrap-text i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #03B5A9;
  box-shadow: 0px 4px 10px rgba(3, 181, 169, 0.12);
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
  position: absolute;
  left: -8px;
  top: -2px;
}

.business-solution-image .wrap-text span {
  color: #57647c;
  font-weight: 500;
}

/*================================================
Unique Testimonials Area CSS
=================================================*/
.unique-testimonials-box {
  background: #F7FBFF;
  padding: 70px 100px 0;
  border-radius: 5px;
  text-align: center;
  max-width: 1050px;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.unique-testimonials-box .sub-title {
  display: inline-block;
  background: rgba(255, 72, 0, 0.05);
  border-radius: 30px;
  color: #478346;
  padding: 10px 25px;
  font-weight: 600;
  margin-bottom: 22px;
}

.unique-testimonials-box p {
  color: #333333;
  margin-bottom: 0;
  font-size: 22.8px;
  position: relative;
  padding-bottom: 22px;
}

.unique-testimonials-box p::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3.5px;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #437FEC;
}

.unique-testimonials-box .client-info {
  margin-top: 25px;
}

.unique-testimonials-box .client-info h3 {
  margin-bottom: 12px;
  font-size: 23.8px;
  font-weight: 700;
}

.unique-testimonials-box .client-info span {
  color: #57647c;
}

.unique-testimonials-box .client-info .image {
  margin-top: 20px;
}

.unique-testimonials-box .client-info .image img {
  display: inline-block;
  width: auto;
  max-width: 100px;
  border: 5px solid #ffffff;
}

.unique-testimonials-box::before {
  color: #478346;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  font-style: normal;
  font-size: 50px;
  font-family: Flaticon;
  content: "\f113";
}

.unique-testimonials-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.unique-testimonials-box .testimonials-shape-1 {
  position: absolute;
  left: -50px;
  top: -10px;
}

.unique-testimonials-box .testimonials-shape-1 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.unique-testimonials-box .testimonials-shape-2 {
  position: absolute;
  right: -35px;
  bottom: 10px;
}

.unique-testimonials-box .testimonials-shape-2 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.unique-testimonials-slides .owl-dots {
  margin-top: 30px !important;
}

.unique-testimonials-slides .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: transparent;
  transition: 0.5s;
  border: 2px solid #8d95a7;
  border-radius: 50%;
  position: relative;
}

.unique-testimonials-slides .owl-dots .owl-dot span::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #478346;
  margin: 2px;
  content: "";
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0);
}

.unique-testimonials-slides .owl-dots .owl-dot:hover span,
.unique-testimonials-slides .owl-dots .owl-dot.active span {
  border-color: #478346;
  background-color: transparent;
}

.unique-testimonials-slides .owl-dots .owl-dot:hover span::before,
.unique-testimonials-slides .owl-dots .owl-dot.active span::before {
  transform: scale(1);
}

/*================================================
Creativity Area CSS
=================================================*/
.creativity-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.creativity-content h3 span {
  text-decoration-line: underline;
  color: #437FEC;
}

.creativity-content p {
  margin-bottom: 0;
}

.creativity-content .skill-bar {
  margin-top: 25px;
}

.creativity-content .skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.creativity-content .skill-bar .progress-title {
  font-size: 16.5px;
  color: #333333;
  font-weight: bold;
}

.creativity-content .skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  color: #57647c;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: -2px 4px 30px rgba(67, 127, 236, 0.05);
  border: 1px solid #f9f9f9;
  transition: 0.5s;
}

.creativity-content .skill-bar .progress-number-mark:hover {
  background-color: #478346;
  color: #ffffff;
  border: 1px solid #478346;
}

.creativity-content .skill-bar .progress-content-outter {
  background-color: #E3E9FF;
  border-radius: 50px;
}

.creativity-content .skill-bar .progress-content {
  height: 5px;
  background: linear-gradient(90deg, #FFA68D 0%, #FD3A84 100%);
  border-radius: 50px;
  width: 0%;
}

.creativity-content .creativity-btn {
  margin-top: 30px;
}

.creativity-card {
  background-color: #ffffff;
  box-shadow: 0px 10px 40px rgba(67, 127, 236, 0.07);
  border-radius: 5px;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
}

.creativity-card .icon-image {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  box-shadow: 0px 10px 40px rgba(67, 127, 236, 0.07);
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  transition: 0.5s;
}

.creativity-card h3 {
  font-size: 22.5px;
  font-weight: bold;
  margin-bottom: 0;
}

.creativity-card:hover .icon-image {
  animation: jackInTheBox 1s;
}

.creativity-card-content {
  position: relative;
  z-index: 1;
}

.creativity-card-content .col-lg-6:nth-child(2) {
  margin-top: 30px;
}

.creativity-card-content .col-lg-6:nth-child(4) {
  margin-top: 30px;
}

.creativity-card-content .creativity-circle-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: -1;
}

/*================================================
AI Team Area CSS
=================================================*/
.ai-team-area {
  background: #F5FCFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ai-team-card {
  text-align: center;
  max-width: 230px;
  margin: 0 auto 30px;
}

.ai-team-card .team-image {
  position: relative;
}

.ai-team-card .team-image img {
  border: 5px solid #ffffff;
}

.ai-team-card .team-image .social {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  text-decoration: none;
  padding: 10px 12px;
  background: linear-gradient(270deg, #FA887D 0%, #FE6088 100%);
  border-radius: 35px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.ai-team-card .team-image .social a {
  display: block;
  color: #ffffff;
  font-size: 16.8px;
  margin: 8px 0;
  transition: 0.5s;
}

.ai-team-card .team-image .social a:hover {
  color: #333333;
}

.ai-team-card .team-content {
  margin-top: 30px;
  padding-top: 25px;
  position: relative;
}

.ai-team-card .team-content::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #437FEC;
  border-radius: 15px;
  height: 3.5px;
  width: 35px;
}

.ai-team-card .team-content h3 {
  font-size: 22.5px;
  margin-bottom: 0;
  font-weight: bold;
}

.ai-team-card .team-content span {
  color: #57647c;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
}

.ai-team-card:hover .team-image .social {
  opacity: 1;
  visibility: visible;
}

.ai-all-team-btn {
  margin-top: 10px;
  text-align: center;
}

.ai-team-shape-1 {
  position: absolute;
  top: 10%;
  left: 5%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
}

.ai-team-shape-1 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ai-team-shape-2 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
}

.ai-team-shape-2 img {
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Footer Wrap Area CSS
=================================================*/
.footer-wrap-area {
  background-color: #1A1F56;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-wrap-shape-1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: center;
  opacity: 55%;
}

.footer-wrap-shape-2 {
  position: absolute;
  top: 10%;
  right: 10%;
  transform: translateY(-10%) translateX(-10%);
  z-index: -1;
  animation: animationFramesOne 10s infinite linear;
}

.footer-wrap-shape-3 {
  position: absolute;
  bottom: 15%;
  left: 10%;
  transform: translateY(-15%) translateX(-10%);
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}


.blog-page {
  padding: 1em 0;
}

.blog-box img {
  height: 320px;
  object-fit: cover;
}

.blog-page-content {
  padding: 20px;
}

.blog-page-content span {
  color: #7f7f7f;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
  padding-bottom: 10px;
}

.blog-page-content h4 {
  line-height: 26px;
  text-transform: capitalize;
  
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #34363a;
  padding-bottom: 10px;
}

.blog-page-content p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #000;

}

.blog-page-content>a {
  font-size: 16px;
  line-height: 26px;
  color: #81c24d;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 18px;
}

.blog-box {
  padding-bottom: 30px;
}

.news {
  padding: 50px 0;
}

.large-img img {
  margin-bottom: 30px;
  height: auto;
}

.news-content-page span a {
  font-size: 28px;
  padding-bottom: 10px;
  display: block;
  color: #34363a;

  line-height: 1em;
}

.date-time p {

  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8rem;
  color: #34363a;
}

.news-paragraph p {
  font-size: 16px;
  line-height: 1.6em;
}

.large-img {
  margin-bottom: 60px;
}


/*End "Home Demo - 6", "Home Demo - 7" & "Home Demo - 8" Style CSS*/
/*# sourceMappingURL=style.css.map */


/* CUSTOM CSS CODE STARTS HERE */


.sparsity-nav {
  background-color: #ffffff;
}

.sparsity-nav .navbar .navbar-nav .nav-item a {
  color: #000 !important;
}

.sparsity-nav .navbar .navbar-nav .nav-item a:hover {
  color: #478346;
}

.sparsity-nav .navbar .others-options .btn-primary {
  background-color: #478346;
  color: #fff;
}

.sparsity-nav .navbar .others-options .option-item .search-btn {
  color: #000;
}



/* .free-trial-content h2 {
 color: #000;
}

.free-trial-content p {
 color: #000;
}



/* .free-trial-content{
  text-align: center;
} */

.free-trial-image {
  z-index: 99;
}

.free-trial-content p {

  margin-top: 40px;


}

.single-footer-widget .logo img {
  background-color: #fff;
}

.main-banner-content {
  margin-top: -600px;
  max-width: 720px;
  margin-left: 85px;
  z-index: 9;
  position: relative;
}

.client-boxes img {
  width: 100%;
  height: 100px;
  background-color: #fff;
}



.partner-item img {
  height: 75px;
  object-fit: contain;
}

.modal-header h6 {
  font-size: 25px;
  font-weight: 600;
}

.input-pop input {
  font-family: "Dosis", sans-serif;
  width: 100%;
  height: 38px;
  border: none;
  padding-left: 15px;
  margin-bottom: 18px;
  font-size: 16px;
  border-radius: 5px;
}

.input-pop input:focus {
  outline: none !important;
}

.input-pop select {
  font-size: 16px;
  border-radius: 0px;
  ;
  font-family: "Dosis", sans-serif;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 18px;
}

.input-pop select:focus {
  outline: none !important;
}

.input-pop textarea {
  font-size: 16px;
  font-family: "Dosis", sans-serif;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
}

.button-design button {
  background: #000;
  color: #fff;
  ;
  border: 0px;
  padding: 10px 30px;
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
}

.collab-content form {
  background-color: #478346;
  padding: 15px;
  border-radius: 5px;
}


.footer-services-list li a {
  color: #000 !important;
}

.quick-links-list li a {
  color: #000 !important;
}

.footer-contact-list li {
  color: #000 !important;
}

.footer-contact-list li a {
  color: #000 !important;
}

.about-content h2 {
  font-size: 25px;
}

#founder {
  padding: 55px 0px;
}

#founder h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.sect-heading h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}





#botanic-team {
  padding: 50px 0px;
  background-color: #f2f2f2;
}

.team-member-image img {
  width: 200px;
  border-radius: 50%;
  height: 200px;

}

.team-boxes h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.team-boxes p {
  margin-bottom: 5px;
  color: #000 !important;
}

.team-headshot a {
  color: #0077b5;
  font-size: 15px;
}

.team-headshot a:hover {
  color: red;
}

.team-headshot ::after {
  content: '';
  height: 14px;
  background-color: grey;
  width: 2px;
  position: absolute;
  left: 75px;
  top: 5px;
}

.team-social-icons {
  margin-left: 20px;
}

.team-social-box {
  position: relative;
}

.team-social-icons i {
  background-color: grey;
  color: #fff;
  padding: 5px;
  font-size: 10px;
  border-radius: 50%;
}

.founder-boxes h3 {
  margin-bottom: 5px;
  margin-top: 12px;
  text-align: center;
}

.founder-boxes h6 {
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.nice-select {
  background-color: #D3F8D3;
  color: #000;
  font-weight: 700;
}

.All-Events h6 {
  font-weight: 800;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #D3F8D3 !important;
}

.blog-page-content {
  border: 2px dotted #ccc;
  margin-top: 10px;
  /* height: 460px; */
  border-radius: 22px;
}

.blog-btn-down a {
  color: #81c24d;
  font-weight: 600;
}

.blog-page-content h4 {
  color: #000;
  font-weight: bold;
}


.fulling-content-plain span {
  text-align: center;
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.fulling-content-plain p {
  text-align: center;
  font-size: 17px;
}

.current-design {
  background-color: #f4f4f4;
}

.current-design_inner {
  text-align: center;
}

.clinical-evidence ul {
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.clinical-evidence ul li {
  list-style: none;
}

.img-botanic-same span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;

}

.grapho-design-adult h4 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

.grapho_design img {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  height: 450px;
}

.grapho_design span {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.partner-area {
  padding: 80px 0px !important;
}


.single-main-services-box {
  height: 495px;
}

.ingredients ul li {
  margin: 0px !important;
  border: 3px solid #478346 !important;
}

.product-name-list {
  margin: 50px 0px !important;
}

#myTable th {
  font-size: 28px !important;
}

/* .about-image {
  padding-bottom: 60px !important;
} */

.about-area {
  padding: 80px 0px !important;
}

.ingredients tr {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.blog-box img {
  border: 2px dotted #444;
  border-radius: 8px;
}

span.blg-stl {
   font-size: 30px;
}

.date-time p{
  font-size: 18px;
}

.botanic-blog-det li{
  list-style-type: none;
}

.social_media-links li i{
  font-size: 25px !important;
}

.event-content p{
  font-size: 20px;
}

.event-content h3{
  font-size: 20px;
}

.events-bg{   background: #2a3f5b;   width: 25%; text-align: center;         padding: 16px 16px 8px 20px;            margin-bottom: 20px;            border-radius: 5px 30px 5px 30px;        }
select#myevents {            background-color: rgb(239, 242, 246);            border: 0;            font-size: 16px;            padding: 0 25px;            height: 45px;            line-height: 45px;            outline: 0;        }        
.events{                color: #000;                display: none;               margin: 40px 0px;            }
.event-media {            width: 100%;     height: 285px;            position: relative;            overflow: hidden;            background-color: #ffffff;            border: 1px solid #fbeef5;        }        
.event-media-img-wrapper {        -o-object-fit: cover;        object-fit: cover;        -o-object-position: center;        object-position: center;        position: absolute;        left: 0;        top: 0;        height: 100%;        width: 100%;        -webkit-transition: all 0.5s ease-in-out;        transition: all 0.5s ease-in-out;                 }           
.event-media::after {            content: "";            display: inline-block;            position: absolute;            bottom: 0;            left: 0;            width: 0;            height: 5px;            background-color: #10547c;            -webkit-transition: all 0.5s ease-in-out;            transition: all 0.5s ease-in-out;        }
.event-content {            padding: 40px 5px;            border-bottom: 1px solid rgba(62, 49, 68, 0.3);        }
.event-content p{        color:#468346;        text-transform:uppercase;        }
.event-content h3{        font-weight:400;        color:#332938;        }
.events:hover .event-media-img-wrapper {     -webkit-transform: scale(1.13);      transform: scale(1.13);     }
.events:hover .event-media::after {       width: 100%;        }
.event-pre, .event-next {                border: 1px solid #ffff;                border-radius: 10px;                padding: 5px 10px;                color: #fff;   }
.event-gap {    margin: 1.25rem;}
.event-pre:hover, .event-next:hover {    color: #ffff;}

.botanic-custom-table-head th{
              background-color: #f2f2f2;
              padding: 14px;
}


.ingredients tr {
    border: 1px solid #ccc;
}

#myTable  td{
  padding: 11px;
  border-right: 1px solid #ccc;
}
  
.mission_type {   text-align: center;}
.mission_type span {  font-size: 24px;  font-weight: 600; color: #4f7a4d;}
.mission_type p {  font-size: 18px; color: #000;  width: 80%;  text-align: center;  margin: 0px auto;   font-style: italic;}
.scoll-metter {  max-height: 500px;  overflow-y: scroll;}

.scoll-metter::-webkit-scrollbar {  width: 10px;}
.scoll-metter::-webkit-scrollbar-track {  background: #f1f1f1;}
.scoll-metter::-webkit-scrollbar-thumb {  background: #888;}
.scoll-metter::-webkit-scrollbar-thumb:hover {  background: #555;}
.about-text ul li {  margin-bottom: 10px;     font-size: 14px; color: #57647c;}

.embed_jobs_with_style .rec-job-info a{color:#000;}
.product-details-desc ul li {  margin-bottom: 15px; color: #57647c;}
.product-details-desc ul {  padding-left: 15px;}
.mamage-design-1 ul {  padding-left: 15px;}
.mamage-design-1 ul li{color: #000; margin-bottom: 5px;}
.Ayudio-She ul li {  font-size: 15px;}
.Ayusoperine-page img {  height: 300px;  object-fit: cover;  margin-bottom: 13px;}
.Ayusoperine-page strong {  display: block;  text-align: center;  width: 100%;  font-size: 18px; color: #000;}
.min-height-AyushwaMind {  min-height: 115px;}

.Ayucopure ul li {  line-height: 26px;  color: #57647c;}
.mucojoint_page h5 {  font-size: 16px;  line-height: 25px;  font-style: oblique;}
.mucojoint_page ul li {  line-height: 25px;  margin-bottom: 10px;     font-size: 14px; color: #57647c;}
.mucojoint_page h4 {  font-size: 16px;  font-style: oblique;}
.tinoimmune_introducing ul li {  line-height: 25px; color: #57647c;}
.tinoimmune_introducing ul {  padding-left: 15px;}
.Ayubix_list ul li {  line-height: 25px; color: #57647c;}
.Ayubix_list ul {  padding-left: 15px;}
.Ayuvogen ul {  padding-left: 15px; }
.Ayuvogen li { line-height: 25px; color: #57647c;}
.co-pure ul {    padding-left: 15px;}
.co-pure ul li {line-height: 25px; color: #57647c; margin-bottom: 12px;}
.gymsol ul{padding-left: 15px;}
.gymsol ul li{line-height: 25px; color: #57647c; margin-bottom: 12px;}

.sali-bio li{line-height: 25px; color: #57647c; margin-bottom: 12px;}
.sali-bio ul{padding-left: 15px;}

.lipso-bio ul{padding-left: 15px;}
.lipso-bio li{line-height: 25px; color: #57647c; margin-bottom: 12px;}

.blog_details img {  width: 400px;  float: left;  margin-right: 30px;}
.blg_tg ul li {  margin-bottom: 14px; color: #57647c;}
.blg_tg ul{padding-left: 15px;}
.blog-details-content h2 {  font-size: 22px;}
.blog-details-content h3 {  font-size: 22px;}
.blog-details-content h4 {  font-size: 22px;}
.blog-details-content h5 {  font-size: 22px;}
.blog-details-content h6 {  font-size: 22px;}

/* AJUSTEMENTS POUR PAGE HISTORY */
@media screen and (min-width: 576px){
  .btw_frise__elt--2 .empty{
      order: 0 !important;
    }
  .btw_frise__elt--2 	.btw_frise__elt__date{
      order: 1 !important;
    }
  .btw_frise__elt--2 	.btw_frise__elt__content{
      order: 2 !important;
    }
  .btw_frise__elt--4 .empty{
      order: 0 !important;
    }
  .btw_frise__elt--4 .btw_frise__elt__date{
      order: 1 !important;
    }
  .btw_frise__elt--4 .btw_frise__elt__content{
      order: 2 !important;
    }
  .btw_frise__elt--6 .empty{
      order: 0 !important;
    }
  .btw_frise__elt--6 .btw_frise__elt__date{
      order: 1 !important;
    }
  .btw_frise__elt--6 .btw_frise__elt__content{
      order: 2 !important;
    }
  .btw_frise__elt--8 .empty{
      order: 0 !important;
    }
  .btw_frise__elt--8 .btw_frise__elt__date{
      order: 1 !important;
    }
  .btw_frise__elt--8 .btw_frise__elt__content{
      order: 2 !important;
    }
  .btw_frise__elt--10 .empty{
      order: 0 !important;
    }
  .btw_frise__elt--10 .btw_frise__elt__date{
      order: 1 !important;
    }
  .btw_frise__elt--10 .btw_frise__elt__content{
      order: 2 !important;
    }
  .btw_frise__elt--12 .empty{
      order: 0 !important;
    }
  .btw_frise__elt--12 .btw_frise__elt__date{
      order: 1 !important;
    }
  .btw_frise__elt--12 .btw_frise__elt__content{
      order: 2 !important;
    }
}

.btw_steps {
  position: relative;
  padding-top: 6.5rem
}

.btw_steps .col-md {
  position: relative;
  margin-top: 6.5rem
}

.btw_steps__elt {
  background: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 4.5rem 1rem 1rem
}

.btw_steps__elt__icon {
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask: url('../img/bulle.html') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask: url('../img/bulle.html') no-repeat 50% 50%;
  mask-size: contain;
  width: 9.5rem;
  height: 8.125rem;
  display: flex
}

.btw_steps__elt__icon img {
  width: 100%;
  height: 56%;
  object-fit: contain;
  margin: auto
}

.btw_steps__elt__title {
  text-align: center;
  margin-bottom: 0.75rem
}

.btw_steps__elt__arrow {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  border-right: 2px solid #245853;
  border-bottom: 2px solid #245853;
  transform: rotate(45deg)
}

[aria-expanded="true"]+.btw_steps__elt__arrow {
  transform: rotate(-135deg)
}

@media screen and (min-width: 768px) {
  .btw_steps {
      padding-top:6.5rem
  }

  .btw_steps .row {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      top: 6.5rem
  }

  .btw_steps .col-md {
      margin-top: 0
  }

  .btw_steps .col-md:not(:last-child)::after {
      content: '';
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg);
      position: absolute;
      right: -0.4rem;
      top: -2.5rem
  }
}

.btw_frise {
  position: relative;
  padding: 4.875rem 0;
  max-width: 52rem;
  margin: 0 auto;
  padding-top: 4rem;
}

.btw_frise .vertical_line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5.6875rem;
  width: 11.375rem;
  /* background: #245853 */
}

.btw_frise .vertical_line__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.btw_frise__intro {
  position: relative;
  background: #fff;
  padding: 0.5rem 0;
  margin-bottom: 4rem
}

.btw_frise__elt {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0.2rem;
}

.btw_frise__elt__date {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  word-wrap: break-word;
  line-height: 1;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 4.375rem;
  text-align: center
}

/* .btw_frise__elt__date::after {
  content: '';
  position: absolute;
  top: calc(50% + 4rem);
  bottom: -4rem;
  left: 50%;
  width: 1px;
  background: #fff
} */

.btw_frise__elt__content {
  position: relative;
  padding: 2rem 0;
  background: #f8f9fa;
  z-index: 99;
  text-align: center
}

.btw_frise__elt__content__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btw_frise__elt__content h3 {
  position: relative;
  text-transform: none;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}

/* .btw_frise__elt__content h3::before {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #FF8226;
  transition: all 0.3s ease
} */

.btw_frise__elt__content__content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 0 1.5rem 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  text-align: left
}

.btw_frise__elt__content__content::before {
  content: '';
  display: block;
  height: 2.5rem
}

.btw_frise__elt__content__btn {
  position: relative;
  display: block;
  width: 33px;
  height: 33px;
  margin: 1rem auto -1rem;
  border: 3px solid #245853;
  border-radius: 50%
}

.btw_frise__elt__content__btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 17px;
  height: 3px;
  left: 5px;
  top: 12px;
  background: #245853;
  border-radius: 3px
}

.btw_frise__elt__content__btn::after {
  content: '';
  position: absolute;
  display: block;
  height: 17px;
  width: 3px;
  top: 5px;
  left: 12px;
  background: #245853;
  border-radius: 3px
}

[aria-expanded="true"]+.btw_frise__elt__content__btn::after {
  opacity: 0
}

.btw_frise__elt__content .stretched-link {
  position: absolute;
  top: 0;
  bottom: -1rem;
  left: 0;
  right: 0;
  z-index: 3
}

@media screen and (min-width: 576px) {
  .btw_frise {
      padding-left:0
  }

  .btw_frise__elt__date {
      order: 1
  }

  .btw_frise__elt__content {
      text-align: right;
      padding: 1rem 0 0
  }

  .btw_frise__elt__content__inner {
      margin-left: auto;
      margin-right: 0
  }

  .btw_frise__elt--right .btw_frise__elt__content__inner {
      margin-left: 0
  }

  .btw_frise__elt--right h3 {
      text-align: left
  }

  .btw_frise__elt--right .btw_frise__elt__content {
      text-align: left
  }

  .btw_frise__elt .empty {
      align-self: normal;
      order: 2
  }

  .btw_frise__elt--right .empty  {
      order: -1
  }

  .btw_frise__elt--2 .empty {
      background: url('../img/timeline_deco_1.html') 100% 50% no-repeat;
      background-size: contain;
      transform: translateX(2.8rem)
  }

  .btw_frise__elt--5 .empty {
      background: url('../img/timeline_deco_2.html') 0 50% no-repeat;
      background-size: contain;
      transform: translateX(-2.8rem)
  }

  .btw_frise__elt--8 .empty {
      background: url('../img/timeline_deco_3.html') 100% 50% no-repeat;
      background-size: contain;
      transform: translateX(2.8rem)
  }
}

@media screen and (min-width: 768px) {
  .btw_wheel {
      display:flex
  }
}

.btw_wheel__carousel {
  position: relative;
  background: #fff
}

@media screen and (min-width: 768px) {
  .btw_wheel__carousel {
      width:50%
  }
}

.btw_wheel__carousel .slick-list,.btw_wheel__carousel .slick-track {
  height: 100%
}

.btw_wheel__carousel__elt {
  height: 100%;
  padding: 3rem 4rem 1.5rem;
  color: #404040;
  display: flex !important;
  flex-direction: column;
  justify-content: center
}

@media screen and (min-width: 768px) {
  .btw_wheel__carousel__elt {
      padding:3rem 8rem 1.5rem
  }
}

.btw_wheel__carousel__elt__title {
  text-transform: none;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  color: #404040
}

.btw_wheel__carousel__elt__figure {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 2.25rem
}

.btw_wheel__carousel__elt__figure::before {
  opacity: 0.3
}

.btw_wheel__carousel__elt__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.btw_wheel__wheel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center
}

@media screen and (min-width: 768px) {
  .btw_wheel__wheel {
      width:50%
  }
}

.btw_wheel__wheel__title {
  transition: none !important;
  color: #404040;
  text-align: center;
  width: auto !important;
  transform: translate(0, 1rem) !important
}

.btw_wheel__wheel__elt {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  text-align: center;
  display: flex;
  margin: 1rem
}

.btw_wheel__wheel__elt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  right: 0.8rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.2s ease
}

.btw_wheel__wheel__elt__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.65rem;
  object-fit: contain;
  filter: grayscale(100%) contrast(0) brightness(500%);
  transition: all 0.2s ease
}

.btw_wheel__wheel__elt__number {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  transition: all 0.2s ease
}

.btw_wheel__wheel__elt__title {
  margin: auto;

  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  padding: 0.25rem;
  opacity: 0;
  transition: all 0.2s ease;
  word-break: break-word
}
h2.uppercase {  text-align: center;}
.btw_frise__elt__content__inner ul li{
  font-family: "Dosis", sans-serif;
  font-size: 16px;
}
.btw_frise__elt__content__inner {
  text-align: left;
}
.btw_frise__elt__content__inner ul li {  margin-bottom: 12px;}

.featured-design {     position: absolute;  bottom: 7px;  text-align: center;  width: 89%; left: 5.2%;}
.content-box {    background-color:transparent; /* default background */    padding: 20px;    text-align: center;}

.content-box.active {
    background-color: #33844d; /* active background color */
    color: white;
    border-right:2px solid #234059;
}

.content-box {
    position: relative;
    padding: 20px;
    transition: background-color 0.5s ease, transform 0.5s ease; /* Smooth transition for background and scaling */
}

.content-box.active {
    background-color: #33844d; /* Or any background color you prefer for the active box */
    transform: scale(1.05); /* Slight scaling to highlight the active box */
}

.content-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #234059;
    width: 0;
    height: 100%;
    transition: width 0.5s ease; /* Smooth transition for the hover line */
    z-index: -1;
}

/*.content-box:hover::before, 
.content-box.active::before {
    width: 2px;
}
*/
.content-box:hover {
    transform: scale(1.05); /* Slight scaling on hover */
}

.content-box p {  color: #fff;}
.content-box h4 {  color: #fff;}
.content-box i {  color: #fff;}

.icon .flaticon-artificial-intelligence:before{  font-size: 50px;}
.icon .flaticon-robot:before{  font-size: 50px;}
.icon .flaticon-machine-learning:before{  font-size: 50px;}
.main-slider {  height: 100vh;}
.main-slider img {  width: 100%;  height: 100vh; object-fit: cover;}
.slick-dots{position: relative; z-index: 999; bottom: 0px;}

.single-featured-services-box[aria-hidden="false"]{
  background-color:#000;
  }
  
  .counter-bg{
  background-image: url("../img/bg-leaf-img.png");
  }
  .counter-box {
    display: block;
     /* border: 2px dotted #fcd10a; */
    padding: 20px 0px 20px;
    text-align: center;
  }
  
  .counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  
  .counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
  }
  
  .counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
  }
  
/* .counter-box.colored {
  background: #fcd10a;
 }  */
 /* .counter-box.colored * { 
 color: #000 !important; 
 }  */
  
  .counter-box.colored p,
  .counter-box.colored i,
  .counter-box.colored .counter {
    color: #fff;
  }
  .counter-box img {
    margin-bottom: 20px;
    filter: brightness(0.5) invert(1);
}
.counter-bg {
  margin-bottom: 80px;
}
.signature-ingredients ul li {   font-size: 18px;   font-family: "Dosis", sans-serif;  margin-bottom: 30px;  display: inline-block;  width: 15%;  text-align: center; margin-right: 15px;}
.signature-ingredients {  text-align: center;}
.signature-ingredients img {  width: 70%;}
.signature-ingredients span{display: block !important; font-weight: 500; font-size: 17px;}


.tab {
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  width: 20%;
  position: relative;
  text-align: center;
}
.tabs a {
  background-color: #eff0f2;
  border-bottom: 1px solid #fff;
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  font-size: 18px;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #234059;
}
.tabs a:hover{
  background-color: #234059;
  color: #fff;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item h4 {
  font-weight: bold;
  color: #478346;
  font-size: 20px;
}
.tabs_item img {
  /* width: 200px; */
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}

.current a {  color: #fff;  background: #478346;}
.middle-global-count {  margin: 0px auto;}
.tabs_item p {  font-weight: 500; color: #000; padding-right: 35px;}
.tabs_item span {    font-size: 16px;  font-weight: 600;  display: block; margin-bottom: 12px;}
.tabs_item a {  font-size: 16px;  font-weight: 500;}
.tabs_item ul li {  list-style: none;}
.location-side ul {    padding: 0;}
.location-side ul li {  margin-bottom: 12px;}
.globa-location {  zoom: 1.0;}
/*.col-xl-12.col-lg-12.col-md-12.col-sm-12.col-xs-12.spec_cls.spec_li {*/
/*    font-size: 14px;*/
/*    color: #57647c;*/
   
/*    line-height: 1.8;*/
/*}*/
.spec_cls p {
    color: #000;
}
.btw_frise__elt__content__inner > span {
  font-weight: 800;
  font-size: 25px;
  display: block;
  color: #478346;
  margin-bottom: 10px;
}
.btw_frise__elt__content__inner ul {  padding-left: 15px;}
.borcher-otp-number input {
  width: 70%;
  float: left;
  padding: 10px 15px;
  margin-right: 20px;
  border: 2px solid #ccc;
}

.borcher-otp-number-btn button {
  border: none;
  background: #478346;
  padding: 10px 50px;
  border-radius: 50px;
  color: #fff;
}

.melostacio_design_inner h2{font-size: 30px; color: #478346;}
.melostacio_design_inner p{font-size: 16px;}

.melatonin-and-sleep_inner span {  font-size: 20px;}
.melatonin-and-sleep_inner h3 {  font-weight: 700;  color: #478346; font-size: 30px;}
.melatonin-and-sleep_inner p {  font-size: 14px; color: #000;}

.discover-benfits h4{ font-weight: 700;  color: #478346; font-size: 30px;}
.overlapy-content span {  font-family: "Open Sans", sans-serif;  display: block;  margin-bottom: 15px;}
.overlapy-content ul li{font-size: 14px;     font-family: "Open Sans", sans-serif; color:#000;}
.overlapy-content ul li {  margin-bottom: 15px; color:#000;}
.overlapy-content ul {  padding-left: 15px;}

.natural-melatonin_inner h5{  font-weight: 700;  color: #478346;  font-size: 30px;}
.natural-melatonin_inner p{font-size: 14px; color: #000;}

.stay-inner p{font-size: 14px; color: #000;}
.melostacio_inner h5{font-weight: 700;color: #478346;font-size: 30px;}
.melostacio_inner p{color: #000;}
.logo-this-side p {  font-size: 14px; color: #000;}
.about-content p {  color: #000;}
.about-content p {  color: #000;}
#botanic-team p {  color: #000;}
.about-inner-area p {  color: #000;}
.about-text ul {  padding-left: 15px;  padding-top: 20px;}
.about-text h3 {  padding-top: 15px;}
.single-main-services-box p {  color: #000;}
.minerals-para p {  color: #000;}
.main-services-area p {  color: #000;}

.infrastructure-content h2 {    margin-bottom: 12px;}
.infrastructure-content h3 {    margin-bottom: 12px;}
.infrastructure-content h4 {    margin-bottom: 12px;}
.infrastructure-content h5 {    margin-bottom: 12px;}
.infrastructure-content h6 {    margin-bottom: 12px;}
.blog-btn-down a {  color: #000;  font-weight: bold;  font-size: 16px;}
.blog_details p {  color: #000;}
.blog_details ul li {  color: #000;}
.flex-full img {  margin-bottom: 20px;}
.flex-full p {  color: #000;}
.about-text ul li {  color: #000;}
.products-details-tab-content i {  color: #000;}
.Ayucopure ul li {  color: #000;}
.Ayucopure ul {  padding-left: 15px;}
.products-details-tab-content {  padding: 15px;}
.Ayucopure ul li {  list-style-type: disc; font-weight: 500;}
.Ayudio-She ul li {  color: #000;  list-style-type: disc;}
.tabs_item ul li{color: #000; line-height: 30px; list-style-type: disc; font-weight: 500;}
.products-details-tab-content ul {  padding-left: 15px;}
.products-details-tab-content strong {  color: #000;}
.location-side ul li {  list-style-type: none;}

.news-paragraph p {  color: #000;  font-size: 14px;}
.news-cotennt-page {  margin-bottom: 30px;}

a.blog-btn {  background: #478346;  padding: 10px 30px;  border-radius: 50px;  color: #fff; font-weight: 700;}
.news-content-page span a{
  font-size: 22px;
  padding-bottom: 9px;
  display: block;
  color: #34363a;
  line-height: 32px;
}
.new-side-bar img {
  float: left;
  width: 100px;
  margin-right: 15px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.new-side-bar > span {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.new-side-bar ul li {
  list-style-type: none;
}
.new-side-bar ul {
  padding-left: 0;
}
.new-side-bar ul li {
  list-style-type: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.new-side-bar .media span {
  display: block;
  margin-bottom: 5px;
}
  .copyright-area p{
       color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  .product-details-desc ul li {
    margin-bottom: 0;
    color: #000;
}

.read-btn-product-btn a {
    background: #234059;
    padding: 10px 30px;
    transition: 0.5s;
    border-radius: 50px;
}
.read-btn-product-btn a:hover{background-color: #75c55d;}



.enquire-now-fixed {
/* width: 8%; */
background: #33844d;
text-align: center;
/* height: 35px; */
line-height: 3;
transform: rotate(-90deg);
left: -46px;
position: fixed;
z-index: 99;
top: 50%;
display: block;
padding: 0 15px;
}
.modal-header span {
  font-size: 22px;
  font-weight: 600;
}

.home-filed textarea{width: 100%; height: 100px; padding-left: 15px; padding-top: 10px;}
.home-filed textarea:focus{outline: none; border-color: #478346 !important;}

.home-filed input{border: 1px solid #ccc;}
.home-filed textarea{border: 1px solid #ccc !important;}
.head-color-deisgn {  background: #78c55d;}
.head-color-deisgn span{color: #fff;}
button.submit-pop {
  background: #234059;
  transition: 0.5s;
}

button.submit-pop:hover{background-color: #78c55d;}