
/*================================================
Default CSS
=================================================*/
@import url(../css/animate.css);
@import url(../css/flaticon.css);
@import url(../css/imagelightbox.min.css);
@import url(../css/magnific-popup.min.css);
@import url(../css/meanmenu.css);
@import url(../css/nice-select.min.css);
@import url(../css/odometer.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
@import url(../css/fontawesome.min.css);

@font-face {
  font-family: 'Font1';
  src: url('../webfonts/Bahij_TheSansArabic-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Font2';
  src: url('../webfonts/THESANSARABIC-BOLD.ttf');
  font-weight: 400;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Font1";
  font-size: 16px;
   
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #ea9614;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: #196a2f;
  text-decoration: none;
}

p {
  line-height: 1.8;
  color: #646466;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}

p:last-child {
  margin-bottom: 0;
}

button {
  outline: 0 !important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #ea9614;
  font-weight: bold;
}

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #196a2f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #ffba0a;
  -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.optional-btn {
  border: 1px solid #ea9614;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ea9614 !important;
  text-transform: capitalize;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.optional-btn i {
  margin-right: 2px;
  font-size: 18px;
}

.optional-btn:hover, .optional-btn:focus {
  color: #ffffff !important;
  background-color: #196a2f;
}

.optional-btn i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title span {
  font-size: 17px;
  color: #196a2f;
  text-transform: uppercase;
  font-weight: 400;
}

.section-title h3 {
  font-size: 36px;
  margin: 10px 0 16px 0;
}

.section-title p {
  max-width: 605px;
  margin: auto;
}
 
/*================================================
Navbar Area CSS
=================================================*/
.mada-responsive-nav {
  display: none;
}

.mada-nav {
  background-color: transparent;
}

.mada-nav .navbar {
  background-color: #ffffffa6;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  /* border-radius: 5px; */
  padding-right: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-bottom: 0;
  background: linear-gradient(to right, #fefefebf 1%, #ffffff87 67%, #fdfdfdcc 100%);
}

.mada-nav .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand img{
  /* width: 260px; */
  /* height: 80px; */
}
.mada-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.mada-nav .navbar .navbar-nav {
  margin-right: auto;
  margin-left: auto;
}

.mada-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
  text-align: right;
}

.mada-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #333333;
  font-family: 'Font2';
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.mada-nav .navbar .navbar-nav .nav-item a:hover, .mada-nav .navbar .navbar-nav .nav-item a:focus, .mada-nav .navbar .navbar-nav .nav-item a.active {
  color: #196a2f;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .navbar-nav .nav-item a i {
  /*font-size: 11px;*/
  margin-right: -45px !important;
  color: #196a2f;
}
.mada-nav .navbar .navbar-nav .nav-item:hover a, .mada-nav .navbar .navbar-nav .nav-item.active a {
  color: #196a2f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 130px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  text-align: inherit;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  position: relative;
  color: #333333;
  font-size: 15.5px;
  font-weight: 400;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #196a2f;
  letter-spacing: 1px;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #196a2f;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #196a2f;
}

.mada-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;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #196a2f;
}

.mada-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;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #196a2f;
}

.mada-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;
}

.mada-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;
}

.mada-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, .mada-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, .mada-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: #196a2f;
}

.mada-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;
}

.mada-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;
}

.mada-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, .mada-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, .mada-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: #196a2f;
}

.mada-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: #196a2f;
}

.mada-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;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #196a2f;
}

.mada-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;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #196a2f;
}

.mada-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;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #196a2f;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #196a2f;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #196a2f;
}

.mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.mada-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.mada-nav .navbar .others-options {
  margin-left: 0;
}
.mada-nav .navbar .others-options .option-item .close-btn {
  display: none;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.mada-nav .navbar .others-options .option-item .close-btn:hover {
  background-color: #196a2f;
  border: 1px solid #196a2f;
  color: #ffffff;
}

.mada-nav .navbar .others-options .option-item .close-btn i {
  font-size: 16px;
}

.mada-nav .navbar .others-options .cart-btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #196a2f;
  cursor: pointer;
  color: #196a2f;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .others-options .cart-btn i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .others-options .cart-btn a {
  color: #196a2f;
  position: relative;
}

.mada-nav .navbar .others-options .cart-btn a span {
  position: absolute;
  right: -5px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 50%;
  background: #196a2f;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .others-options .cart-btn:hover {
  background-color: #e58e07;
  border: 1px solid #e58e07;
  color: #ffffff;
}
.mada-nav .navbar .navbar-nav .nav-item a i:hover {
     color: #fcfffd;
}
.mada-nav .navbar .others-options .cart-btn:hover a:hover i {
  color: #ffffff;
}

.mada-nav .navbar .others-options .cart-btn:hover a span {
  background: #ffffff;
  color: #196a2f;
}
.mada-nav .navbar .others-options .user-btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #196a2f;
  cursor: pointer;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .others-options .user-btn i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .others-options .user-btn a {
  color: #fff;
  position: relative;
}

.mada-nav .navbar .others-options .user-btn a span {
  position: absolute;
  right: -5px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 50%;
  background: #196a2f;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .others-options .user-btn:hover {
  background-color: #e58e07;
  border: 1px solid #e58e07;
  color: #ffffff;
}

.mada-nav .navbar .others-options .user-btn:hover a:hover i {
  color: #ffffff;
}

.mada-nav .navbar .others-options .user-btn:hover a span {
  background: #ffffff;
  color: #196a2f;
}

