@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins&display=swap');
html,
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin: 1em 0 1.2em 0;
	color: #486f04;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p, li {
	font-size: 16px;
	color: #838383;
	line-height: 2em;
	font-weight: 200;
}
p.large-text{
	font-size: 16px;
	font-weight: 200;
}
img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 48px;
	position: relative;
	padding-top: 18px;
}

.section-title:after {
	position: absolute;
	content: "";
	width: 56px;
	height: 5px;
	left: 0;
	top: 0;
	background:#659E32;
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.section-title h2,
.section-title h3 {
	font-weight: 700;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 96px;
	padding-bottom: 96px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}


/*---------------------
	Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	min-width: 178px;
	text-align: center;
	border: none;
	padding: 18px 5px;
	font-weight: 400;
	font-size: 14px;
	position: relative;
	color: #fff;
	cursor: pointer;
	background: #659E32;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	clear: both;
}

.header-top {
	background: #659E32;
	overflow: hidden;
	padding: 18px 0;
}

.header-social {
	float: left;
}

.header-social a {
	color: #fff;
	margin-right: 35px;
}
.header-social a:hover {
	color: #292928;
}

.user-panel {
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.user-panel a {
	color: #fff;
}

.user-panel a:hover {
	color: #292928;
}

.header-bottom {
	padding: 24px 0;
	position: relative;
}

.site-logo {
	display: inline-block;
}

.nav-switch {
	display: none;
}

.main-menu,
.footer-menu {
	list-style: none;
	float: right;
	margin-right: 160px;
}

.main-menu li,
.footer-menu li {
	display: inline;
}

.main-menu li a,
.footer-menu li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #474747;
	padding: 25px 20px;
}

.main-menu li a:hover,
.footer-menu li a:hover {
	color: #43930B;
}

.header-search {
	float: right;
	margin-top: 15px;
}

.header-search a {
	height: 37px;
	width: 34px;
	border: none;
	background: #334A19;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	padding-top: 7px;
}

/*------------------
  Hero Section
---------------------*/

.hero-section {
	clear: both;
}

.hero-slide-item {
	height: 694px;
	display: table;
	width: 100%;
	overflow: hidden;
}

.hs-text {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.hs-title-1,
.hs-title-2,
.hs-title-3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px #222;
}

.hs-title-1 span,
.hs-title-2 span,
.hs-title-3 span {
	display: inline-block;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: -1px -5px 20px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: -1px -5px 20px 0px rgba(0, 0, 0, 0.3);
	opacity: 0;
}

.hs-title-1 {
	font-size: 72px;
	z-index: 3;
}

.hs-title-1 span {
	padding: 0 28px;
	background: #abdb58;
	-webkit-transform: rotate(4deg);
	    -ms-transform: rotate(4deg);
	        transform: rotate(4deg);
}

.hs-title-2 {
	font-size: 48px;
	z-index: 4;
}

.hs-title-2 span {
	padding: 5px 28px;
	background: #fcbd32;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	left: 0;
	top: 0;
}

.hs-title-3 {
	font-size: 36px;
	z-index: 5;
}

.hs-title-3 span {
	padding: 10px 28px;
	background: #c7de43;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	top: 0;
}

.owl-item.active .hero-slide-item .hs-title-1 span,
.owl-item.active .hero-slide-item .hs-title-2 span,
.owl-item.active .hero-slide-item .hs-title-3 span {
	opacity: 1;
}

.owl-item.active .hero-slide-item .hs-title-1 span {
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition: all 0.4s ease 0.6s;
	-o-transition: all 0.4s ease 0.6s;
	transition: all 0.4s ease 0.6s;
}

.owl-item.active .hero-slide-item .hs-title-2 span {
	-webkit-transform: rotate(-6deg);
	    -ms-transform: rotate(-6deg);
	        transform: rotate(-6deg);
	left: 120px;
	top: -15px;
	-webkit-transition: all 0.4s ease 0.8s;
	-o-transition: all 0.4s ease 0.8s;
	transition: all 0.4s ease 0.8s;
}

.owl-item.active .hero-slide-item .hs-title-3 span {
	-webkit-transform: rotate(3deg);
	    -ms-transform: rotate(3deg);
	        transform: rotate(3deg);
	top: -15px;
	-webkit-transition: all 0.4s ease 1s;
	-o-transition: all 0.4s ease 1s;
	transition: all 0.4s ease 1s;
}

.hero-slider .owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #659E32;
	color: #659E32;
	border-radius: 50%;
	right: 110px;
	top: calc(50% - 20px);
	text-align: center;
	font-size: 24px;
}

