@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.bg-primary {
  background-color: #6fbc29 !important;
}

.text-primary {
  color: #6fbc29 !important;
}

.form-control,
.form-select {
  border-radius: 0;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid #6fbc29;
  box-shadow: none;
}

.btn {
  border-radius: 0 !important;
}

.btn-primary {
  background-color: #6fbc29;
  border-color: #6fbc29;
  color: #ffffff;
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 2px;
}
.btn-primary:hover {
  color: #6fbc29 !important;
  background: transparent;
  border-color: #6fbc29;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6fbc29;
  border-radius: 0 !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 2px;
}
.btn-white:hover {
  color: #ffffff !important;
  background: transparent;
  border-color: #ffffff;
}

/*
====================================================================
Template Name 	: Refresh Tea - Responsive Bootstrap HTML Template
Template Author : Code Blowing
Template URI 	: http://refresh.codeblowing.com
Version 		: 4.1.0

====================================================================

====================================================================
TABLE OF CONTENT
====================================================================

1. General
2. Navigation
3. Slider
4. Information
5. Facilities
6. Filter Box
7. Video
8. Counter
9. Blog
10. Subscribe
11. Comments
12. Footer

*/
/*-------------------------------------------------------------------
1. General
--------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display";
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
section,
header,
p,
nav,
ul,
table {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

p {
  color: #343a40;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #6fbc29;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  background: #222222 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.site-logo a img {
  width: 100px;
  height: auto;
}

.site-head h2 {
  font-weight: bold;
  font-size: 35px;
}

.site-des p {
  font-weight: normal;
  font-size: 14px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6fbc29;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0.9;
  transition: 0.5s ease;
}

.site-head-icon {
  height: 10px;
  width: 100px;
  background-image: url("img/others/heading-icon.png");
  background-position: top center;
  background-size: 100% 100%;
  margin: 15px auto;
}

.read-more .site-btn:hover {
  color: #6fbc29 !important;
}

.site-message-btn .site-btn:hover {
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.page-header {
  background: url("img/others/page-header.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 200px 0;
}

.shop-product-grid .product-item {
  margin: 20px 0;
}
.shop-product-grid .product-item .overlay .overlay-content .product-btn {
  margin-top: 40% !important;
}

.ui-slider-handle {
  background-color: #6fbc29 !important;
  border-color: #6fbc29 !important;
}

.ui-slider-range {
  background-color: #6fbc29 !important;
  border-color: #6fbc29 !important;
}

#price-range-amount {
  border: 0;
  color: #343a40;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.filter-btn .btn:hover, .latest-products .product-title h5 a:hover {
  color: #6fbc29 !important;
}

.categories ul li a {
  text-decoration: none;
  color: #343a40;
  font-size: 17px;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
  display: block;
}
.categories ul li a:hover {
  border-color: #6fbc29;
  color: #6fbc29;
}

.tags ul li a {
  border: 1px solid #e9ecef;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  color: #343a40;
  margin: 5px;
  padding: 5px 10px;
  transition: 0.3s;
}
.tags ul li a:hover {
  background-color: #6fbc29;
  border-color: #6fbc29;
  color: #ffffff;
}

.latest-products .product-info {
  position: inherit;
  overflow: hidden;
  width: 80%;
  padding: 0 10px;
}
.latest-products .product-thumb {
  width: 20%;
  overflow: hidden;
  float: left;
  position: relative;
}
.latest-products .product-thumb img {
  width: 100%;
  height: 60px;
}
.latest-products .product-title h5 a {
  text-decoration: none;
  color: #343a40;
  transition: 0.3s;
  font-weight: bold;
  font-size: 18px;
}
.latest-products:hover .overlay {
  height: 100%;
}

.cart-table-head {
  width: 100%;
  background-color: #6fbc29;
  text-align: center;
  color: #ffffff;
  font-family: "Palatino Linotype";
  font-weight: bold;
}
.cart-table-head .cart-item {
  width: 40%;
  padding: 10px 0;
  margin: 10px 0;
}
.cart-table-head .cart-price {
  width: 20%;
  padding: 10px 0;
  margin: 10px 0;
}
.cart-table-head .cart-qnty {
  width: 20%;
  padding: 10px 0;
  margin: 10px 0;
}
.cart-table-head .cart-total {
  width: 20%;
  padding: 10px 0;
  margin: 10px 0;
}

.cart-items tr td {
  text-align: center;
  font-family: "Palatino Linotype";
  font-weight: bold;
  margin: 10px 0;
}
.cart-items tr td input {
  width: 55px;
  text-align: center;
}

.cart-item-thumb {
  display: inherit;
  float: left;
  padding: 5px;
  border: 1px solid #6fbc29;
  margin-right: 10px;
  width: 30%;
}

.cart-item-title {
  overflow: hidden;
  width: 65%;
}
.cart-item-title h6 {
  text-align: left;
  font-weight: 500;
}

.cart-cancel {
  color: #343a40;
  display: inline-block;
  font-size: 14px;
  margin-left: 2em;
  cursor: pointer;
}

.promo-code input[type=submit] {
  border: 1px solid transparent;
  cursor: pointer;
  color: #ffffff;
  width: 38%;
}
.promo-code input[type=submit]:hover {
  color: #6fbc29;
  border-color: #6fbc29;
}
.promo-code input[type=text] {
  border: 1px solid #343a40;
  height: 39px;
  padding-left: 10px;
}
.promo-code input[type=text]:hover {
  box-shadow: none !important;
  outline: none !important;
}
.promo-code input[type=text]:focus {
  border-color: #6fbc29;
}
.promo-code .site-btn {
  padding: 5px 0 !important;
}

.cart-btn .btn {
  border-radius: 5px !important;
  padding: 5px 12px !important;
  font-size: 18px !important;
}

.cart-widget {
  overflow: hidden;
  background-color: #e9ecef;
  padding: 30px;
}

.cart-buttons .btn {
  width: 90%;
}
.cart-buttons .b-colored {
  color: #ffffff;
}
.cart-buttons .b-colored:hover {
  color: #6fbc29;
}

.cart-widget-title h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  margin: 10px 0;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}

.cart-total-price, .cart-shipping {
  margin: 10px 0;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}

.cart-related-product .product-item {
  padding-bottom: 20px;
}

.shipping-address label {
  display: inline-block;
  margin-bottom: 5px;
}

.shipping-address form input[type=text], .shipping-address form textarea, .user input, .password input {
  width: 100%;
  border: 1px solid #dee2e6;
  padding: 5px 0 5px 10px;
}

.shipping-address form input[type=text]:hover, .shipping-address form input[type=text]:focus, .user input:focus, .password input:focus {
  border-color: #6fbc29;
}

.login-page {
  width: 60%;
  margin: 0 auto;
  background-color: #e9ecef;
}

.contact-form {
  background-color: #e9ecef;
}

.user label, .password label {
  color: #555555;
  margin-top: 1rem;
}

.login-submit input[type=submit],
.submit input[type=submit] {
  border: 1px solid #6fbc29;
  color: #ffffff;
  padding: 5px 30px !important;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.login-submit label {
  color: #555555;
}

.lost-password a {
  color: #6fbc29;
  text-decoration: none;
}
.lost-password a:hover {
  text-decoration: underline;
}

.single-product .product-thumb img {
  width: 90%;
  height: 90%;
}
.single-product .product-head h4 {
  font-size: 22px;
  font-weight: bold;
}
.single-product .add-to-cart {
  display: flex;
  gap: 10px;
}
.single-product .add-to-cart .form-control {
  flex-basis: 80px;
  font-size: 18px;
}

.product-qnty input {
  width: 60px;
  border: 1px solid #dee2e6;
  padding-left: 5px;
}
.product-qnty input:focus {
  border-color: #6fbc29;
}

.product-tab-wrapper .ui-tabs-nav {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dee2e6;
}
.product-tab-wrapper .ui-tabs .ui-tabs-nav li {
  border: none;
  background: transparent;
}
.product-tab-wrapper .ui-tabs .ui-tabs-nav li a {
  color: #343a40;
  font-weight: bold;
}
.product-tab-wrapper .ui-tabs-active {
  border-bottom: 1px solid #6fbc29 !important;
}
.product-tab-wrapper .product-info-tabs {
  border: none !important;
}

.myaccount-tabs {
  border: none !important;
}
.myaccount-tabs .ui-tabs-tab {
  border-left: none;
  border-right: none;
}

.myaccount-tabs .ui-tabs-tab, .myaccount-tabs .ui-tabs-tab a {
  width: 100% !important;
  padding: 7px !important;
}

.myaccount-nav ul {
  background-color: transparent;
  border: none;
}

.myaccount-tabs .ui-state-active, .myaccount-tabs .ui-widget-content .ui-state-active, .myaccount-tabs .ui-widget-header .ui-state-active, .myaccount-tabs a.ui-button:active, .ui-button:active, .myaccount-tabs .ui-button.ui-state-active:hover {
  background: #6fbc29;
  border-color: transparent;
}

.nav-tabs {
  max-width: 150px;
  text-align: center;
  border: 1px solid #dee2e6;
}

.title h4 span a {
  display: inline-block;
  font-size: 14px;
  color: #6fbc29;
  vertical-align: middle;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ">";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.small-heading {
  font-size: 20px;
  margin: 10px 0;
}

.myaccount-form-fields input[type=text], .myaccount-form-fields input[type=email], .myaccount-form-fields input[type=password], .profile-thumb input {
  padding: 8px;
  border: 1px solid #dee2e6;
}

.myaccount-form-fields input[type=text]:focus, .myaccount-form-fields input[type=email]:focus, .myaccount-form-fields input[type=password]:focus, .profile-thumb input:focus, .myaccount-form-fields input[type=text]:hover, .myaccount-form-fields input[type=email]:hover, .myaccount-form-fields input[type=password]:hover, .profile-thumb input:hover {
  border: 1px solid #6fbc29;
}

.myaccount-form-fields label, .profile-thumb label {
  color: #343a40;
}

.profile-thumb h3 a {
  font-size: 16px;
  color: #6fbc29;
}

.contact-info .social-links ul {
  padding: 0;
  margin: 0;
}
.contact-info .social-links ul li {
  display: inline-block;
}
.contact-info .social-links ul li a {
  display: inline-block;
  border: 1px solid transparent;
  padding: 2px 5px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 1.8em;
  font-size: 15px;
}
.contact-info .social-links ul li a.facebook {
  background-color: #2374E1;
}
.contact-info .social-links ul li a.twitter {
  background-color: #1d9bf0;
}
.contact-info .social-links ul li a.linkedin {
  background-color: #2977c9;
}
.contact-info .social-links ul li a.youtube {
  background-color: #FF0000;
}
.contact-info .social-links ul li a.pinterest {
  background-color: #e60023;
}

.google-map iframe {
  width: 100%;
  margin-top: 1rem;
}

@media all and (max-width: 992px) {
  .page-header {
    padding: 140px 0;
  }
}
@media all and (max-width: 768px) {
  .page-header {
    padding: 100px 0;
  }
}
@media all and (max-width: 575px) {
  .page-header {
    padding-bottom: 50px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999999;
}
.loader .leafs {
  width: 60px;
  height: 60px;
  position: relative;
  transform-origin: center;
  animation: spin 3s infinite linear;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%);
}

.leaf {
  width: 100%;
  height: 100%;
  position: absolute;
}
.leaf::before {
  display: block;
  width: 48%;
  height: 48%;
  border-radius: 0 40% 0 40%;
  background-color: #6fbc29;
  content: "";
}

@keyframes spin1 {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(270deg);
  }
  70% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin3 {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(180deg);
  }
  70% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(90deg);
  }
  70% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leaf-1 {
  animation: spin1 3s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.leaf-2 {
  animation: spin2 3s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.leaf-3 {
  animation: spin3 3s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.leaf-4 {
  animation: spin4 3s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/*-------------------------------------------------------------------
2. Navigation
--------------------------------------------------------------------*/
.nav-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 10;
  animation: 0.5s slideInDown both;
}