.mada-nav .navbar .others-options .burger-menu {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mada-nav .navbar .others-options .burger-menu:hover {
  background-color: #196a2f;
  border: 1px solid #196a2f;
  color: #ffffff;
}

.mada-nav .navbar .others-options .burger-menu i::before {
  line-height: normal;
  font-size: 16px;
}

.navbar-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: transparent;
  nt; */
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-family: 'Font2';
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky .mada-nav .navbar {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-area.navbar-style-two {
  border-bottom: 1px solid #5d5649;
  top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-area.navbar-style-two .mada-nav {
  background-color: transparent;
}

.navbar-area.navbar-style-two .mada-nav .navbar {
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  height: 100%;
  width: 1px;
  background-color: #5d5649;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: -65px;
  height: 100%;
  width: 1px;
  background-color: #5d5649;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item a.active {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item.active a {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-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.navbar-style-two .mada-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.navbar-style-two .mada-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.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-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.navbar-style-two .mada-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.navbar-style-two .mada-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.navbar-style-two .mada-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: #196a2f;
}

.navbar-area.navbar-style-two .mada-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.navbar-style-two .mada-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.navbar-style-two .mada-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.navbar-style-two .mada-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: #196a2f;
}

.navbar-area.navbar-style-two .mada-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: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #196a2f;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options {
  margin-left: 0;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .option-item {
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .option-item .search-btn {
  display: block;
  color: #ffffff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .option-item .search-btn:hover {
  background-color: #196a2f;
  border: 1px solid #196a2f;
  color: #ffffff;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .option-item .search-btn i {
  font-size: 16px;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .option-item .close-btn {
  display: none;
  color: #ffffff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .option-item .close-btn:hover {
  background-color: #196a2f;
  border: 1px solid #196a2f;
  color: #ffffff;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .option-item .close-btn i {
  font-size: 16px;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .cart-btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .cart-btn a {
  color: #b7b7b7;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .cart-btn a:hover {
  color: #ffffff;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .cart-btn:hover {
  background-color: #196a2f;
  border: 1px solid #196a2f;
  color: #ffffff;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .cart-btn:hover a:hover i {
  color: #ffffff;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .cart-btn i {
  font-size: 16px;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .burger-menu {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .burger-menu:hover {
  background-color: #196a2f;
  border: 1px solid #196a2f;
  color: #ffffff;
}

.navbar-area.navbar-style-two .mada-nav .navbar .others-options .burger-menu i::before {
  line-height: normal;
  font-size: 16px;
}

.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two {
  border-bottom: none;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .mada-nav .navbar-nav {
  position: relative;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .mada-nav .navbar-nav::before {
  display: none;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .mada-nav .navbar-nav::after {
  display: none;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .mada-nav .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .mada-nav .navbar-nav .nav-item a {
  color: #333333;
}

.navbar-area.navbar-style-two.is-sticky.navbar-style-two .mada-nav .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two.is-sticky.navbar-style-two .mada-nav .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two.is-sticky.navbar-style-two .mada-nav .navbar-nav .nav-item a.active {
  color: #196a2f;
}

.navbar-area-three {
  position: relative;
  background-color: transparent;
}

.navbar-area-three.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area-three.is-sticky .mada-nav .navbar {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-left: 0;
  padding-right: 0;
}

.navbar-area-three .mada-nav .navbar {
  background-color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          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: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #333333;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #196a2f;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #7a7e9a;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #196a2f;
}

.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
}
.sidebar-modal ul{
  padding: 0;
}
.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  left: -100%;
  top: 0;
  /* width: 25%; */
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar-modal .cart-item{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.sidebar-modal .cart-item img{
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.sidebar-modal .cart-item .product-details{
  margin-right: 10px;
}
.sidebar-modal .cart-item .product-details h3{
  font-size: 16px;
}
.sidebar-modal .cart-item .product-details span{
  font-size: 13px;
  color: #ffba0a;
}
.sidebar-modal .cart-item .close-btnn{
  margin-right: 60px;
}
.sidebar-modal .cart-item .close-btnn a{
  color: #c93d0f;
}
.sidebar-modal .sidebar-modal-inner .close-btn,
.sidebar-modal .sidebar-modal-inner h5 {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #333333;
  opacity: .66;
  cursor: pointer;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  opacity: 1;
}
.sidebar-modal .sidebar-modal-inner h5{
  right: 15px;
  left: auto;
  top: 20px;
}
.sidebar-modal .sidebar-modal-inner .total-total{
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.sidebar-modal .sidebar-modal-inner .total-total .total-price span{
  color: #ffba0a;
}
.sidebar-modal .sidebar-modal-inner .cart-buttons{
  display: flex;
  justify-content: space-between;
}
.sidebar-modal .sidebar-modal-inner .cart-buttons .go-to-cart,
.sidebar-modal .sidebar-modal-inner .cart-buttons .go-to-checkout{
  padding: 10px 15px 8px;
  font-size: 14px;
  line-height: 19px;
}
.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
  left: 0;
}
.mean-container .mean-nav {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .mada-responsive-nav {
    display: block;
  }
  .mada-responsive-nav .mada-responsive-menu {
    position: relative;
  }
  .mada-responsive-nav .mada-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .mada-responsive-nav .mada-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #196a2f;
  }
  .mada-responsive-nav .mada-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .mada-responsive-nav .mada-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 336px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .mada-responsive-nav .mean-container a.meanmenu-reveal {
    color: #333333;
  }
  .mada-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #333333;
    position: relative;
    top: 12px;
    margin-top: -5.8px;
    border-radius: 5px;
  }
  .mada-responsive-nav .mean-container .others-option {
    display: none;
  }
  .mada-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .navbar-area {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-area.navbar-style-two {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-area.navbar-style-two.is-sticky {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
  }
  .mada-nav {
    display: none;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 750px;
}

.main-banner-content {
  max-width: 630px;
  margin-left: auto;
  margin-top: -90px;
}

.main-banner-content h1 {
  font-size: 45px;
  color: #333333;
  margin: 0 25px 16px 0;
}

.main-banner-content p {
  color: #7a7e9a;
  margin: 0 25px 0 0;
}

.main-banner-content .banner-btn {
  margin-top: 35px;
}
.banner-image {
  text-align: right;
  margin-top: -10px;
  position: relative;
}
.banner-image .shape-area .creative-shape {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: -1;
  left: -4%;
}

.banner-image .shape-area .creative-shape-two {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: -1;
  left: -1%;
}






/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

/* .main-banner-item {
  background-image: url(../../web_asset/img/main-banner-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  background-attachment: fixed;
} */

.main-banner-item.banner-item-one {
  background-image: url(../../web_asset/img/banner/1.jpeg);
  padding-top: 10px;
  padding-bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*-webkit-animation: zoomin .15s ease-in infinite;
  animation: zoomin 15s ease-in infinite;*/
  transition: all .5s ease-in-out;
  height: 650px;
  width: 100%;
  position: relative;
}
.main-banner-item.banner-item-two {
  background-image: url(../../web_asset/img/banner/2.jpeg);
  padding-top: 10px;
  padding-bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoomin .15s ease-in infinite;
  animation: zoomin 15s ease-in infinite;
  transition: all .5s ease-in-out;
  height: 650px;
  width: 100%;
  position: relative;
}
.main-banner-item.banner-item-three {
  background-image: url(../../web_asset/img/banner/3.jpeg);
  padding-top: 10px;
  padding-bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoomin .15s ease-in infinite;
  animation: zoomin 15s ease-in infinite;
  transition: all .5s ease-in-out;
  height: 650px;
  width: 100%;
  position: relative;
}
.overlay{
  width: 100%;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgb(70 69 69 / 25%);
}
.main-banner-item .main-banner-content h1 {
  color: #e9e9e9;
  font-size: 40px;
}

.main-banner-item .main-banner-content p {
  color: #f1f1f1;
  margin-bottom: 0;
  margin-right: 0;
}

.main-banner-content {
  max-width: 680px;
  margin: auto;
  margin-top: 100px;
}
.main-banner-item .main-banner-content::after {
 /* background-image: url(../img/banner/main-slider-icon-2-1.png);
  left: 17%;
  right: auto;*/
}
.main-banner-item .main-banner-content::before {
  /*background-image: url(../img/banner/main-slider-icon-2-2.png);
  right: 17%;
  left: auto;*/
}
.main-banner-item .main-banner-content::after,
.main-banner-item .main-banner-content::before {
  width: 115px;
  height: 216px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-banner-content span {
  font-size: 18px;
  color: #ffba0a;
  font-weight: 500;
}

.main-banner-content h1 {
  font-size: 45px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-right: 0;
}

.main-banner-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.main-banner-content .banner-btn {
    margin-top: 0px;
    position: absolute;
    bottom: 50px;
    /* transform: translate(-50%, -50%) !important; */
    z-index: 99;
    text-align: center;
}

.main-banner-shape .shape-1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 150px;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}
.main-banner-shape .shape2{
  background-image: url(../img/ripped-paper-slider-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: 0;
}
.main-banner-image {
  margin-top: 30px;
  height: 600px;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */
@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*================================================
About Section CSS
=================================================*/
.about-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.about-section.bg-f4faf4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #f4faf4;
}

.about-section.section-bottom {
  padding-bottom: 175px;
}

.about-title-area {
  margin-bottom: 60px;
}

.about-title-area .about-title {
  /*border-left: 1px solid #dfdddf;
  margin-left: 35px;*/
  margin-bottom: 14px;
}

.about-title-area .about-title span {
  color: #196a2f;
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.about-title-area .about-title h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}

.about-title-area .about-text {
  padding-left: 35px;
  padding-top: 15px;
}

.about-title-area .about-text p {
  margin-bottom: 0;
}

.about-title-area .about-box {
  background-color: #ffffff;
  padding: 40px;
  text-align: center;
  /* -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07); */
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  margin-top: 80px;
  border: 1px solid #d2efd7;
}
.about-title-area .about-box .icon{
  position: absolute;
    background: #eefbf2;
    border-radius: 50%;
    width: 70px;
    height:70px;
    margin: 0 25%;
    margin-top: -22%;
    border: 2px dotted #d0eed6 ;
    color: #196a2f;
}
.about-title-area .about-box .icon i{
  color: #196a2f;
  font-size: 30px;
  padding-top: 17px
}

.default-shape .default-shape-one {
  position: absolute;
  bottom: 0;
}

.default-shape .default-shape-two {
  position: absolute;
  top: 0;
}



/*================================================
Harvesting Section CSS
=================================================*/
.harvesting-section {
  background-image: url(../../web_asset/img/harvesting/harvesting-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.harvesting-title {
  text-align: center;
  margin-bottom: 50px;
}

.harvesting-title span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}

.harvesting-title h3 {
  font-size: 38px;
  color: #ffffff;
  margin: 12px 0 0 0;
}



.harvesting-item .harvesting-image {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  position: relative;
}

.harvesting-item .harvesting-image img {
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.harvesting-item .harvesting-image img:last-child {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

.harvesting-item .harvesting-content h3 {
  font-size: 26px;
  color: #196a2f;
  margin: 20px 0 0 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.harvesting-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #196a2f;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.harvesting-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.harvesting-item:hover .icon i {
  color: #ffffff;
}

.harvesting-item:hover h3 {
  color: #ffffff;
}

.harvesting-item:hover i {
  color: #ffffff;
}

.harvesting-item:hover::before {
  height: 100%;
}

.harvesting-item:hover .harvesting-image img {
  opacity: 0;
}

.harvesting-item:hover .harvesting-image img:last-child {
  opacity: 1;
}

/*================================================
Shop Section CSS
=================================================*/
.shop-section p{
  width: 750px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.shop-list-tab .tabs {
  margin-bottom: 50px;
  text-align: center;
}

.shop-list-tab .tabs li {
  text-align: center;
  display: inline-block;
  list-style: none;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 1px dashed #196a2f;
}

.shop-list-tab .tabs li:first-child {
  padding-right: 0;
}

.shop-list-tab .tabs li:last-child {
  border: none;
  padding-left: 0;
}

.shop-list-tab .tabs li a {
  display: block;
  color: #ea9614;
  font-size: 18px;
  font-weight: 400;
}

.shop-list-tab .tabs li a span {
  display: block;
  margin-top: 0;
}

.shop-list-tab .tabs li.current a, .shop-list-tab .tabs li:hover a {
  color: #196a2f;
}

.shop-list-tab .tabs.tabs-two {
  border: 1px dashed #196a2f;
  max-width: 440px;
  margin: 0px auto 40px;
  padding: 16px 0;
  border-radius: 5px;
}

.shop-list-tab .tab_content .tabs_item .shop-item {
  padding: 0px 50px;
  border-radius: 20px;
    border: 1px solid #c6dacc7d;  
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 30px;
  color: #196a2f;
  height: 400px;
  border-bottom: 7px solid #196a2f40;
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content h6 {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  color: #196a2f;
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content h6::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #e9941073;
  left: 0;
  top: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content h6::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #e9941073;
  right: 0;
  top: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}


.shop-list-tab .tab_content .tabs_item .shop-item .shop-content h3 {
  font-size: 20px;
  color: #196a2f;
  margin: 12px 0 10px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content span {
  font-size: 18px;
  color: #196a2f;
  font-weight: bold;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content .shop-btn {
  margin-top: 15px;
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content .shop-btn .shop-btn-one {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 30px;
  background-color: #eafef1;
  color: #196a2f;
  border: 1px solid #196a2f;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-list-tab .tab_content .tabs_item .shop-item .shop-content .shop-btn .shop-btn-one:hover {
/* background-color: #196a2f;
    color: #ffffff;
    border: 1px solid #196a2f;*/
    transform: scale(.9);
}
.shop-list-tab .tab_content .tabs_item .shop-item .shop-image img{
  /* height: 150px; */
  /*border: 1px solid #c6dacc7d;*/
  border-radius: 20px;
  /* border-top-left-radius: 20px; */
  /* border-bottom-right-radius: 20px; */
  /* width: max-content; */
  margin: 0 auto;
  /* background: red; */
}

.shop-list-tab .tab_content .tabs_item .shop-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 20px;
  /* background-color: #196a2f; */
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-list-tab .tab_content .tabs_item .shop-item:hover {
    background-color: #c7c7c72e;  
  color: #196a2f;
  border: 1px solid #e88f07;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-bottom: 6px solid #e88f07;
}

.shop-list-tab .tab_content .tabs_item .shop-item:hover i {
  color: #ffffff;
}

.shop-list-tab .tab_content .tabs_item .shop-item:hover h3,
.shop-list-tab .tab_content .tabs_item .shop-item:hover h6,
.shop-list-tab .tab_content .tabs_item .shop-item:hover span,
.shop-list-tab .tab_content .tabs_item .shop-item:hover i{
  color: #196a2f;
}

.shop-list-tab .tab_content .tabs_item .shop-item:hover::before {
  height: 55%;
}
.shop-list-tab .tab_content .tabs_item .shop-item:hover .shop-content h6::after ,
.shop-list-tab .tab_content .tabs_item .shop-item:hover .shop-content h6::before {
  background-color: #196a2f;
  z-index: 5;
}
.shop-list-tab .product-btn {
  text-align: center;
  margin-top: 40px;
}

.shop-list-tab .product-btn .product-btn-one {
  display: inline-block;
  border: none;
  padding: 12px 30px;
  background-color: #196a2f;
  color: #ffffff;
  border: 1px solid #196a2f;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-list-tab .tab_content .tabs_item .product-btn .product-btn-one:hover {
  background-color: #ffffff;
  color: #196a2f;
}

.shop-list-tab .tab_content .tabs_item .product-btn .product-btn-one i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}


/*================================================
Video Section CSS
=================================================*/
.video-content {
  text-align: center;
  background-image: url(../../web_asset/img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.video-content .video-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #196a2f;
  position: relative;
  z-index: 1;
}

.video-content .video-btn i {
  font-size: 30px;
  position: relative;
  top: 2px;
  left: 4px;
}

.video-content .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.video-content .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 #ffffff;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-content .video-btn:hover, .video-content .video-btn .video-content .video-btn:focus {
  background-color: #196a2f;
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Fun Facts Section CSS
=================================================*/
.fun-facts-content-area {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 50px;
}

.fun-facts-content-area .col-lg-3:last-child .single-fun-fact {
  border-right: none;
}

.fun-facts-content-area .single-fun-fact {
  text-align: center;
  position: relative;
  border-right: 1px dashed #196a2f;
}

.fun-facts-content-area .single-fun-fact h3 {
  position: relative;
  color: #196a2f;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 50px;
  font-weight: 300;
}

.fun-facts-content-area .single-fun-fact h3 .sign-icon {
  display: inline-block;
  font-size: 50px;
  position: relative;
  top: 2px;
  right: 10px;
}

.fun-facts-content-area .single-fun-fact p {
  line-height: initial;
  color: #196a2f;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 16px;
}

.fun-facts-content-area.fun-facts-top {
  position: relative;
  z-index: 1;
  margin-top: -85px;
}

/*================================================
Summary Section CSS
=================================================*/
.summary-section {
  position: relative;
}

.summary-content span {
  font-size: 15px;
  color: #196a2f;
  text-transform: uppercase;
}

.summary-content h3 {
  font-size: 38px;
  margin: 16px 0 20px 0;
}

.summary-content .summary-btn {
  margin-top: 30px;
}

.summary-content .summary-btn .optional-btn {
  margin-left: 0;
}

.summary-shape-image {
  position: absolute;
  bottom: 55px;
  z-index: -1;
}

.summary-shape-image-two {
  position: absolute;
  bottom: 55px;
  z-index: -1;
  right: 0;
}

/*================================================
Services Section CSS
=================================================*/
.Services_section {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 45px 0px 45px;
  z-index: 1;
}

.Services_section .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(121, 184, 35) 44%, rgb(255, 255, 255) 100%);
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(121, 184, 35) 44%, rgb(255, 255, 255) 100%);
  background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(121, 184, 35) 44%, rgb(255, 255, 255) 100%);
  opacity: 0.20;
  margin: 0 auto;
  z-index: -1;
}

.Services_section .row {
  --bs-gutter-x: 20px;
}

.Services_section__single {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 25px 25px 25px;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
  z-index: 1;
}

.Services_section__single .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.12;
  z-index: 1;
}

.Services_section__single .shape2 {
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.Services_section__single:hover .shape2 {
  opacity: 0.08;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.Services_section__single .shape3 {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  opacity: 0.08;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.Services_section__single:hover .shape3 {
  opacity: 0.08;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.Services_section__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.Services_section__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--thm-base-rgb), 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.Services_section__single:hover .Services_section__single-img::before {
  opacity: 1;
}

.Services_section__single-img .overlay-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: -15px;
  right: 0;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 10px;
  z-index: 10;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.Services_section__single:hover .Services_section__single-img .overlay-icon {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.Services_section__single-img .overlay-icon .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px dashed var(--thm-base);
}

.Services_section__single-img .overlay-icon .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 45px;
}

.Services_section__single-img-bg {
  position: absolute;
  left: 0;
  right: -1px;
  bottom: -1px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  z-index: 5;
  overflow: hidden;
}

.Services_section__single-img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.Services_section__single:hover .Services_section__single-img img {
  transform: scale(1);
}

.Services_section__single-content {
  position: relative;
  display: block;
  padding-top: 30px;
}

.Services_section__single-content h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.Services_section__single-content h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.Services_section__single-content h2 a:hover {
  color: var(--thm-base);
}

.Services_section__single-content p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}
/*================================================
Cultivation Section CSS
=================================================*/
.cultivation-section {
  background-color: #eef7ef;
}

.single-cultivation {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-cultivation .cultivation-image {
  position: relative;
  border-radius: 50%;
}

.single-cultivation .cultivation-image img {
  border-radius: 50%;
  width: 100%;
}

.single-cultivation .cultivation-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #196a2f;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
}

.single-cultivation .cultivation-image .details-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: 2;
  color: #196a2f;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #eafef1;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.single-cultivation .cultivation-image .details-btn:hover {
  background-color: #196a2f;
  color: #ffffff;
  border-color: #196a2f;
}

.single-cultivation .cultivation-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 80px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-cultivation .cultivation-content h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
}

.single-cultivation .cultivation-content span {
  display: block;
  color: #827f8d;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 5px;
}

.single-cultivation:hover .cultivation-image::before {
  opacity: .60;
  visibility: visible;
}

.single-cultivation:hover .cultivation-image .details-btn {
  opacity: 1;
  visibility: visible;
}

.single-cultivation:hover .cultivation-content {
  bottom: 140px;
}

/*================================================
Fisherman Section CSS
=================================================*/
.fisherman-content span {
  font-size: 15px;
  color: #196a2f;
  text-transform: uppercase;
}

.fisherman-content h3 {
  font-size: 40px;
  margin: 16px 0 20px 0;
}

.fisherman-content p {
  margin: 0 0 0 0;
}

.fisherman-content .fisherman-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.fisherman-content .fisherman-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.fisherman-content .fisherman-list i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #eafef1;
  color: #196a2f;
  border: 1px solid #196a2f;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
}

.fisherman-content .fisherman-btn {
  margin-top: 35px;
}

.fisherman-content .fisherman-btn .optional-btn {
  margin-left: 0;
}

.fisherman-image img {
  width: 100%;
}

/*================================================
Cowman Section CSS
=================================================*/
.cowman-content span {
  font-size: 15px;
  color: #196a2f;
  text-transform: uppercase;
}

.cowman-content h3 {
  font-size: 40px;
  margin: 16px 0 20px 0;
}

.cowman-content p {
  margin: 0 0 0 0;
}

.cowman-content .cowman-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.cowman-content .cowman-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.cowman-content .cowman-list i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #eafef1;
  color: #196a2f;
  border: 1px solid #196a2f;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 6px;
}

.cowman-content .cowman-btn {
  margin-top: 35px;
}

.cowman-content .cowman-btn .optional-btn {
  margin-left: 0;
}

.cowman-image img {
  width: 100%;
}

/*================================================
Testimonials Section CSS
=================================================*/
.testimonials-section {
  position: relative;
  background-image: url(../../web_asset/img/testimonials-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.testimonials-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.testimonials-title {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-title span {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}

.testimonials-title h3 {
  font-size: 38px;
  color: #ffffff;
  max-width: 430px;
  margin: 12px auto 0;
}

.testimonials-slider {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.testimonials-slider .testimonials-item {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px dashed #196a2f;
  position: relative;
}

.testimonials-slider .testimonials-item .testimonials-content h3 {
  font-size: 20px;
  color: #616161;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.testimonials-slider .testimonials-item .testimonials-content span {
  font-size: 16px;
  color: #196a2f;
  font-weight: 400;
}

.testimonials-slider .testimonials-item .testimonials-content p {
  font-size: 16px;
  margin: 16px 0 0 0;
}

.testimonials-slider .testimonials-info {
  position: relative;
  margin-top: 30px;
}

.testimonials-slider .testimonials-info img {
  display: inline-block;
  width: 100px;
  border-radius: 50px;
}

.testimonials-slider .testimonials-info .icon {
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #e8f5ea;
  text-align: center;
  border-radius: 50px;
  color: #196a2f;
}

.testimonials-slider .testimonials-info .star-list {
  padding-left: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  display: inline-block;
  padding: 5px;
  list-style-type: none;
  border-radius: 5px;
  border-radius: 4px;
  position: relative;
  left: -28px;
  top: 20px;
}

.testimonials-slider .testimonials-info .star-list li {
  display: inline-block;
}

.testimonials-slider .testimonials-info .star-list li i {
  color: #f4a708;
  font-size: 12px;
}

.testimonials-slider .owl-item.active.center .testimonials-item {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.testimonials-slider.owl-theme .owl-nav {
  opacity: 0;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 12%;
  top: 50%;
  height: 40px;
  width: 40px;
  line-height: 38px;
  background-color: #196a2f !important;
  border: 1px solid #196a2f !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff !important;
  font-size: 18px;
  border-radius: 50px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 12%;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #196a2f !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.testimonials-slider.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Blog Section CSS
=================================================*/

 



.single-blog-item:hover .blog-btn-one {
  background-color: #196a2f;
  color: #ffffff !important;
}

.single-blog-item-two {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 30px;
}

.single-blog-item-two .blog-image {
  position: relative;
}

.single-blog-item-two .blog-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.5;
}

.single-blog-item-two .blog-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog-item-two .blog-content span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}

.single-blog-item-two .blog-content span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  left: 0;
  top: 4px;
  border-radius: 30px;
}

.single-blog-item-two .blog-content h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 10px 0 14px 0;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  position: relative;
  line-height: 30px;
}

.single-blog-item-two .blog-content p {
  color: #ffffff;
  margin: 0 0 0 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}

.single-blog-item-two .blog-content .blog-btn {
  margin-top: 18px;
}

.single-blog-item-two .blog-content .blog-btn .blog-btn-one {
  display: inline-block;
  text-align: center;
  z-index: 1;
  color: #196a2f !important;
  text-transform: capitalize;
  border-radius: 50px;
  font-weight: 400;
  padding: 12px 30px;
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
}

.single-blog-item-two .blog-content .blog-btn .blog-btn-one i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.single-blog-item-two .blog-content .blog-btn .blog-btn-one:hover {
  background-color: #196a2f;
  color: #ffffff !important;
}

.single-blog-item-two::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #196a2f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}

.single-blog-item-two:hover::before {
  height: 100%;
}

.single-blog-item-two:hover span {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog-item-two:hover h3 {
  -webkit-transform: translateY(-72px);
          transform: translateY(-72px);
}

.single-blog-item-two:hover p {
  opacity: 1;
  -webkit-transform: translateY(-95px);
          transform: translateY(-95px);
}

.single-blog-item-three {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 30px;
}

.single-blog-item-three .blog-image {
  position: relative;
}

.single-blog-item-three .blog-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.5;
}

.single-blog-item-three .blog-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog-item-three .blog-content span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  z-index: 1;
}

.single-blog-item-three .blog-content span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  left: 0;
  top: 4px;
  border-radius: 30px;
}

.single-blog-item-three .blog-content h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 10px 0 14px 0;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.4;
}

.single-blog-item-three .blog-content p {
  color: #ffffff;
  margin: 0 0 0 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  opacity: 0;
  bottom: 0;
}

.single-blog-item-three .blog-content .blog-btn {
  margin-top: 20px;
}

.single-blog-item-three .blog-content .blog-btn .blog-btn-one {
  display: inline-block;
  text-align: center;
  z-index: 1;
  color: #196a2f !important;
  text-transform: capitalize;
  border-radius: 50px;
  font-weight: 400;
  padding: 12px 30px;
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #ffffff;
}

.single-blog-item-three .blog-content .blog-btn .blog-btn-one i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.single-blog-item-three .blog-content .blog-btn .blog-btn-one:hover {
  background-color: #196a2f;
  color: #ffffff !important;
  border: 1px solid #196a2f;
}

.single-blog-item-three:hover span {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog-item-three:hover h3 {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.single-blog-item-three:hover p {
  opacity: 1;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}


/*================================================
Blog Area CSS
=================================================*/
.single-blog-item {
  margin-bottom: 30px;
}

.single-blog-item .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.single-blog-item .image .date {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-item .image .date span {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ffffff;
  color: #196a2f;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 0 0 0;
}

.single-blog-item .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 360px;
}

.single-blog-item .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 15px 15px;
  border-bottom: 8px solid #ea961454;
}

.single-blog-item .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.2;
}

.single-blog-item .content h3 a {
  color: #ea9614;
}

.single-blog-item .content .blog-btn {
  font-size: 18px;
  font-weight: 500;
  color: #196a2f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-item .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #fae8ce;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 0 5px 5px;
}

.single-blog-item:hover .image img {
  -webkit-transform: rotate(2deg) scale(1.2);
          transform: rotate(2deg) scale(1.2);
}

.single-blog-item:hover .image .date span {
  /*background-color: #196a2f;
  color: #ffffff;*/
}

.single-blog-item:hover .content h3 a {
  color: #1c6932;
}

.single-blog-item:hover .content .blog-btn {
  color: #444242;
}

.single-blog-item:hover .content::before {
  height: 100%;
}
/* ==============================================
Start latest Products
=================================================*/
.product {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.product_list .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.product_list .product_img {
  max-width: 120px;
  width: 100%;
  position: relative;
}
.product_list .product_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.5);
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.product_list .product_img img {
  padding: 0;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 90px;
}
.product_list .product_action_box {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.pr_action_btn {
  display: table;
  margin: 0 auto;
}
.product_list .product_info {
  padding: 15px 10px;
  text-align: right;
  width: 100%;
}
.product_info h6 {
  font-family: "Font1";
  margin-bottom: 10px;
  color: #333;
}
.product_list .price {
  color: #ffba0a;
  font-weight: 600;
  font-size: 14px;
}
.product_list .cart-href{
  margin-top: 5px;
}
.product_list .cart-href a{
  font-size: 13px;
  font-weight: 500;
  color: #196a2f;
  padding-top: 5px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: #196a2f;
  color: #fff;
  font-size: 26px;
  margin: 0;
  line-height: 36px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkittransform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  text-align: center;
}

.owl-theme .owl-nav {
  margin-top: 0;
  display: block !important;
}
.nav_top_right.owl-theme .owl-nav .owl-prev {
  right: auto;
  left: 10px;
  top: 50% !important;
  width: 50px;
  height: 50px;
  background: rgb(230, 230, 230);
}
.nav_top_right.owl-theme .owl-nav [class*="owl-"] {
  top: -15px;
  -moz-transform: none;
  -webkittransform: none;
  transform: none;
  font-size: 21px;
  line-height: 20px;
  color: #196a2f;margin-top: -35px;
}
.nav_top_right.owl-theme .owl-nav .owl-next {
  right: 10px;
  left: auto;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgb(230, 230, 230);
  margin-top: -35px;
}
.about-team .owl-nav .owl-prev{
  right: auto !important;
  left: -30px !important;
}

.about-team .owl-nav .owl-next{
  left: auto !important;
  right: -30px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #196a2f;
  color: #FFF;
  text-decoration: none;
}
/*============================================ Partner page ===========================================*/
.single-partener-box {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.single-partener-box::before {
  width: 100%;
  content: '';
  position: absolute;
  height: 100%;
  background-color: #209e2e;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.single-partener-box:hover::before{
  opacity: 0.85;
  visibility: visible;
}
.single-partener-box img{
  height: 215px;
  border: 1px solid #eee;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-partener-box:hover img{
  -webkit-transform: rotate(1deg) scale(0.9);
  transform: rotate(1deg) scale(0.9);
}
/*================================================
Farm Area CSS
=================================================*/
.farm-item {
  position: relative;
  background-color: #d2ecd4;
  padding: 40px 40px 225px;
}

.farm-item .farm-content span {
  font-size: 14px;
  color: #196a2f;
}

.farm-item .farm-content h3 {
  font-size: 25px;
  margin: 5px 0 14px 0;
  color: #5a5959;
}

.farm-item .farm-content .farm-btn .farm-btn-one {
  display: inline-block;
  border: none;
  padding: 12px 30px;
  background-color: #eafef1;
  color: #196a2f;
  border: 1px solid #196a2f;
  border-radius: 30px;
}

.farm-item .farm-content .farm-btn .farm-btn-one i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.farm-item .farm-image {
  position: absolute;
  bottom: 0;
  right: -15px;
}

.farm-item.bg-fdedce {
  background-color: #fdedce;
}

.farm-item.bg-fdedce .farm-btn .farm-btn-one {
  display: inline-block;
  border: none;
  padding: 12px 30px;
  background-color: #ffdd9b;
  color: #5a5959;
  border: 1px solid #5a5959;
  border-radius: 30px;
}

.farm-item.bg-fdedce .farm-btn .farm-btn-one i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

/*================================================
Faq Section CSS
=================================================*/
.faq-section {
  background-image: url(../../web_asset/img/faq-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.faq-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f6fbf7;
  opacity: 0.5;
  z-index: -1;
}

.faq-content span {
  font-size: 14px;
  color: #196a2f;
  font-weight: 400;
  text-transform: uppercase;
}

.faq-content h3 {
  font-size: 38px;
  margin: 14px 0 0 0;
}

.faq-content .faq-btn {
  margin-top: 30px;
}

.faq-accordion .accordion {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.faq-accordion .accordion .accordion-item {
  margin-bottom: 15px;
  border: none;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  font-size: 20px;
  color: #696d8b;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  color: #196a2f;
  font-size: 16px;
  line-height: normal;
  margin-right: 5px;
}

.faq-accordion .accordion .accordion-item .accordion-content {
  padding-top: 10px;
  display: none;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}
/* ============================================= Account-page ============================================= */
/*----------------------------------------*/
/*     23. My Account Page CSS
/*----------------------------------------*/
.my-account{
  padding: 80px 0;
  background: #fff;
}
.dashboard-upper-info {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-bottom: 60px;
}
.dashboard-content .tab-pane:not(.active) {
    display: none;
}
.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
  border-right: 1px solid #ebebeb;
  padding: 30px 20px;
}
.user-name{
    position: relative;
}
.user-name:before {
  color: #222;
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 18px;
  right: -30px;
  position: absolute;
  top: 0;
  margin-left: 15px;
}
.account-dashboard p {
	font-size: 14px;
	margin: 0;
  margin-right: 25px;
}
.account-dashboard p:first-child{
  font-weight: 500;
  font-size: 14px;
  font-family: "Font1";
  color: #111;
}
.account-dashboard p:last-child{
  font-weight: 600;
  font-size: 16px;
  font-family: "Font1";
  color: #111;
}
.dashboard-upper-info a.view-cart,
.view {
	color: #fff;
	font-size: 14px;
	padding: 5px 12px;
	background: #196a2f;
}
.dashboard-upper-info a.view-cart:hover,
.view:hover{
    background: #222;
    color: #fff;
}
.view-cart {
  display: inline-block;
  font-size: 14px;
    padding-left: 5px;
  text-transform: capitalize;
}
.view-cart > i {
	margin-right: 5px;
}
.user-name span {
  color: #303030;
  font-size: 15px;
  font-weight: 600;
}
.dashboard-list li a {
  border-bottom: 1px solid #ebebeb;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 12px 0;
  text-transform: capitalize;
}
.dashboard-list li a.active,.dashboard-list li a:hover,.view-cart:hover,.dashboard-upper-info a:hover {
  color: #ffba0a;
}
.dashboard-list li a.active:after{
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
  -webkit-transition: 0.10s;
  transition: 0.10s;
  float: left;
  transform: rotate(180deg);
}
.dashboard-content {
  border: 1px solid #ebebeb;
  padding: 30px;
}
.dashboard-content h3{
    text-transform: capitalize;
}
.dashboard-content h3 {
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
}
.dashboard-content .table-responsive .table > tbody > tr > td,
.dashboard-content .table-responsive .table > tbody > tr > th,
.dashboard-content .table-responsive .table > tfoot > tr > td,
.dashboard-content .table-responsive .table > tfoot > tr > th,
.dashboard-content .table-responsive .table > thead > tr > td,
.dashboard-content .table-responsive .table > thead > tr > th{
    border: none;
}
.dashboard-content .table-responsive > .table > thead {
    border-bottom: 1px solid #ebebeb;
}
.dashboard-content .table-responsive .table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
}
.dashboard-content .table-responsive .table > tbody > tr > td {
	color: #484646;
	font-size: 14px;
}
#dashboard a{
    color: #222;
    text-transform: capitalize;
}
#dashboard a:hover{
    color: #ffba0a;
}
#account-details label{
  padding-bottom: 8px;
}
#account-details input{
  margin-bottom: 20px;
}
#account-details .update{
  width: 30%;
  float: left;
}
.billing-address {
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}
#address .view {
  display: inline-block;
  margin: 5px 0;
  font-size: 14px;
}
.register-form {
	padding: 40px;
}


/*================================================
Client Section CSS
=================================================*/
.client-section {
  background-image: url(../../web_asset/img/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-title {
  text-align: center;
  margin-bottom: 50px;
}

.client-title span {
  font-size: 15px;
  color: #196a2f;
  text-transform: uppercase;
  font-weight: 400;
}

.client-title h3 {
  font-size: 38px;
  max-width: 430px;
  margin: 10px auto 0;
}

.client-slider {
  position: relative;
}

.client-slider .client-item {
  text-align: center;
}

.client-slider .client-item .client-info {
  position: relative;
}

.client-slider .client-item .client-info img {
  display: inline-block;
  width: 100px;
  border-radius: 50px;
}

.client-slider .client-item .client-info .icon {
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #e8f5ea;
  text-align: center;
  border-radius: 50px;
  color: #196a2f;
}

.client-slider .client-item .client-info .star-list {
  padding-left: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  display: inline-block;
  padding: 5px;
  list-style-type: none;
  border-radius: 5px;
  border-radius: 4px;
  position: relative;
  left: -28px;
  top: 20px;
}

.client-slider .client-item .client-info .star-list li {
  display: inline-block;
  margin-right: 5px;
}

.client-slider .client-item .client-info .star-list li:last-child {
  margin-right: 0;
}

.client-slider .client-item .client-info .star-list li i {
  color: #f4a708;
  font-size: 12px;
}

.client-slider .client-item .client-content {
  margin-top: 20px;
}

.client-slider .client-item .client-content p {
  max-width: 690px;
  margin: 0 auto 20px;
  font-style: italic;
  font-size: 18px;
}

.client-slider .client-item .client-content h3 {
  font-size: 20px;
  color: #616161;
  margin: 0 0 0 0;
  display: inline-block;
}

.client-slider .client-item .client-content span {
  display: inline-block;
  font-size: 15px;
  color: #196a2f;
}

.client-slider.owl-theme .owl-nav {
  opacity: 0;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.client-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  height: 40px;
  width: 40px;
  line-height: 38px;
  background-color: #196a2f !important;
  border: 1px solid #196a2f !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff !important;
  font-size: 16px;
  border-radius: 50px;
}

.client-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.client-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #196a2f !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.client-slider.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Triple Section CSS
=================================================*/
.triple-section {
  padding-top: 60px;
}

.triple-item {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  z-index: 1;
}

.triple-item .triple-image img {
  border-radius: 5px;
  width: 100%;
}

.triple-item .triple-content {
  position: absolute;
  bottom: 0;
  padding: 35px;
  width: 100%;
}

.triple-item .triple-content span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.triple-item .triple-content h3 {
  font-size: 35px;
  color: #ffffff;
  margin: 12px 0 0 0;
  position: relative;
  z-index: 1;
}

.triple-item .triple-content .triple-btn {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.triple-item .triple-content .triple-btn .triple-btn-one {
  display: inline-block;
  color: #196a2f !important;
  text-transform: capitalize;
  border-radius: 50px;
  font-weight: 400;
  padding: 12px 30px;
  background-color: #eafef1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #eafef1;
}

.triple-item .triple-content .triple-btn .triple-btn-one i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.triple-item .triple-shape {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.triple-item .triple-shape img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.triple-item .triple-shape img:last-child {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.triple-item:hover .triple-shape img:last-child {
  opacity: 1;
}

/*================================================
Counter Section CSS
=================================================*/
.counter-section {
  background-color: #fdf8ef;
  position: relative;
  z-index: 1;
}

.col-lg-3:last-child .single-counter {
  border-right: none;
}

.single-counter {
  text-align: center;
  position: relative;
  border-right: 1px dashed #196a2f;
  margin-bottom: 30px;
}

.single-counter h3 {
  position: relative;
  color: #196a2f;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 50px;
  font-weight: 300;
}

.single-counter h3 .sign-icon {
  display: inline-block;
  font-size: 50px;
  position: relative;
  top: 4px;
  right: 10px;
}

.single-counter p {
  line-height: initial;
  color: #196a2f;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 16px;
}

/*================================================
Brief Section CSS
=================================================*/
.brief-section {
  background-image: url(../../web_asset/img/brief-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.brief-btn {
  margin-top: 30px;
}

.brief-image {
  text-align: center;
}

/*================================================
Sector Section CSS
=================================================*/
.sector-section {
  background-color: #fffbf3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sector-content {
  max-width: 590px;
  margin-left: auto;
}

.sector-content span {
  font-size: 15px;
  color: #196a2f;
  font-weight: 400;
}

.sector-content h3 {
  font-size: 38px;
  margin: 10px 0 16px 0;
}

.sector-content p {
  color: #7a7e9a;
  margin: 0 0 0 0;
}

.sector-content .sector-btn {
  margin-top: 25px;
}

.cloud-img1 {
  position: absolute;
  left: 10%;
  bottom: 48%;
  z-index: -1;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.cloud-img2 {
  position: absolute;
  left: 20%;
  top: 10%;
  z-index: -1;
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

.cloud-img3 {
  position: absolute;
  left: 65%;
  right: auto;
  top: 50px;
  z-index: -1;
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.sun-image {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
}

.sun-image img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*================================================
Faq Area CSS
=================================================*/
.faq-area {
  border-bottom: 1px solid #f1f1f1;
}



.faq-contact {
  margin-top: 70px;
}

.faq-contact-form {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.faq-contact-form form .form-group {
  margin-bottom: 15px;
}

.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 60px;
  font-size: 15px;
}

.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.faq-contact-form form .btn {
  margin-top: 8px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.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;
  font-weight: 300;
  text-align: left;
}

.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}

.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 300;
}

.faq-contact-form .send-btn {
  margin-top: 10px;
}

.faq-contact-form .send-btn .optional-btn {
  margin-left: 0;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-title {
  text-align: center;
  margin-bottom: 50px;
}

.feedback-title span {
  font-size: 15px;
  color: #196a2f;
  text-transform: uppercase;
  font-weight: 400;
}

.feedback-title h3 {
  font-size: 38px;
  max-width: 430px;
  margin: 8px auto 0;
}

.feedback-slider {
  position: relative;
}

.feedback-slider .feedback-item {
  text-align: center;
  background-color: #e9f5ea;
  padding: 30px;
  margin-top: 36px;
  border: 1px dashed #196a2f;
  position: relative;
}

.feedback-slider .feedback-item .feedback-info {
  position: relative;
}

.feedback-slider .feedback-item .feedback-info img {
  display: inline-block;
  width: 100px;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.feedback-slider .feedback-item .feedback-info .star-list {
  padding-left: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  display: inline-block;
  padding: 5px;
  list-style-type: none;
  border-radius: 5px;
  border-radius: 4px;
  position: relative;
  left: 0;
  top: 20px;
}

.feedback-slider .feedback-item .feedback-info .star-list li {
  display: inline-block;
  margin-right: 5px;
}

.feedback-slider .feedback-item .feedback-info .star-list li:last-child {
  margin-right: 0;
}

.feedback-slider .feedback-item .feedback-info .star-list li i {
  color: #f4a708;
  font-size: 12px;
}

.feedback-slider .feedback-item .feedback-content {
  margin-top: 50px;
}

.feedback-slider .feedback-item .feedback-content h3 {
  font-size: 20px;
  margin: 0 0 0 0;
}

.feedback-slider .feedback-item .feedback-content span {
  color: #196a2f;
  font-size: 15px;
  font-weight: 400;
}

.feedback-slider .feedback-item .feedback-content p {
  color: #686d8a;
  margin: 15px 0 0 0;
}

.feedback-slider .owl-item.active.center .feedback-item {
  background-color: #ffffff !important;
  border: 1px dashed #196a2f !important;
}

.feedback-slider.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: .01;
  margin-top: 45px;
  margin-bottom: 0;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
}

.feedback-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  border: 1px solid #196a2f;
  position: relative;
}

.feedback-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #196a2f;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.feedback-slider.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  background-image: url(../../web_asset/img/subscribe-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.subscribe-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f6fbf7;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}

.subscribe-content {
  text-align: center;
  margin-bottom: 50px;
}

.subscribe-content p {
  color: #7a7e9a;
  max-width: 600px;
  margin: auto;
}

.subscribe-content h2 {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
}

.newsletter-form {
  max-width: 780px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .input-newsletter {
  display: inline-block;
  width: 70%;
  background-color: #ffffff;
  border: none;
  height: 70px;
  padding-left: 25px;
  border-radius: 5px;
  outline: 0;
  color: #333333;
  border-radius: 50px;
  border: 1px dashed #196a2f;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #7a7e9a;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #7a7e9a;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #7a7e9a;
}

.newsletter-form .input-newsletter::placeholder {
  color: #7a7e9a;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #196a2f;
  color: #ffffff;
  border: none;
  height: 70px;
  padding: 0 45px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-form button:hover {
  background-color: #333333;
  color: #ffffff;
}

.newsletter-form button i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.newsletter-form #validator-newsletter {
  color: red;
  margin-top: 10px;
}

/*================================================
Country Area CSS
=================================================*/
.country-area {
  overflow: hidden;
}

.country-item .country-content {
  margin-bottom: 25px;
}

.country-item .country-content span {
  font-size: 15px;
  color: #196a2f;
  font-weight: 400;
  text-transform: uppercase;
}

.country-item .country-content h3 {
  font-size: 38px;
  margin: 10px 0 16px 0;
}

.country-item .country-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.country-item .country-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  margin-top: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

.country-item .country-list i {
  font-size: 16px;
  margin-right: 4px;
}

.country-item h3 {
  font-size: 25px;
  margin: 0 0 0 0;
}

.country-item .country-btn {
  margin-top: 30px;
}

.map-img {
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
  z-index: 1;
  text-align: center;
}

.map-img .location {
  position: absolute;
  left: 14%;
  top: 40%;
  width: auto;
  height: auto;
}

.map-img .location a::before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  border: 4px solid #196a2f;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  background: #ffffff;
}

.map-img .location a .location-info {
  position: absolute;
  left: -60px;
  bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 160px;
  background: #ffffff;
  text-align: center;
  padding: 5px 15px;
  border-radius: 3px;
  z-index: 1;
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.06);
}

.map-img .location a .location-info::before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -10px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.map-img .location a .location-info h5 {
  font-size: 16px;
  margin: 5px 0 5px 0;
  color: #196a2f;
}

.map-img .location.location2 {
  right: 50%;
  left: auto;
  top: 25%;
}

.map-img .location.location3 {
  right: 96%;
  left: auto;
  top: 76%;
}

.map-img .location.location4 {
  right: 50%;
  left: auto;
  top: 60%;
}

.map-img .location.location5 {
  right: 56%;
  left: auto;
  top: 90%;
}

.map-img .location.location6 {
  right: 20%;
  left: auto;
  top: 90%;
}

.map-img .location a:hover .location-info, .map-img .location a .map-img .location a:focus .location-info, .map-img .location a .map-img .location a.active .location-info {
  bottom: 40px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-image: url(../../web_asset/img/about/about-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 380px;
}

.page-title-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #505050;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: -1;
}

.page-title-content {
  text-align: center;
  margin-top: 100px;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
  padding-right: 0;
}

.page-title-content ul li {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page-title-content ul li a:hover {
  color: #196a2f;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #196a2f;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.item-bg1 {
  background-image: url(../../web_asset/img/page-title-bg-2.jpg);
}

.item-bg2 {
  background-image: url(../../web_asset/img/page-title-bg-3.jpg);
}

/* ========================================================About-page ======================== */
/***
=====================================================
About Info
=====================================================
***/
.about-Info {
  position: relative;
  display: block;
  background: #f4f9f5;
  padding: 90px 0px 90px;
  z-index: 1;
}

.about-Info__bg {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  background-image: url(../img/about/about-v3-bg.png);
  background-blend-mode: luminosity;
  background: #ffffff;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 810px;
  opacity: 0.06;
  z-index: -1;
}

.about-Info__counter {
  position: relative;
  display: block;
  /* margin-right: -10px; */
  /* padding-top: 10px; */
}

.about-Info__counter ul {
  position: relative;
  display: block;
}

.about-Info__counter ul li {
  position: relative;
  display: block;
  text-align: right;
  border-bottom: 2px solid #dbe5e0;
  padding-bottom: 32px;
  margin-top: 20px;
}

.about-Info__counter ul li:last-child {
  border: none;
}

.about-Info__counter ul li h2 {
  color: var(--thm-primary);
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  font-family: var(--thm-font);
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.about-Info .odometer.odometer-auto-theme,
.about-Info .odometer.odometer-theme-default {
  font-family: var(--thm-font);
  line-height: 52px;
}

.about-Info__counter ul li h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.about-Info__counter ul li p {
  font-size: 14px;
  line-height: 26px;
}

.about-Info__img {
  position: relative;
  display: block;
  /* margin-right: -80px; */
  /* margin-left: 60px; */
}

.about-Info__img-shape1 {
  position: absolute;
  top: 60px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgb(0, 0, 0, 0.14);
  z-index: 2;
}

.about-Info__img-shape1 img {
  width: auto;
}

.about-Info__img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-Info__img .inner img {
  width: 100%;
}

.about-Info__content {
  position: relative;
  display: block;
  /* margin-left: 50px; */
  /* margin-top: 40px; */
}
.ab-ml {
    margin-left: 40px;
}
.about-Info__content .sec-title-three {
  margin-bottom: 28px;
}

.about-Info__content-text1 {
  position: relative;
  display: block;
}

.about-Info__content-text1 p {
  margin: 0;
}

.about-Info__content-text2 {
  position: relative;
  display: block;
  margin-top: 16px;
}

.about-Info__content-text2 .single-box {
  position: relative;
  display: block;
}

.about-Info__content-text2 .single-box ul {
  position: relative;
  display: block;
  padding-right: 0;
}

.about-Info__content-text2 .single-box ul li {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.about-Info__content-text2 .single-box ul li:last-child {
  margin-bottom: 0;
}

.about-Info__content-text2 .single-box ul li h4 {
  color: #111111;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.about-Info__content-text2 .single-box ul li h4 span i{
  color: #196a2f;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  padding-left: 5px;
  vertical-align: text-top;
}
.about-Info__counter {
  /* position: relative; */
  /* display: block; */
  /* margin-right: -10px; */
  /* padding-top: 10px; */
}
.about-Info__counter ul li h2{
  color: #196a2f;
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    font-family: var(--thm-font);
    letter-spacing: -0.02em;
    margin-bottom: 2px;
}
.about-Info__counter ul {
  position: relative;
  display: block;
  padding: 0;
}
.about-Info__counter ul li {
  position: relative;
  display: block;
  text-align: right;
  border-bottom: 2px solid #dbe5e0;
  padding-bottom: 32px;
  /* margin-top: 31px; */
}
.about-Info__counter ul li h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.about-Info__counter ul li p {
  font-size: 14px;
  line-height: 26px;
}
/*================================================
Features Section CSS
=================================================*/
.features-section {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}
.sec-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 48px;
}
.sec-title-tagline {
  position: relative;
  display: inline-block;
}
.sec-title-tagline::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #196a2f;
  content: "";
}
.sec-title-tagline h6 {
  color: #196a2f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Font1";
}
 .sec-titletitle {
  color: #111111;
  font-size: 25px;
  line-height: 60px;
  font-weight: 400;
  margin-top: 13px;
}
.features-section__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 350px;
  background-image: url(../img/about/features-v2-bg.png);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.4;
  z-index: -1;
}

.features-section .auto-container {
  max-width: 1460px;
  width: 100%;
}

.features-section__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.features-section__single-content {
  position: relative;
  display: block;
}

.features-section__single-content .count-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #196a2f;
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  font-family:"Font1";
  z-index: 2;
}

.features-section__single-content .inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgb(138, 141, 146, 0.2);
  padding: 40px 35px 30px;
}

.features-section__single-content .inner .icon-box {
  position: relative;
  display: block;
}

.features-section__single-content .inner .icon-box i {
  position: relative;
  display: flex;
  color: #196a2f;
  font-size: 40px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
  padding-bottom: 30px;
  flex-direction: row-reverse;
}

.features-section__single:hover .features-section__single-content .inner .icon-box span:before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.features-section__single-content .inner .content-box {
  position: relative;
  display: block;
}

.features-section__single-content .inner .content-box .title {
  position: relative;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 6px;
}

.features-section__single-content .inner .content-box .title::before {
  position: absolute;
  right: -40px;
  bottom: 13px;
  width: 30px;
  height: 3px;
  background: var(--thm-black);
  content: "";
}

.features-section__single-content .inner .content-box .title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-transform: capitalize;
}

.features-section__single-content .inner .content-box .title h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.features-section__single-content .inner .content-box .title h2 a:hover {
  color: var(--thm-base);
}

.features-section__single-content .inner .content-box p {
  margin: 0px;
}

.features-section__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.features-section__single-img:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: #111111;
  z-index: 1;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.features-section__single:hover .features-section__single-img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.features-section__single-img img {
  width: 100%;
  transition: all 700ms ease;
}

.features-section__single:hover .features-section__single-img img {
  transform: scaleY(1.1);
}
/*================================================
Team Section CSS
=================================================*/
.about-team{
  position: relative;
  display: block;
  padding: 70px 0px 40px;
  overflow: hidden;
  z-index: 1;
  background: #ffffff;
}
.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  margin-top: 10px;
  border-radius: 15px;
}
.team-two__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  /* border-radius: 12px; */
}

.team-two__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: #196a2f63;
  opacity: 0;
  z-index: 1;
  content: "";
}
.team-two__single:hover .team-two__single-img:before {
  opacity: 1;
}
.team-two__single-img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}
.team-two__single-content {
  position: relative;
  display: block;
  text-align: right;
  padding: 42px 25px 23px;
  margin-top: -38px;
  z-index: 6;
}
.team-two__single-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -1px;
  clip-path: polygon(0 27%, 100% 0, 100% 100%, 0 100%);
  background: #126d30;
  content: "";
  z-index: -1;
}
.team-two__single-content h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 1px;
}
.team-two__single-content p {
  color: #fefffe;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.team-two__single-content::after {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  bottom: 20px;
  background:#196a2f;
  clip-path: polygon(0 31%, 100% 0, 100% 100%, 0 100%);
  content: "";
  z-index: -2;
}
/* ========================================================Shop-page ======================== */
.shop-page{
  padding: 80px 0;
}
.shop-page .shop-item {
    padding: 0px 50px;
    border-radius: 5px;
    border: 1px solid #d6e8db;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 30px;
    color: #196a2f;
     height: 400px;  
    border-bottom: 6px solid #126d3057;
    border-radius: 15px;
}
.shop-item .shop-image img{
  /* height: 150px; */
}
.shop-page .shop-item .shop-content h6 {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  color: #196a2f;
}

.shop-page .shop-item .shop-content h6::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #eeeded;
  left: 0;
  top: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}

.shop-page .shop-item .shop-content h6::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #eeeded;
  right: 0;
  top: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}


.shop-page .shop-item .shop-content h3 {
  font-size: 20px;
  color: #196a2f;
  margin: 12px 0 10px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-page .shop-item .shop-content span {
  font-size: 18px;
  color: #196a2f;
  font-weight: bold;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-page .shop-item .shop-content .shop-btn {
  margin-top: 15px;
}

.shop-page .shop-item .shop-content .shop-btn .shop-btn-one {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 30px;
  background-color: #eafef1;
  color: #196a2f;
  border: 1px solid #196a2f;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-page .shop-item .shop-content .shop-btn .shop-btn-one:hover {
  /*background-color: #eafef1;
  color: #196a2f;*/
  transform: scale(.9);
}

.shop-page .shop-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
 /* background-color: #196a2f;*/
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.shop-page .shop-item:hover {
    background-color: #c7c7c72e;
    color: #196a2f;
    border: 1px solid #e88f07;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-bottom: 6px solid #e88f07;
}

.shop-page .shop-item:hover i {
  color: #ffffff;
}

.shop-page .shop-item:hover h3,
.shop-page .shop-item:hover h6,
.shop-page .shop-item:hover span,
.shop-page .shop-item:hover i{
  color: #196a2f;
}

.shop-page .shop-item:hover::before {
  height: 55%;
}
.shop-page .shop-item:hover .shop-content h6::after ,
.shop-page .shop-item:hover .shop-content h6::before {
  background-color: #196a2f;
  z-index: 5;
}
.sidebar .widget {
	margin-bottom: 30px;
    display: table;
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 25px;
}
.sidebar .widget ul{
  padding: 0;
}
.sidebar .widget:last-child {
	margin: 0;
}
.sidebar .widget ul .post-img{
  float: right;
    margin-left: 20px;
    width: 33%;
    height: 70px;
    line-height: 64px;
    border: 1px solid #eafef1;
    border-radius: 12px;
}
.sidebar .post_content .price {
  color: #ffba0a;
  font-weight: 600;
  font-size: 14px;
}
.sidebar .post_content .cart-href a{
  margin-top: 5px;
  color: #196a2f;
}
.sidebar .widget_title {
	position: relative;
	font-family: "Font1";
  margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
}
.sidebar .widget_title::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  bottom: -1px;
  background: #196a2f;
}
.border_bottom_dash > li {
	border-bottom: 1px dashed #999 !important;
	padding-bottom: 8px !important;
	margin-bottom: 8px !important;
}
.border_bottom_dash > li:last-child {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.widget_categories .categories_num {
	float: left;
  padding-left: 10px;
}
.widget_categories ul li,
.widget_archive ul li {
    padding-bottom: 8px;
}
.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
    padding-bottom: 0px;
}
.widget_categories a {
	font-size: 16px;
	color: #636363;
  padding-right: 8px;
}
.widget_categories a i{
  padding-left: 8px;
}
.widget_categories a:hover {
	color: #196a2f;
}

.list_grid_icon {
	display: inline-block;
	margin-left: 10px;
}
.pagination li {
  margin-right: 10px;
}
.pagination .page-item a, .page-item.disabled .page-link {
    border: 1px solid #b5b5b5;
    border-radius: 5px !important;
    color: #b5b5b5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 18px;
}
.page-item.active .page-link, .page-item .page-link:hover {
  background-color: #196a2f;
  border-color: #196a2f;
  color: #fff;
}
/* ========================================================service-page ======================== */
.services-section {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  overflow: hidden;
  z-index: 1;
}
.services-section .shape1 {
  position: absolute;
  top: 0;
  left: 15px;
  opacity: 0.15;
  z-index: -1;
}

.services-section .shape2 {
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 0.15;
  z-index: -1;
}

.services-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/services/services-v2-bg.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.services-section__bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/services/services-v2-shape2.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 90px;
  opacity: 0.05;
  animation: slide 50s linear infinite;
  -webkit-animation: slide 50s linear infinite;
  z-index: -1;
}

.services-section__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0b3d2cf2;
  content: "";
  z-index: -2;
}

.services-section .sec-title .sec-title-tagline h6 {
  color: #ffffff;
}

.services-section .sec-titletitle {
  color: #ffffff;
}

.services-section__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-section__single-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.services-section__single-img {
  position: relative;
  display: block;
}

.services-section__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  z-index: 1;
}

.services-section__single-img .inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.services-section__single:hover .services-section__single-img .inner:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.services-section__single-img .inner img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.services-section__single:hover .services-section__single-img .inner img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.services-section__single-content {
  position: relative;
  display: block;
  padding: 24px 15px 26px;
  padding-left: 25px;
  flex: 1;
  z-index: 3;
}

.services-section__single-content::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0px;
  background-color: #196a2f;
  transform: scaleX(0.8) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  content: "";
  z-index: -1;
}

.services-section__single:hover .services-section__single-content::after {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-section__single-content-bg {
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 60px;
  background-image: url(../img/services/services-v2-shape1.png);
  background-position: center center;
  background-repeat: repeat-x;
  transform: scaleX(0.8) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: 1;
}

.services-section__single:hover .services-section__single-content-bg {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0.22;
}

.services-section__single-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.services-section__single-content h2 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.services-section__single-content h2 a {
  color: #111111;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-section__single:hover .services-section__single-content h2 a {
  color: #ffffff;
}

.services-section__single-content p {
  font-size: 13px;
  line-height: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-section__single:hover .services-section__single-content p {
  color: #ffffff;
}

.work-process-section {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  counter-reset: count;
  z-index: 1;
}

.work-process-section .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.06;
  z-index: -1;
}

.work-process-section .shape2 {
  position: absolute;
  top: 330px;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0.4;
  z-index: -1;
}

.work-process-section__single {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
  padding: 35px 10px 28px;
  margin-bottom: 30px;
}

.work-process-section__single.mb50 {
  margin-top: 50px;
}

.work-process-section__single.mb25 {
  margin-top: 25px;
}

.work-process-section__single-icon {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.work-process-section__single-icon .count-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border: 2px dashed #196a2f;
  color: #ffffff;
  border-radius: 50%;
  font-family: "Font1";
  font-weight: 500;
  letter-spacing: -0.02em;
  z-index: 3;
  transition: all 400ms linear;
  transition-delay: 0.1s;
}

.work-process-section__single-icon .count-box::after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background:#196a2f;
  border-radius: 50%;
  content: "";
  transition: all 400ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.work-process-section__single:hover .work-process-section__single-icon .count-box::after {
  background: #ffffff;
}

.work-process-section__single.style2 .work-process-section__single-icon .count-box {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0px;
}

.work-process-section__single:hover .work-process-section__single-icon .count-box {
  background: #ffffff;
  color: #111111;
}

.work-process-section__single-icon .count-box::before {
  counter-increment: count;
  content: "0"counter(count);
}

.work-process-section__single-icon .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 3px dashed #196a2f;
  border-radius: 50%;
  z-index: 1;
}

.work-process-section__single-icon .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #196a2f;
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.work-process-section__single:hover .work-process-section__single-icon .inner::before {
  transform: scale(1.0);
  opacity: 1;
}

.work-process-section__single-icon .inner span:before {
  position: relative;
  display: inline-block;
  color: #196a2f;
  font-size: 70px;
  transition: all 400ms linear;
  transition-delay: 0.1s;
}

.work-process-section__single:hover .work-process-section__single-icon .inner span:before {
  color: #ffffff;
}

.work-process-section__single-content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.work-process-section__single-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-family: "Font1";
  margin-bottom: 5px;
}

.work-process-section__single-content h3 a {
  color: #111111;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.work-process-section__single-content h3 a:hover {
  color: #196a2f;
}

.work-process-section__single-content p {
  font-size: 14px;
  line-height: 24px;
}
/* ========================================================service-details-page ======================== */
.services-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
}

