@charset "utf-8";
/*
Theme Name: Budforst - Medical Cannabise HTML Template
Author: Slidesigma
Author URL: https://themeforest.net/user/slidesigma
Version:1.0
/*=========================

= Table of CSS

	1.General code

		1.1 Typography

		1.2	Space margins and padding

		1.3 background-colors and bg-img

		1.4 forms

		1.5 Buttons

	2.Homepages

		2.1 Navigation

		2.2 Banner Section

		2.3 About Section

		2.4 Services Section

		2.5 Product Sucesss

		2.6 Portfolio Section

		2.7 Achivements Section

		2.9 Pricing Section

		2.10 Blog Section

		2.11 Contact us Section

		2.12 Footer Section

			2.12.1 footer-bottom

	3.About us

	4.Shop

	5.Blog

	6.Product Details

	7.Log in

	8.Signup

	9.404

	10.Responsiveness

===================================*/

/*======================

	1.General Code

==========================*/

/*--------animation---------*/

html {
	overflow-x: hidden;
}
body {
	background-color: #fff;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 28px;
	overflow-x: hidden;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #555b62;
	left: 0;
	background-color: #fff;
	transition: 0.3s;
}
.bg-img{
/*    background-image: url(../img/weedly-leaf-bg-green-1.png);*/
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-left: 150px;
    padding-right: 50px;
}
.body-bg-img{
	background-image: url('../img/weedly-leaf-bg-green-1.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.body-wrapper {
	background-color: #fff;
	padding: 20px 0;
	margin: 0 15px;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.inline-block li {
	display: inline-block;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-small {
	padding-top: 50px;
}
.section-title-center {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 100px;
	word-break: break-word;
	position: relative;
	overflow: visible;
	z-index: 9;
}
.banner-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}
.md-custom-padding {
	padding: 80px 0;
}
.section-title-center:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('../img/100-100.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 0;
	width: 100px;
	height: 100px;
	overflow: visible;
	filter: blur(.2px);
	z-index: -1;
}
.line-through {
	text-decoration: line-through;
	margin-left: 5px;
	color: #b7b7b7;
	font-size: 16px;
}
.primary-overlay {
	position: relative;
}
.primary-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(72, 133, 34, 0.7);
}
.border-l-r {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.md-breadcrumb {
	margin-top: 150px;
}
.md-breadcrumb .breadcrumb {
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: inherit;
	margin-bottom: 0;
}
.breadcrumb-item.active {
	color: #468420;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	padding-top: .5px;
}
.fa-star.navy-txt,
.fa-star.md-color {
	color: #ffc91d;
}
.icon-flat {
	font-size: 45px;
	display: block;
	margin-bottom: 20px;
	color: #2d3545;
	font-weight: 500;
	transition: .3s;
}
.before-none:before {
	display: none;
}
.section-title-center.before-none {
	padding: 30px 0;
}
.position-relative{
	position: relative;
}
/*----------------------

	1.1. Typography

------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d3545;
	margin: 0 auto 20px;
	font-family: "Abril Fatface", sans-serif;
	font-weight: 500;
	width: 100%;
	word-break: break-word;
	line-height: 1.4;
}
h1 {
	font-size: 45px;
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.2;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
	font-weight: 500;
}
h6 {
	font-size: 20px;
	margin-bottom: 10px;
}
p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	word-break: break-word;
}
a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	font-weight: normal;
	color: #2d3545;
	cursor: pointer;
	word-break: break-word;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #468420;
}
button:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}
blockquote {
	background: #f4f4f4;
	position: relative;
	padding: 20px;
	line-height: 25px;
	border-left: 5px solid #eee;
}
blockquote p {
	color: #022147;
	font-size: 16px;
	font-weight: normal;
	word-break: break-word;
}
blockquote h6 {
	color: #ff6a48;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	transition: .3s;
}
ul,
ol {
	padding: 0;
	margin-bottom: 0;
}
li {
	list-style: none;
}
article {
	margin: 0 auto 30px;
	border-bottom: 1px solid #eee;
}
article h2 a {
	color: #000;
}
select {
	background: #fff4d9 none repeat scroll 0 0;
	border: 1px solid #eeecec;
	color: #555555;
	font-size: 14px;
	height: 38px;
	padding: 0 20px;
	width: 100%;
}
table th,
table td {
	border: 1px solid #ccc;
	padding: 15px;
}
table {
	border: 1px solid #ccc;
	padding: 15px;
}
/*=============
	Spacing
=============================*/

.top-50 {
	margin-top: 50px;
}
.pad-50 {
	padding-top: 50px;
}
.btn-top-20 {
	margin-top: 20px;
}
.btn-top-50 {
	margin-top: 50px;
}

/*=============
	buttons
=============================*/

.btn-primary:hover,
.btn-primary:focus {
	background-color: #468420;
}
.btn-outline-green {
	border: 1px solid #468420;
	color: #468420;
	background-color: inherit;
	padding: 8px 30px;
	border-radius: 50px;
}
.btn-green {
	background-color: #468420;
	color: #fff;
	padding: 8px 30px;
	border-radius: 50px;
}
.btn-green:hover,
.btn-green:focus {
	background-color: #2d3545;
	color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.btn-outline-green:hover,
.btn-outline-green:focus {
	background-color: #2d3545;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  border-color: #2d3545;
	}
/*=============
	Background and colors
=============================*/

.md-color {
	color: #468420;
}
.light-bg {
	background-color: rgba(72, 133, 34, 0.3);
	border: inherit;
}
.primary-bg {
	background: #2d3545;
	border: inherit;
}
.dark-color {
	color: #2d3545;
}
.f-500 {
	font-weight: 500;
}
/* #Navigation

================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: transparent;
	padding: 20px 0;
	position: fixed;
}
.start-header.scroll-on {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: fixed;
	padding: 0;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.start-header.scroll-on .navbar-light .navbar-nav .nav-link {
	padding: 25px 15px;
	color: #468420;
}
.start-header.scroll-on .search.collapsed a {
	color: #468420;
}
.start-header.scroll-on .seperator {
	display: none;
}
.row:before,
.row:after {
	display: inline-block;
}
.start-header .navbar ul {
	top: 30px;
}
.navigation-wrap {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar-brand img {
	width: auto;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #2d3545;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #2d3545;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
.home5-mobile-nav .navbar-light .navbar-toggler-icon:after,
.home5-mobile-nav .navbar-light .navbar-toggler-icon:before {
	background-color: #eee;
}
.home5-mobile-nav .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
	color: #468420;
	font-weight: 600;
	letter-spacing: .8px;
	text-transform: uppercase;
	padding: 30px 15px;
	position: relative;
	transition: all 200ms linear;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item:focus .nav-link {
	color: #2d3545;
}
.start-header .navbar ul {
	margin-left: 3rem;
}
.navbar-light .dropdown-item {
	position: relative;
	font-size: 14px;
	color: #eee;
	transition: .3s;
	padding: 10px 25px;
}
.navbar-light .dropdown-menu .dropdown-item:before {
	content: ".";
	position: absolute;
	font-size: 30px;
	color: #fff;
	left: 0;
	top: 2px;
	transform: translateX(0);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.md-home5 .navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}
.search {
	width: 12em;
	height: 2.1em;
	padding: 0;
	margin: 0;
	top: 25px;
	left: 250px;
	border-radius: 50px;
	line-height: 2em;
	background-color: inherit;
	position: relative;
	transition: all .25s linear;
}
.search input {
	width: 12em;
	height: 2em;
	line-height: 1em;
	padding: 0 0 0 .5em;
	border: none;
	outline: none;
	opacity: 1;
	border-bottom: 1px solid #468420;
	background-color: transparent;
	font-size: 1em;
	color: #222;
	float: left;
	transition: all .25s linear;
}
.search a {
	width: 2em;
	height: 2.1em;
	line-height: 2.1em;
	padding: 0;
	color: #468420;
	text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .25s linear;
}
.search.collapsed a {
	color: #ffffff;
}
.search a:hover,
.search a:focus {
	color: #468420;
}
.search.collapsed {
	width: 2em;
	margin-left: 10em;
	margin-top: 5px;
}
.scroll-on .search.collapsed {
	margin-top: 0;
}
.search.collapsed input {
	width: 0;
	opacity: 0;
}
.search.collapsed a:hover,
.search.collapsed a:focus {
	color: #468420;
}
.nav-cart {
	width: 50px;
	height: 50px;
	background-color: #2d3545;
	border-radius: 50%;
	display: flex;
	color: #fff;
	font-size: 18px;
	position: relative;
	justify-content: center;
	align-items: center;
}
.nav-cart:hover,
.nav-cart:focus {
	color: #fff;
	background-color: #2d3545;
}
.nav-cart span {
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	right: -10px;
	color: #2d3545;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	top: 2px;
	font-size: 17px;
	line-height: 1.5;
	background-color: #ffffff;
}
.navbar-light .dropdown-item:hover,
.navbar-light .dropdown-item:focus,
.mega-menu .mega-menu-inner .dropdown-item:hover,
.mega-menu .mega-menu-inner .dropdown-item:focus {
	padding-left: 35px;
	background-color: transparent;
}
.navbar-light .dropdown-item:hover:before {
	opacity: 1;
	visibility: visible;
	transform: translateX(10px);
}
.navbar-light .dropdown-item:last-child {
	border: 0;
}
#searchLink .dropdown-toggle:after {
	display: none;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	color: #468420;
}
.navbar-light .dropdown-menu {
	padding: 0;
	border-radius: 0;
	border: 0;
	margin-top: 0;
	background-color: #2d3545;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
/*---------Mega Menu--------------*/

.mega-menu {
	left: 0;
	width: 100%;
	background: #fff;
}
.mega-menu h6 {
	color: #fff;
}
.mega-menu .mega-menu-inner {
	padding: 20px;
}
.mega-menu .mega-menu-inner .dropdown-item {
	padding: 10px 0;
}
/*----------END Mega Menu-------------------*/

.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after {
	opacity: 0;
}
.nav-item {
	position: relative;
	transition: all 200ms linear;
}
.nav-item.mega-menu-link {
	position: static;
}
.slick-slide:focus {
	outline: none;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #2d3545;
}
.close-search {
	display: none;
}
button#searchsubmit {
	line-height: inherit;
	border-radius: 0;
	background-color: #ff8400;
	color: #fff;
}
#searchLink a {
	color: #fff;
	padding: 5px 15px;
}
#searchbox {
	box-shadow: none;
	padding: 8px 14px;
	border-radius: 0px;
}
#searchbox:hover {
	box-shadow: none;
}
#searchform .form-control:focus {
	border-color: #ccc;
	outline: 0;
}
/*===============
Homepage 1
=====================*/