/*------------------
  Add Section
---------------------*/

.add-slider {
	position: absolute;
	width: calc(100% - 33.333333%);
	height: 100%;
	background: #333;
}

.add-slider .owl-stage-outer,
.add-slider .owl-stage,
.add-slider .owl-item,
.add-slider .as-item {
	height: 100%;
}

.add-text-warp {
	position: relative;
	z-index: 2;
}

.add-warp {
	position: relative;
	overflow: hidden;
}

.add-warp .add-text {
	background: #334A19;
	padding: 50px 0 35px;
}

.add-warp .add-text:after {
	position: absolute;
	content: "";
	width: 160px;
	height: 123%;
	left: -80px;
	top: -61px;
	background: #334A19;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
	z-index: -1;
}

.add-warp .add-text h2 {
	font-weight: 700;
	margin-bottom: 15px;
}

.add-warp .add-text ul {
	list-style: none;
}

.add-warp .add-text ul li {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 15px;
}

.add-warp .add-text ul li:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	left: 0;
	top: 0;
	background-image: url(../img/icon/check.png);
}

.add-warp .add-text .at-style {
	position: absolute;
	height: 100%;
	width: 40%;
	left: 0;
	z-index: -2;
}

.add-warp .add-text .at-style:after {
	position: absolute;
	content: "";
	width: 160px;
	height: 123%;
	left: -80px;
	top: -61px;
	background: #fdc856;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
	z-index: -1;
}

.add-warp .add-text .at-style:before {
	position: absolute;
	content: "";
	width: 160px;
	height: 123%;
	left: -87px;
	top: -26px;
	background: #bdde64;
	-webkit-transform: rotate(-25deg);
	    -ms-transform: rotate(-25deg);
	        transform: rotate(-25deg);
	z-index: -1;
}


.bottom-widgets-section {
	background: #f4f7fb;
}

.sp-blog-item {
	margin-top: 30px;
	-webkit-box-shadow: 0 17px 29px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 17px 29px rgba(0, 0, 0, 0.15);
}

.sp-blog-item .blog-thubm {
	position: relative;
}

.sp-blog-item .blog-thubm img {
	min-width: 100%;
}

.sp-blog-item .blog-date {
	position: absolute;
	top: 0;
	left: 0;
	background: #334A19;
	color: #fff;
	font-size: 14px;
	padding: 15px 24px 15px 30px;
}

.sp-blog-item .blog-date span {
	position: relative;
	z-index: 2;
}

.sp-blog-item .blog-date:after {
	position: absolute;
	content: "";
	right: -30px;
	top: 0;
	color: treansepernt;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 51px solid #334A19;
	z-index: 0;
}

.sp-blog-item .blog-text {
	padding: 48px 40px 45px;
	background: #fff;
	position: relative;
}

.sp-blog-item .blog-text h5 {
	margin-bottom: 10px;
}

.sp-blog-item .blog-text span {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #334A19;
}

.sp-blog-item .blog-text .comment {
	font-size: 12px;
	color: #474747;
}

.sp-blog-item .readmore {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 41px;
	height: 41px;
	text-align: center;
	background: #334A19;
	color: #fff;
	font-size: 23px;
	padding-top: 4px;
}

/*------------------
  products Section
---------------------*/

.products-section .container {
	margin-bottom: -30px;
}

.product {
	position: relative;
	margin-bottom: 30px;
}

.product .product-info-warp {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-right: 80px;
	overflow: hidden;
}

.product .product-info {
	padding: 7px 20px 5px;
	background: #659E32;
	position: relative;
}
.product .product-info h3{
	margin: 0;
}

/*
.product .product-info:after {
	position: absolute;
	content: "";
	width: 53px;
	height: calc(100% + 40px);
	right: -39px;
	bottom: 0;
	background: #659E32;
	-webkit-transform: rotate(27deg);
	    -ms-transform: rotate(27deg);
	        transform: rotate(27deg);
}
*/

.product .product-info h3 {
	font-size: 14px;
	padding-bottom: 5px;
	color: #fff;
}
.product-btns{
	margin: 0 5px;
}

p.card-text{
	font-size: 13px;
}

.special{
	background-color:#CC0E11;
	color: #FFFFFF;
	padding: 5px;
}



/*------------------
  Gallery Section
---------------------*/

.gallery-slider .gs-item {
	height: 320px;
}

/*------------------
  Footer Section
---------------------*/

.footer-section {
	padding: 60px 70px 50px;
}