.services-details__content {
  position: relative;
  display: block;
}

.services-details__content-img1 {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.services-details__content-img1 img {
  width: 100%;
  height: 430px;
  margin-bottom: 30px;
}

.services-details__content .text-box1 {
  position: relative;
  display: block;
}

.services-details__content .text-box1 h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: var(--thm-font);
}

.services-details__content .text-box1 .text1 {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.services-details__content .text-box1 .text2 {
  position: relative;
  display: block;
}

.services-details__content .text-box1 ul {
  position: relative;
  display: block;
  margin-top: 45px;
  padding-right: 0;
}

.services-details__content .text-box1 ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.services-details__content .text-box1 ul li:last-child {
  margin-bottom: 0px;
}

.services-details__content .text-box1 ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f2f2;
 margin-left: 10px;
}

.services-details__content .text-box1 ul li .icon span::before {
  position: relative;
  display: inline-block;
  color: #8a8d97;
  font-size: 17px;
}

.services-details__content .text-box1 ul li .text {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.services-details__content .text-box1 ul li .text p {
  margin: 0;
}

.services-details__content .text-box2 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.services-details__content .text-box2 p {
  margin: 0;
}

.services-details__content .text-box2 ul {
  position: relative;
  display: block;
  margin-top: 28px;
}

.services-details__content .text-box2 ul li {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.services-details__content .text-box2 ul li:last-child {
  margin-bottom: 0;
}

.services-details__content .text-box2 ul li p {
  position: relative;
  margin: 0;
  padding-left: 25px;
}

.services-details__content .text-box2 ul li p:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #bfc2c3;
  border-radius: 50%;
  content: "";
}

.services-details__content-img2 {
  position: relative;
  display: block;
  margin-top: 54px;
}

.services-details__content-img2 img {
  width: 100%;
}

.services-details__content .text-box3 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.services-details__content .text-box3 .text1 {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.services-details__content .text-box3 .text2 {
  position: relative;
  display: block;
}

.services-details__content .text-box4 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 34px;
}

.services-details__content .text-box4 .img-box {
  position: relative;
  display: block;
}

.services-details__content .text-box4 .img-box img {
  width: auto;
}

.services-details__content .text-box4 .content-box {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -11px;
  flex: 1;
}

.services-details__content .text-box4 .content-box p {
  margin: 0;
  margin-bottom: 29px;
}

.services-details__content .text-box4 ul {
  position: relative;
  display: block;
}

.services-details__content .text-box4 ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.services-details__content .text-box4 ul li:last-child {
  margin-bottom: 0;
}

.services-details__content .text-box4 ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f2f2f2;
}