.main-menu {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.navigation-wrapper {
  background: #000000;
  padding: 0 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

@media all and (min-width: 769px) {
  .mobile-nav {
    display: none;
  }
  .nav-elements {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 5px;
  }
  .nav-elements li a {
    display: block;
    padding: 25px 10px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-transform: capitalize;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
  }
  .nav-elements li.has-sub {
    position: relative;
  }
  .nav-elements li.has-sub > a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-weight: 900;
    content: "\f078";
    margin-left: 7px;
    font-size: 14px;
  }
  .nav-elements li.has-sub .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #000000;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
  }
  .nav-elements li.has-sub .submenu li {
    display: block;
  }
  .nav-elements li.has-sub .submenu li a {
    padding: 10px;
    margin: 0;
    border: none;
  }
  .nav-elements li.has-sub .submenu li a:hover {
    background-color: #6fbc29;
    color: #ffffff;
  }
  .nav-elements li.has-sub:hover .submenu {
    visibility: visible;
    opacity: 1;
  }
  .nav-elements li a.current,
  .nav-elements li a:hover {
    border-color: #6fbc29;
    color: #6fbc29;
  }
}
@media all and (max-width: 769px) {
  .navigation-wrapper {
    position: relative;
    padding: 12px 5px;
  }
  .mean-bar {
    position: inherit !important;
  }
  .mean-bar .meanmenu-reveal {
    top: 14px !important;
  }
  .mean-bar .mean-nav {
    position: absolute;
    top: 74px !important;
    left: 0;
    margin-top: 0;
    background-color: #000000;
    max-height: 300px;
    overflow: auto;
  }
  .mean-bar .mean-nav ul li a {
    border-color: #222222;
    text-transform: capitalize;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
  }
  .mean-bar .mean-nav ul li a.mean-expand {
    width: 20px !important;
    height: 20px !important;
    line-height: 1 !important;
  }
  .mean-bar .mean-nav ul li a:hover {
    background-color: #6fbc29;
    color: #ffffff;
  }
}
/*-------------------------------------------------------------------
3. Slider
--------------------------------------------------------------------*/
.header-slider {
  position: relative;
}
.header-slider .owl-dots {
  bottom: 5%;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.header-slider .owl-dots button.owl-dot {
  background: #ffffff;
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 50%;
}
.header-slider .owl-dots button.owl-dot.active {
  background-color: #6fbc29;
  width: 10px;
  height: 10px;
}

.slide {
  padding: 250px 0 !important;
  background-position: top center;
}

.slide1 {
  background-image: url("img/slider/slide1.jpg");
}

.slide2 {
  background-image: url("img/slider/slide2.jpg");
}

.slide3 {
  background-image: url("img/slider/slide3.jpg");
}

.slider-sub h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}