.footer-social {
	margin-top: 25px;
}

.footer-social a {
	color: #b8b8b8;
	font-size: 16px;
	margin-right: 30px;
}

.footer-social a:hover {
	color: #334A19;
}

.footer-menu {
	float: none;
	margin-right: 0;
}

.footer-menu li a {
	padding: 20px 15px;
}

.footer-menu li:last-child a {
	padding-right: 0;
}

.copyright {
	margin-bottom: 0;
	padding-top: 10px;
}

/*------------------
  Contacts
-------------------*/
.contact-form-warp h4 {
	font-weight: 600;
	margin-bottom: 75px;
}

.contact-logo {
	margin-bottom: 40px;
}

.contact-info {
	padding-left: 95px;
}

.contact-info .ct-list {
	list-style: none;
}

.contact-info .ct-list li {
	margin-bottom: 25px;
}

.contact-info .ct-list h6 {
	display: inline-block;
	color: #659E32;
	padding-bottom: 1px;
	border-bottom: 1px solid #659E32;
	margin-bottom: 5px;
}

.contact-info .ct-list p {
	margin-bottom: 0;
	font-weight: 500;
	color: #474747;
}

.contact-social {
	padding-top: 30px;
}

.contact-social a {
	color: #474747;
	margin-right: 30px;
}

.contact-social a:last-child {
	margin-right: 0;
}

.location-map {
	height: 579px;
	margin-top: 16px;
	background: #ddd;
}
.comment-section h4 {
	font-weight: 600;
	margin-bottom: 75px;
}

.comment-form input,
.comment-form textarea,
.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 53px;
	border: none;
	background: #eff3f7;
	font-size: 14px;
	padding: 0 30px;
	margin-bottom: 25px;
}

.comment-form textarea,
.contact-form textarea {
	height: 232px;
	padding: 30px;
}

.comment-form .site-btn,
.contact-form .site-btn {
	min-width: 149px;
}

.comment-form ::-webkit-input-placeholder,
.contact-form ::-webkit-input-placeholder {
	font-style: italic;
}

.comment-form :-ms-input-placeholder,
.contact-form :-ms-input-placeholder {
	font-style: italic;
}

.comment-form ::-ms-input-placeholder,
.contact-form ::-ms-input-placeholder {
	font-style: italic;
}

.comment-form ::placeholder,
.contact-form ::placeholder {
	font-style: italic;
}


/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

@media (max-width: 1559px) {
	.facts-warp {
		width: 100%;
	}
	.newsletter-section .nl-sp-img {
		min-width: auto;
		left: 30px;
	}
	.product-view-section .rv-warp {
		width: 100%;
		margin-top: 0;
	}
}