.services-details__content .text-box4 ul li .icon span:before {
  position: relative;
  display: inline-block;
  color: #8a8d97;
  font-size: 17px;
}

.services-details__content .text-box4 ul li .text {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.services-details__content .text-box4 ul li .text p {
  margin: 0;
}

.services-details__content .text-box5 {
  position: relative;
  display: block;
  margin-top: 39px;
}

.services-details__content .text-box5 p {
  margin: 0;
}
.faq-accordion-content{margin-top: 40px;}
.faq-accordion-content .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.faq-accordion-content .accordion .accordion-item {
  display: block;
  background: #ffffff;
  margin-bottom: 10px;
  border: none;
  border: 1px solid #ddd;
}

.faq-accordion-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion-content .accordion .accordion-title {
  padding: 18px 20px 18px 55px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.faq-accordion-content .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #196a2f;
  color: #ffffff;
}

.faq-accordion-content .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

.faq-accordion-content .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.faq-accordion-content .accordion .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion-content .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
}

.faq-accordion-content .accordion .accordion-content.show {
  display: block;
}

.sidebar {
  position: relative;
  display: block;
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  position: relative;
  margin: 0;
  font-size: 27px;
  line-height: 37px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: var(--thm-font);
}

.sidebar__title::before {
  position: absolute;
  left: 0;
  bottom: 9px;
  height: 2px;
  width: 30px;
  background: var(--thm-primary);
  content: "";
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: #f1f3f8;
  padding: 15px 10px !important;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #878c8f;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  height: 50px;
  width: 100%;
  padding-right: 15px;
  border-radius: 3px;
  border: 1px solid #dcdfe2;
  text-align: right;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: #878c8f;
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: #878c8f;
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: #878c8f;
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color:#878c8f;
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color:#878c8f;
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: #878c8f;
}