.md-product .product-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 20px 0;
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
	animation: fadeIn .3s ease-in;
}
.md-product .product-wrapper .product-inner {
	padding: 40px 20px;
	border: 15px solid rgb(242, 248, 241);
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}
.md-product .product-wrapper .product-inner:hover img {
	transform: scale(1.05);
}
.md-product .product-wrapper .product-inner img {
	display: block;
	margin: 0 auto;
}
.md-product .product-info {
	margin-top: 20px;
}
.md-product .product-info h6 a {
	color: #2d3545;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.md-product .product-info ul li.bar {
	margin: 0 8px;
}
.md-product .product-info ul li {
	color: rgb(195, 195, 195);
}
.md-product .product-info ul li span.md-color {
	font-weight: 500;
}
.mission-item h4 {
	font-family: 'Rubik', sans-serif;
	color: #2d3545;
	font-weight: 500;
}
.mission-item:hover h3 {
	transition: .3s;
	color: #468420;
}
.mission-item:hover .icon-flat {
	color: #468420;
	transform: translateY(-10px);
}
.md-sale-products .product-item .img {
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.md-sale-products .product-item:hover .img span {
	cursor: pointer;
	opacity: 1;
}
.md-sale-products .product-item .img span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #468420;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	opacity: 0;
	transition: .3s;
}
.md-sale-products .product-item .img span a {
	color: #fff;
}
.md-sale-products .product-item {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
}
.md-sale-products h4 {
	margin-bottom: 20px;
	font-weight: 500;
}
.md-sale-products h6 a {
	font-weight: 500;
	color: #2d3545;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.md-sale-products .product-item p {
	margin-bottom: 10px;
	font-size: 22px;
	color: #468420;
	font-weight: 500;
}
span.save-price {
	font-size: 14px;
	color: #80be79;
	margin-left: 5px;
	font-weight: 400;
}
.md-sale-products .product-item p .line-through {
	font-weight: 400;
}
.para-text-400 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}
.md-blog-wrapper {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #f2f8f1;
}
.md-blog-wrapper .post-img {
	position: relative;
}
.md-blog-wrapper .post-categories {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background-color: #2d3545;
}
.md-blog-wrapper .post-meta {
	display: flex;
	align-items: center;
	padding: 20px;
	padding-bottom: 0;
}
.md-blog-wrapper .post-content {
	padding: 20px;
}
.md-blog-wrapper .post-content h5 a {
	color: #2d3545;
}
.md-blog-wrapper .post-meta h6,
.md-blog-wrapper .post-meta p {
	margin-bottom: 0;
	font-family: 'Rubik', sans-serif;
}
.md-blog-wrapper img {
	width: 100%;
}
.md-blog-wrapper .post-categories a {
	padding: 5px 10px;
	color: #fff;
}
.md-blog-wrapper .post-categories a:after {
	content: "/";
	color: #fff;
	position: relative;
	left: 12px;
}
.md-blog-wrapper .post-meta .author-meta {
	margin-left: 20px;
	color: #80be79;
}
.md-blog-wrapper .post-meta .author-meta p a{
		color: #80be79;
}
.md-blog-wrapper .post-meta .author-meta p a:hover{
		color: #2d3545;
}
.md-blog-wrapper .post-meta .author-img {
	border-radius: 50%;
	overflow: hidden;
}
.post-img {
	overflow: hidden;
}
.post-img:hover > img {
	transform: scale(1.1);
}
.md-blog-wrapper .post-categories a:last-child:after {
	display: none;
}
.md-blog-wrapper .post-categories a:hover,
.md-blog-wrapper .post-categories a:focus {
	color: #468420;
}
.md-link-wrap i {
	margin-left: 10px;
	vertical-align: middle;
}
.md-link-wrap a {
	font-weight: 500;
}
.md-brands .brand-item {
	padding: 30px;
}
.md-gallery .gallery-item .gallery-img {
	position: relative;
	display: block;
}
.md-gallery .gallery-item .gallery-img img {
	width: 100%;
}
.md-gallery .container {
	padding: 0;
}
.md-gallery .gallery-item .gallery-img::before {
	content: "";
	position: absolute;
	top: 0;
	-webkit-transition: .4s;
	transition: .4s;
	left: 0;
	background: #000;
	bottom: 0;
	margin: 15px;
	right: 0;
	opacity: .75;
}
.md-gallery .gallery-item .gallery-img a {
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	right: 0;
	color: #ffffff;
	margin-top: 0;
	font-size: 28px;
	opacity: 1;
	visibility: visible;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	-webkit-transition: .6s;
	transition: .6s;
	z-index: 999;
}
.md-gallery .gallery-item .gallery-img:hover::before,
.md-gallery .gallery-item .gallery-img:focus::before {
	height: auto;
	background-color: transparent;
}
.md-gallery .gallery-item .gallery-img:hover > a,
.md-gallery .gallery-item .gallery-img:focus > a {
	opacity: 1;
	transform: translateY(-20px);
}
.md-gallery .gallery-item .gallery-img::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 1px dashed #ffffff;
	margin: 40px;
}
.md-gallery .slick-dots {
	bottom: -50px;
}
.md-gallery .slick-dots li button:before {
	display: none;
}
.md-gallery .slick-dots li button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #80be79;
}
.md-gallery .slick-dots li.slick-active button {
	background-color: #2d3545;
}
/*=============
	Homepage 3
=============================*/

.md-home3-header .navbar.small-nav {
	display: none;
}
.md-home3-header,
.md-home3-banner {
	background-color: #488522;
	position: relative;
}
.md-home3-header .navbar {
	padding: 0 50px;
}
.md-home3-header .navbar .nav-link {
	letter-spacing: 3px;
	color: white;
}
.md-home3-header .navbar .nav-link:hover,
.md-home3-header .navbar .nav-link:focus {
	transform: scale(1.1);
	color: #2d3545;
}
.md-home3-header .navbar .nav-link.dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	top: 20px;
	left: auto;
	border: inherit;
	background-color: inherit;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