@media (max-width: 1250px) {
	h1 {
		font-size: 30px;
	}
	.sf-warp {
		width: 100%;
	}
	.newsletter-section .nl-sp-img {
		left: 0;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-size: 30px;
	}
	.main-menu {
		margin-right: 40px;
	}
	.gallery-slider .gs-item {
		height: 235px;
	}
	.hero-slide-item .hs-text {
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
		-webkit-transform-origin: center center;
		    -ms-transform-origin: center center;
		        transform-origin: center center;
	}
	.big-search-form input {
		width: calc(37.6% - 17px);
	}
	.footer-menu li a {
		padding: 15px 8px;
	}
	.product .product-info:after {
		right: -32px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 30px;
	}
	.site-logo {
		max-width: 220px;
	}
	.main-menu {
		margin-right: 15px;
	}
	.main-menu li a {
		padding: 10px 12px;
	}
	.header-search {
		margin-top: 0;
	}
	.hero-slide-item .hs-text {
		-webkit-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
		-webkit-transform-origin: center center;
		    -ms-transform-origin: center center;
		        transform-origin: center center;
	}
	.hero-slider .owl-next {
		right: 50px;
	}
	.review-item {
		margin: 10px 0;
	}
	.gallery-slider .gs-item {
		height: 242px;
	}
	.footer-menu li:first-child a {
		padding-left: 0;
	}
	.big-search-form select {
		width: calc(51% - 17px);
		margin-bottom: 20px;
	}
	.big-search-form select:nth-child(2) {
		margin-right: 0;
	}
	.big-search-form input {
		width: calc(73.3% - 17px);
	}
	.big-search-form .bsf-btn {
		width: 182px;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.fact-item {
		margin-bottom: 40px;
	}
	.facts-section .container {
		margin-bottom: -40px;
	}
	.product-filter-warp {
		margin-bottom: 50px;
	}
	.contact-form-warp {
		margin-bottom: 50px;
	}
	.contact-info {
		padding-left: 0;
	}
	.contact-info .ct-list li {
		float: left;
		margin-right: 50px;
	}
	.contact-info .ct-list li:last-child {
		margin-right: 0;
	}
	.contact-social {
		clear: both;
		margin-bottom: 40px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
	.main-menu {
		display: none;
		float: none;
		position: absolute;
		background: #fff;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 999;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		display: block;
		color: #333;
		margin-left: 0;
		padding: 13px 20px;
		border-top: 1px solid #ededed;
	}
	.nav-switch {
		display: block;
		float: right;
		width: 38px;
		height: 38px;
		border: 1px solid #ddd;
		text-align: center;
		font-size: 24px;
		margin-left: 15px;
	}
	.header-search {
		margin-top: 0;
	}
	.hero-slide-item {
		height: 594px;
	}
	.hero-slide-item .hs-text {
		-webkit-transform: scale(0.6);
		    -ms-transform: scale(0.6);
		        transform: scale(0.6);
		-webkit-transform-origin: center center;
		    -ms-transform-origin: center center;
		        transform-origin: center center;
	}
	.hs-title-1 {
		font-size: 60px;
	}
	.hs-title-2 {
		font-size: 45px;
	}
	.hs-title-3 {
		font-size: 35px;
	}
	.hero-slider .owl-next {
		right: 20px;
	}
	.add-warp {
		padding-left: 170px;
	}
	.review-item {
		margin: 10px 0;
	}
	.ftw-warp:first-child {
		margin-bottom: 30px;
	}
	.footer-section {
		text-align: center;
	}
	.footer-social a {
		color: #474747;
		margin-right: 20px;
	}
	.footer-menu {
		margin: 30px 0 10px;
	}
	.footer-menu li a {
		padding: 5px 10px;
	}
	.gallery-slider .gs-item {
		height: 150px;
	}
	.big-search-form select,
	.big-search-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.big-search-form {
		text-align: center;
	}
	.big-search-form .bsf-btn {
		width: 182px;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.fact-item {
		margin-bottom: 40px;
	}
	.facts-section .container {
		margin-bottom: -40px;
	}
	.page-top-section h2 {
		font-size: 42px;
	}
	.product-filter-warp {
		margin-bottom: 50px;
	}
	.product-view {
		margin-bottom: 20px;
	}
	.footer-section {
		padding: 60px 15px 50px;
	}
	.contact-form-warp {
		margin-bottom: 50px;
	}
	.contact-info {
		padding-left: 0;
	}
	.contact-info .ct-list li {
		float: left;
		margin-right: 50px;
	}
	.contact-info .ct-list li:last-child {
		margin-right: 0;
	}
	.contact-social {
		clear: both;
		margin-bottom: 40px;
	}
}

/* Medium Mobile :480px. */

@media only screen and (max-width: 576px) {
	.add-warp {
		padding-left: 0px;
	}
	.add-warp .add-text {
		padding-left: 30px;
		padding-right: 20px;
	}
	.hero-slide-item .hs-text {
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
	.hs-title-1 {
		font-size: 40px;
	}
	.hs-title-2 {
		font-size: 30px;
	}
	.hs-title-3 {
		font-size: 20px;
	}
	.owl-item.active .hero-slide-item .hs-title-1 span,
	.owl-item.active .hero-slide-item .hs-title-2 span,
	.owl-item.active .hero-slide-item .hs-title-3 span {
		-webkit-transform: rotate(0);
		    -ms-transform: rotate(0);
		        transform: rotate(0);
		left: 0;
		top: 0;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.site-logo {
		max-width: 170px;
	}
	.header-social {
		display: none;
	}
	.user-panel {
		float: none;
		text-align: center;
	}
	.gallery-slider .gs-item {
		height: 100px;
	}
	.review-item .review-thumb {
		float: none;
		margin: 20px auto 0;
	}
	.review-item .review-text {
		clear: both;
		padding-bottom: 30px;
		padding-left: 30px;
		text-align: center;
	}
	.review-item .author-pic {
		float: none;
		display: inline-block;
	}
	.review-item p {
		padding-left: 0;
	}
	.page-top-section h2 {
		font-size: 32px;
	}
	.product-filter-warp .filter-top {
		padding-right: 58px;
	}
	.product-info-list {
		padding-left: 0;
	}
}

@media only screen and (max-width: 330px) {
	.product-filter-warp .filter-top,
	.product .product-info-warp {
		padding-right: 0;
	}
}