.sidebar__search-form ::-ms-input-placeholder {
  color:#878c8f;
}

.sidebar__search-form button[type="submit"] {
  background-color: #196a2f;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  width: 50px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
  background-color: #196a2f;
  color: #ffffff;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: #f1f3f8;
  padding: 42px 30px 50px;
}

.sidebar__category-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar__category-list li+li {
  position: relative;
  margin-top: 15px;
}

.sidebar__category-list li a {
  position: relative;
  display: block;
  color: #616161;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 8px 5px 10px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font1";
  z-index: 1;
}

.sidebar__category-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #111111;
  z-index: -1;
  transform: scaleY(0.0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
  transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
  color: #ffffff;
}

.sidebar__category-list li.active a {
  background-color:#196a2f;
  color: #ffffff;
}

.sidebar__category-list li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  right: 0;
  color: var(--thm-gray);
  font-size: 15px;
  font-weight: 500;
  background-color: #dcdde0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--thm-font);
  z-index: 1;
}

.sidebar__category-list li a:hover span,
.sidebar__category-list li.active a span {
  background: rgba(255, 255, 255, .05);
  color: #ffffff;
}

.sidebar__support {
  position: relative;
  display: block;
  text-align: center;
  padding: 77px 40px 90px;
  z-index: 1;
}