.slider-head h2 {
  font-size: 50px;
  font-weight: bold;
}

.product-content {
  border-radius: 50%;
  position: relative;
}
.product-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.product-content:hover .overlay {
  height: 100%;
}

.product-head h4 {
  font-size: 20px;
}

.product-des p {
  font-size: 14px;
}

.overlay-content .site-btn:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent !important;
}

.product-slider .owl-nav, .product-slider4 .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.product-slider .owl-nav .owl-prev i, .product-slider .owl-nav .owl-next i, .product-slider4 .owl-nav .owl-prev i, .product-slider4 .owl-nav .owl-next i {
  font-size: 14px;
  color: #ffffff;
  background: #6fbc29;
  padding: 5px 8px;
  border-radius: 50%;
  margin: 5px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.product-slider .owl-nav .owl-prev i:hover, .product-slider .owl-nav .owl-next i:hover, .product-slider4 .owl-nav .owl-prev i:hover, .product-slider4 .owl-nav .owl-next i:hover {
  color: #6fbc29;
  background: transparent;
  border-color: #6fbc29;
}

.product-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 10;
  width: 100%;
}

.sale-flush {
  width: 50%;
  float: left;
}
.sale-flush span {
  background: #6fbc29;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  padding: 10px 8px;
  transition: 0.5s;
}