.md-home3-header .navbar .nav-link.dropdown-toggle[aria-expanded="true"]::after {
	transform: rotate(180deg);
	opacity: 1;
}
.md-home3-header .language {
	position: absolute;
	left: -20px;
	width: 100px;
	top: 35%;
	height: 40px;
	transition: .3s;
	overflow: hidden;
	z-index: 2;
	border-radius: 40px;
	border: 1px solid #ffffff;
}
.md-home3-header .language ul {
	position: absolute;
	top: 50%;
	right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.md-home3-header .language ul li:first-of-type {
	margin-right: 20px;
}
.md-home3-header .language ul li:last-of-type {
	opacity: 1;
	width: 0;
	overflow: hidden;
}
.md-home3-header .language:hover ul li:last-of-type {
	opacity: 1;
	width: auto;
}
.md-home3-header .language:hover ul li:last-of-type:before {
	content: "|";
	margin-right: 20px;
	transition: .3s;
	color: #ffffff;
}
.md-home3-header .language:hover {
	width: 130px;
}
.md-home3-header .language ul li a {
	color: #ffffff;
}
.md-home3-header .navbar .navbar-nav {
	display: flex;
	width: 100%;
	justify-content: space-around;
}
.md-home3-banner .txt-slider h6 {
	color: #fff;
	text-align: center;
}
.md-home3-banner .welcome-title {
	padding: 120px 0;
	text-align: center;
}
.md-home3-banner .welcome-title h1 {
	font-size: 10vw;
	letter-spacing: 10px;
	text-align: center;
	color: #fff;
}
.md-home3-banner .welcome-subtitle h2 {
	text-align: center;
	color: #94c4f7;
	padding-bottom: 60px;
}
.logo-wrapper {
	display: block;
	text-align: center;
	margin-top: -60px;
}
.logo-wrapper img {
	border-radius: 50%;
	border: 10px solid #488522;
	width: auto;
}
.md-strip {
	background-color: #f2f8f1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.md-strip .strip-content {
	max-width: 350px;
	padding: 30px 0;
}
.md-stip-price {
	display: flex;
}
.md-strip .strip-bottom {
	padding: 30px 0px;
	max-width: 350px;
	display: flex;
	justify-content: space-between;
}
.md-strip .strip-bottom .right-align span.cut {
	text-decoration: line-through;
	font-size: 22px;
	color: #a7a6a6;
	font-weight: 500;
	margin-left: 20px;
	font-family: 'Rubik', sans-serif;
}
.md-strip .strip-bottom .right-align span.no-cut {
	font-size: 34px;
	color: #468420;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
}
.md-strip .strip-bottom .right-align ul {
	margin-top: 30px;
}
.md-strip .strip-bottom .right-align ul li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;
}
.md-strip .strip-bottom .right-align ul li a.navy-bg:hover {
	background-color: #fff;
	color: #2d3545;
}
.md-strip .strip-bottom .right-align ul li a.sky-blue:hover {
	background-color: #fff;
	color: red;
}
.md-strip .strip-bottom .right-align ul li a.green-bg:hover {
	background-color: #fff;
	color: #2d3545;
}
.md-strip .strip-bottom .right-align ul li a:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.md-strip .strip-bottom .right-align ul li a.navy-bg {
	background-color: #2d3545;
}
.md-strip .strip-bottom .right-align ul li a.green-bg {
	background-color: #468420;
}
.md-strip .strip-bottom .right-align ul li a.sky-blue {
	background-color: #80be79;
}
.md-strip .strip-bottom p {
	color: #2d3545;
	font-size: 25px;
}
.md-strip .strip-content a span {
	color: #39b54a;
}
.md-strip img {
	height: 100%;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.md-strip .col-lg-6.pad-l-0 {
	padding-left: 0;
}
.md-strip .strip-content h3 {
	color: #2d3545;
	font-family: 'Abril Fatface', sans-serif;
	padding: 20px 0;
	border-top: 1px solid #2d3545;
	border-bottom: 1px solid #2d3545;
}
.md-strip .strip-content p {
	font-size: 20px;
	border-bottom: 1px solid #2d3545;
	padding-bottom: 20px;
}
.md-strip .strip-content a {
	color: #2d3545;
	font-style: italic;
	font-size: 20px;
	text-decoration: underline;
	text-underline-position: under;
}

.md-home3-product .product-wrapper {
	margin: 10px;
}
.md-home3-product .tab-wrap {
	padding: 10px 0;
	max-width: 700px;
	border: 1px solid rgba(6, 33, 77, 0.3);
	margin: 0 auto;
	border-radius: 50px;
}
.md-home3-product .tab-content {
	margin-top: 70px;
}
.md-home3-product .tab-wrap ul {
	display: flex;
	justify-content: center;
}
.md-home3-product .tab-wrap ul li {
	margin: 0 20px;
}
.md-home3-product .tab-wrap ul li:first-of-type {
	margin-left: 0;
}
.md-home3-product .tab-wrap ul li:last-of-type {
	margin-right: 0;
}
.md-home3-product .tab-wrap ul li .nav-link {
	border-radius: 50px;
	padding: 5px 30px;
	font-size: 18px;
	text-align: center;
}
.md-home3-product .tab-wrap ul li .nav-link.active {
	background-color: #468420;
	box-shadow: 0 0 10px rgba(70, 132, 32, 0.46);
	}
/*=============
	Homepage 2
=============================*/

.md-home2-product {
	overflow: hidden;
}
.md-home2-product .product-item {
	position: relative;
	margin: 15px 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background-size: cover;
	background-position: center;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: -1;
}
.md-home2-product .product-item.item-1 {
	background-image: url('https://via.placeholder.com/500x300');
}
.md-home2-product .product-item.item-2 {
	background-image: url('https://via.placeholder.com/300x200');
}
.md-home2-product .product-item.item-3 {
	background-image: url('https://via.placeholder.com/200x150');
}
.md-home2-product .product-item.item-4 {
	background-image: url('https://via.placeholder.com/200x150');
}
.md-home2-product .product-item .product-content.item-short1 {
	height: 315px;
}
.md-home2-product .product-item .product-content.item-short2 {
	height: 215px;
}
.md-home2-product .product-item:hover .product-overlay {
	opacity: 1;
	visibility: visible;
}
.md-home2-product .product-item .product-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(70, 132, 32, 0.9);
	left: 0;
	top: 0;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.md-home2-product .product-item.item-4 .product-overlay .content h4,
.md-home2-product .product-item.item-3 .product-overlay .content h4 {
	font-size: 25px;
	margin-top: 10px;
}
.md-home2-product .product-item .product-overlay .content h4 {
	font-size: 40px;
	margin-top: 30px;
}
.md-home2-product .product-item .product-overlay .arrow-icon {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.md-home2-product .product-item .number {
	position: absolute;
	padding: 20px;
	color: #eee;
	font-size: 30px;
	font-weight: 700;
	z-index: 999;
}
.md-home2-product .product-item .product-content {
	padding: 20px;
	height: 560px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.md-home2-organic .organic-item .item-content {
	position: relative;
}
.md-home2-organic .item-content {
	margin-bottom: 30px;
	margin-left: 30px;
}
.md-home2-organic .item-content:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: -30px;
	top: 10px;
}
.md-home2-organic .item-content.sky-dot:before {
	background-color: #80be79;
}
.md-home2-organic .item-content.navy-dot:before {
	background-color: #2d3545;
}
.md-home2-organic .item-content.green-dot:before {
	background-color: green;
}
.md-home2-organic .item-content h4 {
	margin-bottom: 10px;
}
#map {
	width: 100%;
	height: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.md-home2-map .map-wrapper {
	position: relative;
	height: 100%;
}
.md-home2-map .locations-sidebar {
	position: relative;
	z-index: 99;
}
.md-home2-map .locations-sidebar h4 {
	padding: 30px;
	color: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	margin: 0;
	background-color: rgba(106, 156, 75, 1);
}
.md-home2-map .locations-sidebar .area {
	overflow-y: scroll;
	height: 400px;
}
.md-home2-map .locations-sidebar .area::-webkit-scrollbar {
	width: .5em;
}
.md-home2-map .locations-sidebar .area::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.md-home2-map .locations-sidebar .area::-webkit-scrollbar-thumb {
	background-color: green;
}
.md-home2-map .locations-sidebar .area li {
	border-bottom: 1px solid #ccc;
	display: flex;
}
.md-home2-map .locations-sidebar .area li:last-child {
	border: none;
}
.md-home2-map .locations-sidebar .area li a span:first-child {
	color: #fff;
	margin-right: 10px;
	width: 20px;
}
.md-home2-map .col-lg-8,
.md-home2-map .col-lg-4 {
	padding: 0;
}
.location-input .input-group {
	width: 40%;
}
.location-input .form-control {
	border: 0;
}
.md-home2-map .locations-sidebar .area li a {
	color: #fff;
	font-size: 17px;
	display: flex;
	padding: 20px;
	width: 100%;
	background-color: rgba(106, 156, 75, 1);
}
.md-home2-map .locations-sidebar .area li a:hover,
.md-home2-map .locations-sidebar .area li a:focus {
	background-color: #2a6109;
}
.md-home2-map .location-input {
	position: absolute;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background-color: rgba(106, 156, 75, 1);
	padding: 25px 0;
}
.md-home2-map .location-input .input-group-text {
	background-color: #fff;
	border: 0;
	padding-right: 1px;
}
.md-home2-map .mapboxgl-ctrl-top-right {
	bottom: 25px;
	top: auto;
	right: 25%;
	z-index: 999;
}
.md-home2-slider .item-wrapper {
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 20px 0;
	position: relative;
}
.md-home2-slider .item-wrapper:hover .favt {
	opacity: 1;
	visibility: visible;
}
.md-home2-slider .item-wrapper .favt {
	font-size: 35px;
	position: absolute;
	top: 35%;
	left: 45%;
	width: 80px;
	height: 80px;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #80be79;
	opacity: 0;
	transition: .3s;
	visibility: hidden;
	transform: translate(-35%, -45%);
}
.md-home2-slider .item-wrapper .favt:hover {
	background-color: #fff;
	color: red;
}
.md-home2-slider .item-wrapper img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.md-home2-slider .item-wrapper .content {
	padding: 20px 0;
	background-color: #fff;
}
.md-home2-slider .container {
	position: relative;
	z-index: 2;
}
.md-home2-map .container .row {
	background-color: rgba(106, 156, 75, 1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.md-home2-slider:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 600px;
	background-color: #468420;
}
.md-home2-slider h3 {
	color: #fff;
}
.md-home2-slider .item-wrapper .content p {
	font-size: 25px;
	margin-bottom: 0;
	color: #468420;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.md-contact-form .form-wrapper {
	padding: 20px;
	max-width: 800px;
	margin: 0 auto;
	border: 2px solid #2d3545;
}
.md-contact-form h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.md-contact-form h3:after {
	content: "";
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 2px;
	background-color: #2d3545;
	transform: translateX(-50%);
	position: absolute;
}
.md-contact-form h3 span {
	display: block;
	vertical-align: middle;
	padding-bottom: 20px;
	margin: 0 20px;
}
.md-contact-form form .form-control {
	border: 0;
	border-bottom: 2px solid #2d3545;
	border-radius: 0;
	background-color: inherit;
	padding: 15px 0;
}
.md-contact-form form .form-control::placeholder {
	color: #2d3545;
	text-transform: uppercase;
}
.md-contact-form img {
	width: auto;
	margin-top: 30px;
}
.md-contact-form .submit-btn {
	padding: 15px 60px;
	border-radius: 50px;
	background-color: transparent;
	color: #2d3545;
	border: 2px solid #2d3545;
}
.md-contact-form .order-btn {
	padding: 15px 60px;
	border: 2px solid green;
	background-color: transparent;
	color: green;
	border-radius: 50px;
}
.md-contact-form .order-btn:hover,
.md-contact-form .order-btn:focus {
	background-color: green;
	color: #fff;
}
.md-contact-form .submit-btn:hover,
.md-contact-form .submit-btn:focus {
	background-color: #2d3545;
	color: #fff;
}
/*=============
	Homepage 4
=============================*/

.md-home4-section.section-padding,
.md-quote-banner.section-padding {
	padding-top: 80px;
	padding-bottom: 0;
}
.md-home4-section .content-wrapper {
	padding: 50px 30px;
	margin-top: -50px;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
	position: relative;
	background-color: #ffffef;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.md-home4-section .content-wrapper .section-title a {
	color: #2d3545;
	font-size: 18px;
	text-transform: uppercase;
}
.md-home4-section .content-wrapper .section-title a span {
	font-size: 25px;
	line-height: .1;
}
.md-quote-banner .section-title {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 0;
}
.md-quote-banner .md-quote-bg {
	background-color: #ffffef;
	background-size: cover;
	background-position: center;
}
.md-quote-banner .md-quote-bg-2 {
	background-color: #ffffef;
	background-size: cover;
	background-position: center;
}
.md-quote-banner.padding-bottom {
	padding-bottom: 80px;
}
.md-quote-banner .blockquote {
	padding: 30px 0;
	margin-bottom: 0;
}
.md-quote-banner .md-quote-bg .quote-box {
	font-size: 30px;
	width: 80px;
	height: 80px;
	position: absolute;
	display: flex;
	right: 50px;
	top: -30px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: green;
	color: #fff;
}
.md-quote-banner h6 {
	margin-bottom: 0;
	margin-top: 20px;
}
.md-quote-banner .section-title .signature {
	font-family: 'Dancing Script', cursive;
	margin-bottom: 0;
	padding-top: 20px;
	font-size: 20px;
}
.pegination-blog{
	 margin: 40px auto;
}

.pegination-blog .pagination {
    justify-content: center;
}

/*=============
	Blog Page
=============================*/

.blog-details-2 .content-wrapper,
.blog-left-sidebar .content-wrapper,
.blog-right-sidebar .content-wrapper,
.blog-details-full .content-wrapper {
	padding: 50px 30px;
	margin-top: -50px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	position: relative;
	background-color: #f2f8f1;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog-details-2 .content-wrapper p,
.blog-left-sidebar .content-wrapper p,
.blog-right-sidebar .content-wrapper p,
.blog-details-full .content-wrapper p {
	text-align: left;
}
.blog-details-2 .blockquote-wrapper,
.blog-left-sidebar .blockquote-wrapper,
.blog-right-sidebar .blockquote-wrapper,
.blog-details-full .blockquote-wrapper {
	padding: 50px 20px;
	background-image: url('../img/homepage-4/1-1920x500.jpg');
	background-size: cover;
	background-position: center;
}
.blog-details-2 .blockquote-wrapper blockquote,
.blog-left-sidebar .blockquote-wrapper blockquote,
.blog-right-sidebar .blockquote-wrapper blockquote,
.blog-details-full .blockquote-wrapper blockquote {
	margin-bottom: 0;
	background-color: inherit;
	border: 0;
	font-family: 'Dancing Script', cursive;
	font-size: 22px;
	color: #2d3545;
}
.spacing-wrapper {
	padding: 50px 0;
}
.comment-respond {
	padding-bottom: 50px;
}
.link-date a {
	color: #2d3545;
}
.social-icons ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #2d3545;
	color: #fff;
	margin: 0 5px;
}
.social-icons ul li a:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	background-color: #468420;
}
.tags-wrapper h6 {
	text-align: right;
}
.widget-wrapper.follow-social ul li a:hover {
	color: #468420;
	background-color: #fff;
}
.comments h6 {
	margin-bottom: 0;
}
.md-author.spacing-wrapper {
	padding: 50px 30px;
	background-color: #e9f0e4;
}
.tags span {
	font-weight: 600;
	color: #2d3545;
}
.pagination {
	width: 100%;
	justify-content: space-between;
}
.pagination a {
	display: flex;
	align-items: center;
	color: #2d3545;
	border: 1px solid #7ccd91;
	margin: 0 5px;
}
.pagination a:hover {
	background-color: #2d3545;
	color: #fff;
}
.pagination-wrapper {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.pagination-wrapper .pagination a {
	border: 0;
}
.pagination-wrapper.spacing-wrapper {
	padding: 20px 0;
}
.spacing-wrapper.tags-wrapper {
	padding: 0;
	padding-bottom: 30px;
}
.pagination a .peg-left {
	margin-right: 20px;
	margin-left: 0px;
}
.pagination a span {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(45, 53, 69);
	border-radius: 50%;
	color: #fff;
	margin-left: 20px;
	transition: .3s;
}
.md-comments-wrapper {
	margin-top: 20px;
}
.md-comments-wrapper ul.comment-answer {
	padding-left: 30px;
}
.comment-avatar {
	width: 100px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 100px;
}
.comment-content {
	float: right;
	padding-bottom: 20px;
	width: calc(100% - 130px);
}
.comment.the-comment {
	overflow: hidden;
	margin: 0 auto 40px;
	border-bottom: 1px solid #eee;
}
.comment-meta {
	display: flex;
	justify-content: space-between;
}
.comment-meta .comment-reply-link {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(45, 53, 69);
	width: 35px;
	height: 35px;
	color: #fff;
	border-radius: 50%;
}
.comment-meta .comment-reply-link:hover {
	background-color: #468420;
}
.comment-author a,
.comment-time {
	color: #2d3545;
}
.comment.the-comment:last-child {
	border: 0;
}
.comment-respond .form-control {
	padding: 10px 20px;
	background-color: #f2f8f1;
}
.comment-respond .form-control::placeholder {
	color: #2d3545;
}
.comment-respond .form-check-input {
	margin-left: 0;
	margin-top: 6px;
}
.comment-respond .form-check-label {
	margin-left: 20px;
	color: #2d3545;
}
.form-control:focus {
	border-color: #ced4da;
	box-shadow: none;
}
.comment-respond .save-info {
	padding: 20px;
}
.comment-respond .submit-btn {
	width: 25%;
}
.widget-wrapper {
	margin-bottom: 30px;
}
.product-reviews-star li i {
	color: #ffffff;
}
.widget-wrapper .price {
	color: #ffffff;
}
.tag_cloud {
	overflow: hidden;
}
.tag_cloud a {
	padding: 8px 10px;
	background-color: #2d3545;
	color: #e9f0e4;
	border-radius: 5px;
	border: 1px solid #e9f0e4;
}
.tag_cloud span {
	margin: 0 5px 15px 0px;
	display: inline-block;
}
.tag_cloud a:hover {
	background-color: #468420;
	color: #e9f0e4;
	border: 1px solid #468420;
}
.last-posts h6,
.categories h6,
.follow-social h6 {
	padding: 20px 30px;
	margin-bottom: 0;
	background-color: #f2f8f1;
}
.categories ul {
	padding: 30px;
	background-color: #2d3545;
}
.categories ul li a {
	color: #fff;
	display: flex;
	align-items: center;
}
.categories ul li a:hover {
	color: #4eb70d;
}
.subscribe-widget {
	padding: 30px;
	background-image: url('https://via.placeholder.com/300');
	background-size: cover;
	background-position: center;
}
.subscribe-widget .form-control,
.subscribe-btn {
	padding: 15px;
	text-align: center;
	border-radius: 0;
}
.subscribe-btn {
	background-color: rgb(45, 53, 69);
}
.last-post-list {
	padding: 30px;
	background-color: #2d3545;
}
.last-post-list.tag_cloud span:last-child{
	margin-bottom: 0;
}
.last-post-list ul li h6 {
	padding: 0;
	background-color: inherit;
}
.last-post-list ul li h6 a {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 16px;
}
.last-post-list ul li h6 a:hover,
.last-post-list ul li a.date:hover {
	color: #478522;
}
.last-post-list ul li a.date {
	color: #eee;
	font-weight: 100;
}
.last-post-list ul.d-flex {
	align-items: flex-start;
	margin-top: 10px;
}
.last-post-list ul:first-child {
	margin-top: 0;
}
.last-post-list ul li.info {
	max-width: 200px;
	overflow: hidden;
	padding-left: 15px;
}
.black-friday {
	background-image: url('https://via.placeholder.com/300X300');
	background-size: cover;
	background-position: center;
	height: 300px;
}
.black-friday .friday-sale {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.black-friday .friday-sale span {
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.follow-social ul {
	padding: 30px;
	background-color: #2d3545;
	text-align: center;
}
.follow-social ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #e9f0e4;
	color: #2d3545;
	margin: 0 5px;
}
/*=============
	Homepage 5
=============================*/

.home5-mobile-nav {
	background-color: #28520f;
	padding: 15px 0;
	display: none;
}
.home5-mobile-nav .navbar-light .dropdown-item:hover,
{
	color: #eee;
	transform: none;
}
.home5-mobile-nav .navbar-light .navbar-nav .show>.nav-link,
.home5-mobile-nav .navbar-light .navbar-nav .nav-link:hover {
	color: #2d3545;
}
.home5-mobile-nav .navbar-light .dropdown-menu .dropdown-item:before {
	color: #fff;
}
.home5-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100px;
	height: 100vh;
	-webkit-box-direction: normal;
	flex-direction: column;
	background-color: #2a6109;
}
.home5-menu .navbar-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 0;
}
.home5-menu .navbar-nav li {
	transform: rotate(-90deg);
	position: relative;
	height: 100px;
	display: flex;
	align-items: center;
}
.home5-menu .navbar-nav li > a {
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	padding: 0 10px;
}
.home5-menu .navbar-nav li > a span {
	transform: rotate(90deg);
	margin-left: 5px;
}
.home5-menu .navbar-nav li > a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	transition: .3s;
	transform: translateX(100px);
}
.home5-menu .navbar-nav li.drop-links:hover > a:before {
	transform: translateX(0);
}
.home5-menu .navbar-nav li:hover > a {
	color: #ccc;
}
.home5-menu .navbar-nav .drop-menu {
	position: fixed;
	z-index: 999;
	width: 300px;
	-webkit-transition: 0.3s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: rgb(0, 0, 0, 0.8);
	box-shadow: none;
	padding: 30px;
	background-color: none;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	-webkit-transform: rotate(90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	top: 100px;
	visibility: hidden;
	opacity: 0;
	margin-left: 65px;
}
.home5-menu .nav-small {
	display: flex;
	padding-top: 0px;
	justify-content: center;
	align-items: center;
}
.home5-menu .nav-small ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.home5-menu .nav-small ul li a {
	font-size: 20px;
	color: #fff;
}
.home5-menu .navbar-nav .drop-menu:before {
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 1;
	width: 0;
}
.home5-menu .navbar-nav .drop-links:hover .drop-menu:before {
	z-index: -1;
	width: 100%;
	background-color: rgba(72, 133, 34, 1);
	transition: .7s;
}
.home5-menu .navbar-nav .drop-links:hover .drop-menu {
	visibility: visible;
	opacity: 1;
}
.home5-menu .navbar-nav .drop-menu a {
	display: block;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	overflow: hidden;
}
.home5-menu .navbar-nav .drop-menu a:before {
	content: "";
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 18px;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: .5s;
	background-color: #fff;
	color: #fff;
}
.home5-menu .navbar-nav .drop-menu a:hover:before {
	transform: translateX(-5px);
}
.home5-menu .navbar-nav .drop-menu a:hover {
	padding-left: 20px;
}
.md-home5-banner .banner-title {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.md-home5-banner .container.section-padding {
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.md-home5-banner .primary-overlay:before {
	background-color: rgba(0, 0, 0, 0.8);
}
.md-home5-banner .banner-title p {
	font-size: 20px;
}
.md-home5-banner .banner-title h1 {
	font-size: 70px;
}
.md-home5-banner .slick-prev:before,
.md-home5-banner .slick-next:before {
	color: #fff;
	font-size: 30px;
}
.md-home5-banner .slick-prev {
	left: 10%;
	border-left: 2px solid #eee;
}
.md-home5-banner .slick-next {
	right: 10%;
	border-right: 2px solid #eee;
}
.md-home5-banner .slick-dots li {
	margin: 0 20px;
}
.md-home5-banner .slick-dots button {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
}
.md-home5-banner .slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 0.5);
}
.md-home5-banner .slick-prev,
.md-home5-banner .slick-next {
	width: 50px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.md-home5-banner .banner-btn {
	padding: 10px 50px;
	border: 2px solid #fff;
	margin-top: 50px;
	font-size: 20px;
	color: #fff;
}
.md-home5-banner .slider-item.slick-current.slick-active .container {
	animation: zoomIn .7s ease-in;
}
.md-home5-banner .banner-btn:hover {
	background-color: #2d3545;
	border-color: #2d3545;
}
.md-home5-banner .slider-item.bg-1 {
    background-image: url(../img/slider3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.md-home5-banner .slider-item.bg-2 {
    background-image: url(../img/slider2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.md-home5-banner .slider-item.bg-3 {
	background-image: url('https://via.placeholder.com/1920x780');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.md-home5-strip {
	position: relative;
	z-index: 99;
	overflow: hidden;
}
.md-home5-strip .md-strip {
	position: relative;
}
.md-home5-strip .md-strip:after {
	content: '';
	background: url(../img/pattern_green.png) center;
	opacity: 0.2;
	width: 100%;
	height: 400px;
	display: block;
	position: absolute;
	bottom: -30px;
	left: 50px;
	z-index: -1;
}
.md-home5-strip .pad-r-0 {
	padding-right: 0;
}
.md-home5-strip .client-cont {
	margin-top: 100px;
}
.md-home5-strip .clients-count {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.md-home5-strip .clients-count h3 {
	margin-bottom: 10px;
}
.md-home5-strip .clients-count:hover .client-txt:after {
	height: 70%;
}
.md-home5-strip .clients-count .client-num {
	padding: 0 15px;
}
.md-home5-strip .clients-count .client-num p {
	letter-spacing: 2px;
	color: green;
}
.md-home5-strip .clients-count .client-txt {
	width: 70%;
	padding: 0 15px;
	border-left: 1px solid rgba(72, 133, 34, 0.5);
	position: relative;
}
.md-home5-strip .clients-count .client-txt:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 0;
	background: green;
	left: -1px;
	bottom: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.md-home5-slider .order-btn {
	border: 1px solid #00800059;
	border-radius: 50px;
	padding: 8px 30px;
}
.md-home5-slider .wrapper {
	margin: 20px 0;
}
.md-home5-slider .slider-item {
	border: 3px solid #2a61091f;
	padding: 20px;
	transition: .3s;
	border-radius: 20px;
	margin-top: 50px;
}
.md-home5-slider .slider-item p.price {
	color: #2d3545;
	font-size: 22px;
	font-weight: 600;
}
.md-home5-slider .slider-item:hover {
	transform: translateY(-30px);
	background-color: #488522;
	border-color: transparent;
}
.md-home5-slider .slider-item:hover img {
	transform: scale(1.2) translateY(30px);
}
.md-home5-slider .slider-item:hover h6,
.md-home5-slider .slider-item:hover p,
.md-home5-slider .slider-item:hover .price {
	color: #fff;
}
.md-home5-slider .slider-item:hover .order-btn {
	background-color: #2d3545;
  border: 0;
  color: #fff;
  box-shadow: 0 0 10px #2d354591;
}
.md-home5-slider .slick-prev,
.md-home5-slider .slick-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #468420;
}
.md-home5-slider .slick-prev:before,
.md-home5-slider .slick-next:before {
	color: #fff;
}
.md-home5-slider .slick-prev:hover,
.md-home5-slider .slick-prev:focus,
.md-home5-slider .slick-next:hover,
.md-home5-slider .slick-next:focus {
	background-color: #2d3545;
	color: #fff;
}
.md-home5-slider .slick-prev {
	left: 42%;
	top: -20px;
	z-index: 999;
}
.md-home5-slider .slick-next {
	right: 42%;
	top: -20px;
	z-index: 999;
}
.md-home5-banner .slick-slider .slick-next:before,
.md-home5-banner .slick-slider .slick-prev:before,
.md-home3-banner .slick-slider .slick-next:before,
.md-home3-banner .slick-slider .slick-prev:before {
	font-size: 30px;
	font-weight: 400;
	line-height: 0.2;
}
.md-home5-banner .slick-slider .slick-next:before,
.md-home3-banner .slick-slider .slick-next:before,
.md-home5-slider .slick-next:before {
	content: ">";
	font-family: 'Rubik', sans-serif;
}
.md-home5-banner .slick-slider .slick-prev:before,
.md-home3-banner .slick-slider .slick-prev:before,
.md-home5-slider .slick-prev:before {
	content: "<";
	font-family: 'Rubik', sans-serif;
}
.md-home5-slider .slick-dots {
	bottom: -40px;
}
.md-home5-slider .slick-dots button {
	width: 10px;
	height: 10px;
	background-color: rgba(72, 133, 34, 1);
	border-radius: 50%;
}
.md-home5-slider .slick-dots li.slick-active button {
	background-color: rgba(72, 133, 34, 0.5);
}
.md-home5-slider img {
	width: auto;
	display: block;
	margin: 0 auto;
	transition: .3s;
}
/*=============
	404
=============================*/

.md-404 {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.md-404-cont .bg-404 {
	margin-bottom: 50px;
}
.md-404-cont h1 {
	font-size: 10em;
	color: #222;
}
.md-404-cont p {
	font-size: 30px;
	color: #222;
	font-weight: 700;
}
.md-404-cont .home-btn {
	margin-top: 50px;
}
/*=============
	Shop
=============================*/

.md-shop-product .select-wrapper {
	width: 100%;
	border-bottom: 1px solid #2d3545;
	position: relative;
	margin-bottom: 30px;
}
.md-shop-product .select-wrapper select {
	border: 0;
	background: none;
	color: #2d3545;
	position: relative;
	z-index: 999;
	padding: 0 10px;
}
.plus-btn,
.minus-btn {
	cursor: pointer;
}
.md-shop-product .select-wrapper span {
	font-size: 20px;
	font-weight: 900;
	color: navy;
	position: absolute;
	right: 10px;
	top: 5px;
	vertical-align: middle;
	display: inline-block;
}
.md-shop-product .quantity-box-form .quantity-box input {
	position: relative;
	padding: 15px 0;
	width: 3em;
}
.md-shop-product .quantity-box-form .quantity-box button {
	position: absolute;
	left: 50px;
	z-index: 99;
	width: 40px;
	background-color: inherit;
	border: 0;
	height: 30px;
}
.md-shop-review h6 {
	margin: 0 0 20px;
	font-weight: 600;
}
.md-your-review li a i {
	font-size: 22px;
}
.md-your-review li a:hover i {
	color: #ffd500;
}
.md-contact-form .all_comments {
	border-top: #eaeaea solid 1px;
	padding-top: 30px;
}
.md-contact-form .all_comments ul {
	padding: 0px;
	margin: 0 auto;
	list-style: none;
}
.md-contact-form .commentlist li {
	padding-left: 0px;
}
.md-contact-form .comment.the-comment {
	overflow: hidden;
	margin: 0 auto 40px;
}
.md-contact-form .comment-avatar {
	width: 100px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 100px;
}
.md-contact-form .comment-avatar img {
	margin-top: 0;
}
.md-contact-form .comment-content {
	float: right;
	width: calc(100% - 130px);
}
.md-contact-form .comment-meta {
	margin: 0 auto 10px;
	display: block;
}
.md-contact-form .wd-review-ratings {
	margin: 0 auto 15px;
}
.wd-review-ratings i.active {
	color: #ffd500;
}
.md-contact-form .wd-review-ratings i {
	font-size: 18px;
}
.md-contact-form .comment-author a {
	color: #2d3545;
	font-weight: 600;
	font-size: 18px;
}
.md-contact-form .comment-text p {
	line-height: 24px;
	margin: 0 auto 15px;
	color: #000000;
	font-size: 14px;
}
.md-contact-form .reply a {
	color: #2d3545;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.md-contact-form .comment-replay {
	margin-left: 100px;
}
.product-details ul {
	margin-bottom: 15px;
}
.product-details h3{
	margin-bottom: 15px;
}

.description {
	font-size: 19px;
	max-width: 510px;
	margin: 35px 0 25px;
}
.md-shop-product .inline-block span {
	vertical-align: middle;
	margin-left: 5px;
}
.md-shop-product .tag {
	font-size: 17px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	vertical-align: middle;
}
.md-shop-product .count-reviews {
	color: #2d3545;
}
.md-shop-product .price-box p {
	font-size: 28px;
	color: #468420;
	font-weight: 500;
	margin-bottom: 30px;
}
.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0), 0 0 5px rgba(128, 189, 255, 0);
}
.md-shop-product .quantity-box-form .quantity-box button:focus {
	outline: 0;
}
.md-shop-product .quantity-box-form .quantity-box button.minus-btn {
	bottom: 0;
}
.md-shop-product .add-cart {
	padding: 15px 60px;
	background-color: #2d3545;
	border-radius: 50px;
	border: 0;
}
.md-shop-product .tags-cat {
	margin-top: 30px;
}
.md-shop-product .tags-cat span {
	font-weight: 600;
	color: #2d3545;
}
.md-shop-product .tags-cat .categories a:after {
	content: ",";
}
.md-shop-product .tags-cat .categories a:last-child:after {
	display: none;
}
.md-about-product {
	padding-top: 3rem;
}
.md-about-product .nav-tabs .nav-item {
	margin: 0 20px;
}
.md-about-product .nav-tabs .nav-item .nav-link {
	font-weight: 600;
	color: #a6a6a6;
	font-size: 19px;
}
.md-about-product .tab-content {
	padding: 50px;
	border-top: 0;
	padding-bottom: 0;
}
.md-about-product .nav-tabs {
	border: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.md-about-product .nav-tabs .nav-item .nav-link {
	border: 0;
	padding: 5px 20px;
}
.md-about-product .nav-tabs .nav-item.show .nav-link,
.md-about-product .nav-tabs .nav-link.active {
	border: 1px solid #468420;
	color: #468420;
	border-radius: 50px;
}
.md-about-product .table-bordered th {
	width: 20%;
	text-align: right;
	color: #2d3545;
}
.md-about-product .table-bordered tr:nth-child(even) td {
	background-color: #eee;
}
.md-about-product .md-contact-form form {
	padding: 20px;
}
.md-related-products .img-wrapper {
	overflow: hidden;
	margin: 30px 0;
}
.md-shop-product .img-wrapper {
	margin: 10px 0;
	overflow: hidden;
}

.md-related-products .img-wrapper img:hover {
	transform: scale(1.1);
	transition: .3s;
}
.md-related-products .navy-txt {
	font-size: 20px;
	font-weight: 600;
	color: #2d3545;
}
.quantity-select .navy-txt{
	font-weight: 600;
  color: #2d3545;
}
.md-related-products .price {
	margin-bottom: 30px;
}
.md-related-products .product-wrapper {
	margin: 30px 0;
}
.md-related-products .product-wrapper p:nth-child(3) {
	color: #468420;
	font-weight: 600;
	font-size: 22px;
}
.md-related-products .product-wrapper .line-through {
	font-weight: 400;
}
.md-related-products .product-wrapper p .green-price {
	color: #468420;
	font-weight: 500;
	font-size: 20px;
}
.page-item:first-child .page-link.active {
	background-color: #2d3545;
	color: #ffffff;
	border-color: #2d3545;
}
/*=============
	Product Page
=============================*/

.md-product-page .spacing-wrapper {
	padding: 0;
	padding-bottom: 20px;
}
.md-product-page .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.search_widget {
	padding: 30px;
	background-color: #2d3545;
	border-radius: 0px;
}
.search_widget input {
	background-color: inherit;
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
}
.search_widget button {
	background-color: inherit;
	border: 0;
	border-bottom: 1px solid #fff;
}
.search_widget input::placeholder {
	color: #eee;
	font-size: 12px;
}
.search_widget .form-control:focus {
	color: #fff;
	background-color: inherit;
	border-color: inherit;
}
.md-product-page .inner-box {
	background-color: #e9f0e4;
	padding: 30px 20px;
}
.md-product-page .cart-box h6,
.md-product-page .cat-box h6,
.md-product-page .tags h6 {
	text-decoration: underline;
	text-underline-position: under;
	margin-bottom: 20px;
}
.widget-wrapper.categories ul li:first-child,
.md-product-page .cat-box li:first-child {
	padding-top: 0;
}
.widget-wrapper.categories ul li,
.md-product-page .cat-box li {
	padding: 15px 0;
	border-bottom: 1px solid #fff;
}
.md-product-page .cat-box li a {
	font-weight: 500;
	color: #2d3545;
}
.md-product-page .cat-box li a:hover {
	color: #468420;
}
.categories ul li a i,
.md-product-page .cat-box a i {
	margin-right: 10px;
	font-size: 25px;
}
.md-product-page .tags a {
	padding: 8px 10px;
	background-color: #2d3545;
	color: #fff;
	border-radius: 5px;
}
.md-product-page .tags a:hover {
	background: #468420;
}
.md-product-page .tags span {
	margin: 5px 0;
	display: inline-block;
}
.md-product-page .products-area .option-bar {
	background-color: #f2f8f1;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.md-product-page .products-area .option-bar p {
	margin-bottom: 0;
}
.md-product-page .products-area .option-bar select {
	background-color: inherit;
	border: 0;
}
.md-product-page .md-related-products .light-txt {
	color: #2d3545;
}
/*=============
	Cart
=============================*/

.md-cart table,
.md-cart table td {
	border: 0;
}
.md-cart table thead th {
	border: 0;
	border-bottom: 1px solid #dee2e6;
}
.md-cart-table {
	margin-bottom: 0;
}
.md-cart table img {
	width: auto;
}
.md-cart .cart-item {
	display: flex;
	align-items: center;
}
.md-cart .quantity input.qty {
	width: 80px;
	text-align: center;
	border: 0;
}
.md-cart .hm-align {
	vertical-align: middle;
}
.md-cart tbody {
	border-bottom: 1px solid #dee2e6;
}
.md-cart .product-remove .fa-pen {
	color: #949090;
	margin-left: 10px;
}
.md-cart .product-remove {
	text-align: right;
}
.md-cart .quantity input.minus,
.md-cart .quantity input.plus {
	border: 0;
	padding: 0;
}
.md-cart .quantity .qty-border {
	border: 1px solid #eee;
	max-width: 180px;
	margin: 0 auto;
	text-align: center;
}
.md-cart .quantity button {
	background-color: inherit;
	box-shadow: none;
	border: none;
}
.md-cart .product-price p {
	text-align: center;
}
.md-cart p {
	margin-bottom: 0;
}
.md-cart .cart-item .item-name {
	padding-left: 20px;
}
.md-cart .cart-item .item-name a {
	font-weight: 500;
	font-size: 20px;
	color: #2d3545;
}
.md-cart .price-txt {
	color: green;
}
.md-cart .cart-btns {
	padding: 20px 0;
}
.md-cart .cart-btns .btn-outline-green {
	margin-right: 20px;
}
.md-cart .shipping-box form,
.md-cart .Coupon-box form {
	margin-top: 20px;
}
.md-cart .subtotal-wrap {
	padding: 30px;
	border: 1px solid #ddd;
}
.md-cart .subtotal-wrap .order-ttl {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}
.md-cart .subtotal-wrap span {
	float: right;
}
.md-cart .checkout-btn {
	margin-top: 15px;
}
.md-cart .product-remove a .fa-times:hover {
	color: red;
}
/*=================
	About
=========================*/

.md-about-brand ul {
	display: flex;
	flex-wrap: wrap;
	background-color: #2d3545;
}
.md-about-brand ul li {
	flex: 0 0 50%;
	text-align: center;
	margin: 20px 0;
}
.md-about-brand ul li a {
	font-size: 17px;
	color: #7ccd91;
}
.md-about-brand ul li a:hover {
	color: #fff;
}
.md-about-brand ul li a i {
	font-size: 30px;
}
.md-about-brand ul li span {
	display: block;
	padding-top: 5px;
}
.md-about-brand .shop-btn {
	margin-top: 30px;
}
.md-about-team .members {
	position: relative;
	overflow: hidden;
}
.md-about-team .members:hover .member-info {
	transform: translateY(0);
}
.md-about-team .members .member-info {
	padding: 20px;
	width: 95%;
	background-color: #468420;
	position: absolute;
	bottom: 0;
	left: 6px;
	transform: translateY(210px);
	transition: .3s;
	border-radius: 7px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.md-about-team .members .member-info h6,
.md-about-team .members .member-info p {
	color: #ffffff;
}
.md-about-team .members .social-net li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2d3545;
	color: #fff;
	border-radius: 50%;
}
.md-about-team .members .social-net li a:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
/*=============
	Footer
=============================*/
footer .widget h5{
	color: #ffffff;
}
.md-footer {
	background-image: url('https://via.placeholder.com/1920X500');
	background-size: cover;
	background-position: center;
}
.md-footer h3,
.md-footer h6 {
	color: #fff;
}
.md-footer .footer-item {
	text-align: center;
	color: #fff;
}
.md-footer .footer-item.address {
	padding: 0 25px;
}
.md-footer .md-logo {
	margin-bottom: 20px;
}
.md-footer .footer-item h3 {
	margin-bottom: 10px;
	color: #eee;
}
.md-footer .footer-item a,
.md-footer .footer-item p {
	color: rgba(255, 255, 255, .7);
	font-size: 17px;
}
.md-footer .footer-item a:hover,
.md-footer .footer-item a:focus,
.md-copyright a:hover {
	color: #fff;
}
.md-footer .md-item-mid {
	margin-bottom: 60px;
}
.md-footer .social-net li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	border-radius: 50%;
	font-size: 15px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #94c4f7;
}
.md-footer .social-net li a:hover,
.md-footer .social-net li a:focus {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.md-copyright {
	background-color: #2a6109;
	padding: 20px 0;
}
.md-copyright a {
	color: rgb(164, 194, 228);
	font-size: 17px;
}
.md-copyright a i {
	color: #fe143d;
	animation: pulse .3s ease-in-out;
}
.padding-bottom40 {
	padding-bottom: 40px;
}
.box {
	background-color: #ffffff;
}
/*=============
	Footer-2
=============================*/

.md-footer-2 {
	background-color: #468420;
	position: relative;
	padding-top: 250px;
}
.md-footer-2 .quick-lnk ul li a:hover,
.md-footer-2 .footer-recent-blog .post_cont a span:hover {
	color: #2d3545;
}
.md-footer-2 .quick-lnk ul li {
	list-style: none;
	padding-bottom: 12px;
	padding-left: 20px;
}
.md-footer-2 .quick-lnk ul li a {
	color: #fff;
}
.md-footer-2 .quick-lnk ul li:after {
	position: absolute;
	content: ">";
	left: 0;
	margin-left: 16px;
	width: 12px;
	height: 1px;
	font-weight: 500;
	margin-top: 0px;
	color: #fff;
}
.md-footer-2 .widget p {
	margin-top: 15px;
	float: left;
	color: #fff;
	margin-bottom: 16px;
}
.md-footer-2 .widget {
	padding-bottom: 0px;
	margin-bottom: 17px;
	padding: 0px;
	background: transparent;
}
.md-footer-2 .footer-recent-blog img {
	width: 88px;
	float: left;
	margin-right: 16px;
	overflow: hidden;
	height: 80px;
}
.md-footer-2 .footer-recent-blog li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 18px;
	margin-bottom: 13px;
	overflow: hidden;
}
.md-footer-2 .footer-recent-blog li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
}
.md-footer-2 .footer-recent-blog .post_cont {
	overflow: hidden;
	display: block;
}
.md-footer-2 .footer-recent-blog .post_cont a span {
	margin-top: 10px;
	line-height: 23px;
	overflow: hidden;
	color: #fff;
	display: block;
}
.md-footer-2 .footer-recent-blog .post_cont .post-date {
	color: #fff;
}
.md-footer-2 .news_letter_wrp p {
	margin-top: -2px;
	color: #222;
}
.md-footer-2 .submit-btn.btn-outline-green {
	background-color: #2d3545;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	transition: .3s;
}
.md-footer-2 .submit-btn.btn-outline-green:hover,
.md-footer-2 .submit-btn.btn-outline-green:focus {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.md-footer-2 .subfooter {
	width: 100%;
	text-align: center;
	padding: 30px 0px;
	color: #bababa;
	margin-top: 80px;
	background: #31904a;
	position: relative;
}
.md-footer-2 .subfooter p {
	margin: 0;
}
.md-footer-2 .footer-social ul li a {
	margin-right: 30px;
	font-size: 20px;
	color: #fff;
	transition: .3s;
}
.md-footer-2 .footer-social ul li a:hover {
	color: #2d3545;
}
.md-footer-2 .email_field {
	background: inherit;
	box-shadow: none;
	color: #2d3545;
	line-height: 40px;
	padding-left: 30px;
	width: 100%;
	margin-top: 5px;
	border: 1px solid #2d3545;
}
.md-footer-2 .email_field::placeholder {
	color: #2d3545;
}
.md-footer-2 .subscribe-wrapper {
	position: absolute;
	top: -340px;
	left: 0;
	display: flex;
	width: 100%;
	z-index: 9;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f2f8f1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.md-footer-2 .subscribe-wrapper .news_letter_wrp {
	padding: 30px 20px;
}
.md-footer-2 .subscribe-wrapper .news_letter_wrp .section-title-center:before {
	display: none;
}
.md-footer-2 .subscribe-wrapper .news_letter_wrp .section-title-center {
	padding: 0;
}
/*=================
	Login and Signup
=========================*/

.md-login .login-wrapper,
.md-signup .signup-wrapper {
	max-width: 420px;
	width: auto;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.md-login button,
.md-signup button {
	position: relative;
	margin: 5px 0;
}
.md-login button span,
.md-signup button span {
	position: absolute;
	left: 5px;
	top: 5px;
}
.or-txt {
	margin-bottom: 0;
}
.fb-btn {
	background-color: #3b5998;
	color: #fff;
}
.fb-btn:hover {
	background-color: #2d4373;
}
.go-btn:hover {
	background-color: #1266f1;
}
.go-btn {
	background-color: #4285f4;
	color: #fff;
}
.md-login .fb-btn img,
.md-signup .fb-btn img {
	width: 18px;
	height: 18px;
}
.md-login img,
.md-signup img {
	width: auto;
}
.md-login .form-check .form-check-input {
	margin-top: 6px;
}
.social-icons {
	text-align: right;
}
.spacing-wrapper.pagination-wrapper .pagination a:hover span{
	background-color: #468420;
}
.spacing-wrapper.pagination-wrapper .pagination a:hover {
	background-color: transparent;
	color: #468420;
}

.footer-spacing{
	padding-left: 150px;
	padding-right: 50px;
}

/*=================
	Responsive
=========================*/

@media(min-width:991px){

.navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
	display: block;
	animation: fadeIn .3s ease-in;
}
}

@media (max-width:1400px) {
	.home5-menu .navbar-nav{
		padding-top: 50px;
	}
}
@media(max-width: 1200px) {
	.last-post-list {
		padding: 10px;
	}
	.md-home2-map .mapboxgl-ctrl-top-right {
		right: 10%;
	}
	.md-strip .strip-bottom {
		padding: 20px;
	}
	.md-strip .strip-content {
		padding: 20px;
	}
	.body-wrapper body-bg-img {
		max-width: 100%;
		margin: 0 15px;
	}
	.follow-social ul {
		padding: 30px 10px;
	}
	.social-icons ul li a,
	.follow-social ul li a {
		margin: 0 2px;
	}
	.md-home5-strip .clients-count {
		flex-direction: column;
	}
	.md-home5-strip .clients-count .client-txt {
		width: 100%;
		text-align: center;
		border: 0;
	}
	.md-home5-strip .clients-count .client-txt:after {
		display: none;
	}
	.search {
		left: 50px;
	}
	.home5-menu {
		display: none;
	}
	.home5-mobile-nav {
		display: block;
	}
	.body-bg-img .body-wrapper{
		margin-left: 50px;
		margin-right: 50px;
	}
	.md-gallery .container {
    padding-left: 15px;
		padding-right: 15px;
	}
	.bg-img{
		padding-left: 50px;
	}
	.footer-spacing{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 991px) {
	.md-about-team .members {
    margin-bottom: 20px;
	}
	.strip-item img{
		position: relative;
	}

	.md-about-brand .img-wrapper img{
		margin: 0 auto 30px;
		display: block;
	}
	h2 {
		font-size: 30px;
	}
	.md-home2-organic img {
		width: 100%;
	}
	.line-through {
		margin-left: 0;
	}
	.banner-img {
		margin: 30px 0;
	}
	.md-home3-header .navbar.big-nav {
		display: none;
	}
	.md-home3-header .navbar.small-nav {
		display: block;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px 0;
	}
	.md-home3-header .navbar.small-nav .navbar-brand {
		margin: 0;
	}
	.md-home3-banner .welcome-title h1 {
		padding: 30px 0;
		margin-bottom: 0;
	}
	.nav-cart {
		position: absolute;
		right: 5px;
		top: 0;
	}
	.start-header {
		background-color: #fff;
		padding: 20px 0;
	}

	.navbar-brand {
		position: relative;
		margin: 0 auto;
	}
	.start-header.scroll-on {
		padding: 20px 0;
	}
	.navbar-brand img {
		height: 50px;
	}
	.dropdown-toggle::after {
		transition: .3s;
	}
	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(180deg);
	}
	.navbar-light .dropdown-menu {
		padding: 0;
		background-color: transparent;
		transition: all 200ms linear;
		border: 0;
		box-shadow: none;
	}
	.nav-item.mega-menu-link {
		position: relative;
	}
	.home5-mobile-nav .navbar-light .navbar-toggler-icon {
		border-bottom: 2px solid #eee;
	}
	.dropdown-menu a {
		color: #eee;
		padding: 5px 0;
		opacity: .9;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.dropdown-toggle[aria-expanded="true"] + .mega-menu {
		height: 400px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.mega-menu .mega-menu-inner {
		padding: 0 10px;
	}
	.navbar-light .dropdown-item {
		color: #2d3545;
	}
	.home5-mobile-nav .navbar-light .dropdown-item {
		color: #fff;
	}
	.navbar-light .dropdown-item:hover {
		color: #2d3545;
	}
	.home5-mobile-nav .navbar-light .dropdown-item:hover {
		color: #eee;
	}
	.mega-menu .mega-menu-inner .dropdown-item {
		padding: 10px 0;
	}
	.mega-menu .mega-menu-inner .dropdown-item:last-child,
	.navbar-light .dropdown-item {
		border-bottom: 1px solid #cfefcc;
	}
	.navbar-light .dropdown-menu .dropdown-item:before {
		color: #2d3545;
	}
	.md-home3-banner .welcome-title {
		padding: 60px 0;
	}
	.start-header.scroll-on .navbar-light .navbar-nav .nav-link,
	.navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
	}
	.home5-mobile-nav.start-header {
		background-color: #28520f;
		padding: 15px 0;
	}
	.start-header .navbar ul {
		margin-left: 0;
	}
	li.nav-item.pl-4,
	.px-4 {
		padding-left: 0 !important;
	}
	.md-home3-header .navbar {
		padding: 20px 30px;
	}
	.md-home3-header .navbar .nav-item:before {
		display: none;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 15px 0;
	}
	.mega-menu .mega-menu-inner {
		padding: 10px;
	}
	.md-home5-strip .pad-r-0,
	.md-strip .col-lg-6.pad-l-0 {
		padding-right: 0;
		padding-left: 0;
	}
	.md-footer .social-net li a {
		margin: 0 4px;
	}
	.md-footer .footer-item.address {
		padding: 0;
	}
	.md-home3-header .language {
		display: none;
	}
	.md-strip .strip-bottom {
		padding-bottom: 20px;
		display: block;
	}
	.md-home3-product.md-product .product-wrapper .product-inner {
		padding: 40px 10px;
	}
	#map {
		height: 500px;
	}
	.md-home2-map .mapboxgl-ctrl-top-right {
		right: 0;
	}
	.md-home2-map .locations-sidebar h4 {
		width: 100%;
		padding: 20px;
	}
	.md-home2-map .location-input {
		display: none;
	}
	.social-icons {
		text-align: right;
		margin: 20px 0;
	}
	.tags {
		text-align: left;
	}
	.md-about-product .nav-tabs {
		flex-direction: column;
	}
	.md-about-product .nav-tabs .nav-item .nav-link {
		max-width: 300px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.follow-social,
	.md-author.spacing-wrapper,
	.tags-wrapper,
	.tags-wrapper h6 {
		text-align: center;
	}
	.two-img img {
		margin-top: 20px;
	}
	.md-author .author-info {
		margin-top: 20px;
	}
	.md-home5-banner .slick-prev {
		left: 0;
		border: 0;
	}
	.md-home5-banner .slick-next {
		right: 0;
		border: 0;
	}
	.md-shop-product .tags-cat {
		margin-top: 20px;
	}
	.md-shop-product .product-details {
		margin-top: 20px;
	}
	.md-product-page .row:nth-child(1) {
		flex-direction: column-reverse;
	}
	.md-cart .Coupon-box {
		margin: 30px 0;
	}
	.md-home3-header .navbar .nav-link {
		padding: 10px 0;
	}
	.md-home3-header .navbar-light .dropdown-menu {
		padding: 0;
		background-color: transparent;
		transition: all 200ms linear;
		border: 0;
		box-shadow: none;
	}
	.md-home3-header .navbar-light .dropdown-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.md-home3-header .navbar .nav-link:hover,
	.md-home3-header .navbar .nav-link:focus {
		transform: none;
	}
	.md-home3-header .navbar .dropdown-item {
		color: #fff;
	}
	.search {
		width: 100%;
		left: 0;
		height: auto;
		padding: 5px;
		top: 0;
	}
	.search a {
		top: 5px;
		right: 5px;
	}
	.search.collapsed {
		width: 100%;
		margin-left: 0;
	}
	.search input {
		width: 100%;
		color: #222;
	}
	.search input::placeholder {
		color: #222;
	}
	.md-footer-2 .widget p {
		float: none;
	}
	.md-home5-strip .md-strip:after{
		display: none;
	}
	.search.collapsed{
		display: none
	}
}
@media(max-width: 768px) {
	.md-about-team .members .member-info {
    padding: 10px;
    bottom: 40px;
		left: 12px;
	}
	.md-sale-products .product-item {
    display: block;
    text-align: center;
	}
	.section-padding {
		padding: 60px 0;
	}
	.custom-banner-text{
		padding-left: 15px;
		padding-right: 15px;
	}
	.md-shop-review .comment-avatar {
		width: 100px;
		margin-right: 0px;
		float: none;
		overflow: hidden;
		height: 100px;
		margin: 0 auto;
	}
	.md-shop-review .comment-content {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.md-shop-review .comment-content {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.md-contact-form .comment-replay {
		margin-left: 0px;
	}
	.md-sale-products .product-item p .line-through {
		display: block;
	}
	.md-home3-product .tab-wrap ul li {
		margin: 0 5px;
	}
	.md-home3-product .tab-wrap ul li .nav-link {
		padding: 5px 20px;
	}
	.md-home3-product .tab-wrap {
		padding: 5px 0;
	}
	.md-footer .footer-item {
		margin-bottom: 50px;
	}
	.md-footer .footer-item.email {
		margin-bottom: 0;
	}
	.start-header .seperator {
		display: none;
	}
	.social-icons {
		text-align: center;
	}
	.tags {
		text-align: center;
	}
	.comment-respond .save-info {
		text-align: center;
	}
	.md-comments-wrapper ul.comment-answer {
		padding-left: 20px;
	}
	.pagination-wrapper {
		margin: 30px 0;
	}
	.md-home5-strip .clients-count {
		margin-bottom: 20px;
	}
	.md-cart tfoot tr {
		margin: 0 auto;
	}
	.md-cart .cart-btns {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
	}
	.md-cart .cart-btns button {
		margin: 10px 0;
	}
	.md-cart-table {
		width: 100%;
		display: block;
	}
	.md-cart-table thead,
	.md-cart-table tbody,
	.md-cart-table th,
	.md-cart-table td,
	.md-cart-table tr {
		display: block;
	}
	.md-cart-table thead tr {
		position: absolute;
		top: -99999px;
		left: -99999px;
	}
	.md-cart tr {
		border: 2px solid #ccc;
	}
	.md-cart tr td {
		border: none;
		border-bottom: 1px solid #ccc;
		position: relative;
		padding-left: 50%;
	}
	.md-related-products .img-wrapper img {
		display: block;
		margin: 0 auto;
	}
	.md-cart td:before {
		position: absolute;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		content: attr(data-title);
		font-weight: bold;
		color: #222;
	}
	.md-cart .price-txt {
		text-align: center;
	}
	.md-cart-table .cart-item {
		display: block;
	}
	.md-cart .cart-item .item-name {
		padding: 0;
		text-align: center;
	}
	.md-cart-table .product-thumbnail img {
		display: block;
		margin: 0 auto;
	}
	.comment-respond .submit-btn {
		width: 40%;
	}
	.mission-item {
		margin-bottom: 60px;
	}
	.border-l-r {
		border: 0;
	}
	.md-home5-slider .slick-next {
		right: 38%;
	}
	.md-home5-slider .slick-prev {
		left: 38%;
	}
	.form-wrapper h3{
		font-size: 24px;
	}
}
@media(max-width: 576px) {
	.md-home5-banner .banner-title h1 {
		font-size: 40px;
	}
	.md-sale-products h4 {
		text-align: center;
	}
	.md-cart .cart-btns {
		flex-direction: column;
	}
	.md-sale-products .product-item .img {
		margin: 10px 0;
	}
	.md-sale-products .product-item {
		flex-direction: column;
		text-align: center;
	}
	.md-home3-product .tab-wrap ul li .nav-link {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	.md-home2-product .product-item .product-overlay .content h4 {
		font-size: 25px;
	}
	.md-home3-product .tab-wrap {
		border: 0;
	}
	.md-home3-product .tab-wrap ul {
		flex-direction: column;
	}
	.md-about-product .tab-content {
		padding: 30px;
	}
	.md-product-page .products-area .option-bar {
		flex-direction: column;
	}
	.md-product-page .products-area .option-bar .select-wrap {
		margin-top: 10px;
	}
	.blog-details-2 .content-wrapper,
	.blog-left-sidebar .content-wrapper,
	.blog-right-sidebar .content-wrapper,
	.blog-details-full .content-wrapper {
		margin-left: 0;
		margin-right: 0;
		margin-top: -20px;
	}
	.md-shop-product .quantity-box-form .btn-outline-green {
		margin-left: 30px;
	}
	.md-cart .cart-btns .btn-outline-green {
		margin-right: 0;
	}
}