.sidebar__support-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/services/services-details-img4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.sidebar__support-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0b3d2c;
  content: "";
  z-index: -2;
  mix-blend-mode: multiply;
}

.sidebar__suppot-title {
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  font-family: "Font1";
}

.sidebar__suppot-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 38px;
}

.sidebar__support-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3cab41;
  color: #fff;
  padding: 15px 0;
  width: 80%;
  margin: auto;
  border-radius: 12px;
  
}
.sidebar__support-btn-box a{color: #fff;}

/*================================================ Cart page ==================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead {
  text-align: center;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 25px 0 25px;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  font-size: 18px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #333333;
}

.cart-table table tbody tr td.product-price span {
  font-weight: 500;
  font-size: 16px;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: #666666;
  float: left;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 16px;
}

.cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}

.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
  font-size: 16px;
}

.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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #ffba0a;
}

.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 input {
  height: 45px;
  color: #196a2f;
  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::-webkit-input-placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333333;
}

.continue-shopping-box .default-btn{
  display: block;
}
.cart-buttons {
  margin-top: 30px;
  text-align: center;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-totals h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 12px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 500;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li span {
  float: left;
  color: #666666;
  font-weight: normal;
}

.cart-totals .default-btn {
  width: 100%;
}

.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
  font-size: 20px;
}

.cart-area .coupon-wrap .shops-form {
  text-align: center;
}

.cart-area .coupon-wrap .shops-form .form-group {
  margin-bottom: 15px;
}

.cart-area .coupon-wrap .shops-form .form-group .form-control {
  height: 55px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.cart-area .coupon-wrap .shops-form .form-group .form-control:focus {
  border-color: #196a2f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-area .coupon-wrap .shops-form .nice-select {
  height: 55px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 15px;
}

.cart-area .coupon-wrap .shops-form .nice-select.open .list {
  width: 100%;
}

.cart-area .coupon-wrap .shops-form .default-btn {
  width: 100%;
}

.cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}
/*================================================   Checkout page    ============================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          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 #333333;
  position: relative;
}

.user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.user-actions i {
  color: #333333;
  margin-left: 5px;
}

.user-actions span {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
}

.user-actions span a {
  display: inline-block;
  color: #196a2f;
  text-decoration: none;
  padding-right: 8px;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #196a2f;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}

.billing-details .title::before {
  content: '';
  position: absolute;
  background: #196a2f;
  bottom: -1px;
  right: 0;
  width: 50px;
  height: 2px;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
}

.billing-details .form-group label .required {
  color: #333333;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 53px;
  color: #666666;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          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 {
  -webkit-transition: .6s;
  transition: .6s;
  padding-left: 20px;
  padding-right: 20px;
  text-align:right ;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #196a2f !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.billing-details .form-group .nice-select:after {
  left: 20px;
  right: auto;
}

.billing-details .form-group .form-control {
  height: 50px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billing-details .form-group .form-control:focus {
  border-color: #196a2f;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billing-details .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.billing-details .nice-select span{
  float: right;
}
.billing-details .form-check {
  margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
  color: #333333;
}

.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}

.order-details .title::before {
  content: '';
  position: absolute;
  background: #196a2f;
  bottom: -1px;
  right: 0;
  width: 50px;
  height: 2px;
}

.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;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 15.5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #196a2f;
}

.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: #666666;
  font-weight: 400;
}

.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: 400;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.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-right: 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;
  right: 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: #196a2f;
  position: absolute;
  top: 6px;
  right: 3px;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.billing-details .default-btn {
  padding: 14px 30px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  color: #196a2f;
  background-color: #ffffff;
  border: 1px solid #196a2f;
  -webkit-transition: .6s;
  transition: .6s;
}

.billing-details .default-btn:hover {
  background-color: #196a2f;
  color: #ffffff;
}

.billing-details .default-btn.order-btn {
  display: block;
  margin-top: 25px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
/* ======================================================= shop-details page =============================== */
.picZoomer{
	position: relative;
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: auto;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
  display: inline-block;
  width: 90px;
  height: 100px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}



.section-bg {
    background-color: #fff1e0;
}
section {
    padding: 60px 0;
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
    padding: 0;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height:100px;
    object-fit:cover;
}
.pr_detail {
	font-size: 14px;
}
.product-title * {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.product-image {
	position: relative;
}
.product-image .pr_flash {
	right: auto;
	left: 10px;
}
#product_img {
	border: 1px solid #ddd;
}
.product_gallery_item {
	margin-top: 10px;
}
.product_share {
	margin-top: 10px;
}
.cart_extra {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.product_share > span {
	margin-right: 10px;
}
.quantity {
	border: 1px solid #ccc;
	margin-right: 10px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
}
.quantity .minus, .quantity .plus {
	display: block;
	float: left;
	border-radius: 50px;
	cursor: pointer;
	border: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	margin: 4px;
}
.btn-addtocart{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 30px;
}
.pr_detail .product-meta{
  padding: 0;
  margin: 0;
}
.pr_detail .product-meta li{
  font-size: 15px;
  padding-right: 10px;
}
.pr_detail .social_icons {
  padding: 0;
}
.pr_detail .social_icons li {
  display: inline-block;
  padding: 2px;
}
.pr_detail .social_icons li a {
  font-size: 10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #292b2c;
    border-radius: 50px;
    margin-top: 12px;
    margin-right: 5px;
}
.pr_detail .quantity .qty {
	float: left;
	width: 55px;
	height: 40px;
	border: 0;
	background-color: transparent;
	text-align: center;
	padding: 0;
}
.quantity .minus:hover, .quantity .plus:hover {
	background-color: #196a2f;
	color: #fff;
}
.product-thumbnail img {
	max-width: 100px;
}
.product-quantity .quantity {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 146px;
}
.toggle_info {
	padding: 20px;
	border: 2px solid #eee;
	margin-bottom: 30px;
}
/* =========================================Blog-details ============================================= */
.blog-details-desc .article-content {
margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
position: relative;
display: inline-block;
color: #111111;
margin-left: 20px;
}

.blog-details-desc .article-content .entry-meta ul li span {
display: inline-block;
color: #111111;
font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
display: inline-block;
color: #196a2f;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
color: #f35320;
}

.blog-details-desc .article-content .entry-meta ul li i {
color: #f35320;
margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
content: '';
position: absolute;
top: 12px;
right: -15px;
width: 6px;
height: 1px;
background: #f35320;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
display: none;
}

.blog-details-desc .article-content h3 {
margin-bottom: 15px;
margin-top: 25px;
font-size: 25px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
padding-left: 0;
list-style-type: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin-bottom: 30px;
margin-top: 30px;
padding: 0;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
-webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
max-width: 33.3333%;
padding: 0;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
margin-bottom: 0;
}

.blog-details-desc .article-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
max-width: 50%;
color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags span {
display: inline-block;
color: #111111;
font-size: 20px;
margin-right: 5px;
position: relative;
top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
display: inline-block;
margin-right: 2px;
font-weight: 500;
color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags a:hover {
color: #f99459;
}

.blog-details-desc .article-footer .article-share {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social li {
display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
display: inline-block;
margin-right: 2px;
font-weight: 500;
color: #6b6b84;
}

.blog-details-desc .article-footer .article-share .social li a {
display: block;
color: #f99459;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #eeeef0;
text-align: center;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
color: #ffffff;
background-color: #f99459;
-webkit-transform: translateY(-2px);
        transform: translateY(-2px);
}

blockquote, .blockquote {
background-color: #fafafa;
padding: 30px !important;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
border-left: 3px solid #ffba0a;
border-right: 3px solid #ffba0a;
border-radius: 5px;
}

blockquote p, .wp-block-quote p {
color: #111111;
margin-bottom: 0;
font-size: 16px !important;
font-weight: 500;
font-style: italic;
}

.post-navigation {
margin-top: 30px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding-top: 20px;
padding-bottom: 20px;
}

.post-navigation .navigation-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
margin-right: 2px;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: 18px;
position: relative;
top: 1px;
}

.post-navigation .navigation-links .nav-previous a:hover i {
margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
max-width: 50%;
text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
margin-left: 2px;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: 18px;
position: relative;
top: 1px;
}

.post-navigation .navigation-links .nav-next a:hover i {
margin-left: 0;
}

.post-navigation .navigation-links div a {
display: inline-block;
font-weight: 600;
}

.comments-area {
margin-top: 30px;
}

.comments-area .comments-title {
margin-bottom: 30px;
font-size: 24px;
}

.comments-area ol, .comments-area ul {
padding: 0;
margin: 0;
list-style-type: none;
}

.comments-area .comment-list {
padding: 0;
margin: 0;
list-style-type: none;
}

.comments-area .children {
margin-left: 20px;
}

.comments-area .comment-body {
border-bottom: 1px dashed #eeeeee;
padding-left: 70px;
color: #111111;
margin-bottom: 20px;
padding-bottom: 20px;
}

.comments-area .comment-body .reply {
margin-top: 15px;
}

.comments-area .comment-body .reply a {
border: 1px dashed #ded9d9;
color: #111111;
display: inline-block;
padding: 5px 25px 5px;
border-radius: 30px;
text-transform: capitalize;
font-size: 14px;
font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
color: #ffffff;
background-color: #f99459;
border-color: #f99459;
}

.comments-area .comment-author {
font-size: 16px;
margin-bottom: 8px;
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: 600;
}

.comments-area .comment-metadata {
color: #6b6b84;
margin-bottom: 10px;
font-size: 14px;
}

.comments-area .comment-metadata a {
display: inline-block;
color: #6b6b84;
}

.comments-area .comment-metadata a:hover {
color: #f99459;
}

.comments-area .comment-respond {
margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
margin-bottom: 0;
font-size: 24px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
display: inline-block;
}

.comments-area .comment-respond .comment-form {
overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
margin-top: 10px;
margin-bottom: 20px;
}

.comments-area .comment-respond .comment-notes .required {
color: red;
}

.comments-area .comment-respond .comment-form-comment {
float: left;
width: 100%;
}

.comments-area .comment-respond label {
display: none;
}

.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: #f4f4f4;
border: none;
padding: 1px 0 0 15px;
height: 60px;
outline: 0;
border-radius: 2px;
color: #111111;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
color: #6b6b84;
}

.comments-area .comment-respond textarea {
height: auto !important;
padding-top: 15px;
}

.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-top: 15px;
margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
position: absolute;
left: 0;
top: 7.5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
display: inline-block;
margin: 0;
color: #6b6b84;
}
/*================================================
Login In CSS
=================================================*/
.login-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
}

.login-form .login-title {
  text-align: center;
  margin-bottom: 30px;
}

.login-form .login-title h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #343846;
}

.login-form .login-title p {
  margin-bottom: 30px;
}

.login-form form .form-group {
  margin-bottom: 15px;
}

.login-form form .form-control {
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #212529;
  padding-left: 20px;
  background: transparent;
}
.login-form .form-check .form-check-input{
  float: right;
  margin-left: 0;
  margin-right: 10px;
}
.login-form form .form-control:focus {
  border-color: #196a2f;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-form form .form-control::-webkit-input-placeholder {
  color: #666666;
}

.login-form form .form-control:-ms-input-placeholder {
  color: #666666;
}

.login-form form .form-control::-ms-input-placeholder {
  color: #666666;
}

.login-form form .form-control::placeholder {
  color: #666666;
}

.login-form form .form-check {
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.login-form form .form-check .form-check-label {
  color: #666666;
  padding-right: 10px;
}

.login-form form .send-btn button {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  float: left;
}

.login-form form span {
  display: block;
  color: #777777;
}

.login-form form span a {
  color: #196a2f;
}

.login-form .forgot-password {
  margin-bottom: 0;
  margin-top: -25px;
  text-align: right;
}

.login-form .forgot-password a {
  color: #777777;
}

.login-form .forgot-password a:hover {
  color: #196a2f;
}

/*================================================
Sign Up CSS
=================================================*/
.signup-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
}

.signup-form h3 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.signup-form form .form-group {
  margin-bottom: 15px;
}

.signup-form form .form-control {
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #3a3c3b;
  padding-left: 20px;
  background: transparent;
}

.signup-form form .form-control:focus {
  border-color: #196a2f;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.signup-form form .form-control::-webkit-input-placeholder {
  color: #666666;
}

.signup-form form .form-control:-ms-input-placeholder {
  color: #666666;
}

.signup-form form .form-control::-ms-input-placeholder {
  color: #666666;
}

.signup-form form .form-control::placeholder {
  color: #666666;
}

.signup-form form .form-check {
  margin-top: 18px;
}

.signup-form form .form-check .form-check-label {
  color: #666666;
}

.signup-form form .send-btn {
  margin-top: 15px;
}

.signup-form form span {
  display: block;
  color: #666666;
}

.signup-form form span a {
  color: #196a2f;
}