.favourite {
  width: 50%;
  overflow: hidden;
  text-align: right;
}
.favourite i {
  background: #6fbc29;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  padding: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.product-slider4 .product-content:hover .favourite i, .product-slider4 .product-content:hover .sale-flush span, .products-filter .product-content:hover .favourite i, .products-filter .product-content:hover .sale-flush span, .shop-product-grid .product-content:hover .favourite i, .shop-product-grid .product-content:hover .sale-flush span {
  background: #ffffff;
  color: #6fbc29;
}

.rounded-product-slider .product-content {
  overflow: hidden;
}
.rounded-product-slider .product-content img {
  border-radius: 50%;
}

.rounded-product-slider .product-head h4, .rounded-product-slider .product-des p {
  color: #343a40;
}

.info-box2 {
  background: url("img/others/info-bg2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 50px;
  margin-top: 50px;
}

/*-------------------------------------------------------------------
4. Information
--------------------------------------------------------------------*/
.information {
  background-color: #f8f8f8;
  overflow: hidden;
}
.information .site-des p {
  margin: 10px 0;
  width: 74%;
  line-height: 2em;
}

.information-thumb img {
  width: 100%;
  height: auto;
}

.information-texts .heading {
  margin-top: 5rem;
}

.info-box {
  background: url("img/others/info-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 50px;
}

.color-overlay {
  position: relative;
  z-index: 1;
}
.color-overlay::after {
  background: #6fbc29 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*-------------------------------------------------------------------
5. Facilities
--------------------------------------------------------------------*/
.facility-items ul {
  list-style: none;
  color: #ffffff;
}
.facility-items ul li {
  width: 50%;
  margin: 0.5em 0;
}
.facility-items ul li:nth-child(1n) {
  float: left;
}
.facility-items ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  background: #ffffff;
  color: #6fbc29;
  border-radius: 50%;
  padding: 0px 4px;
  font-size: 12px;
  margin-right: 5px;
}

.facilities-thumb img {
  display: block;
  margin-top: 100px;
  width: 80%;
  height: auto;
}

/*-------------------------------------------------------------------
6. Filter Box
--------------------------------------------------------------------*/
.site-info3 {
  background: #6fbc29;
}

.mixitup-control-active {
  background-color: #6fbc29;
  color: #ffffff;
}

.filter-menu ul li {
  cursor: pointer;
  border: 1px solid #6fbc29;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.products-filter .product-item {
  margin: 30px 0;
}

/*-------------------------------------------------------------------
7. Video
--------------------------------------------------------------------*/
.video {
  background: url("img/others/video-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 50px;
  margin-top: 50px;
  overflow: hidden;
}

.video-thumb {
  position: relative;
}
.video-thumb img {
  width: 80%;
  height: auto;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6fbc29;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #6fbc29;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*-------------------------------------------------------------------
8. Counter
--------------------------------------------------------------------*/
.site-counterup {
  overflow: hidden;
}

.counter-number span {
  font-family: Lato;
  font-size: 30px;
  font-weight: bold;
}

.counter-text span {
  font-size: 22px;
}

/*-------------------------------------------------------------------
9. Blog
--------------------------------------------------------------------*/
.blog-thumb {
  overflow: hidden;
}
.blog-thumb img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.blog-head h3 a {
  font-size: 25px;
  display: inline-block;
  color: #343a40;
  transition: 0.3s;
}
.blog-head h3 a:hover {
  color: #6fbc29;
  text-decoration: none;
}

.blog-btn {
  border-color: #343a40;
  color: #343a40 !important;
  background: transparent;
}

.blog-item {
  margin-bottom: 1rem;
}
.blog-item .site-btn:hover {
  color: #ffffff !important;
  border-color: #6fbc29;
  background-color: #6fbc29;
}
.blog-item:hover .blog-thumb img {
  transform: scale(1.5);
}

.blog-des p {
  color: #343a40;
}

/*-------------------------------------------------------------------
10. Subscribe
--------------------------------------------------------------------*/
.subscribe-form input {
  border-radius: 0;
  width: 80%;
  background: transparent;
  border-right-color: transparent;
  color: #ffffff;
  border-width: 1px;
  padding-left: 10px;
}
.subscribe-form input:focus {
  box-shadow: inherit;
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  border-right-color: transparent;
}
.subscribe-form input::placeholder {
  color: #ffffff;
}
.subscribe-form input::-ms-input-placeholder {
  color: #ffffff;
}
.subscribe-form button {
  color: #ffffff;
  background: #6fbc29;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: inherit;
}
.subscribe-form button:hover {
  color: #6fbc29;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-radius: 0;
}

/*-------------------------------------------------------------------
11. Comments
--------------------------------------------------------------------*/
.comments .comment-item .comment-content {
  display: flex;
  gap: 15px;
}
.comments .comment-item .comment-content .thumb {
  flex-basis: 100px;
}
.comments .comment-item .comment-content .thumb img {
  max-width: 80px;
  border-radius: 50%;
  border: 2px solid #6fbc29;
  padding: 5px;
}
.comments .comment-item .comment-content .comment-info .author {
  color: #222222;
  font-weight: bold;
  margin-right: 10px;
}
.comments .comment-item .comment-content .comment-info .time {
  color: #6fbc29;
}

/*-------------------------------------------------------------------
12. Footer
--------------------------------------------------------------------*/
footer {
  background: #222222;
  overflow: hidden;
  padding: 50px 0 20px 0;
}

.widget-title h4 {
  font-weight: bold;
}

.footer-widget .widget-content ul {
  list-style: none;
}
.footer-widget .widget-content ul li a {
  color: #ffffff;
  padding: 5px 0;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.footer-widget .widget-content ul li a:hover {
  color: #6fbc29;
}
.footer-widget .widget-content address {
  color: #ffffff;
  font-size: 14px;
}
.footer-widget .widget-content address p {
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-bar {
  overflow: hidden;
  background: #222222;
}

.footer-logo img {
  width: 135px;
  height: auto;
}

.footer-text p {
  color: #ffffff;
  font-size: 14px;
}

.footer-menu ul {
  list-style: none;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
  transition: 0.3s;
}
.footer-menu ul li a:hover {
  color: #6fbc29;
}

@media all and (max-width: 768px) {
  .navbar {
    background: #000000;
    opacity: 1;
    padding: 20px 10px !important;
  }
  .navbar-toggler {
    float: right;
  }
  .site-message-btn {
    margin-top: 40px !important;
  }
  .facilities-thumb img {
    margin: 100px auto 0 auto !important;
  }
  .rounded-product-slider .overlay .overlay-content {
    padding: 0 !important;
  }
  .counter-item {
    text-align: center;
    margin: 30px 0;
  }
  .blog-item {
    margin: 30px 0;
  }
  .widget-title {
    margin-top: 30px;
  }
  .nav-elements li a {
    padding: 10px;
  }
  .slide {
    padding: 150px 0 !important;
  }
  .row {
    margin: 0 !important;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