/*================================================
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: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
Contact Section CSS
=================================================*/
.contact-area .contact-form {
  -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.contact-area .contact-form form {
  text-align: center;
}

.contact-area .contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-area .contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 57px;
  color: #196a2f;
  border: 1px solid #ffffff;
}

.contact-area .contact-form form .form-control:focus {
  border: 1px solid #196a2f;
}

.contact-area .contact-form form .form-group {
  text-align: left;
}

.contact-area .contact-form form textarea.form-control {
  height: 120px;
  padding-top: 15px;
}

.contact-area .contact-form .default-btn {
  cursor: pointer;
  margin-top: 10px;
}

.contact-area .contact-form .list-unstyled {
  padding-left: 0;
  list-style: none;
  color: red;
}

.contact-area .contact-form .text-danger {
  color: #dc3545 !important;
  font-size: 20px;
  font-weight: 500 !important;
  margin: 16px 0 0 0;
}

.contact-box {
  padding-top: 100px;
  padding-bottom: 35px;
}

.single-contact-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.single-contact-box i {
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px dashed #196a2f;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  color: #196a2f;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-bottom: 20px;
}

.single-contact-box:hover i {
  background-color: #196a2f;
  color: #ffffff;
}

.single-contact-box .content-title h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 400;
}

.single-contact-box .content-title a {
  display: block;
  font-size: 16px;
  color: #747171;
  margin-bottom: 5px;
}

.single-contact-box .content-title a:hover {
  color: #196a2f;
}
.google-map {
  position: relative;
  width: 100%;
  height: 350px;
}
/*================================================
Services Details CSS
=================================================*/
.services-details-overview {
  margin-bottom: 60px;
}

.services-details-overview:last-child {
  margin-bottom: 0;
}

.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

.services-details-overview .services-details-desc .features-text {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .features-text h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.services-details-overview .services-details-desc .services-details-accordion {
  margin-top: 25px;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          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-item a {
  text-decoration: none;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title {
  padding: 15px 20px 15px 51px;
  color: #000000;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: inline-block;
}

.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: #196a2f;
  color: #ffffff;
}

.services-details-overview .services-details-desc .services-details-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          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;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 22px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #196a2f;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #196a2f;
}

.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: #196a2f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_search form button:hover {
  background-color: #333333;
  color: #ffffff;
}

.widget-area .widget_mada_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_mada_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_mada_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_mada_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_mada_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_mada_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../web_asset/img/blog-details/1.jpg);
}

.widget-area .widget_mada_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../web_asset/img/blog-details/2.jpg);
}

.widget-area .widget_mada_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../web_asset/img/blog-details/3.jpg);
}

.widget-area .widget_mada_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_mada_posts_thumb .item .info time {
  display: block;
  color: #7a7e9a;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 3px;
  font-size: 14px;
}

.widget-area .widget_mada_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
}

.widget-area .widget_mada_posts_thumb .item .info .title a {
  display: inline-block;
}

.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: #333333;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15.5px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #196a2f;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #333333;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #196a2f;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #7a7e9a;
  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: #7a7e9a;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15.5px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #196a2f;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #333333;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #196a2f;
}

.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: #333333;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #196a2f;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #333333;
}

.widget-area .widget_archive ul li a:hover {
  color: #196a2f;
}

.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: #7a7e9a;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #196a2f;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #333333;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #196a2f;
}

.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: #333333;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #196a2f;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #333333;
}

.widget-area .widget_meta ul li a:hover {
  color: #196a2f;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  font-size: 14.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: #196a2f;
  border-color: #196a2f;
}

.widget-area .widget_event_details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_event_details ul li {
  border-bottom: 1px solid #eeeeee;
  color: #888f96;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
  padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
  display: inline-block;
  color: #333333;
  font-weight: 400;
}

.widget-area .widget_event_details ul li a {
  display: inline-block;
  color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
  color: #196a2f;
}



/*================================================
Product Details Area CSS
=================================================*/
.product-details-desc h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}

.product-details-desc .price {
  margin-bottom: 15px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
}

.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: #000000;
  border-bottom: 1px solid #000000;
  line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
  color: #196a2f;
  border-color: #196a2f;
  text-decoration: none;
}

.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: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: .6s;
  transition: .6s;
}

.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: #196a2f;
}

.product-details-desc .product-add-to-cart .input-counter input {
  height: 50px;
  color: #000000;
  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::-webkit-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .default-btn {
  position: relative;
  border: none;
  padding: 12px 30px;
  background-color: #196a2f;
  color: #ffffff;
  border: 1px solid #196a2f;
}

.product-details-desc .product-add-to-cart .default-btn i {
  margin-right: 2px;
}

.product-details-desc .product-add-to-cart .default-btn:hover {
  background-color: #ffffff;
  color: #196a2f;
  -webkit-transition: .6s;
  transition: .6s;
}

.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;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: .6s;
  transition: .6s;
}

.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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  position: relative;
  top: 1px;
  padding-left: 4px;
  color: #666666;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #196a2f;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #196a2f;
  border-color: #196a2f;
  -webkit-animation: wave 0.4s ease;
          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 {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #f2f2f2;
  border: none;
  padding: 13px 25px 10px 25px;
  -webkit-transition: .6s;
  transition: .6s;
  font-weight: 600;
  display: block;
  width: 100%;
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
  background-color: #196a2f;
  color: #ffffff;
}

.product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-desc .custom-payment-options span {
  display: block;
  color: #666666;
  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;
}

.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;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 8px;
}

.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #196a2f;
  border-color: #196a2f;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #196a2f;
  border-color: #196a2f;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}

.products-details-tab .tab_content .tabs_item {
  display: none;
}

.products-details-tab .tab_content .tabs_item:first-child {
  display: block;
}

.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: right;
  padding: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #666666;
}

.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-weight: 500;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}

.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 .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 25px;
  background-color: #196a2f;
  border: 1px solid #196a2f;
  color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
  background-color: #ffffff;
  color: #196a2f;
  text-decoration: none;
}

.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: 14px;
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 400;
}

.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: #666666;
  top: 40px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #196a2f;
}

.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 h3 {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
  max-width: 100%;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  height: 55px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  padding-top: 15px;
  height: auto;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn {
  border: none;
  margin-top: 10px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  padding: 14px 25px;
  background-color: #196a2f;
  color: #ffffff;
  border: 1px solid #196a2f;
  text-transform: uppercase;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .default-btn:hover {
  background-color: #ffffff;
  color: #196a2f;
  -webkit-transition: .6s;
  transition: .6s;
}

.related-products {
  margin-top: 70px;
  text-align: center;
}

.related-products .products-title {
  margin-bottom: 10px;
  text-align: center;
}

.related-products .products-title span {
  font-size: 14px;
  color: #196a2f;
}

.related-products .products-title h2 {
  font-size: 30px;
  color: #333333;
  margin: 10px 0 0 0;
}

.related-products .single-product-box {
  margin-bottom: 0;
  margin-top: 30px;
}
/* =========================================== Sitemap ================================================== */

/*===================================*
  12. START FOOTER
*===================================*/
.bg_gray {
  background-color: #F7F7F7 !important;
}
footer {
	position: relative;
	z-index: 1;
}
.footer_logo {
	margin-bottom: 15px;
}
.footer_desc p {
	font-size: 16px;
}
.top_footer {
	padding: 30px 0 10px;
}
footer .contact_info{
  padding: 0;
}
 .pdtop {
    border-top: 1px solid #126d3078;
    padding-top: 10px;
}
.widget_links li {
	padding: 0 0 10px;
    border-bottom: 1px solid #09090929;
    margin-bottom: 8px;
}
.contact_info li {
    margin-top: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #09090929;
    margin-bottom: 7px;
}

.contact_info li:last-child {
    border-bottom: 0;
}
.widget_links li::before {
    content: "\f053";
    font-weight: 400;
     margin-left: 8px;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
        font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 12px;
}
.widget_links li:last-child {
    border-bottom: 0;
}
.widget_links li a {
	color: #636363;
	font-size: 14px;
	position: relative;
}
.widget_links.links_style1 li a:hover,
.widget_links.links_style2 li a:hover {
	padding-left: 5px;
}
.links_style2 li a::before {
	content: "\f3d3";
	font-family:"Ionicons";
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
.contact_info > li > i {
	font-size: 18px;
	vertical-align: middle;
	max-width: 30px;
	width: 100%;
	text-align: center;
	margin-right: 5px;
}
.contact_info li:first-child {
	margin-top: 0;
}
.contact_info > li {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
 

.contact_info li span {
    background-color: #126d30;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    padding: 3px 9px 3px;
    width: 35px;
    height: 35px;
    color: #ffffff;
    box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
}
.contact_info_style1 li span {
	background-color: transparent;
	box-shadow: none;
	margin-left: 5px;
	padding-right: 0;
}
.contact_info i + *,
.contact_info span + * {
	font-size: 14px;
	color: #636363;
	margin: 0;
	vertical-align: top;
    direction: ltr;
}
.contact_info.contact_info_style2 li span {
	font-size: 24px;
	background-color: #196a2f;
	box-shadow: none;
	border-radius: 100%;
	max-width: 50px;
	height: 50px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	position: relative;
	margin: 5px 20px 5px 5px;
	width: 100%;
}
.contact_info.contact_info_style2 li span::after {
	content: "";
	border: 1px dashed #196a2f;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 100%;
	margin: -5px;
}
footer .widget_links{
  padding: 0;
}
footer .widget_title {
	font-size: 22px;
	margin-top: 25px;
	font-weight: bold;    color: #126d30;
}
footer .widget_title2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-top: 35px;
	font-weight: 600;
	margin-bottom: 30px;
}
.widget_title {
	margin-bottom: 30px;
	text-transform: capitalize;
	position: relative;
}
.bottom_footer {
    padding: 10px 1px;
    position: relative;
     
}

.footer_link li {
	display: inline-block;
	position: relative;
}
.footer_link li::before {
	content: "";
	height: 12px;
	width: 1px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.footer_link li:first-child:before {
	content: normal;
}
.footer_link li a {
	font-size: 14px;
	padding: 0 10px;
	color: #888;
}
.footer_link li a:hover,
.widget_links li a:hover,
.contact_info li a:hover {
	color: #196a2f;
}
.post_footer {
	display: -ms-flexbox;
	display: flex;
}
.post_img {
	margin-right: 10px;
	max-width: 80px;
	width: 100%;
	float: left;
}
.post_content {
	overflow: hidden;
}
.post_img img {
	border-radius: 10px;
}
.post_date {
	font-size: 80%;
}
.recent_post > li {
	display: table;
	width: 100%;
	margin-bottom: 17px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 15px;
}
.recent_post > li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.recent_post > li:last-child {
	margin-bottom: 0;
}
.post_content h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.post_content .rating {
	margin-bottom: 5px;
}
.post_content .price {
	font-size: 16px;
}
.instafeed {
	margin: -5px;
  padding: 0;
}
.instafeed li {
	float: left;
	width: 25%;
	padding: 5px;
	position: relative;
  padding-bottom: 10px;
}
.instafeed li a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.instafeed li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.insta_icon {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.instafeed li:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.instafeed img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    height: 70px;
}
.instafeed li:hover a::before, .instafeed li:hover .insta_icon {
	opacity: 1;
}
.footer_payment {
	font-size: 0;
}
.footer_payment li {
	display: inline-block;
	font-size: 16px;
	margin-left: 2px;
}
.copyright {
	font-size: 15px;
   text-transform: capitalize;
}
.border_top_transparent {
	border-top: 1px solid rgba(255,255,255,0.3);
}
.widget_links li:last-child {
    border-bottom: 0;
}
footer .shopping_info {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
 .shopping_info .icon_box {
	margin-top: 0;
	padding: 30px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.icon_box_style2 .box_icon i{
  color: #196a2f;
  font-size: 34px;
  line-height: 78px;
}
.shopping_info div[class*="col-"]::before {
	border-right: 1px solid #ddd;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 60%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icon_box_style2 .box_icon {
  background-color: #fff;
  max-width: 78px;
  text-align: center;
  float: right;
  height: 78px;
  border-radius: 100%;
  line-height: 78px;
  position: relative;
  margin: 0px 0px 0px 20px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  width: 100%;
}
footer .shopping_info div[class*="col-"]:last-child:before {
	content: normal;
}
.shopping_info.shopping_info_light div[class*="col-"]::before {
	border-color: #fff;
}
.shopping_info_light .intro_desc * {
	color: #fff;
}
.shopping_info_style2 .intro_desc h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.bottom_footer .social_icons li {
  display: inline-block;
  padding: 2px;
}
.bottom_footer .social_icons li a {
  font-size: 18px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  color: #fff;
}
.sc_facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}
.sc_twitter {
  background-color: #00acee !important;
  border-color: #00acee !important;
}
.sc_gplus, .sc_google {
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}
.sc_instagram {
  background-color: #027ba5 !important;
  border-color: #027ba5 !important;
}
.sc_pinterest {
  background-color: #c8232c !important;
  border-color: #c8232c !important;
}
.overlap_shape [class*="ol_"] {
  position: absolute;
  z-index: -1;opacity: .6;
}
.ol_shape21 {
  top: 1%;
  right: 1%;
}
.ol_shape22 {
  bottom: 20%;
  right: 1%;
}
.ol_shape23 {
  left: 1%;
  top: 4%;
}
.ol_shape24 {
  bottom: 5%;
  left: 1%;
}
/*===================================*
  12. END FOOTER
*===================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #ffffff;
  background-color: #196a2f;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 50%;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.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: #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
}

.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%;
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 30px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #82b440;
  padding: 8px 20px 8px;
  font-size: 14px;
  font-weight: 500;
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.buy-now-btn:hover {
  background-color: #196a2f;
  color: #ffffff !important;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*# sourceMappingURL=style.css.map */


/* Responsive For Rtl */

/* @media (min-width: 1200px) and (max-width: 1500px){

} */
@media (max-width: 1024px) and (min-width: 769px) {
  .navbar-brand img {
    width: 160px;
    height: 55px;
}
.mada-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  margin: auto 6px;
  padding: 22px 0;
}
.main-banner-item .main-banner-content h1 {
    font-size: 35px;
}
.about-section {
  padding-top: 70px;
  padding-bottom: 0px;
}
.about-title-area .about-title h2{
  font-size: 32px;
}
.about-title-area .about-text{
  padding-left: 0;
}
.about-title-area .about-text p{
  font-size: 15px;
}
.shop-section{
  padding-bottom: 30px;
}
section{
  padding: 40px 0;
}
.footer_desc{
  padding-bottom: 10px;
}
.footer_desc p{
  font-size: 14px;
}
.instafeed img{
  height: 60px;
}
.about-Info,.features-section{
  padding: 60px 0;
}
.sec-title-three__title{
  font-size: 21px;
}
.about-Info__img{
  margin-right: 0;
}
.about-Info__content{margin-left: 8px;}
.about-Info__content-text2 .single-box ul{
  padding: 0;
}
.about-Info__content-text2 .single-box ul li h4{
  font-size: 15px;
}
.partener-area{
  padding: 60px 0;
}
.single-partener-box img {
  height: 160px;
}
.sidebar .widget{padding: 15px;}
.sidebar .widget ul .post-img{margin-left: 10px;}
._boxzoom .zoom-thumb {
  width: 88px;
}

}

@media (max-width: 768px) and (min-width: 426px){
  .mean-container a.meanmenu-reveal {
    left: 113px !important;
    right: auto !important;
    
}
.others-options{
  position: absolute;
  top: 35px;
  left: 0px;
}
.others-options .cart-btn {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  color: #b7b7b7;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.others-options .cart-btn a {
  color: #b7b7b7;
  position: relative;
}
.others-options .cart-btn a span {
  position: absolute;
  right: -5px;
  bottom: 12px;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 50%;
  background: #196a2f;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.main-banner-image{
  display: none;
}
.main-banner-content{
  margin-bottom: 100px;
}
.about-section{
  margin-top: 50px;
}
.about-title-area .about-title{
  border-left: none;
  margin-left: 0;
}
section{
  padding: 0;
}
.about-section{
  padding: 20px 0;
}
.copyright{font-size: 14px;}
.about-Info,.features-section{
  padding: 60px 0;
}
.sidebar .widget ul .post-img{
  height: auto;
}
.sidebar .widget ul .post-img img{
  width: 100px;
  height: 100px;
  margin: 0 30%;
}
.services-section,.work-process-section{padding: 60px 0;}
._boxzoom{margin-top: 30px;}
.services-details{padding: 40px 0;}
.sidebar__category{padding: 30px 10px 33px;}
.sidebar__support{ padding: 30px 15px 42px;}
.sidebar__suppot-title {
  font-size: 28px;
  line-height: 36px;
}
.services-details__content-img1 img{
  height: 340px;
  margin-bottom: 15px;
}
.services-details__content .text-box1 ul li .text p,
.services-details__content .text-box1 .text2,
.services-details__content .text-box1 .text1{font-size: 14px;}
.blog-details-area {
padding: 50px 0;
}
.cart-wraps{padding: 10px;}
.checkout-area{padding: 50px 0;}
.order-details{
  margin-top: 30px;
}
}
@media (max-width: 425px) and (min-width:321px) {
  .shop-section p {
    width: 100%;
}
 .column-reverse {
    flex-direction: column-reverse;
}
.mean-container a.meanmenu-reveal {
  left: 113px !important;
  right: auto !important;
}
.others-options{
position: absolute;
top: 10px;
left: 0px;
}
.others-options .cart-btn {width: 34px;height: 34px;line-height: 34px;border: 1px solid #126d30;cursor: pointer;color: #126d30;margin-left: 10px;cursor: pointer;display: inline-block;position: relative;top: 1px;text-align: center;border-radius: 5px;-webkit-transition: 0.6s;transition: 0.6s;}
.others-options .cart-btn a {color: #126d30;position: relative;}
.others-options .cart-btn a span {
position: absolute;
right: -5px;
bottom: 12px;
width: 12px;
height: 12px;
text-align: center;
line-height: 12px;
border-radius: 50%;
background: #196a2f;
color: #ffffff;
font-size: 10px;
font-weight: 400;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.main-banner-image,.main-banner-shape{
  display: none;
}
.mean-container a.meanmenu-reveal {
  width: 35px;
  padding-top: 15px;
}
.main-banner-item  .main-banner-content h1 {
  font-size: 26px;
}
.about-section{
  margin-top: 50px;
}
.about-title-area .about-title{
  border-left: none;
  margin-left: 0;
}
 .services-slider .owl-nav {
    display: none !important;
}
.carousel_slide3 .owl-nav {
    display: none !important;
}
.about-title-area .about-title h2{font-size: 22px;}
section{
  padding: 0;
}
.about-section{
  padding: 20px 0;
}
.shop-list-tab .tabs{padding: 0;margin-bottom: 30px;}
.shop-list-tab .tabs li a{font-size: 16px;}
.shop-list-tab .tabs li{padding: 10px;}
.about-title-area .about-text {
  padding-left: 0px;
}
.page-title-area{
  height: 280px;
}
.page-title-content h2{
  font-size: 32px;
}
.about-Info,.features-section{
  padding: 30px 0;
}
.about-Info__content{
  margin-left: 0;
}
.sec-title-three__title{
  font-size: 20px;
}
.partener-area{
  padding: 60px 0;
}
.single-partener-box{
  width: 60%;
  margin: auto;
  margin-bottom: 30px;
}
.single-partener-box img {
  height: 160px;
  width: 220px;
}
.blog-area{ 
  padding: 50px 0;
}
.pagination{padding: 0;}
.services-section,.work-process-section{padding: 60px 0;}
.login-section{padding: 40px 0;}
.login-section .login-form{padding:25px 15px;}
.login-form form .send-btn button{margin: 10px 0;float: right;}
.signup-section{padding: 40px 0;}
.signup-section .signup-form{padding:25px 15px;}
.contact-box{padding-top: 50px;}
._boxzoom{margin-top: 30px;}
._boxzoom ._product-images {
  width: 75%;
}
.products-details-tab .tab_content {
  padding: 5px;
}
.services-details{padding: 40px 0;}
.sidebar__support{display: none;}
.sidebar__category{margin-bottom: 30px;}
.blog-details-area {padding: 50px 0;}
.sidebar .widget ul .post-img{height: 120px;}
.blog-details-desc .article-content .entry-meta ul{padding-right: 20px;}
.blog-details-desc .article-footer{
  display: flex;
  margin-top: 30px;
  flex-direction: column;
}
.article-share{margin-top: 15px;}
.article-share ul{padding: 0;}
.cart-area{padding: 50px 0;}
.cart-wraps{padding: 10px;text-align: center;}
.cart-table table thead tr th {padding: 0 50px 0;}
.cart-totals{padding: 15px;margin-top: 20px;}
.checkout-area{padding: 50px 0;}
.order-details{margin-top: 30px;}
.billing-details .default-btn.order-btn{margin-top: 15px;}
.dashboard-upper-info{border: 1px solid #ebebeb;}
.d-single-info{border-bottom: 1px solid #ebebeb;}
.dashboard-upper-info a.view-cart, .view{
  margin: 15px;
}
.dashboard-content .table-responsive .table > thead > tr > th{
  padding: 0 50px 0;
}
.ab-ml {
    margin-left: 10px;
}
}
@media (max-width :375px) and (min-width: 319px){
  .section-title h3 {
    font-size: 25px;
  }
  .shop-list-tab .tabs li a{font-size: 14px;}
.shop-list-tab .tabs li{padding: 10px;}
.sec-title{margin-bottom: 20px;}
.sec-titletitle{font-size: 18px;}
._boxzoom{margin-top: 30px;}
._boxzoom ._product-images {
  width: 71%;
}
.products-details-tab .tab_content {
  padding: 5px;
}
.quantity{padding: 5px; margin-right: 0;}
.quantity .minus, .quantity .plus{margin: 2px;}
.blog-details-desc .article-footer .article-tags{max-width: 100%;}
}
@media (max-width:320px){
  .dashboard-upper-info{border: 1px solid #ebebeb;}
.d-single-info{border-bottom: 1px solid #ebebeb;}
.dashboard-upper-info a.view-cart, .view{
  margin: 15px;
}
.dashboard-content .table-responsive .table > thead > tr > th{
  padding: 0 50px 0;
}
  .shop-section p {
    width: 100%;
}
.mean-container a.meanmenu-reveal {
  left: 92px !important;
  right: auto !important;
}
.others-options{
position: absolute;
top: 10px;
left: 0px;
}
.others-options .cart-btn {
width: 25px;
height: 25px;
line-height: 25px;
border: 1px solid #b7b7b7;
cursor: pointer;
color: #b7b7b7;
margin-left: 10px;
cursor: pointer;
display: inline-block;
position: relative;
top: 1px;
text-align: center;
border-radius: 5px;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.others-options .cart-btn a {
color: #b7b7b7;
position: relative;
font-size: 13px;
}
.others-options .cart-btn a span {
position: absolute;
right: -5px;
bottom: 10px;
width: 10px;
height: 10px;
text-align: center;
line-height: 10px;
border-radius: 50%;
background: #196a2f;
color: #ffffff;
font-size: 9px;
font-weight: 400;
-webkit-transition: 0.6s;
transition: 0.6s;
}
.main-banner-image,.main-banner-shape{
  display: none;
}
.mean-container a.meanmenu-reveal {
  width: 28px;
  padding-top: 12px;
}
.mada-responsive-nav .mean-container a.meanmenu-reveal span{
  top: 8px;
}
.main-banner-item .main-banner-content h1 {
  font-size: 22px;
}
.main-banner-content p{font-size: 15px;line-height: 1.6;}
.about-section{
  margin-top: 50px;
}
.about-title-area .about-title{
  border-left: none;
  margin-left: 0;
}
.about-title-area .about-title h2{font-size: 22px;}
section{
  padding: 0;
}
.about-section{
  padding: 20px 0;
}
.shop-list-tab .tabs{padding: 0;margin-bottom: 30px;}
.shop-list-tab .tabs li a{font-size: 16px;}
.shop-list-tab .tabs li{padding: 10px;}
.about-title-area .about-text {
  padding-left: 0px;
}
.main-banner-content {
  margin-top: 40px;
}
.default-btn,.optional-btn{
  font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 11px;
    padding-bottom: 12px;
}
.copyright{font-size: 13px;margin-bottom: 10px !important;}
.page-title-area{
  height: 280px;
}
.page-title-content h2{
  font-size: 32px;
}
.about-Info,.features-section{
  padding: 30px 0;
}
.about-Info__content{
  margin-left: 0;
}
.sec-title-three__title{
  font-size: 20px;
}
.partener-area{
  padding: 60px 0;
}
.single-partener-box{
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}
.single-partener-box img {
  height: 160px;
  width: 230px;
}
.blog-area{ 
  padding: 50px 0;
}
.pagination{padding: 0;}
.services-section,.work-process-section{padding: 60px 0;}
.services-section__single-img .inner img{display: none;}
.services-section__single-content h2 br{display: none;}
.login-section{padding: 40px 0;}
.login-section .login-form{padding: 15px;}
.login-form form .send-btn button{margin: 10px 0;float: right;}
.signup-section{padding: 40px 0;}
.signup-section .signup-form{padding:25px 15px;}
.contact-box{padding-top: 50px;}
.contact-area{padding-bottom: 50px;}
.contact-area .contact-form{padding: 15px;}
._boxzoom{margin-top: 30px;}
.piclist li{width: 79px;height: 90px;}
._boxzoom .zoom-thumb {
  width: 78px;
}
.picZoomer-pic-wp{height: 434px !important;}
._boxzoom ._product-images {
  width: 71%;
}
.products-details-tab .tab_content {
  padding: 5px;
}
.cart-product-quantity,.cart_btn{width: 100%;}
.cart_extra .btn-addtocart{margin-right: 0;padding-left: 20px;padding-right: 20px;}
.products-details-tab .tabs,
.services-details__content .text-box1 ul{padding: 0;}
.services-details{padding: 40px 0;}
.sidebar__support{display: none;}
.sidebar__category{margin-bottom: 30px;padding: 25px 10px 25px;}
.services-details__content .text-box1 h2 {
  font-size: 27px;
}
.faq-accordion-content .accordion .accordion-title {
  padding: 8px 8px 8px 45px;
}
.blog-details-area {padding: 50px 0;}
.sidebar .widget ul .post-img{height: 120px;}
.blog-details-desc .article-content .entry-meta ul{padding-right: 20px;}
.blog-details-desc .article-footer{
  display: flex;
  margin-top: 30px;
  flex-direction: column;
}
.article-share{margin-top: 15px;}
.article-share ul{padding: 0;}
.blog-details-desc .article-footer .article-share{max-width: 100%;}
.cart-area {padding: 50px 0;}
.cart-wraps{padding: 10px;text-align: center;}
.cart-table table thead tr th {padding: 0 50px 0;}
.cart-totals{padding: 10px;margin-top: 20px;}
.checkout-area{padding: 50px 0;}
.order-details{margin-top: 30px;}
.billing-details .default-btn.order-btn{margin-top: 15px;}
}

.thumb1 .img-about1 { 
    transform: translate(0px, 0px);
    border-radius: 10px;
    padding: 30px;
}

.img-about1 {
    border-radius: 20px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    /* width: 100%; */
    border-radius: 10px;
}
 .thumb1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.thumb1::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    border: 4px solid #ea9614;
    top: 0;
    left: 25px;
    border-radius: 5px;
    opacity: .4;
}
 .mt-20 {
    margin-top: 20px;
}
.default-btn:hover{    
        color: #ffffff;
   background-color: #e89007;
   }
    
    .optional-btn:hover{    
        color: #ffffff;
   background-color: #196a2f;
   }
   
   .navbar-brand {  margin-right: 0rem;
   
}
 .banner-btn {
    margin-top: 0px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 50px;
    z-index: 99;
}
.shop-list-tab .product-btn .product-btn-one:hover{  background-color: #e99615;
    color: #ffffff;
    border: 1px solid #e99615;
    
}
 .pdd {
    padding: 15px 0;
}
.pdd h1 { 
    color: #126d30;
}

.services-slider .owl-nav .owl-next {
    right: -50px !important;
    left: auto;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgb(230, 230, 230);
}

.services-slider .owl-nav .owl-prev {
    right: auto;
    left: -50px !important;
    top: 50% !important;
    width: 50px;
    height: 50px;
    background: rgb(230, 230, 230);
}

.carousel_slide3 .owl-nav .owl-next {
    right: -56px !important;
    left: auto;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgb(230, 230, 230);
}

.carousel_slide3 .owl-nav .owl-prev {
    right: auto;
    left: -56px !important;
    top: 50% !important;
    width: 50px;
    height: 50px;
    background: rgb(230, 230, 230);
}

