/*-----------------------------------------------------------------------------------

    Template Name: Landco - Garden & Landscaping WordPress Theme
    Description: Garden & Landscaping WordPress Theme
    Author: BDevs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. header
    03. slider
    04. about
    05. service
    06. portfolio
    07. chose-us
    08. process
    09. testimonial
    10. blog
    11. team
    12. contact
    13. shop
    14. breadcrumb
    15. price
    16. gallery
    17. career
	18. mobile-menu
	19. Footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/

/* 1. Theme default css */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.9;
	font-weight: normal;
	font-style: normal;
	color: #444;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.fix {
	overflow: hidden;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

a,
button {
	color: inherit;
	outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Serif', serif;
	color: #0d3c00;
	margin-top: 0;
	font-style: normal;
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #444;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #ebebeb;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #222222;
	color: white;
	text-shadow: none;
}

::-moz-selection {
	background: #222222;
	color: white;
	text-shadow: none;
}

::selection {
	background: #222222;
	color: white;
	text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
	color: #222222;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #222222;
	font-size: 14px;
	opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
.pos-rel {
	position: relative;
}

.pos-abl {
	position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
	overflow: hidden;
}

.clear {
	clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.green-bg {
	background: #0d3c00;
}

.green-soft-bg {
	background: #0b3300;
}

.green-dark-bg {
	background: #1e6d08;
}

.grey-bg {
	background: #f4f5f0;
}

.white-bg {
	background: white;
}

.black-bg {
	background: #222222;
}

.theme-bg {
	background: #6a961f;
}

/*--
    - color
-----------------------------------------*/
.white-color {
	color: white;
}

.black-color {
	color: #222222;
}

.theme-color {
	color: #6a961f;
}

/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
	color: White;
	background: #6a961f;
	font-family: 'Noto Serif', serif;
	font-weight: 600;
	padding: 23px 35px;
	text-transform: uppercase;
	border-radius: 0 30px 30px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.theme_btn:hover {
	color: white;
	background: #0d3c00;
}

.theme_btn2 {
	padding: 20px 39px;
	display: inline-block;
}

/*--
section-title
----------------------------------------*/
.section-title span {
	color: #6a961f;
	font-size: 18px;
	font-family: 'Noto Serif', serif;
	line-height: 1.6;
	display: inline-block;
}

.section-title span.left-line {
	position: relative;
}

.section-title span.left-line::before {
	content: "";
	background-color: #6a961f;
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 20px;
	z-index: 1;
}

.blog-post-content.s_blog_content .blog-title {
	line-height: 1.2;
}

.section-title h2 {
	color: #0d3c00;
	font-size: 48px;
	line-height: 1.1;
	font-family: 'Noto Serif', serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-title h2 {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.section-title h2 {
		font-size: 27px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-title h2 {
		font-size: 27px;
	}
}

.section-title-white span {
	color: white;
}

.section-title-white h2 {
	color: white !important;
}

.section-title-white p {
	color: white;
}

.popup-video {
	color: #fff;
	font-size: 30px;
	text-align: center;
	border: 3px solid white;
	border-radius: 50%;
	display: inline-block;
	width: 194px;
	height: 194px;
	z-index: 1;
	line-height: 194px;
	font-size: 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.popup-video:hover {
	color: white;
	background: #0d3c00;
	border-color: #0d3c00;
}

.popup-02 {
	width: 144px;
	height: 144px;
	text-align: center;
	line-height: 144px;
	font-size: 24px;
}

.popup-03 {
	width: 79px;
	height: 79px;
	line-height: 79px;
	font-size: 15px;
}

.popup-04 {
	border: 0;
	font-size: 18px;
}

.popup-04:hover {
	background: none;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-155 {
	margin-top: 155px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-175 {
	margin-top: 175px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-185 {
	margin-top: 185px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-195 {
	margin-top: 195px;
}

.mt-200 {
	margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-145 {
	margin-bottom: 145px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-155 {
	margin-bottom: 155px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-165 {
	margin-bottom: 165px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-175 {
	margin-bottom: 175px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-185 {
	margin-bottom: 185px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-195 {
	margin-bottom: 195px;
}

.mb-200 {
	margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-75 {
	margin-left: 75px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-85 {
	margin-left: 85px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-95 {
	margin-left: 95px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-105 {
	margin-left: 105px;
}

.ml-110 {
	margin-left: 110px;
}

.ml-115 {
	margin-left: 115px;
}

.ml-120 {
	margin-left: 120px;
}

.ml-125 {
	margin-left: 125px;
}

.ml-130 {
	margin-left: 130px;
}

.ml-135 {
	margin-left: 135px;
}

.ml-140 {
	margin-left: 140px;
}

.ml-145 {
	margin-left: 145px;
}

.ml-150 {
	margin-left: 150px;
}

.ml-155 {
	margin-left: 155px;
}

.ml-160 {
	margin-left: 160px;
}

.ml-165 {
	margin-left: 165px;
}

.ml-170 {
	margin-left: 170px;
}

.ml-175 {
	margin-left: 175px;
}

.ml-180 {
	margin-left: 180px;
}

.ml-185 {
	margin-left: 185px;
}

.ml-190 {
	margin-left: 190px;
}

.ml-195 {
	margin-left: 195px;
}

.ml-200 {
	margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-65 {
	margin-right: 65px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-75 {
	margin-right: 75px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-85 {
	margin-right: 85px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-95 {
	margin-right: 95px;
}

.mr-100 {
	margin-right: 100px;
}

.mr-105 {
	margin-right: 105px;
}

.mr-110 {
	margin-right: 110px;
}

.mr-115 {
	margin-right: 115px;
}

.mr-120 {
	margin-right: 120px;
}

.mr-125 {
	margin-right: 125px;
}

.mr-130 {
	margin-right: 130px;
}

.mr-135 {
	margin-right: 135px;
}

.mr-140 {
	margin-right: 140px;
}

.mr-145 {
	margin-right: 145px;
}

.mr-150 {
	margin-right: 150px;
}

.mr-155 {
	margin-right: 155px;
}

.mr-160 {
	margin-right: 160px;
}

.mr-165 {
	margin-right: 165px;
}

.mr-170 {
	margin-right: 170px;
}

.mr-175 {
	margin-right: 175px;
}

.mr-180 {
	margin-right: 180px;
}

.mr-185 {
	margin-right: 185px;
}

.mr-190 {
	margin-right: 190px;
}

.mr-195 {
	margin-right: 195px;
}

.mr-200 {
	margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 85px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-105 {
	padding-left: 105px;
}

.pl-110 {
	padding-left: 110px;
}

.pl-115 {
	padding-left: 115px;
}

.pl-120 {
	padding-left: 120px;
}

.pl-125 {
	padding-left: 125px;
}

.pl-130 {
	padding-left: 130px;
}

.pl-135 {
	padding-left: 135px;
}

.pl-140 {
	padding-left: 140px;
}

.pl-145 {
	padding-left: 145px;
}

.pl-150 {
	padding-left: 150px;
}

.pl-155 {
	padding-left: 155px;
}

.pl-160 {
	padding-left: 160px;
}

.pl-165 {
	padding-left: 165px;
}

.pl-170 {
	padding-left: 170px;
}

.pl-175 {
	padding-left: 175px;
}

.pl-180 {
	padding-left: 180px;
}

.pl-185 {
	padding-left: 185px;
}

.pl-190 {
	padding-left: 190px;
}

.pl-195 {
	padding-left: 195px;
}

.pl-200 {
	padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 85px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-105 {
	padding-right: 105px;
}

.pr-110 {
	padding-right: 110px;
}

.pr-115 {
	padding-right: 115px;
}

.pr-120 {
	padding-right: 120px;
}

.pr-125 {
	padding-right: 125px;
}

.pr-130 {
	padding-right: 130px;
}

.pr-135 {
	padding-right: 135px;
}

.pr-140 {
	padding-right: 140px;
}

.pr-145 {
	padding-right: 145px;
}

.pr-150 {
	padding-right: 150px;
}

.pr-155 {
	padding-right: 155px;
}

.pr-160 {
	padding-right: 160px;
}

.pr-165 {
	padding-right: 165px;
}

.pr-170 {
	padding-right: 170px;
}

.pr-175 {
	padding-right: 175px;
}

.pr-180 {
	padding-right: 180px;
}

.pr-185 {
	padding-right: 185px;
}

.pr-190 {
	padding-right: 190px;
}

.pr-195 {
	padding-right: 195px;
}

.pr-200 {
	padding-right: 200px;
}

.dark #preloader {
	background-color: #232323;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 999999;
}

.preloader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #6a961f;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

#scrollUp {
	background: #6a961f;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 50px;
	bottom: 50px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
}

#scrollUp i {
	color: white;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
	background-color: white;
}

[data-overlay="dark"]::before {
	background-color: #222222;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
	opacity: 0.1;
}

[data-opacity="2"]::before {
	opacity: 0.2;
}

[data-opacity="3"]::before {
	opacity: 0.3;
}

[data-opacity="4"]::before {
	opacity: 0.4;
}

[data-opacity="5"]::before {
	opacity: 0.5;
}

[data-opacity="6"]::before {
	opacity: 0.6;
}

[data-opacity="7"]::before {
	opacity: 0.7;
}

[data-opacity="8"]::before {
	opacity: 0.8;
}

[data-opacity="9"]::before {
	opacity: 0.9;
}

.header-top-area {
	max-width: 1246px;
	margin: 0 auto;
	border-right: 2px solid #6a961f;
	border-left: 2px solid #6a961f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top-area {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area {
		padding: 20px 0 20px 0;
	}
}

@media (max-width: 767px) {
	.main-header-area {
		padding: 20px 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-header-area {
		padding: 20px 0 26px 0;
	}
}

.logo {
	transform: translateY(-29px);
}

.logo img {
	width: 190px;
}

.footer-logo img {
	width: 190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.logo {
		transform: translateY(0);
		padding-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.logo {
		transform: translateY(0);
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo {
		transform: translateY(0);
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.logo {
		transform: translateY(0);
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.logo {
		transform: translateY(0);
		padding-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hamburger-menu {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.hamburger-menu {
		padding-right: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hamburger-menu {
		padding-right: 10px;
	}
}

.side-nav {
	transform: translateY(-26px);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.side-nav {
		transform: translateY(0);
		padding-right: 30px;
	}
}

.side-nav>a {
	font-size: 12px;
	padding: 18px 33px;
}

.headers {
	display: inline-block;
}

.headers__icon i {
	color: #6a961f;
	font-size: 13px;
}

.headers__icon a {
	font-size: 17px;
	font-family: 'Noto Serif', serif;
	line-height: 1;
	color: #777777;
}

.headers__lang {
	background: white;
	min-width: 120px;
	text-align: center;
	position: absolute;
	top: 120%;
	transition: 0.4s all;
	box-shadow: 1px 1px 0px 2px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	z-index: 111;
	padding: 0;
	list-style: none;
}

.headers__lang li {
	border-bottom: 1px solid #6a961f;
}

.headers__lang li:last-child {
	border: 0;
}

.headers__lang li a {
	display: block;
	padding: 4px 0;
	color: #6a961f;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
}

.headers:hover .headers__lang {
	opacity: 1;
	visibility: visible;
}

.info__list li {
	display: inline-block;
}

.info__list li a {
	color: #777777;
	font-size: 15px;
	font-family: 'Noto Serif', serif;
	line-height: 1;
	margin: 0 12px;
}

@media (max-width: 767px) {
	.shoping {
		margin-top: -29px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.shoping {
		margin-top: -29px;
	}
}

.shoping__cart a {
	color: #777777;
	font-size: 15px;
	line-height: 1;
}

.shoping__cart a i {
	color: #6a961f;
}

.main-menu {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-menu {
		margin: 0;
	}
}

.main-menu ul li {
	display: inline-block;
	position: relative;
}

.main-menu ul li>a {
	color: #0d3c00;
	font-size: 15px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	padding: 30px 0;
	margin: 0 22px;
	display: inline-block;
	position: relative;
}

.main-menu ul li:before {
	content: "";
	position: absolute;
	background: #6a961f;
	width: 0;
	left: 0;
	height: 3px;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	z-index: 1;
}

.main-menu ul li>a i {
	font-size: 10px;
}

.main-menu ul li>a.active {
	color: #6a961f;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.main-menu ul li>a {
		margin: 0 17px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-menu ul li>a {
		margin: 0 10px;
	}
}

.main-menu ul li.current-menu-item>a,
.main-menu ul li:hover>a {
	color: #6a961f;
}

.main-menu ul li:hover:before {
	right: 0;
	width: 100%;
}

.main-menu ul li ul.sub-menu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 9;
	border-top: 4px solid #6a961f;
	text-align: left;
	padding: 17px 0;
}

.main-menu ul li ul.sub-menu li {
	display: block;
}

.main-menu ul li ul.sub-menu li a {
	padding: 6px 30px;
	display: block;
	margin: 0;
	border: 0;
	line-height: 27px;
}

.main-menu ul li ul.sub-menu li:before {
	display: none;
}

.main-menu ul>li:hover>.sub-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.main-menu ul li ul.sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.sticky .logo {
	transform: translateY(2px);
}

.sticky .hamburger-menu {
	top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sticky .hamburger-menu {
		top: 35px;
	}
}

.sticky .side-nav {
	transform: translateY(0px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rightnav {
		margin-top: 9px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.rightnav__cart {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.rightnav__cart {
		margin-right: 10px;
	}
}

.rightnav__cart a {
	color: #6a961f;
	font-size: 24px;
	position: relative;
}

.rightnav__cart a::before {
	content: "0";
	position: absolute;
	right: -16px;
	top: -23px;
	border-radius: 50%;
	background-color: #6a961f;
	width: 25px;
	height: 25px;
	color: white;
	text-align: center;
	line-height: 25px;
	font-size: 17px;
}

/* Hamburger-menu */
.hamburger-menu {
	display: inline-block;
	padding-right: 0;
}

.hamburger-menu a {
	display: inline-block;
	font-size: 25px;
	color: #6a961f;
}

.side-mobile-menu {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.side-mobile-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	.side-mobile-menu {
		display: block;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.side-mobile-menu {
		display: block;
	}
}

.offset-sidebar {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offset-sidebar {
		display: none;
	}
}

@media (max-width: 767px) {
	.offset-sidebar {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.offset-sidebar {
		display: none;
	}
}

.main-header-area2 .logo {
	transform: translateY(0) !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.main-header-area2 .logo {
		padding-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-header-area2 .logo {
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area2 .logo {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.main-header-area2 .logo {
		padding-left: 0;
		text-align: left;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-header-area2 .logo {
		padding-left: 10px;
		text-align: left;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-header-area2 .hamburger-menu2 {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area2 .hamburger-menu2 {
		padding-right: 0;
		text-align: right;
	}
}

@media (max-width: 767px) {
	.main-header-area2 .hamburger-menu2 {
		padding-right: 10px;
		text-align: right;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-header-area2 .hamburger-menu2 {
		padding-right: 10px;
		text-align: right;
	}
}

.main-header-area2 .side-nav2 {
	transform: translateY(0px) !important;
	padding-right: 135px;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.main-header-area2 .side-nav2 {
		padding-right: 50px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.main-header-area2 .side-nav2 {
		padding-right: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header-area2 .side-nav2 {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area2 .side-nav2 {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.main-header-area2 .side-nav2 {
		display: none !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-header-area2 .side-nav2 {
		display: none !important;
	}
}

.main-header-area2 .side-nav2>a {
	font-size: 12px;
	padding: 18px 33px;
}

.main-header-area2.sticky {
	padding: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	background: white;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area2.sticky {
		padding: 20px 0 20px 0;
	}
}

@media (max-width: 767px) {
	.main-header-area2.sticky {
		padding: 20px 0 20px 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-header-area2.sticky {
		padding: 20px 0 20px 0;
	}
}

.main-header-area2.sticky .logo {
	transform: translateY(2px);
}

.main-header-area2.sticky .hamburger-menu2 {
	top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area2.sticky .hamburger-menu2 {
		top: 35px;
	}
}

.main-header-area2.sticky .side-nav {
	transform: translateY(0px);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.shopings {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.shopings {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.shopings {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.shopings {
		display: none !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.shopings {
		display: none !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.shopings__search {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.shopings__search {
		margin-right: 0px;
	}
}

.shopings__search>a {
	font-size: 14px;
	border: 2px solid #ebebeb;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	width: 41px;
	height: 41px;
}

.shopings__cart {
	color: #0d3c00;
	font-size: 14px;
}

.shopings__cart .total_product {
	border-radius: 50%;
	background: #6a961f;
	width: 25px;
	height: 25px;
	display: inline-block;
	color: white;
	text-align: center;
	line-height: 24px;
	font-size: 17px;
	font-family: 'Noto Serif', serif;
	position: relative;
	top: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu-area {
		margin-left: 0;
		text-align: right !important;
	}
}

.main-menu-area ul li a {
	padding: 45px 0 47px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-menu-area ul li a {
		margin: 0 5px;
	}
}

.main-menu-area ul li a::before {
	top: 0;
}

.transparent-header {
	background: transparent;
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	right: 0;
	padding: 25px 0 40px 0;
	background: transparent;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.transparent-header.sticky {
	padding: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	padding: 25px 0 30px 0;
	background: rgba(13, 60, 0, 0.949);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	padding: 20px 0 15px 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.headers__cta .cal {
	color: white;
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Noto Serif', serif;
}

.hamburger-menu3>a {
	color: white;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Noto Serif', serif;
	margin-left: 20px;
	display: inline-block;
}

.hamburger-menu3>a i {
	font-size: 25px;
}

.hamburger-menu3 .menu-name {
	position: relative;
	top: -4px;
}

@media (max-width: 767px) {
	.hamburger-menu3 .menu-name {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hamburger-menu3 .menu-name {
		display: none;
	}
}

.logo-03 {
	transform: translateY(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo-03 {
		text-align: right !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.logo-03 {
		text-align: right !important;
	}
}

@media screen and (max-width: 991px) {
	.logo-03 {
		text-align: right !important;
	}

	.hamburger-menu3>a {
		margin-left: 0;
	}
}

.header__social::before {
	background: #bababa;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
	height: 25px;
	z-index: 1;
	content: "";
}

.header__social>a {
	color: #bababa;
	font-size: 17px;
	line-height: 28px;
	margin: 0 4px;
}

.header__social>a:hover {
	color: white;
}

.headers__icon2 {
	color: white;
}

.headers__icon2>i {
	color: white;
}

.headers__icon2>a {
	color: white;
	font-family: 'Noto Serif', serif;
	line-height: 28px;
}

/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
	color: #0d3c00;
	margin-right: 23px;
}

.nav-search.search-trigger.header-2-icon {
	color: #0d3c00;
	display: inline-block;
}

.nav-search {
	position: relative;
	display: block;
	color: inherit;
}

.nav-search:hover {
	color: inherit;
}

.search-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.search-wrap .search-cell {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.search-wrap .search-field-holder {
	width: 50%;
	margin: auto;
	position: relative;
	animation: slideInUp 0.3s;
}

.search-wrap .main-search-input {
	width: 100%;
	height: 70px;
	border: 0;
	padding: 0 50px;
	text-transform: uppercase;
	background: transparent;
	font-size: 25px;
	color: #fff;
	border-bottom: 2px solid #898989;
	text-align: center;
	letter-spacing: 2px;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
	background-color: #fff;
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

input.main-search-input::-webkit-input-placeholder {
	color: #fff;
	font-size: 25px;
}

input.main-search-input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 25px;
}

input.main-search-input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
	color: #fff;
	font-size: 25px;
}

.search-close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.slider-area .slider-shape-one {
	left: 0;
	top: 60px;
	z-index: 1;
}

.slider-area .slider-shape-two {
	right: 190px;
	bottom: 0;
	z-index: 1;
	animation: float-bob-y infinite 5s alternate;
}

.slider-area button {
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	background: white;
	border-radius: 50%;
	z-index: 3;
	opacity: 0;
}

.slider-area button.slick-prev {
	color: #0d3c00;
	left: 140px;
	font-size: 20px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.slider-area button.slick-next {
	color: #0d3c00;
	left: auto;
	right: 140px;
	font-size: 20px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.slider-area button.slick-prev {
		left: 50px;
	}

	.slider-area button.slick-next {
		right: 50px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area button.slick-prev {
		left: 50px;
	}

	.slider-area button.slick-next {
		right: 50px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.slider-area button.slick-prev {
		left: 20px;
	}

	.slider-area button.slick-next {
		right: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area button.slick-prev {
		left: 20px;
	}

	.slider-area button.slick-next {
		right: 20px;
	}
}

@media (max-width: 767px) {
	.slider-area button.slick-prev {
		left: 20px;
	}

	.slider-area button.slick-next {
		right: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area button.slick-prev {
		left: 20px;
	}

	.slider-area button.slick-next {
		right: 20px;
	}
}

.slider-area button:hover {
	color: white !important;
	background: #6a961f;
	box-shadow: 0px 6px 12px 0px rgba(129, 144, 110, 0.4);
}

.slider-area:hover button {
	opacity: 1;
}

.single-slider {
	position: relative;
}

.single-slider::after {
	content: "";
	position: absolute;
	background-color: #051401;
	opacity: 0.6;
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 805px;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.single-slider::after {
		height: 750px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.single-slider::after {
		height: 700px;
	}
}

@media (max-width: 767px) {
	.single-slider::after {
		height: 550px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-slider::after {
		height: 550px;
	}
}

.single-slider.slider-height {
	min-height: 803px;
	width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.single-slider.slider-height {
		min-height: 750px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.single-slider.slider-height {
		min-height: 700px;
	}
}

@media (max-width: 767px) {
	.single-slider.slider-height {
		min-height: 550px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-slider.slider-height {
		min-height: 550px;
	}
}

.slider__content {
	position: relative;
	z-index: 19;
}

.slider__content h1 {
	color: white;
	font-size: 100px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
}

.slider__content h1 span {
	display: block;
	font-family: 'Noto Serif', serif;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__content h1 span {
		padding-left: 0;
	}

	.slider__content h1 span::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.slider__content h1 span {
		padding-left: 0;
	}

	.slider__content h1 span::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content h1 span {
		padding-left: 0;
	}

	.slider__content h1 span::before {
		display: none;
	}
}

.slider__content h1 span::before {
	content: "";
	position: absolute;
	background: white;
	width: 6px;
	height: 50px;
	left: 0;
	top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__content h1 {
		font-size: 80px;
	}
}

@media (max-width: 767px) {
	.slider__content h1 {
		font-size: 55px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content h1 {
		font-size: 55px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.slider__content .list-item {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content .list-item {
		margin-bottom: 30px;
	}
}

.slider__content .list-item a {
	display: inline-block;
	color: white;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Noto Serif', serif;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.slider__content .list-item a {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content .list-item a {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

.slider__content .list-item a.round-border {
	position: relative;
	padding: 0 20px;
}

.btn-list {
	padding-left: 0;
}

.slider__content .list-item a.round-border::before {
	content: "";
	border: 2px solid white;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
}

.slider__content .list-item a.round-border::after {
	content: "";
	border: 2px solid white;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 10px;
	width: 10px;
	height: 10px;
}

.slider__content .btn-list li {
	display: inline-block;
}

.slider__content .btn-list li a {
	border: 1px solid transparent;
	margin-right: 10px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 0 30px 30px;
}

.slider__content .btn-list li a i {
	margin-left: 8px;
}

@media (max-width: 767px) {
	.slider__content .btn-list li a {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content .btn-list li a {
		margin-bottom: 10px;
	}
}

.slider__content .btn-list li a:hover {
	color: white;
	background: transparent;
	border: 1px solid white;
}

.slider__content .btn-list li a.border_btn {
	background: transparent;
	border: 1px solid white;
	color: #fff;
}

.slider__content .btn-list li a.border_btn:hover {
	color: white;
	background: #6a961f;
	border: 1px solid transparent;
}

.single-slider.slider-height-02 {
	min-height: 840px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-slider.slider-height-02 {
		min-height: 650px;
	}
}

@media (max-width: 767px) {
	.single-slider.slider-height-02 {
		min-height: 500px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-slider.slider-height-02 {
		min-height: 450px;
	}
}

.slider-height-02::after {
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__content__02 {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.slider__content__02 {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content__02 {
		padding-bottom: 0;
	}
}

.slider__content__02 span {
	color: white;
	font-size: 18px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	text-transform: capitalize;
	display: block;
}

@media (max-width: 767px) {
	.slider__content__02 span {
		font-size: 16px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

.slider__content__02 h1 {
	font-size: 90px;
	line-height: 100px;
	font-family: 'Noto Serif', serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.slider__content__02 h1 {
		font-size: 100px;
		line-height: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__content__02 h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content__02 h1 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.slider__content__02 h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

.slider-area-03 .right-banner {
	position: absolute;
	z-index: 5;
	right: 9%;
	top: 25%;
	width: 32%;
	animation: float-bob-y infinite 6s linear;
}

.slider-area-03 .slider-shape-h3 {
	left: 140px;
	bottom: 0;
	z-index: 5;
}

.slider-area-03 .slider-shape-h4 {
	right: 110px;
	top: 176px;
	z-index: 3;
}

.slider-height-03 {
	width: 100%;
	background-size: cover;
	min-height: 950px;
}

.slider-height-03::after {
	display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.slider-height-03 {
		min-height: 850px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height-03 {
		min-height: 750px;
	}
}

@media (max-width: 767px) {
	.slider-height-03 {
		min-height: 600px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height-03 {
		min-height: 600px;
	}
}

.slider-height-03::before {
	content: "";
	background: rgba(13, 60, 0, 1);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
	opacity: 0.9;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.slider-height-03::before {
		clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-height-03::before {
		clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.slider-height-03::before {
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
		height: 850px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height-03::before {
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
		height: 750px;
	}
}

@media (max-width: 767px) {
	.slider-height-03::before {
		clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
		height: 600px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height-03::before {
		clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
		height: 600px;
	}
}

.slider_content_03 {
	position: relative;
	z-index: 7;
}

@media (max-width: 767px) {
	.slider_content_03 {
		padding-top: 100px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider_content_03 {
		padding-top: 100px;
	}
}

.slider_content_03 span {
	color: white;
	font-size: 100px;
	line-height: 100px;
	font-family: 'Noto Serif', serif;
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_content_03 span {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.slider_content_03 span {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider_content_03 span {
		font-size: 40px;
		line-height: 1.4;
	}
}

.slider_content_03 h1 {
	font-size: 100px;
	line-height: 100px;
}

.slider_content_03 p {
	color: white;
	padding-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.slider_content_03 h1 {
		font-size: 85px;
		line-height: 85px;
	}

	.slider_content_03 p {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_content_03 h1 {
		font-size: 60px;
		line-height: 60px;
	}

	.slider_content_03 p {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.slider_content_03 h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.slider_content_03 p {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider_content_03 h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

.about__img__icon {
	border-radius: 50%;
	background-color: #6a961f;
	position: absolute;
	left: 0;
	top: -25px;
	width: 175px;
	height: 175px;
	z-index: 1;
	text-align: center;
	line-height: 175px;
}

.about__img__icon .flaticon-garden {
	font-size: 90px;
	color: #fff;
}

.about__img__leafimg {
	position: absolute;
	top: 48px;
	left: -80px;
	z-index: -1;
	animation: float-bob-y infinite 4s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about {
		padding-left: 15px;
	}
}

.about .about__content h6 {
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Noto Serif', serif;
	margin-bottom: 15px;
}

.about .about__content a {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
}

.about .about__content a i {
	font-size: 11px;
}

.about .about__content a:hover {
	color: #6a961f;
}

@media (max-width: 767px) {
	.landco-future .section-title {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.landco-future .section-title {
		padding-left: 0;
	}
}

.landco-future .left-lines {
	position: relative;
}

.landco-future .left-lines::before {
	content: "";
	background: #6a961f;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 80px;
	z-index: 1;
}

.about__img__box .about__img--leaf {
	top: 0;
	right: 0;
	animation: float-bob-y infinite 4s linear;
}

.about__img__box .about__img__two {
	bottom: -55px;
	animation: zoomIn infinite 15s alternate-reverse;
}

.about__link--list li {
	color: #6a6a6a;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 17px;
	padding-left: 50px;
	position: relative;
	font-weight: 600;
}

.about__link--list li::before {
	content: "\f00c";
	position: absolute;
	font-family: "Font awesome 5 pro";
	border: 2px solid #6a961f;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	font-size: 13px;
	text-align: center;
	line-height: 25px;
	color: #6a961f;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.about__link--list li:hover::before {
	color: white;
	background: #6a961f;
}

.about__img .helmet {
	top: -72px;
	left: -15px;
	z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about__img .helmet {
		width: 50%;
		z-index: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about__img .helmet {
		width: 37%;
		z-index: 0;
	}
}

@media (max-width: 767px) {
	.about__img .helmet {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about__img .helmet {
		display: none;
	}
}

.about__img__text {
	background: #0d3c00;
	max-width: 436px;
	height: 378px;
	border-radius: 0 80px 0 0;
	margin-left: 240px;
	margin-top: 50px;
	padding-top: 123px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about__img__text {
		margin-left: 140px;
	}
}

@media (max-width: 767px) {
	.about__img__text {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about__img__text {
		margin-left: 0;
	}
}

.about__img__text::before {
	content: "";
	position: absolute;
	background: url(../img/icon/leaf18.png) no-repeat;
	right: 0;
	bottom: 0;
	width: 166px;
	height: 298px;
	z-index: 1;
	animation: float-bob-x infinite 12s linear;
}

.about__img__text span {
	color: white;
	font-size: 250px;
	font-family: 'Noto Serif', serif;
	display: inline-block;
	line-height: 0;
}

.about__img__text h3 {
	color: white;
	font-size: 30px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
	margin-top: 20px;
	padding-left: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about__img__text h3 {
		padding-left: 25px;
	}
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.about {
		padding-left: 40px;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.about {
		padding-left: 40px;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.about {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about {
		padding-left: 0;
		padding-right: 0;
	}
}

.section-title-02 .left-line {
	position: relative;
	padding-right: 20px;
}

.section-title-02 .left-line::before {
	right: 0 !important;
	left: auto !important;
}

@media (max-width: 767px) {
	.section-title-02 {
		text-align: center !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-title-02 {
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	.about__text {
		padding: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about__text {
		padding: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.goals .goals__img img {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.goals .goals__img img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.goals .goals__img img {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.goals .goals__img img {
		width: 100%;
	}
}

.goals .goals__img::before {
	content: "";
	background: #6a961f;
	position: absolute;
	right: 0;
	bottom: -15px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.goals__content h5 {
	font-size: 24px;
	line-height: 1.1;
	font-family: 'Noto Serif', serif;
}

.goals__content a {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	color: #6a6a6a;
	text-transform: uppercase;
}

.goals:hover a {
	color: #6a961f;
}

@media (max-width: 767px) {
	.intro__img {
		margin-right: 0;
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.intro__img {
		margin-right: 0;
		margin-left: 0;
	}
}

.intro__img img {
	width: 100%;
}

.intro__experience {
	background: #6a961f;
	border-radius: 0 70px 70px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.intro__experience {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.intro__experience {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.intro__experience {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.intro__experience {
		margin-left: 0;
	}
}

.intro__experience span {
	color: #fff;
	font-size: 85px;
	line-height: 105px;
	font-family: 'Noto Serif', serif;
}

.intro__experience h5 {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-family: 'Noto Serif', serif;
	padding: 0 50px;
}

.intro-video:before {
	content: "";
	background: rgba(13, 60, 0, 0.451);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 75px 75px 75px;
}

@media (max-width: 767px) {
	.landco-future-02 .section-title {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.landco-future-02 .section-title {
		padding-left: 0;
	}
}

.landco-future-02 .section-title .left-lines {
	border-left: 5px solid #6a961f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about__img__box .landco-img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.about__img__box .landco-img {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about__img__box .landco-img {
		width: 100%;
	}
}

.about__img__three {
	top: -44px;
	right: 126px;
}

.about__img__video {
	top: 94px;
	left: -2px;
}

.histories {
	padding: 35px 80px 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.histories {
		padding: 40px 30px 15px 0;
	}
}

@media (max-width: 767px) {
	.histories {
		padding: 40px 15px 15px 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.histories {
		padding: 40px 15px 15px 0;
	}
}

.histories__img {
	margin-bottom: 30px;
}

.histories__img i {
	font-size: 65px;
	color: #6a961f;
	padding-left: 40px;
	border-left: 5px solid #6a961f;
	line-height: 0.9;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
	.histories__text {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.histories__text {
		padding-left: 15px;
	}
}

.histories__text h5 {
	color: #6a961f;
	font-size: 24px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
}

.histories__text h6 {
	font-size: 24px;
	line-height: 1.5;
	font-family: 'Noto Serif', serif;
}

.histories:hover .histories__img i {
	border-left: 5px solid #ff9000;
}

.what-we-do {
	position: relative;
}

.what-we-do .position-img {
	position: absolute;
	left: 70px;
	top: 65px;
	width: 11%;
}

.what-we-do .position-img-two {
	position: absolute;
	right: 0;
	top: 55px;
	width: 11%;
}

.what-we-do .position-img-three {
	position: absolute;
	right: 65px;
	bottom: 35px;
	width: 11%;
	animation: float-bob-y infinite 4s linear;
}

.what-we-do .position-img-four {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 11%;
	animation: float-bob-y infinite 4s linear;
}

.services {
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.services {
		padding: 55px 15px 60px 20px;
	}
}

@media (max-width: 767px) {
	.services {
		padding: 30px 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services {
		padding: 30px 25px;
	}
}

.services::before {
	content: "";
	background-color: #6a961f;
	position: absolute;
	left: 0;
	top: 74px;
	width: 5px;
	height: 93px;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.services:hover::before {
	top: 0;
	height: 100%;
}

.services::after {
	content: "";
	position: absolute;
	background: url(../img/icon/leaf2.png) no-repeat right;
	bottom: 0;
	right: 50px;
	width: 100px;
	height: 150px;
}

.services::after:hover::before {
	right: 100px;
}

.services__icon {
	text-align: center;
	position: relative;
}

@media (max-width: 767px) {
	.services__icon {
		text-align: left;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services__icon {
		text-align: left;
	}
}

.services__icon::before {
	content: "";
	background-color: rgba(106, 150, 31, 0.149);
	position: absolute;
	left: 0;
	top: 0;
	width: 108px;
	height: 124px;
	border-radius: 0 59px 50px 54px;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.services__icon i {
	background: #6a961f;
	border-radius: 0 59px 47px 54px;
	width: 100px;
	height: 115px;
	font-size: 60px;
	color: #fff;
	line-height: 100px;
	text-align: center;
	display: inline-block;
}

.services__content h5 {
	font-size: 24px;
	line-height: 1.8;
	font-family: 'Noto Serif', serif;
}

.services__content a {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
}

.services__content a i {
	font-size: 11px;
}

.services__content:hover a,
.services__content:focus a {
	color: #6a961f;
}

.counter-area {
	position: relative;
}

.counter-area .shape-one {
	position: absolute;
	left: 20px;
	top: 0;
	animation: float-bob-y infinite 4s linear;
}

.counter-area .shape-two {
	position: absolute;
	right: 90px;
	bottom: 0;
	animation: float-bob-y infinite 4s linear;
}

.counter__box h1 {
	color: white;
	font-size: 100px;
	line-height: 1.1;
	font-family: 'Noto Serif', serif;
}

.counter__box h3 {
	color: white;
	font-size: 28px;
	line-height: 35px;
	font-family: 'Noto Serif', serif;
}

.counter__box .icon {
	font-size: 45px;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.counter__box h3 {
		font-size: 28px;
	}
}

.counter__box p {
	color: white;
}

.partner-bg {
	border: 2px solid #e7e7e7;
	max-width: 1475px;
	margin: 0 auto;
}

.partner-bg .p-shape-one {
	left: 0;
	top: 40px;
}

.partner-bg .p-shape-two {
	right: 0;
	top: 0;
}

.partner-bg .p-shape-three {
	right: 48px;
	bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.partner-bg .section-title {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.partner-bg .section-title {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.partner-bg .section-title {
		margin-left: 0;
	}
}

.partner__img {
	text-align: center;
}

.partner__img img {
	display: inline-block;
}

.catagory-area {
	margin-top: -220px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.catagory-area {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.catagory-area {
		margin-top: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.catagory-area {
		margin-top: 0;
	}
}

.catagory {
	border-radius: 12px;
	background: white;
	box-shadow: 0px 10px 30px 0px rgba(203, 203, 203, 0.29);
	padding: 27px 0 26px 0;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.catagory__icon i {
	font-size: 77px;
	color: #6a961f;
	display: inline-block;
	line-height: 1.2;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.catagory h6 {
	font-size: 18px;
	font-family: 'Noto Serif', serif;
}

.catagory:hover__icon i {
	color: white;
}

.catagory:hover {
	top: -26px;
	background: #6a961f;
}

.catagory:hover .catagory__icon i {
	color: white;
}

.catagory:hover h6 {
	color: white;
}

/*.popular-service::before {
	content: "";
	position: absolute;
	background: #f4f5f0;
	width: 100%;
	height: 716px;
	left: 0;
	bottom: -240px;
	z-index: -1;
}*/

.popular-service .popular-shape-one {
	left: 50px;
	top: 84px;
}

.popular-service .popular-shape-two {
	right: 0;
	bottom: 0;
}

.popular {
	background: white;
	position: relative;
}

.popular__img--icon {
	border-radius: 50%;
	background-color: white;
	box-shadow: 0px 10px 60px 0px rgba(13, 60, 0, 0.21);
	position: absolute;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	z-index: 1;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	bottom: -45px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.popular__img--icon i {
	font-size: 50px;
	color: #6a961f;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.popular__content h5 {
	font-size: 24px;
	line-height: 1.9;
	font-family: 'Noto Serif', serif;
}

.popular__content p {
	color: #6d6d6d;
	margin-bottom: 26px;
}

.popular a {
	font-size: 14px;
	line-height: 1.4;
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	display: block;
	background: #0d3c00;
	color: white !important;
	padding: 20px 0;
	text-align: center;
}

.popular:hover .popoular__img__inner img {
	transform: scale(1.1);
}

.popular:hover .popular__img--icon {
	background: #6a961f;
}

.popular:hover .popular__img--icon i {
	color: white;
}

.popular:hover a {
	background: #6a961f;
}

.popoular__img__inner {
	overflow: hidden;
}

.popoular__img__inner img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.couter-bg {
	border-bottom: 3px solid #6a961f;
	border-top: 3px solid #6a961f;
}

.counter__two h1 {
	color: #0d3c00;
}

.counter__two h3 {
	color: #0d3c00;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.counter__two h3 {
		font-size: 25px;
	}
}

.counter__two p {
	color: #0d3c00;
}

.counter__two .bottom-icon i {
	font-size: 55px;
	color: #6a961f;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.counter__two .bottom-icon::before {
	content: "";
	background-color: #6a961f;
	opacity: 0.102;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 0 0 0 15px;
}

.counter__two:hover .bottom-icon i {
	transform: scale3d(1.2, 1.2, 2);
}

.counter__two .counter-shape-one {
	left: 22px;
	bottom: -67px;
	animation: float-bob-x infinite 12s linear;
}

.counter__two .counter-shape-two {
	right: 0;
	bottom: -67px;
	animation: float-bob-x infinite 12s linear;
}

.latest-service-area .latest-shape-one {
	left: 100px;
	top: 0;
}

.latest-service-area .latest-shape-two {
	right: 35px;
	top: 48px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.latest-service-area .latest-shape-two {
		display: none;
	}
}

.latest-service-area .latest-shape-three {
	right: 100px;
	bottom: 0;
}

.latest-service-area .latest-shape-four {
	left: 30px;
	bottom: 30px;
}

@media (max-width: 991px) {
	.latest-service-area .profesional-img {
		text-align: center !important;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.latest-service-area .profesional-img img {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.latest-service-area .profesional {
		padding-left: 0;
		padding-right: 0;
	}
}

.catagoris {
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.catagoris h5 {
	font-size: 22px;
	line-height: 1.4;
	font-family: 'Noto Serif', serif;
}

.catagoris:hover {
	background: rgba(106, 150, 31, 0.071);
	border-top-color: #6a961f;
	border-bottom-color: #6a961f;
}

.list-02 li {
	font-size: 14px;
	font-weight: 500;
}

.list-02 li::before {
	width: 25px;
	height: 25px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.company-statistics-area .section-title {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.company-statistics-area .section-title {
		padding-right: 0;
	}
}

.counter__03 {
	padding: 20px 35px 0 35px;
	border-radius: 0 40px 40px 40px;
}

.counter__03.leaf__bg::before {
	content: "";
	position: absolute;
	background: url(../img/icon/leaf25.png) no-repeat;
	width: 126px;
	height: 226px;
	right: 0;
	bottom: 0;
	z-index: 11;
	animation: float-bob-y infinite 4s alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.counter__03 {
		padding: 20px 10px 0 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.counter__03 {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.counter__03 {
		margin-top: 0px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.counter__03 {
		margin-top: 0px;
	}
}

.counter__03 h1 {
	font-size: 85px;
}

.counter__03 h4 {
	color: white;
	font-size: 26px;
	font-family: 'Noto Serif', serif;
}

.counter__03 p {
	color: white;
}

.p-bg-02 .p-shape-one {
	left: -140px;
	top: -130px;
}

@media (max-width: 767px) {
	.services-three {
		padding: 30px 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services-three {
		padding: 30px 25px;
	}
}

.services-three::before {
	display: none;
}

.services-three::after {
	display: none;
}

.services-three .services__icon__two {
	border-radius: 7px;
	background: #6a961f;
	border-bottom: 4px solid #6a961f;
	display: inline-block;
	width: 80px;
	height: 80px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-three .services__icon__two {
		margin-right: 14px;
	}
}

.services-three .services__icon__two i {
	font-size: 30px;
	padding: 24px;
	color: white;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.services-three:hover .services__icon__two {
	background: white;
	border-bottom: 4px solid #6a961f;
}

.services-three:hover .services__icon__two i {
	color: #6a961f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services-three .services__content h5 {
		font-size: 23px;
	}
}

.popular-service-two .popular-shape-one {
	left: 50px;
	top: 33%;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.popular-service-two .popular-shape-one .tree-pot {
		width: 70%;
		height: auto;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.popular-service-two .popular-shape-one .tree-pot {
		width: 70%;
		height: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.popular-service-two .popular-shape-one .tree-pot {
		width: 70%;
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.popular-service-two .popular-shape-one .tree-pot {
		width: 70%;
		height: auto;
	}
}

.popular-service-two .popular-shape-two {
	right: 0;
	bottom: 16%;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.popular-service-two .popular-shape-two .busket {
		width: 70%;
		height: auto;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.popular-service-two .popular-shape-two .busket {
		width: 70%;
		height: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.popular-service-two .popular-shape-two .busket {
		width: 70%;
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.popular-service-two .popular-shape-two .busket {
		width: 70%;
		height: auto;
	}
}

.popular-service-two::before {
	height: 1116px;
	bottom: 10px;
}

.service-title {
	font-size: 40px;
	line-height: 1.5;
	font-family: 'Noto Serif', serif;
}

.service-box-img {
	overflow: hidden;
}

.service-box-img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.service-box-img img:hover {
	transform: scale3d(1.2, 1.2, 2);
}

.child-img {
	overflow: hidden;
}

.child-img img {
	width: 100%;
}

.widget__title__box {
	background: #6a961f;
	padding: 25px 0 20px 40px;
}

.cat li a i {
	font-size: 13px;
}

.widget__box h2 {
	color: #0d3c00;
}

.widget__box .widget__social__icon a {
	color: #6a961f;
	font-size: 14px;
	border-radius: 50%;
	background-color: #f4f5f0;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 4px;
}

.widget__box .widget__social__icon a:hover {
	color: white;
	background: #6a961f;
}

.process-title {
	font-size: 30px;
	line-height: 1.6;
	font-family: 'Noto Serif', serif;
}

@media (max-width: 767px) {
	.process-title {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.process-title {
		padding-left: 0;
	}
}

.process-title span {
	font-size: 18px;
	line-height: 50px;
	border-radius: 50%;
	background: rgba(106, 150, 31, 0.149);
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	left: -40px;
	top: 0;
}

@media (max-width: 767px) {
	.process-title span {
		display: block;
		margin-bottom: 20px;
		margin-left: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.process-title span {
		display: block;
		margin-bottom: 20px;
		margin-left: 50px;
	}
}

.process-title span::before {
	content: "";
	border: 3px solid #6a961f;
	border-radius: 50%;
	position: absolute;
	left: -9px;
	top: -9px;
	width: 69px;
	height: 69px;
}

.widget__box--thumb img {
	width: 100%;
}

.widget__box--thumb::before {
	content: "";
	background: rgba(13, 60, 0, 1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.7;
}

.widget__box--text {
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	padding: 0 20px;
}

.widget__box--text p {
	color: white;
	font-size: 24px;
	line-height: 35px;
	font-family: 'Noto Serif', serif;
}

@media (max-width: 767px) {
	.widget__box--text p {
		padding: 0px 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.widget__box--text p {
		padding: 0px 10px;
	}
}

.widget__box--text a {
	background: 0;
	border: 2px solid #fff;
}

.widget__box--text a:hover {
	background: #6a961f;
	border: 2px solid transparent;
}

.portfolio-menu .pf_btn {
	border: none;
	background: none;
	color: #0d3c00;
	font-size: 17px;
	line-height: 1;
	display: inline-block;
	font-family: 'Noto Serif', serif;
	margin: 0 7px;
	cursor: pointer;
}

.portfolio-menu .pf_btn.active {
	color: #6a961f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-menu .pf_btn {
		margin: 0 1px;
	}
}

.portfolio:hover .portfolio__thumb img {
	transform: scale(1.1);
}

.portfolio {
	position: relative;
}

.portfolio__thumb {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.portfolio__thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.portfolio__thumb::before {
	content: "";
	background: rgba(13, 60, 0, 0.851);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.portfolio__thumb .fluid-img {
	width: 100%;
}

.portfolio__icon a {
	border-radius: 50%;
	background: white;
	text-align: center;
	line-height: 65px;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

.portfolio__icon a i {
	color: #0d3c00;
	position: relative;
	z-index: 3;
}

.portfolio__icon a::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.149);
	width: 85px;
	height: 85px;
	left: -10px;
	top: -10px;
}

.portfolio__text {
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	padding: 35px 35px;
	z-index: 1;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.portfolio__text h3 {
	color: white;
	font-size: 30px;
	line-height: 1.4;
	font-family: 'Noto Serif', serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.portfolio__text h3 {
		font-size: 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio__text h3 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.portfolio__text h3 {
		font-size: 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.portfolio__text h3 {
		font-size: 25px;
	}
}

.portfolio__text p {
	color: white;
}

.portfolio__text.active {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {
	.portfolio__text {
		padding: 35px 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.portfolio__text {
		padding: 35px 10px;
	}
}

.portfolio:hover .portfolio__thumb::before {
	opacity: 1;
	visibility: visible;
}

.portfolio:hover .portfolio__text {
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.portfolio-area-two {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.portfolio-area-two {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-area-two {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.portfolio-area-two {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.portfolio-area-two {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.portfolio-area-two .portfolio__text h3 {
		font-size: 26px;
		line-height: 50px;
	}
}

.recent-work-area .work-shape-one {
	left: 46px;
	bottom: 0;
}

.recent-work-area .work-shape-two {
	right: 46px;
	top: 0;
}

.recent-work-area .section-title span {
	color: white;
}

.recent-work-area .section-title h2 {
	color: white;
}

.project__thumb {
	z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.project__thumb img {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project__thumb img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.project__thumb img {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project__thumb img {
		width: 100%;
	}
}

.project__thumb::before {
	content: "";
	background: #0b3300;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 180px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.project__thumb:hover::before {
	background: white;
}

.project__text {
	padding: 10px 35px;
	margin: 0 20px 0 80px;
	top: -60px;
	right: 33px;
	min-width: 230px;
	display: block;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.project__text h5 {
	font-size: 24px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
}

.project__text .more-btn {
	color: #6a961f;
	font-size: 14px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
}

.project:hover .project__text {
	top: -30px;
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.chose-us-area {
		padding: 75px 0 50px 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.chose-us-area {
		padding: 50px 0 0 0;
	}
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.provide-wrapper {
		padding: 0 50px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.provide-wrapper {
		padding: 0 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.provide-wrapper {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.provide-wrapper {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.provide-wrapper {
		padding: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.provide-wrapper {
		padding: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.provide-wrapper .section-title {
		margin: 0;
	}
}

.video {
	width: 50%;
	left: 0;
	top: 0;
	background-size: cover;
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video {
		position: relative;
		width: 100%;
		min-height: 400px;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.video {
		position: relative;
		width: 100%;
		min-height: 400px;
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.video {
		position: relative;
		width: 100%;
		min-height: 400px;
		margin-bottom: 50px;
	}
}

.video__icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 0 auto;
	z-index: 5;
}

.provide__content {
	padding: 15px 42px 45px 42px;
	position: relative;
	z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.provide__content {
		padding: 48px 29px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.provide__content {
		padding: 35px 8px;
	}
}

.provide__content::before {
	content: "";
	position: absolute;
	background: #6a961f;
	left: 0;
	top: 0;
	width: 0;
	height: 4px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.provide__content::after {
	content: "";
	position: absolute;
	background: url(../img/icon/leaf5.png) no-repeat;
	left: 0;
	top: 41px;
	width: 95px;
	height: 320px;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.provide__content:hover::before {
	width: 100%;
	right: 0;
}

.provide__content:hover::after {
	opacity: 1;
}

.provide__content--icon .flaticon-growth {
	font-size: 65px;
	color: #6a961f;
	line-height: 1.7;
}

.provide__content--icon i {
	font-size: 65px;
	color: #6a961f;
	line-height: 1.7;
}

.provide__content h6 {
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Noto Serif', serif;
}

.provide__content a {
	color: #6a6a6a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
}

.provide__content a i {
	font-size: 13px;
}

.provide__content a:hover,
.provide__content a:focus {
	color: #6a961f;
}

.chose-img {
	margin-left: -32px;
	z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.chose-img {
		margin-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.chose-img {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chose-img {
		margin-left: 0;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.chose-img {
		margin-left: 0;
		text-align: center;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chose-img {
		margin-left: 0;
		text-align: center;
	}
}

.chose-img::before {
	content: "";
	background: #6a961f;
	position: absolute;
	left: -35px;
	top: -30px;
	width: 360px;
	height: 360px;
	z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.chose-img::before {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chose-img::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.chose-img::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chose-img::before {
		display: none;
	}
}

.left-line2 {
	border-left: 5px solid #6a961f;
}

.skill__progress {
	display: inline-block;
}

.skill__progress .skill-number {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.skill__progress .skill-number span {
	color: #0d3c00;
	font-size: 50px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
	display: inline-block;
}

.skill__progress__content h5 {
	font-size: 24px;
	line-height: 28px;
}

.skill__progress__content h6 {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
}

.skill__progress .skill-numbers {
	line-height: 94px;
}

.skill__progress .skill-numbers span {
	font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chose-us-area-02 {
		background: none;
	}
}

@media (max-width: 767px) {
	.chose-us-area-02 {
		background: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chose-us-area-02 {
		background: none;
	}
}

.video-03 {
	width: 61%;
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.video-03 {
		width: 48%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-03 {
		position: relative;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.video-03 {
		position: relative;
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.video-03 {
		position: relative;
		width: 100%;
	}
}

.video-03::before {
	content: "";
	background: rgba(50, 66, 46, 0.302);
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
	.provide-wrapper-02 {
		padding: 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.provide-wrapper-02 {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.provide-wrapper-02 {
		background: #0d3c00;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.provide-wrapper-02 {
		background: #0d3c00;
		padding: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.provide-wrapper-02 {
		background: #0d3c00;
		padding: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.process {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.process {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.process {
		padding: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.process {
		padding: 0;
	}
}

.process__icon img {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.process__icon.pr-icon {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.process__icon.pr-icon img {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.process__icon--number {
	border-radius: 50%;
	background-color: #6a961f;
	right: -9px;
	top: -10px;
	width: 45px;
	height: 45px;
	z-index: 254;
	text-align: center;
	line-height: 45px;
	color: white;
	font-family: 'Noto Serif', serif;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.process__icon--number {
		right: 40px;
	}
}

@media (max-width: 767px) {
	.process__icon--number {
		right: 46px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.process__icon--number {
		right: 46px;
	}
}

.process__text h5 {
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Noto Serif', serif;
}

.process:hover .process__icon {
	transform: translateY(-6px);
}

.process:hover .process__icon img {
	transform: translateY(-6px);
}

.process:hover .process__icon .process__icon--number {
	transform: translateY(-6px);
}

.testimonial-area .shape-one {
	position: absolute;
	left: 120px;
	top: 0;
}

.testimonial-area .shape-two {
	position: absolute;
	right: 70px;
	top: 95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.testimonial-area .shape-two .pot-img {
		width: 60%;
		height: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.testimonial-area .shape-two .pot-img {
		width: 50%;
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area .shape-two .pot-img {
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.testimonial-area .shape-two .pot-img {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area .shape-two .pot-img {
		display: none;
	}
}

.testimonial-area .shape-three {
	position: absolute;
	right: 200px;
	bottom: 70px;
}

.testimonial-area .shape-four {
	position: absolute;
	left: 55px;
	bottom: 0;
}

.testimonial-area .shape-four .axe-img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.testimonial-area .shape-four .axe-img {
		width: 60%;
		height: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.testimonial-area .shape-four .axe-img {
		width: 50%;
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area .shape-four .axe-img {
		width: 50%;
		height: auto;
	}
}

@media (max-width: 767px) {
	.testimonial-area .shape-four .axe-img {
		width: 34%;
		height: auto;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area .shape-four .axe-img {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.testimonial {
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.testimonial {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial {
		padding-right: 0;
	}
}

.testimonial__content--img::before {
	content: "";
	background-color: #6a961f;
	position: absolute;
	left: 0;
	top: -29px;
	width: 107px;
	height: 207px;
	z-index: -1;
	border-radius: 100px 0 0 100px;
}

.testimonial__content--text {
	position: relative;
	background: #fff;
	padding: 60px 60px;
}

.testimonial__content--text::before {
	content: "\f10d";
	color: rgba(106, 150, 31, 0.1);
	position: absolute;
	left: 40px;
	top: -40px;
	font-family: "Font awesome 5 pro";
	font-size: 100px;
	z-index: 3;
	font-weight: 700;
}

@media (max-width: 767px) {
	.testimonial__content--text::before {
		left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial__content--text::before {
		left: 0;
	}
}

.testimonial__content--text h5 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.testimonial__content--text .clien-name h6 {
	font-size: 18px;
	line-height: 1.2;
	font-family: 'Noto Serif', serif;
	margin-bottom: 0;
}

.testimonial__content--text .clien-name span {
	color: #6a961f;
	font-size: 15px;
	line-height: 35px;
	display: inline-block;
}

.testimonial__content--text .clien-name span::before {
	content: "";
	position: absolute;
	background: #6a961f;
	width: 20px;
	height: 2px;
	left: 0;
	top: 17px;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	text-align: center;
	z-index: 11;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li.slick-active {
	border: 3px solid #6a961f;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	border: 0;
	background: none;
}

.slick-dots button {
	border: 3px solid rgba(106, 150, 31, 0.302);
	border-radius: 50%;
	text-indent: -100000px;
	width: 14px;
	height: 14px;
	padding: 0;
	background: none;
}

.testimonial-area-two {
	padding-top: 350px;
	width: 100%;
	min-height: 1142px;
}

.testimonial-area-two .section-title {
	z-index: 3;
}

.testimonial-area-two .section-title span {
	color: white;
}

.testimonial-area-two .section-title h2 {
	color: white;
}

.testimonial-area-two::before {
	content: "";
	background: rgba(18, 18, 18, 0.902);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1142px;
	display: none;
}

.testimonial-area-two .testimonial-img-one {
	left: 170px;
	top: 35%;
}

.testimonial-area-two .testimonial-img-two {
	right: 170px;
	top: 34%;
}

.testimonial-area-two .testimonial-img-three {
	right: 70px;
	bottom: 165px;
}

.testimonial-area-two .testimonial-img-four {
	left: 98px;
	bottom: 190px;
}

.testimonial-area-two .slick-dots {
	bottom: -100px;
}

.testimonials__inner .quote-icon img {
	display: inline-block;
}

.testimonials__inner p {
	color: white;
	font-size: 22px;
	line-height: 1.75;
}

@media (max-width: 767px) {
	.testimonials__inner p {
		font-size: 18px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonials__inner p {
		font-size: 18px;
	}
}

.testimonials__inner .author-name h4 {
	color: white;
	font-size: 24px;
	line-height: 35px;
	font-family: 'Noto Serif', serif;
}

.testimonials__inner .author-name span {
	color: white;
	line-height: 35px;
}

.testimonial-area-three::before {
	content: "";
	background: url(../img/testimonial/shape-bg3.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 999px;
	height: 949px;
	z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.testimonial-area-three::before {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area-three::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.testimonial-area-three::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area-three::before {
		display: none;
	}
}

.testimonial-area-three .testimonial-shape-one {
	left: 85px;
	bottom: 0;
	animation: float-bob-y infinite 6s alternate-reverse;
}

.testimonial-area-three .section-title span {
	color: white;
}

.testimonial-area-three .section-title h2 {
	color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.testimonial-area-three .testimonials__inner {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area-three .testimonials__inner {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.testimonial-area-three .testimonials__inner {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area-three .testimonials__inner {
		padding-right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.testimonial-area-three .testimonials__inner p {
		font-size: 19px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area-three .testimonials__inner p {
		font-size: 19px;
		line-height: 35px;
	}
}

@media (max-width: 767px) {
	.testimonial-area-three .testimonials__inner p {
		font-size: 19px;
		line-height: 35px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area-three .testimonials__inner p {
		font-size: 19px;
		line-height: 35px;
	}
}

.testimonial-area-three .line::before {
	background-color: white;
	position: absolute;
	left: -68px;
	top: 23px;
	width: 40px;
	height: 3px;
	z-index: 1;
	content: "";
}

.testimonial-area-three .slick-dots {
	left: 0 !important;
	bottom: -23px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area-three .slick-dots {
		bottom: -20px;
	}
}

@media (max-width: 767px) {
	.testimonial-area-three .slick-dots {
		bottom: -20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area-three .slick-dots {
		bottom: -20px;
	}
}

.tools-img {
	z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.tools-img img {
		max-width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.tools-img img {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tools-img img {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.tools-img img {
		max-width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tools-img img {
		max-width: 100%;
	}
}

.tools-img::before {
	content: "";
	border-radius: 50%;
	background: #0d3c00;
	position: absolute;
	left: -45px;
	top: -171px;
	width: 715px;
	height: 715px;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.tools-img::before {
		width: 500px;
		height: 500px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.tools-img::before {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tools-img::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.tools-img::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tools-img::before {
		display: none;
	}
}

.tools-img::after {
	content: "";
	border-radius: 50%;
	background: #1c4810;
	position: absolute;
	left: 0px;
	top: -182px;
	width: 715px;
	height: 715px;
	z-index: -2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.tools-img::after {
		width: 500px;
		height: 500px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.tools-img::after {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tools-img::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.tools-img::after {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tools-img::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.blog-area .section-title {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-area .section-title {
		margin-left: 0;
	}
}

.blog__content--thumb img {
	width: 100%;
}

.blog__content--thumb::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 200px 0 0;
	border-color: #6a961f transparent transparent transparent;
	z-index: -1;
	left: -30px;
	top: -30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.blog__content--thumb:hover::before {
	top: -10px;
	left: -10px;
}

@media (max-width: 767px) {
	.blog__content--img img {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog__content--img img {
		width: 100%;
	}
}

.blog__content--img::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #6a961f transparent transparent transparent;
	z-index: -1;
	left: 0;
	top: -20px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.blog__content--img:hover::before {
	top: -10px;
	left: 10px;
}

.blog__content--catagory a {
	font-size: 15px;
	line-height: 1.3;
	font-family: 'Noto Serif', serif;
	padding-left: 20px;
	display: inline-block;
}

.blog__content--catagory a:first-child {
	color: #6a961f;
}

.blog__content--catagory a:first-child::before {
	content: "";
	position: absolute;
	background: #6a961f;
	width: 3px;
	height: 15px;
	left: 0;
	top: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog__content--catagory.meta-two a {
		font-size: 11px;
	}
}

.blog__content h5 a {
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Noto Serif', serif;
	display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog__content h5 a {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.blog__content h5 a {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog__content h5 a {
		padding-right: 0;
	}
}

.blog__content .more-btn {
	color: #6d6d6d;
	font-size: 14px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
}

.blog__content .more-btn i {
	font-size: 13px;
}

.blog__content .more-btn:hover {
	color: #6a961f;
}

.blog:hover h5 a {
	color: #6a961f;
}

.blog__content--meta a {
	color: #6d6d6d;
	font-size: 15px;
	line-height: 1.9;
	font-family: "futuramedium";
	padding-right: 25px;
	display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog__content--meta a {
		font-size: 14px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.blog__content--meta a {
		font-size: 14px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog__content--meta a {
		font-size: 14px;
		padding-right: 20px;
	}
}

.blog__content--meta a i {
	color: #6a961f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.meta-two a {
		font-size: 11px;
		padding-right: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-area .section-title {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.blog-area-two .section-title {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-area-two .section-title {
		margin-left: 0;
	}
}

.blog-border {
	border: 2px solid #e6e6e6;
	padding: 30px 30px 40px 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.blog-border:hover {
	border-color: #6a961f;
}

.green_btn {
	background: #0d3c00;
	display: inline-block;
}

.green_btn:hover {
	color: white;
	background: #6a961f;
}

.blog .blog__content--thumb-03 {
	overflow: hidden;
}

.blog .blog__content--thumb-03 img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.blog:hover .blog__content--thumb-03 img {
	transform: scale(1.1);
}

.blog-grid::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 155px 155px 0 0;
	border-color: #e9efde transparent transparent transparent;
	left: -20px;
	top: -20px;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.blog-grid:hover::before {
	border-color: #6a961f transparent transparent transparent;
}

.blog-grid:hover .blog__content h6 a {
	color: #6a961f;
}

.blog__content h6 a {
	color: #0d3c00;
	font-size: 22px;
	line-height: 32px;
	font-family: 'Noto Serif', serif;
	display: inline-block;
}

.blog__content h3 a {
	font-size: 35px;
	line-height: 40px;
	font-family: 'Noto Serif', serif;
}

@media (max-width: 767px) {
	.blog {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog {
		padding-right: 0;
	}
}

.blog:hover .blog__content h3 a {
	color: #6a961f;
}

.search-area input:focus {
	border: none;
	box-shadow: none;
}

.search-area ::placeholder {
	color: #0d3c00;
}

.search-area ::-webkit-placeholder {
	color: #0d3c00;
}

.search-area ::-moz-placeholder {
	color: #0d3c00;
}

.search-area .form-control {
	background: #f4f5f0;
	border: 0;
	color: #0d3c00;
	font-size: 20px;
	width: 100%;
	height: 70px;
	font-family: 'Noto Serif', serif;
	border-radius: none;
	padding: 0 30px;
}

.search-area .input-text-group {
	background-color: #6a961f;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	padding: 21px 26px;
}

.news {
	border-bottom: 1px solid #e7e7e7;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.news {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.news {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.news {
		margin-left: 0;
		margin-right: 0;
	}
}

.news:last-child {
	border-bottom: 1px solid transparent;
}

.news__content h6 {
	margin: 0;
}

.news__content h6 a {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Noto Serif', serif;
	display: inline-block;
}

.news__content span {
	color: #6a6a6a;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
}

.news:hover .news__content h6 a {
	color: #6a961f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.widget__tag {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.widget__tag {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.widget__tag {
		margin-left: 5px;
		margin-right: 5px;
	}
}

.widget__tag .tag_btn {
	border-radius: 5px;
	background-color: #f4f5f0;
	padding: 13px 19px;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	margin: 0 0 10px 0;
}

.widget__tag .tag_btn:hover {
	color: white;
	background: #6a961f;
}

.pagination li:first-child .page-link {
	border-radius: 50%;
}

.pagination li a.page-link {
	border: 2px solid #dddddd;
	border-radius: 50%;
	color: #0d3c00;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	width: 56px;
	height: 56px;
	display: inline-block;
	margin-right: 10px;
	box-shadow: none;
}

@media (max-width: 767px) {
	.pagination li a.page-link {
		font-size: 12px;
		line-height: 20px;
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.pagination li a.page-link {
		font-size: 12px;
		line-height: 20px;
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
}

.pagination li a.page-link:hover {
	color: white;
	background: #6a961f;
	border: 2px solid #6a961f;
}

.pagination li a.theme_btn2 {
	color: white;
	font-size: 20px;
	line-height: 34px;
	background: #6a961f;
	padding: 10px 40px;
	border-radius: 0 30px 30px;
	display: inline-block;
	cursor: pointer;
}

@media (max-width: 767px) {
	.pagination li a.theme_btn2 {
		font-size: 12px;
		line-height: 34px;
		padding: 5px 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.pagination li a.theme_btn2 {
		font-size: 15px;
		line-height: 34px;
		padding: 5px 25px;
	}
}

.pagination li a.theme_btn2 i {
	font-size: 20px;
}

@media (max-width: 767px) {
	.pagination li a.theme_btn2 i {
		font-size: 12px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.pagination li a.theme_btn2 i {
		font-size: 12px;
	}
}

.blog-heading {
	padding: 35px 0 35px 47px;
	border-left: 5px solid #6a961f;
}

@media (max-width: 767px) {
	.blog-heading h3 a {
		font-size: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-heading h3 a {
		font-size: 30px;
	}
}

.blog-list .blog-list-title {
	font-size: 30px;
	line-height: 30px;
}

.blog-list h5 {
	color: #0d3c00;
}

.blog-list span {
	font-size: 17px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
	color: #0d3c00;
}

.blog-list-item .list-item li {
	color: #0d3c00;
	font-size: 18px;
	line-height: 30px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}

.blog-list-item .list-item li::before {
	content: "\f00c";
	position: absolute;
	font-family: "Font awesome 5 pro";
	color: #0d3c00;
	border-radius: 50%;
	left: 0;
	top: 0;
	font-size: 18px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.blog-list-item .list-item li:hover::before {
	left: 5px;
}

.blog__tag li {
	display: inline-block;
	font-size: 18px;
	color: #0d3c00;
	font-family: 'Noto Serif', serif;
}

.blog__tag li a {
	color: #777777;
	font-size: 15px;
	line-height: 30px;
}

.social-meadia a {
	display: inline-block;
	color: #696969;
	font-size: 14px;
	margin: 0 10px;
}

.social-meadia a:hover {
	color: #0d3c00;
}

.author {
	padding: 50px 80px;
}

@media (max-width: 767px) {
	.author {
		padding: 50px 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.author {
		padding: 50px 25px;
	}
}

.author h6 {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
}

.blog__content3 h6 a {
	font-size: 18px;
	line-height: 30px;
}

@media (max-width: 767px) {
	.coments {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.coments {
		margin-left: 0;
	}
}

.coments__text h6 {
	font-size: 18px;
	line-height: 30px;
}

.coments__text span {
	color: #6a961f;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
	display: inline-block;
	margin-bottom: 10px;
}

.coments__text a {
	color: #777777;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
	display: inline-block;
}

.coments__text a:hover {
	color: #6a961f;
}

.team__img {
	border-radius: 10px;
	box-shadow: 0px 10px 30px 0px rgba(132, 132, 132, 0.47);
	overflow: hidden;
}

.team__img img {
	display: block;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}

.team__img img:hover {
	transform: scale3d(1.2, 1.2, 2);
}

.team__img a::before {
	content: "";
	position: absolute;
	border-radius: 10px;
	background-color: rgba(13, 60, 0, 0.4);
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.team__img:hover a::before {
	opacity: 1;
}

.team__social {
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.team__social a {
	border-radius: 50%;
	background: white;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #6a961f;
	font-size: 14px;
	margin: 0 4px;
}

.team__social a:hover,
.team__social a:focus {
	color: white;
	background: #6a961f;
}

.team__name h6 {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Noto Serif', serif;
}

.team:hover .team__social {
	bottom: 15px;
	opacity: 1;
	visibility: visible;
}

.our-team-two .team-shape-one {
	right: 0;
	bottom: -160px;
}

.teams__imgs {
	border-radius: 0;
	z-index: 1;
}

.teams__imgs img {
	width: 100%;
}

.teams__imgs::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: -moz-linear-gradient(90deg,
			#0d3c00 0%,
			rgba(13, 60, 0, 0.5) 71%,
			rgba(13, 60, 0, 0.02) 99%,
			#0d3c00 100%);
	background-image: -webkit-linear-gradient(90deg,
			#0d3c00 0%,
			rgba(13, 60, 0, 0.5) 71%,
			rgba(13, 60, 0, 0.02) 99%,
			#0d3c00 100%);
	background-image: -ms-linear-gradient(90deg,
			#0d3c00 0%,
			rgba(13, 60, 0, 0.5) 71%,
			rgba(13, 60, 0, 0.02) 99%,
			#0d3c00 100%);
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.teams__socials {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.teams__socials a {
	color: #69935d;
	border-radius: 50%;
	background-color: white;
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	margin-right: 4px;
}

.teams__socials a i {
	font-size: 12px;
}

.teams__socials a:hover {
	color: white;
	background: #6a961f;
}

.teams__names {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.teams__names h6 {
	color: white;
	margin: 0;
	margin-bottom: 5px;
}

.teams__names p {
	color: white;
}

.teams .teams__contents {
	bottom: 30px;
	left: 30px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.teams:hover .teams__contents {
	opacity: 1;
	visibility: visible;
}

.teams:hover .teams__imgs::before {
	opacity: 1;
}

.our-team-three .large_btn a {
	background: none;
	color: #0d3c00;
	border: 2px solid #e7e7e7;
}

.our-team-three .large_btn a:hover {
	background: #6a961f;
	border: 2px solid transparent;
}

.left-future-img {
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.left-future-img {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 30px;
		width: 100%;
		height: 400px;
	}
}

@media (max-width: 767px) {
	.left-future-img {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 30px;
		width: 100%;
		height: 400px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.left-future-img {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 30px;
		width: 100%;
		height: 400px;
	}
}

.staff {
	border-top: 0;
	border-bottom: 0;
	border: 1px solid #e7e7e7;
}

.staff__img {
	overflow: hidden;
}

.staff__img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.staff__name h5 {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
	margin: 0;
}

.staff__social a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	padding: 15px 35px;
	font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.staff__social a {
		padding: 15px 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.staff__social a {
		padding: 15px 30px;
	}
}

@media (max-width: 767px) {
	.staff__social a {
		padding: 15px 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.staff__social a {
		padding: 15px 25px;
	}
}

.staff__social a:hover,
.staff__social a:focus {
	color: white;
	background: #6a961f;
}

.staff__social a:nth-child(1) {
	border-left: 0;
}

.staff__social a:nth-child(4) {
	border-right: 0;
}

.staff:hover .staff__img img {
	transform: scale(1.1);
}

.card {
	border: 0;
	border-radius: 0;
	background: 0;
	background: #f4f5f0;
	margin-bottom: 15px;
}

.card .card-header {
	background: 0;
	padding: 0;
	border: 0;
}

.card .card-header button {
	padding: 0;
	border: 0;
	color: #0d3c00;
	font-size: 18px;
	line-height: 1.3;
	font-family: 'Noto Serif', serif;
	display: block;
	width: 100%;
	background: #f4f5f0;
	text-align: left;
	text-decoration: none;
	padding: 25px 40px;
	border-radius: 0;
	white-space: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.card .card-header button {
		font-size: 16px;
		padding: 6px 14px;
	}
}

@media (max-width: 767px) {
	.card .card-header button {
		font-size: 15px;
		padding: 6px 14px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.card .card-header button {
		font-size: 18px;
		padding: 6px 14px;
	}
}

.card .card-header button.btn-link {
	position: relative;
}

.card .card-header button.btn-link::before {
	content: "\f068";
	position: absolute;
	font-family: "Font awesome 5 pro";
	right: 30px;
	color: #6a961f;
	font-size: 22px;
}

@media (max-width: 767px) {
	.card .card-header button.btn-link::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.card .card-header button.btn-link::before {
		display: none;
	}
}

.card .card-header button.btn-link::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	background: #6a961f;
	width: 3px;
	height: 100%;
}

.card .card-header button.collapsed {
	position: relative;
}

.card .card-header button.collapsed::before {
	content: "\f067";
	position: absolute;
	font-family: "Font awesome 5 pro";
	right: 30px;
	color: #6a961f;
	font-size: 22px;
}

@media (max-width: 767px) {
	.card .card-header button.collapsed::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.card .card-header button.collapsed::before {
		display: none;
	}
}

.card .card-header button.collapsed::after {
	opacity: 0;
}

.card .card-body {
	padding: 0 40px 30px 40px;
	border-left: 3px solid #6a961f;
}

.videos {
	width: 100%;
}

.videos__thumb::before {
	content: "";
	background-color: #0d3c00;
	opacity: 0.349;
	position: absolute;
	left: 0;
	top: 0;
	width: 93%;
	height: 100%;
	z-index: 1;
	border-radius: 105px 0 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.videos__thumb::before {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.videos__thumb::before {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.videos__thumb::before {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.videos__thumb::before {
		width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.videos__thumb img {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.videos__thumb img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.videos__thumb img {
		max-width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.videos__thumb img {
		max-width: 100%;
	}
}

.videos__icons {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.videos__shape {
	left: -70px;
	z-index: 3;
	bottom: -75px;
}

.faq-area-02 .faq__content {
	margin-left: 0;
}

.widget-title-02 {
	color: white;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
}

.widget .form-para {
	margin-bottom: 25px;
}

.widget__box__02 {
	border-top: 2px solid #6a961f;
}

.widget__icon__02 a {
	background: none;
	color: #bababa;
	margin: 0 7px;
}

.widget__icon__02 a:hover {
	color: #6a961f;
	background: none;
}

.process-title i {
	color: #6a961f;
}

.subscribe-area {
	margin-bottom: -225px;
	z-index: 1;
}

.subscribe-area .sub-bg {
	padding: 80px 50px 0 80px;
}

@media (max-width: 767px) {
	.subscribe-area .sub-bg {
		padding: 80px 0px 0 0px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.subscribe-area .sub-bg {
		padding: 80px 0px 0 0px;
	}
}

.form-area input:focus {
	box-shadow: none;
	outline: none;
	border: none;
}

.form-area ::placeholder {
	color: #6a6a6a;
}

.form-area ::-moz-placeholder {
	color: #6a6a6a;
}

.form-area ::-ms-placeholder {
	color: #6a6a6a;
}

.form-area ::-webkit-placeholder {
	color: #6a6a6a;
}

.form-area .form-control {
	background: white;
	font-size: 18px;
	line-height: 1;
	width: 100%;
	height: 70px;
	border: 0;
	font-family: 'Noto Serif', serif;
	padding: 10px 40px 10px 25px;
	border-radius: 0;
	border-left: 3px solid #6a961f;
}

.form-area textarea {
	overflow: auto;
	resize: none;
	background-color: white;
	border: 0;
	width: 100%;
	height: 145px;
	font-size: 18px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	padding: 30px 27px;
	border-left: 3px solid #6a961f;
}

.form-area .contact-name span.icon,
.form-area .contact-mail span.icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.form-area .contact-message span.icon {
	position: absolute;
	right: 20px;
	top: 24%;
	transform: translateY(-24%);
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-submit.theme_btn {
	border: 0;
}

.contact__img::before {
	content: "";
	position: absolute;
	right: -50px;
	top: 0;
	top: -80px;
	clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
	background: #6a961f;
	width: 100%;
	height: 680px;
	z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.contact__img::before {
		height: 633px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact__img::before {
		top: 0;
		height: 600px;
	}
}

@media (max-width: 767px) {
	.contact__img::before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact__img::before {
		display: none;
	}
}

.contact__img-women {
	z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.contact__img-women {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.contact__img-women {
		max-width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact__img-women {
		max-width: 100%;
	}
}

.contact__img-back {
	right: -50px;
	top: 0;
	z-index: 1;
	animation: float-bob-y infinite 4s alternate;
}

.subscribe-wrapper {
	position: relative;
}

.subscribe-wrapper::before {
	content: "";
	position: absolute;
	width: 109px;
	min-height: 233px;
	left: -35px;
	top: -36px;
	animation: float-bob-x infinite 8s alternate;
}

.news-letter-area {
	min-height: 510px;
	width: 100%;
}

.news-letter-area::before {
	content: "";
	background: rgba(13, 60, 0, 1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.news-letter-area .section-title a {
	color: white;
	margin: 0 5px 10px 5px;
}

.form-area-02 .form-control {
	background: #f4f5f0;
	border: 0;
	width: 100%;
	margin: 0 auto;
	color: #0d3c00;
}

.form-area-02 textarea {
	position: relative;
	background: #f4f5f0;
	border: 0;
	width: 100%;
	margin: 0 auto;
	padding: 20px 40px 10px 25px;
}

.form-area-02 ::placeholder {
	color: #0d3c00;
}

.form-area-02 ::-moz-placeholder {
	color: #0d3c00;
}

.form-area-02 ::-webkit-placeholder {
	color: #0d3c00;
}

.form-area-02 .message-2 span {
	position: absolute;
	right: 20px;
	top: 21px !important;
}

.contact-mail span.icon,
.contact-name span.icon {
	position: absolute;
	right: 70px;
	top: 26%;
	color: #0d3c00;
}

.message-2 span.icon {
	position: absolute;
	right: 73px;
	top: 17px;
	color: #0d3c00;
}

.newsletter-two {
	min-height: 503px;
}

@media (max-width: 767px) {
	.newsletter-two {
		min-height: 400px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.newsletter-two {
		min-height: 400px;
	}
}

@media (max-width: 767px) {
	.newsletter-two::before {
		min-height: 421px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.newsletter-two::before {
		min-height: 421px;
	}
}

@media (max-width: 767px) {
	.newsletter-two .section-title-white {
		padding-top: 80px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.newsletter-two .section-title-white {
		padding-top: 80px;
	}
}

.newsletter-two .section-title-white .border_btn {
	background: none;
	color: white;
	border: 2px solid white;
}

.newsletter-two .section-title-white .border_btn:hover {
	background: #6a961f;
	border: 2px solid transparent;
}

.coments-form {
	padding: 50px;
}

@media (max-width: 767px) {
	.coments-form {
		padding: 30px 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.coments-form {
		padding: 30px 10px;
	}
}

.coments-form .form-control {
	max-width: 100%;
	border: 0;
}

.coments-form textarea {
	width: 667px;
	height: 120px;
	border: 0;
	padding: 0;
	padding: 23px 0 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.coments-form textarea {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coments-form textarea {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.coments-form textarea {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.coments-form textarea {
		width: 100%;
	}
}

.coments-form .contact-name3 span {
	right: 33px;
}

.coments-form .contact-mail3 span {
	right: 33px;
}

.coments-form .contact-message3 span {
	right: 33px;
}

.cta-area.contact-left-img {
	left: 0;
	top: 0;
	width: 35%;
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.form-area-03 {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.form-area-03 {
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.form-area-03 {
		padding-right: 0;
	}
}

.form-area-03 .form-control {
	background: white;
	border: 0;
	max-width: 100%;
}

.form-area-03 .contact-name4 span.icon {
	position: absolute;
	right: 53px;
	top: 50%;
	transform: translateY(-50%);
}

.form-area-03 .contact-mail3 .wpcf7-form-control-wrap {
	display: block;
}

.form-area-03 .contact-mail3 span.icon {
	position: absolute;
	right: 53px;
	top: 50%;
	transform: translateY(-50%);
}

.form-area-03 .contact-subject4 span.icon {
	position: absolute;
	right: 50px;
	top: 20px;
}

.form-area-03 .contact-message4 textarea {
	width: 100%;
	height: 230px;
	border: 0;
	padding: 0;
	padding: 23px 0 0 28px;
}

.form-area-03 .contact-message4 span.icon {
	position: absolute;
	right: 47px;
	top: 15%;
}

@media (max-width: 767px) {

	.form-area-03 .contact-name4 span,
	.form-area-03 .contact-mail3 span.icon,
	.form-area-03 .contact-message4 span.icon,
	.form-area-03 .contact-subject4 span.icon {
		right: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

	.form-area-03 .contact-name4 span,
	.form-area-03 .contact-mail3 span.icon,
	.form-area-03 .contact-message4 span.icon,
	.form-area-03 .contact-subject4 span.icon {
		right: 20px;
	}
}

.contact {
	position: relative;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.contact:hover {
	transform: translateY(-5px);
}

.contact h3 {
	font-size: 29px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
}

.contact a {
	color: #474747;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
}

.contact a i {
	color: #6a961f;
	font-size: 18px;
}

.contact span {
	font-size: 110px;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: -61px;
}

#contact-map {
	min-height: 750px;
	width: 100%;
}

#contact-map iframe {
	width: 100%;
	min-height: 750px;
	border: 0;
	margin-bottom: -10px;
}

@media (max-width: 767px) {
	#contact-map {
		min-height: 400px;
	}

	#contact-map iframe {
		min-height: 400px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	#contact-map {
		min-height: 400px;
	}

	#contact-map iframe {
		min-height: 400px;
	}
}

.woocommerce .product {
	border: 1px solid #ececec;
	padding: 25px 0;
}

.product__content h6 {
	font-size: 18px;
	line-height: 18px;
	font-family: 'Noto Serif', serif;
}

.product__content span {
	color: #6a961f;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	line-height: 18px;
}

.product:hover .product__thumb--action {
	opacity: 1;
	bottom: -15px;
}

.product__thumb {
	z-index: 3;
}

.product__thumb a img {
	max-width: 100%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.product:hover .product__thumb img {
	opacity: 0.3;
}

.product__thumb--action {
	left: 0;
	right: 0;
	bottom: -35px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.product__thumb--action .action-btn {
	border-radius: 50%;
	background-color: #6a961f;
	text-align: center;
	display: inline-block;
	color: white;
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0;
}

.product__thumb--action .action-btn:hover {
	background: #0d3c00;
}

.search-02 {
	max-width: 266px;
}

@media (max-width: 767px) {
	.search-02 {
		max-width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.search-02 {
		max-width: 100%;
	}
}

.search-02 input:focus {
	border: 2px solid #e2e2e2;
}

.search-02 .form-control {
	background: none;
	border: 2px solid #e2e2e2;
	height: 66px;
	font-size: 18px;
	font-family: 'Noto Serif', serif;
	color: #0d3c00;
}

.search-02 .input-text-group {
	background: none;
	color: #0d3c00;
	right: 5px;
	cursor: pointer;
}

.item__view h6 {
	font-size: 18px;
	font-family: 'Noto Serif', serif;
	line-height: 24px;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.item__view h6 {
		font-size: 17px;
	}
}

.nice-select {
	border: 2px solid #e2e2e2;
	width: 266px;
	height: 66px;
	border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nice-select {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.nice-select {
		width: 100%;
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.nice-select {
		width: 100%;
		margin-bottom: 60px;
	}
}

.nice-select .current {
	line-height: 59px;
	font-size: 18px;
	font-family: 'Noto Serif', serif;
	padding-left: 10px;
	color: #0d3c00;
}

.nice-select .list {
	width: 100%;
	border-radius: 0 0 inherit;
}

.nice-select .list li {
	font-size: 18px;
	font-family: 'Noto Serif', serif;
	color: #0d3c00;
}

.products {
	border: 2px solid #ececec;
	padding: 30px 0;
}

.products:hover .action-02 {
	bottom: 50px;
}

.plus-minus {
	display: inline-block;
}

.plus-minus .cart-plus-minus {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}

.plus-minus .cart-plus-minus input {
	height: 31px;
	width: 100px;
	border: 0;
	border: 1px solid #e7e7e7;
	text-align: center;
	-moz-appearance: none;
	appearance: none;
}

.plus-minus .cart-plus-minus .qtybutton {
	position: absolute;
	top: -5px;
	left: 13px;
	font-size: 20px;
	color: #777777;
	cursor: pointer;
	text-align: center;
}

.plus-minus .cart-plus-minus .inc {
	left: auto;
	right: 13px;
}

.product-details-action button:focus {
	box-shadow: none;
}

.product-details-action button {
	padding: 14px 23px;
	display: inline-block;
	border: 0;
	outline: 0;
	box-shadow: 0;
	color: #fff;
	background: #6a961f;
	font: 600 14px/1 "cerebri_sanssemibold";
	padding: 20px 38px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0 30px 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.product-details-action button:hover {
	background: #0d3c00;
}

.product-details-social span {
	color: #0d3c00;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
	margin-right: 10px;
}

.product-details-social a {
	color: #799ab3;
	font-size: 15px;
	margin: 0 7px;
}

.product-details-social a:hover {
	color: #0d3c00;
}

.product-desc-area {
	border-bottom: 2px solid #e7e7e7;
}

.nav-tabs {
	border: 0;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.nav-tabs {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.nav-tabs {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.nav-tabs .nav-link {
	color: #0d3c00;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
	border: none;
	padding: 0;
	padding-right: 45px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e7e7e7;
}

.nav-tabs .nav-link.active {
	border-bottom: 2px solid #6a961f;
}

@media (max-width: 767px) {
	.tab-content .product__text {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.tab-content .product__text {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.page-title-area {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-title-area::before {
	content: "";
	background-color: #051401;
	opacity: 0.651;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.page-title h2 {
	color: white;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: 'Noto Serif', serif;
}

img {
	height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-title h2 {
		font-size: 70px;
	}
}

@media (max-width: 767px) {
	.page-title h2 {
		font-size: 42px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.page-title h2 {
		font-size: 32px;
	}
}

.breadcrumb-list ul li {
	font-weight: 500;
	display: inline-block;
	color: white;
	font-size: 18px;
	font-family: 'Noto Serif', serif;
	position: relative;
	padding: 0 20px;
}

.breadcrumb-list ul li::before {
	content: "||";
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	font-family: 'Noto Serif', serif;
}

.breadcrumb-list ul li:first-child:before {
	display: none;
}

.breadcrumb-list ul li a {
	color: white;
	font-family: 'Noto Serif', serif;
	display: inline-block;
	font-size: 18px;
}

.breadcrumb-list ul li a:hover {
	color: #6a961f;
}

.plan {
	border: 1px solid #e7e7e7;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.plan:hover {
	background: white;
	box-shadow: 0px 0px 30px 0px rgba(237, 237, 237, 0.77);
	border: 1px solid transparent;
}

.plan .pr_price {
	color: #6a961f;
	font-size: 55px;
	position: relative;
	padding-left: 10px;
	display: inline-block;
}

.plan .pr_price .dollar-sign {
	font-size: 20px;
	line-height: 28px;
	position: absolute;
	top: 8px;
	left: -8px;
}

.pr_head .tag-name {
	font-size: 14px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	padding: 6px 11px;
	border-radius: 22px 0 22px 22px;
	right: 0;
	top: -36px;
}

.pr_head h3 {
	font-size: 30px;
	line-height: 1.6;
	font-family: 'Noto Serif', serif;
	margin-bottom: 30px;
}

.pr_body .pr_list li {
	color: #777777;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
	margin: 14px 0;
}

.plan-02 {
	background: none;
	border: 0;
	background: white;
	margin-right: 10px;
	margin-top: 10px;
}

.plan-02::before {
	content: "";
	background: #6a961f;
	position: absolute;
	left: -12px;
	top: -10px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.plan-02 .hover-bg {
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 361px;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	border: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
	.plan-02 .hover-bg {
		max-width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.plan-02 .hover-bg {
		max-width: 100%;
	}
}

.plan-inner {
	padding: 60px 50px;
	z-index: 11;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.plan-inner {
		padding: 45px 25px;
	}
}

.plan-inner:hover {
	background: transparent;
}

.plan-inner:hover .pr_head_02 h3 {
	color: white;
}

.plan-inner:hover .pr_head_02 h2 {
	color: white;
}

.plan-inner:hover .pr_head_02 h2 .month {
	color: white;
}

.plan-inner:hover p {
	color: white;
}

.plan-inner a {
	padding: 20px 49px;
	display: inline-block;
}

.pr_head_02 h3 {
	color: #0d3c00;
	font-size: 30px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.pr_head_02 h2 {
	color: #6a961f;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.pr_head_02 h2 .month {
	color: #0d3c00;
	font-size: 18px;
	line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.gallery-full-area {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-full-area {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.gallery-full-area {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.gallery-full-area {
		padding-left: 0;
		padding-right: 0;
	}
}

.gallery.pos-rel:hover .gallery__img img {
	transform: scale(1.1);
}

.gallery__img {
	overflow: hidden;
}

.gallery__img img {
	width: 100%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.gallery__img::before {
	content: "";
	position: absolute;
	background: rgba(13, 60, 0, 1);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.gallery__text {
	top: 55px;
	left: 55px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.gallery__text {
		left: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.gallery__text {
		left: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery__text {
		left: 10px;
	}
}

@media (max-width: 767px) {
	.gallery__text {
		left: 5px;
	}
}

.gallery__text h2 {
	color: white;
	font-size: 48px;
	line-height: 1.1;
	font-family: 'Noto Serif', serif;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.gallery__text h2 {
		font-size: 46px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery__text h2 {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.gallery__text h2 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.gallery__text h2 {
		font-size: 40px;
	}
}

.gallery__text span {
	color: white;
	font-size: 20px;
	line-height: 46px;
	font-family: 'Noto Serif', serif;
}

.gallery .arow_btn {
	font-size: 38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 126px 126px;
	border-color: transparent transparent #6a961f transparent;
	display: inline-block;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.gallery .arow_btn i {
	color: #fff;
	position: absolute;
	left: -56px;
	z-index: 11;
	top: 70px;
}

.gallery:hover .gallery__img::before {
	opacity: 0.8;
}

.gallery:hover .gallery__text {
	opacity: 1;
	visibility: visible;
}

.gallery:hover a {
	opacity: 1;
}

.gallery .text__two h3 {
	color: white;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
	margin: 0;
}

.gallery .text__two span {
	font-size: 15px;
}

@media (max-width: 767px) {
	.projects__img img {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.projects__img img {
		width: 100%;
	}
}

.projects__img::before {
	content: " ";
	background: rgba(13, 60, 0, 0.671);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.projects .left-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 45px;
	z-index: 3;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.projects:hover .projects__img::before {
	opacity: 1;
}

.projects:hover .left-arrow {
	opacity: 1;
}

.infos__details li {
	color: #6a6a6a;
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 7px;
	font-family: 'Noto Serif', serif;
}

@media (max-width: 767px) {
	.infos__details li {
		font-size: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.infos__details li {
		font-size: 15px;
	}
}

.infos__details li span {
	color: #0d3c00;
}

@media (max-width: 767px) {
	.post {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.post {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.post__text h3 {
	font-size: 30px;
	line-height: 1.1;
	font-family: 'Noto Serif', serif;
}

.post__text .hr-line {
	color: #0d3c00;
	font-size: 15px;
	line-height: 2.1;
	font-family: 'Noto Serif', serif;
	display: inline-block;
}

.post__text .hr-line::before {
	content: "";
	background: #6a961f;
	position: absolute;
	left: 0;
	top: 18px;
	width: 35px;
	height: 3px;
	z-index: 1;
}

.post__img {
	overflow: hidden;
}

.post__img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.post__img img:hover {
	transform: scale3d(1.2, 1.2, 2);
}

.border_btn2 {
	background: none;
	border: 1px solid #e7e7e7;
	color: #0d3c00;
}

.border_btn2:hover {
	background: #6a961f;
	border: 1px solid transparent;
	color: #0d3c00;
}

.slide-bar {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -330px;
	width: 300px;
	padding: 25px 20px;
	height: 100%;
	display: block;
	background-color: #ffffff;
	z-index: 1020;
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
	right: 0;
}

.open-mobile-menu {
	display: inline-block;
}

.open-mobile-menu a {
	display: block;
	width: 50px;
	height: 50px;
	background: #212121;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin-left: 20px;
	color: #fff;
}

.open-mobile-menu a:hover {
	background: #6a961f;
}

.open-mobile-menu a.active {
	background: #6a961f;
}

.close-mobile-menu a {
	color: #212121;
	position: relative;
	z-index: 2;
	font-size: 16px;
	top: 10px;
	left: 0;
}

.close-mobile-menu a:hover {
	color: #ff0000;
}

.on-side {
	overflow: hidden;
}

.body-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1010;
	left: 0;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.body-overlay.active {
	opacity: 1;
	display: block;
}

.slide-bar .side-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slide-bar .side-mobile-menu ul li a {
	padding: 13px 0;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
	font-size: 16px;
	color: #101a23;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	border-top: none;
}

.slide-bar .side-mobile-menu ul li a:hover {
	color: #6a961f;
	padding-left: 5px;
}

.slide-bar .side-mobile-menu ul li a[aria-expanded="true"] {
	color: #6a961f;
}

.side-mobile-menu ul li a[aria-expanded="true"]:before {
	background: #6a961f;
	border-color: #6a961f;
}

.side-mobile-menu ul li ul {
	padding-left: 0;
	list-style: none;
}

.slide-bar .side-mobile-menu ul li ul li {
	padding-left: 15px;
}

.slide-bar .side-mobile-menu ul li ul li:hover>a {
	color: #6a961f;
	padding-left: 20px;
}

.slide-bar .side-mobile-menu ul li ul li:hover>a:before {
	background: #6a961f;
	border-color: #6a961f;
}

.slide-bar .side-mobile-menu ul li ul li a {
	position: relative;
	padding-left: 15px;
	text-transform: capitalize;
	font-size: 16px;
}

.slide-bar .side-mobile-menu ul li ul li a:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #101a23;
	border-radius: 50%;
}

.slide-bar .side-mobile-menu ul li ul li a[aria-expanded="true"] {
	padding-left: 20px;
}

.slide-bar .side-mobile-menu ul li.has-children>a:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: initial;
	right: 16px;
	top: 50%;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	transition: all 0.3s ease-out;
}

.side-mobile-menu ul li.has-children a[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}

.offset-widget.offset-logo {
	border-bottom: 1px solid #eeecec;
	padding-bottom: 20px;
}

.offset-widget .info-widget>p {
	margin-bottom: 0;
}

.offset-widget .instagram {
	overflow: hidden;
}

.offset-widget .instagram>a {
	max-width: 33.3%;
	float: left;
	margin: 5px 0;
}

.offset-widget .instagram>a img {
	max-width: 100%;
}

.offset-widget .social-widget>a {
	color: #777777;
	border: 1px solid #6a961f;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 4px;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.offset-widget .social-widget>a i {
	font-size: 14px;
}

.offset-widget .social-widget>a:hover,
.offset-widget .social-widget>a:focus {
	color: white;
	background: #6a961f;
}

.footer-area .fot-shape {
	left: 90px;
	top: 0;
}

.footer-area .fot-shape-two {
	right: 0;
	bottom: 0;
}

.footer-area .scroll-target {
	border-radius: 12px;
	background-color: #6a961f;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	top: -35px;
	width: 70px;
	height: 70px;
	z-index: 1;
}

.footer-area .scroll-target i {
	color: white;
	font-size: 30px;
	line-height: 70px;
}

.footer-area .border_bottom2 {
	border-bottom: 1px solid #eaeaea;
}

.footer-area .border-bottom1 {
	border-bottom: 1px solid #264a24;
}

@media (max-width: 767px) {
	.footer__widget {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer__widget {
		padding-left: 0;
	}
}

.footer__widget .footer-logo {
	display: inline-block;
}

.footer__widget h5 {
	color: white;
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Noto Serif', serif;
	margin-bottom: 25px;
}

.footer__widget p {
	color: white;
}

.footer__widget .call {
	color: white;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
}

.footer__widget .call i {
	color: #6a961f;
	font-size: 20px;
	margin-right: 5px;
}

.footer__widget .fot-list li a {
	color: white;
	font-size: 15px;
	line-height: 35px;
	font-family: 'Noto Serif', serif;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.footer__widget .fot-list li a i {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.footer__widget .fot-list li a:hover,
.footer__widget .fot-list li a.active {
	padding-left: 20px;
}

.footer__widget .fot-list li a:hover i,
.footer__widget .fot-list li a.active i {
	display: block;
}

.blogs__content h6 a {
	color: white;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Noto Serif', serif;
}

.blogs__content a i {
	color: #6a961f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.subscribe-input {
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.subscribe-input {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.subscribe-input {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.subscribe-input {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.footer__subscribe {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer__subscribe {
		margin-bottom: 60px;
	}
}

.footer__subscribe input:focus {
	box-shadow: none;
	border: none;
	outline: none;
}

.footer__subscribe ::placeholder {
	color: white;
}

.footer__subscribe ::-webkit-placeholder {
	color: white;
}

.footer__subscribe ::-moz-placeholder {
	color: white;
}

.footer__subscribe .form-control {
	background: #6a961f;
	border: 0;
	max-width: 100%;
	height: 60px;
	color: white;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
	padding: 30px;
	display: block;
	border-radius: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.footer__subscribe .form-control {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.footer__subscribe .form-control {
		max-width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer__subscribe .form-control {
		max-width: 100%;
	}
}

.footer__subscribe .input-text i {
	color: #fff;
	position: absolute;
	right: 30px;
	top: 18px;
	font-size: 24px;
	cursor: pointer;
}

.copyright p {
	color: rgba(255, 255, 255, 0.9);
}

.copyright a {
	color: #6a961f;
}

.f__widget3 h5 {
	color: #0d3c00;
}

.f__widget3 p {
	color: #777777;
}

.f__widget3 .call {
	color: #0d3c00;
}

.f__widget3 .call i {
	color: #6a961f;
}

.f__widget3 .fot-list li a {
	color: #777777;
}

.f__widget3 .blogs__content h6 a {
	color: #0d3c00;
}

.copy-bg {
	background: #e1e4d5;
}

.copy-bg p {
	color: #888b87;
}

/*# sourceMappingURL=main.css.map */
.header-top-bar {
	background: #6a961f;
	padding-right: 70px;
}

.header-top-social {
	text-align: right;
}

.header-top-social a {
	color: #fff;
	margin-left: 20px;
	font-size: 17px;
	display: inline-block;
}

.header-top-info a {
	font-size: 14px;
	color: #fff;
	padding: 15px 40px;
	display: inline-block;
	border-right: 1px solid #86b33a;
}

.header-top-info a i {
	margin-right: 5px;
}

.header-menu-wrap {
	background: #f4f5f0;
	padding-right: 70px;
}

.header-search-wrap form {
	position: relative;
	display: inline-block;
}

.header-search-wrap form input {
	width: 300px;
	height: 50px;
	background: #dcdcdc;
	border: 0;
	border-radius: 30px;
	padding: 0 50px 0 30px;
	text-transform: uppercase;
}

.header-search-wrap form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: 0;
	width: 50px;
}

.header-search-wrap {
	display: inline-block;
}

.header-btn {
	display: inline-block;
	margin-left: 15px;
}

.header-btn a {
	background: #0d3c00;
	color: #fff;
	height: 50px;
	padding: 0 30px;
	border-radius: 30px;
	display: inline-block;
	line-height: 50px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.header-btn a i {
	margin-left: 5px;
}

.header-btn a:hover {
	background: #6a961f;
}

.about__img__shape {
	position: absolute;
	right: -50px;
	bottom: 0;
	z-index: -1;
	animation: float-bob-y infinite 4s linear;
}

.about.pl-35 .section-title h2 {
	font-size: 48px;
}

.about.pl-35 p {
	position: relative;
	padding-left: 20px;
}

.about.pl-35 p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #6a961f;
}

.footer-area .border-bottom1 .col-xl-4 {
	border-right: 2px solid #2d4826;
}

.footer-area .border-bottom1 .col-xl-4:first-child {
	border-left: 2px solid #2d4826;
}

.border-bottom1 .footer__widget {
	padding: 65px 45px 25px;
}

.blog__content--thumb-3:before {
	display: none;
}

.blog__content--thumb .author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-shadow: 0px 10px 30px 0px rgba(194, 194, 194, 0.4);
	width: 60%;
	padding: 15px;
	z-index: 3;
	position: relative;
	background: #fff;
	margin-left: auto;
	border-radius: 50px 0 50px 50px;
	margin-top: -40px;
}

.blog__content--thumb .author img {
	width: 50px;
	margin-right: 20px;
	border-radius: 50%;
}

.blog__content--thumb .author span {
	font-size: 18px;
	font-weight: 700;
	color: #0d3c00;
}

.testimonial__content--text .clien-name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.testimonial__content--text .clien-name img {
	margin-right: 20px;
}

.testimonial__content {
	padding: 15px 0 0 15px;
	position: relative;
	z-index: 1;
}

.testimonial__content:before {
	content: "";
	top: 0;
	bottom: 15px;
	left: 0;
	right: 15px;
	background: #6a961f;
	z-index: -1;
	position: absolute;
}

.goals-2 .goals__img:before {
	display: none;
}

.goals-2 .goals__content {
	padding-left: 60px;
	position: relative;
	padding-right: 30px;
	padding-top: 65px;
	padding-bottom: 50px;
	margin-top: -50px;
	z-index: 9;
}

.goals-2 .goals__content:before {
	content: "";
	background: #f4f5f0;
	position: absolute;
	left: 30px;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: all 0.3s;
}

.goals-2 .goals__content .icon {
	width: 85px;
	height: 85px;
	background: #fff;
	border-radius: 50%;
	line-height: 85px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 0;
	margin-left: 15px;
}

.goals-2:hover .goals__content:before {
	background: #6a961f;
}

.goals-2:hover .goals__content h5 {
	color: #fff;
}

.goals-2 .goals__content p {
	transition: all 0.3s;
}

.goals-2:hover .goals__content p {
	color: #fff;
}

.goals-2:hover .goals__content a {
	color: #fff;
}

.goals-2 .goals__content .shape {
	position: absolute;
	right: 40px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s;
}

.goals-2:hover .goals__content .shape {
	visibility: visible;
	opacity: 1;
}

.contact-info {
	background: #f0f4e8;
	padding: 60px;
	text-align: center;
	transition: all 0.3s;
}

.contact-info .icon {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	font-size: 40px;
	color: #6a961f;
	margin-bottom: 30px;
	display: inline-block;
	box-shadow: 0px 10px 30px 0px rgba(181, 227, 102, 0.4);
}

.contact-info h3 {
	font-size: 30px;
	margin-bottom: 15px;
	transition: all 0.3s;
}

.contact-info a {
	display: inline-block;
	font-size: 22px;
	color: #474747;
	line-height: 28px;
	transition: all 0.3s;
}

.contact-info:hover {
	background: #6a961f;
}

.contact-info:hover h3 {
	color: #fff;
}

.contact-info:hover a {
	color: #fff;
}

.cta-area {
	position: relative;
	z-index: 2;
}

.about.pl-35 .theme_btn {
	border-radius: 50px;
}

.about.pl-35 .theme_btn i {
	margin-left: 5px;
}

.counter__box_2 .icon {
	font-size: 35px;
	height: 80px;
	width: 80px;
	border: 2px solid #395f2f;
	border-radius: 50%;
	line-height: 75px;
	margin: 0 auto;
}

.counter__box_2 h1 {
	font-size: 85px;
	font-weight: 300;
}

.counter__box_2 p {
	font-size: 18px;
}

.process .process__icon {
	width: 130px;
	height: 130px;
	border: 2px dashed #d5d5d5;
	border-radius: 50%;
	line-height: 130px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	margin-left: auto;
	margin-right: auto;
}

.footer__subscribe .input-wrap {
	position: relative;
}

.footer__subscribe button {
	margin-top: 20px;
	color: #0d3c00;
	background: #fff;
	font: 600 14px/1 "cerebri_sanssemibold";
	padding: 23px 35px;
	text-transform: uppercase;
	border-radius: 0 30px 30px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	border: 0;
}

.footer__subscribe button:hover {
	background: #6a961f;
	color: #fff;
}

ul.footer-social li {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
}

ul.footer-social li a:before {
	display: none;
}

ul.footer-social li:hover a {
	padding: 0;
	color: #fff;
}

.green-border-top {
	border-top: 1px solid #23471a;
}

.copy-border-top {
	border-top: 1px solid #dfdfdf;
}

.copyright-2 p {
	color: #777777;
}

.f__widget3.footer__widget .footer__subscribe button {
	background: #6a961f;
	color: #fff;
}

.f__widget3.footer__widget .footer__subscribe button:hover {
	background: #0d3c00;
}

.f__widget3.footer__widget .footer__subscribe .form-control {
	color: #244c19;
	background: #fff;
}

.f__widget3.footer__widget .footer__subscribe .input-wrap i {
	color: #6a961f;
}

.f__widget3.footer__widget .footer__subscribe ::placeholder {
	color: #244c19;
}

.f__widget3.footer__widget .footer__subscribe ::-webkit-placeholder {
	color: #244c19;
}

.f__widget3.footer__widget .footer__subscribe ::-moz-placeholder {
	color: #244c19;
}

.f__widget3.footer__widget ul li a:hover {
	color: #6a961f;
}

.f__widget3.footer__widget ul li a {
	color: #8e8e8e;
}

.header-top-bar-2 {
	padding: 10px 165px;
	background: #6a961f;
}

.header-top-info-2 a {
	display: inline-block;
	font-size: 14px;
	margin-right: 45px;
	color: #fff;
}

.header-top-social-2 {
	text-align: right;
}

.header-top-social-2 a {
	font-size: 17px;
	color: #fff;
	margin-left: 20px;
	display: inline-block;
}

ul.icon-list {
	list-style: none;
	padding: 0;
}

ul.icon-list li {
	position: relative;
	padding: 15px 0;
	padding-left: 50px;
	color: #0d3c00;
	font-size: 18px;
	font-family: 'Noto Serif', serif;
}

ul.icon-list li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-48%);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #6a961f;
	color: #fff;
	border-radius: 50%;
}

.counter__box_3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.counter__box_3 .content h3 {
	color: #0d3c00;
	font-size: 50px;
	font-family: 'Noto Serif', serif;
	line-height: 46px;
	margin-bottom: 5px;
}

.counter__box_3 .content p {
	color: #0d3c00;
	font-size: 18px;
	margin: 0;
}

.counter__box_3 .icon {
	color: #6a961f;
	line-height: 45px;
	margin-right: 24px;
}

.couter-bg {
	position: relative;
}

.couter-bg:before {
	content: "";
	position: absolute;
	left: -85px;
	top: 0;
	right: -85px;
	bottom: 0;
	background: #fff;
	box-shadow: 0px 10px 60px 0px rgba(175, 175, 175, 0.22);
}

.team-2 .team__name {
	border-left: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
	padding: 25px 0;
}

.team-2 .team__img {
	border-radius: 0;
	box-shadow: none;
}

.team-2 .team__name p {
	margin: 0;
}

.team-2 .team__social {
	border: 2px solid #e7e7e7;
	visibility: visible;
	opacity: 1;
	display: flex;
}

.team-2 .team__social a {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	border-right: 2px solid #e7e7e7;
	border-radius: 0;
	margin: 0;
	font-size: 18px;
	width: auto;
	height: 60px;
	line-height: 60px;
}

.team-2 .team__social a:last-child {
	border-right: 0;
}

.team-2 .team__name h6 {
	margin-bottom: 5px;
}

.counter-area-three {
	margin-bottom: -15px;
	overflow: hidden;
}

.counter-area-four {
	margin-bottom: 0;
	transform: translateY(-50%);
}

.service-content-area .widget ul li a {
	display: block;
}

.team-about-content .title {
	font-size: 40px;
	color: #0d3c00;
}

.team-about-content p {
	font-size: 15px;
	color: #6d6d6d;
}

.team-info-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.team-info-wrap .icon {
	font-size: 18px;
	background: #6a961f;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	margin-right: 20px;
}

.team-info-wrap .text {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.team-info-wrap .text span {
	font-size: 16px;
	font-weight: 700;
	color: #828282;
}

.team-info-wrap .text h4 {
	color: #0d3c00;
	font-size: 20px;
	font-weight: 700;
}

.team-about-image img {
	width: 100%;
}

.team-about-image {
	position: relative;
}

.team-about-image.video-thumb:before {
	content: "";
	background: #051401;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.65;
}

.team-about-image.video-thumb .video__icon .popup-video {
	width: 78px;
	height: 78px;
	line-height: 75px;
	background: #fff;
	color: #6a961f;
}

.team-about-image.video-thumb .video__icon .popup-video:hover {
	background: #0d3c00;
	color: #fff;
}

.skill-wrap-3 {
	text-align: center;
}

.skill-wrap-3 .skill__content h5 {
	font-size: 24px;
	color: #0d3c00;
}

.skill-wrap-3 .skill__progress .skill-numbers span {
	font-size: 50px;
	color: #0d3c00;
	line-height: 120px;
}

.skill-wrap-3 .skill__progress .skill-numbers {
	font-size: 24px;
	color: #0d3c00;
	font-weight: 700;
}

.contact-area-3 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.contact-area-3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #051401;
	opacity: 0;
}

.contact-thumb {
	position: absolute;
	right: 200px;
	bottom: 0;
}

.certificate-thumb img {
	width: 100%;
}

.card-body .author-img img {
	max-width: inherit;
}

.yith-wcwl-add-to-wishlist.exists {
	width: 0;
	margin: 0;
}

.product-details .yith-wcwl-add-to-wishlist.exists {
	width: inherit;
}

.woocommerce table.shop_table th.product-name {
	text-align: left;
}

.fas.fa-chevron-double-up {
	font-family: "Font Awesome 5 pro";
}

.yith-wcwl-share .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* common style  */

.section-subtitle-h4 {
	font-size: 18px;
	color: #6a961f;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	display: block;
}

.section-title-h4 {
	font-size: 48px;
	color: #0d3c00;
	line-height: 1.2;
	font-family: 'Noto Serif', serif;
}

.section-title-h4.white-color {
	color: #fff;
}

.video-btn {
	font-size: 25px;
	color: #6a961f;
	height: 125px;
	width: 125px;
	display: inline-block;
	text-align: center;
	background: #fff;
	line-height: 125px;
	border-radius: 50%;
}

.video-btn:hover {
	color: #6a961f;
}

.partner {
	text-align: center;
}

/* theme_btn4 style  */

.theme_btn4 {
	height: 70px;
	background: #6a961f;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Noto Serif', serif;
	display: inline-block;
	padding: 9px 35px 9px 74px;
	border-radius: 50px;
	border: 1px solid #6a961f;
	line-height: 46px;
	position: relative;
}

.theme_btn4:hover {
	color: #fff;
}

.theme_btn4 span {
	width: 50px;
	height: 50px;
	background: #58820f;
	display: inline-block;
	border-radius: 50px;
	margin-right: 15px;
	position: absolute;
	overflow: hidden;
	left: 10px;
}

.theme_btn4 span i {
	font-size: 18px;
}

.theme_btn4 span i:first-child {
	position: absolute;
	top: 50%;
	left: -4%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease-out;
}

.theme_btn4:hover span i:first-child {
	left: 50%;
	color: #fff;
	opacity: 1;
	visibility: visible;
}

.theme_btn4 span i:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.theme_btn4:hover span i:last-child {
	left: 150%;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

/* header 4 style  */
.menu-04 {
	padding-left: 120px;
}

.main-header-area4 {
	padding: 0px 100px;
}

.logo-4 {
	transform: translate(0);
}

.logo-4 a {
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 1.5px solid #6a961f;
	border-radius: 5px;
	text-align: center;
	line-height: 57px;
}

.logo-4 a img {
	width: 35px;
}

.main-menu {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-menu {
		margin: 0;
	}
}

.main-menu ul li {
	display: inline-block;
	position: relative;
}

.main-menu ul li>a {
	color: #0d3c00;
	font-size: 15px;
	line-height: 1;
	font-family: 'Noto Serif', serif;
	padding: 30px 0;
	margin: 0 22px;
	display: inline-block;
	position: relative;
}

.main-menu ul li>a i {
	font-size: 10px;
}

.main-menu ul li>a.active {
	color: #6a961f;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.main-menu ul li>a {
		margin: 0 17px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-menu ul li>a {
		margin: 0 10px;
	}
}

.main-menu ul li:hover>a {
	color: #6a961f;
}

.main-menu ul li:hover>a::before {
	right: 0;
	width: 100%;
}

.main-menu ul li ul.submenu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 9;
	border-top: 4px solid #6a961f;
	text-align: left;
	padding: 25px 0;
}

.main-menu ul li ul.submenu li {
	display: block;
}

.main-menu ul li ul.submenu li a {
	padding: 14px 30px;
	display: block;
	margin: 0;
	border: 0;
}

.main-menu ul li ul.submenu li a::before {
	display: none;
}

.main-menu ul li:hover .submenu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.main-menu.menu-04 ul li>a i {
	font-size: 10px;
	display: none;
}

.main-menu.menu-04 ul li>a {
	margin: 0px 16px;
	padding: 43px 0;
}

.main-menu.menu-04 ul li>a::before {
	display: none;
}

.main-menu.menu-04 ul li::before {
	display: none;
}

.main-menu.menu-04 ul li ul.submenu li a:hover {
	padding: 14px 35px;
}

.main-menu.menu-04 ul li:first-child>a {
	margin-left: 0;
}

.search-input-box {
	display: inline-block;
	position: relative;
	width: 400px;
}

.header-4-search {
	display: inline-block;
	margin-top: 20px;
}

.search-input-box input {
	height: 60px;
	border: 1px solid #e0e9e3;
	padding: 0 60px 0 20px;
	border-radius: 30px;
	width: 100%;
}

.search-input-box input::placeholder {
	color: #ced2c6;
}

.search-input-box input::-moz-placeholder {
	color: #ced2c6;
}

.search-buttton {
	position: absolute;
	content: "";
	font-size: 18px;
	color: #6a961f;
	top: 12px;
	right: 16px;
	background: none;
	border: 0;
}

.shop-list {
	margin-right: 54px;
	margin-top: 40px;
}

.shopping-cart::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 22px;
	background: #d5e3d8;
	top: 1px;
	left: -22px;
}

.shopping-cart a i {
	font-size: 23px;
	color: #6a961f;
}

.shopping-cart a {
	display: inline-block;
	position: relative;
}

.shopping-cart .total-product {
	width: 18px;
	height: 18px;
	background: #6a961f;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: -13px;
	top: 0;
}

.shopping-wishlist a i {
	font-size: 23px;
	color: #6a961f;
}

.shopping-wishlist a {
	display: inline-block;
	position: relative;
}

.shopping-wishlist .total-wish {
	width: 18px;
	height: 18px;
	background: #6a961f;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: -13px;
	top: 0;
}

/* slider-4 style  */
.slider-area-04 {
	padding: 0 100px 130px 100px;
	overflow-x: clip;
}

.slider-height-04 {
	width: 100%;
	background-size: cover;
	min-height: 840px;
	padding: 0 85px;
	z-index: 2;
}

.slider-height-04::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: -webkit-radial-gradient(at 70% 83%, #fff, #e4fbf2);
	background: radial-gradient(at 70% 83%, #fff, #e4fbf2);
}

.slider_content_04 h1 {
	font-size: 100px;
	line-height: 100px;
	color: #0d3c00;
}

.sl4-pi1 {
	position: absolute;
	left: 0;
	bottom: 0;
	filter: blur(2px);
	opacity: 0.23;
}

.sl4-pi2 {
	position: absolute;
	left: 45%;
	bottom: 35%;
	opacity: 0.3;
}

.sl4-pi3 {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.25;
}

.sl4-pi4 {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

/* slider-4 style  */

.slider-4-wrapper {
	position: absolute;
	right: -85px;
	bottom: -360px;
}

.slider-4-img {
	width: 715px;
	height: inherit;
}

.slider-4-img img {
	width: 100%;
}

.slider-4-description {
	width: 335px;
	padding: 20px 30px 30px 30px;
	background: #fff;
	border-radius: 15px;
	position: absolute;
	bottom: 110px;
	left: 30px;
	box-shadow: -20px -20px 30px rgba(66, 188, 131, 0.05);
}

.slider-product-name {
	font-size: 24px;
	font-weight: 700;
	color: #0d3c00;
	margin-bottom: 17px;
}

.slider-4-description p {
	font-size: 15px;
	font-weight: 400;
	color: #444444;
	line-height: 25px;
	margin-bottom: 22px;
}

.slider-product-price {
	font-size: 36px;
	font-weight: 700;
	color: #6a961f;
	display: block;
	line-height: 1;
}

.product-link-arrow {
	height: 50px;
	width: 50px;
	border: 3px solid #fff;
	background: #6a961f;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}

.product-link-arrow i {
	color: #fff;
}

/* banner area style  */
.banner-area {
	overflow-x: clip;
}

.banner-pi1 {
	position: absolute;
	top: -30px;
	right: -360px;
	filter: blur(1px);
}

.banner-img img {
	width: 100%;
}

.banner-img-desc span {
	font-size: 18px;
	color: #444444;
	display: block;
	line-height: 1;
	margin-bottom: 13px;
	font-family: 'Noto Serif', serif;
}

.banner-desc-title {
	font-size: 24px;
	color: #0d3c00;
	line-height: 34px;
	margin-bottom: 43px;
}

.banner-btn {
	font-size: 13px;
	font-family: 'Noto Serif', serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	background: #0d3c00;
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	border: 1px solid #0d3c00;
	line-height: 36px;
}

.banner-btn:hover {
	color: #fff;
	background: #6a961f;
	border-color: #6a961f;
}

.single-banner {
	background: #effbfa;
}

.banner-bg-grad {
	background: radial-gradient(at 33% 55%, #e9fff8, #b1fed7);
}

/* popular product area style  */
.pp-pi1 {
	position: absolute;
	top: 390px;
	left: -375px;
	filter: blur(2px);
}

.p-product-img img {
	width: 100%;
}

.p-product-img {
	width: 190px;
	left: 0;
	right: 0;
	margin: auto;
}

.p-product-img-wrapper {
	text-align: center;
	padding: 35px 0;
	background: #f8fafb;
}

.p-product-content {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
}

.p-product-name {
	font-size: 18px;
	color: #0d3c00;
	margin-bottom: 10px;
	font-family: 'Noto Serif', serif;
}

.p-product-price {
	font-size: 16px;
	color: #6a961f;
	font-family: 'Noto Serif', serif;
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}

.p-product-price .old-price {
	color: #999;
	text-decoration: line-through;
}

.p-product-price span {
	margin: 0 5px;
}

.p-product-rating li i {
	font-size: 12px;
	color: #6a961f;
}

.p-product-rating li {
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}

.p-product-rating {
	padding-left: 0;
	margin-bottom: 0;
	line-height: 1;
}

.p-batch-s {
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: #ff9100;
	border-radius: 2px;
	padding: 0px 10px;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 10px;
	min-width: 60px;
	text-align: center;
}

.p-batch-n {
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: #6a961f;
	border-radius: 2px;
	padding: 0px 10px;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 10px;
	min-width: 60px;
	text-align: center;
}

.p-add-cart {
	height: 40px;
	background: #6a961f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Noto Serif', serif;
	color: #fff;
	padding: 0 17px;
	border-radius: 5px 0 0 5px;
	line-height: 36px;
	border: 0;
}

.p-add-wish {
	background: #0d3c00;
	color: #fff;
	height: 40px;
	text-align: center;
	width: 40px;
	font-size: 16px;
	padding: 0;
	border-radius: 0 5px 5px 0;
	line-height: 36px;
	border: 0;
}

.p-add-wish:hover,
.p-add-cart:hover {
	background: #FF9100;
	color: #fff;
}

.cart-n-wish-btn {
	display: inline-flex;
	position: absolute;
	left: 0;
	right: 0;
	justify-content: center;
	top: 60%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	border: 0;
}

.p-product:hover .cart-n-wish-btn {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.pp_btn {
	font-size: 14px;
	color: #6a961f;
	font-family: 'Noto Serif', serif;
	border: 1px solid #6a961f;
	background: none;
	padding: 0 24px;
	height: 40px;
	border-radius: 20px;
	transition: 0.5s;
	background: #fff;
}

.pp_btn.active,
.pp_btn:hover {
	background: #6a961f;
	border-color: #6a961f;
	color: #fff;
}

.p-products-menu button {
	margin: 0px 6px;
	position: relative;
}

.p-products-menu button:not(:last-child)::before {
	position: absolute;
	content: "----";
	right: -21px;
	color: #6a961f;
	font-size: 12px;
	z-index: -1;
	top: 7px;
}

/* featured-products area style  */
.featured-top-area {
	margin: 0 100px;
	padding-top: 110px;
	min-height: 650px;
}

.featured-top-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #135301;
	opacity: 0.3;
	top: 0;
	left: 0;
}

.featured-video p {
	font-size: 18px;
	color: #fff;
	font-family: 'Noto Serif', serif;
	margin-bottom: 0;
}

.featured-video {
	display: flex;
	align-items: center;
	justify-content: center;
}

.featured-video-btn {
	margin: 0 20px;
}

.featured-slider-wrapper {
	padding: 0 100px;
}

.featured-slider {
	border-bottom: 1px solid #e4eaf1;
}

.featured-slider .slick-arrow {
	width: 50px;
	height: 50px;
	background: #6a961f;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s;
}

.featured-slider:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.featured-slider .slick-arrow:hover {
	background: #135301;
}

.featured-slider .slick-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
}

.featured-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
}

.featured-p-single {
	padding: 50px 50px;
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.featured-p-img {
	width: 40%;
	align-items: center;
	display: flex;
}

.featured-p-content {
	width: 52%;
}

.featured-p-img img {
	width: 100%;
}

.stock-update {
	font-size: 14px;
	color: #6a961f;
	font-family: 'Noto Serif', serif;
	display: block;
	margin-bottom: 16px;
	line-height: 1;
}

.featured-c-title {
	font-size: 30px;
	color: #0d3c00;
	font-family: 'Noto Serif', serif;
	margin-bottom: 18px;
	line-height: 1.2;
}

.featured-p-price {
	font-size: 24px;
	color: #6a961f;
	line-height: 1;
	display: block;
	font-family: 'Noto Serif', serif;
}

.featured-p-price .old-price {
	color: #999;
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 15px;
}

.featured-line {
	height: 1px;
	width: 100%;
	display: block;
	background: #e4eaf1;
}

.featured-p-btn .theme_btn4 {
	height: 60px;
	line-height: 38px;
	padding: 9px 34px 9px 34px;
	background: #fff;
	color: #6a961f;
}

.featured-p-btn .p-add-cart {
	height: 60px;
	line-height: 38px;
	padding: 9px 34px 9px 34px;
	background: #fff;
	color: #6a961f;
	border: 1px solid #6a961f;
	display: inline-block;
	border-radius: 30px;
}

.featured-p-btn .p-add-cart:hover {
	color: #fff;
	background: #6a961f;
}

.p-product-rating.f-p-rating {
	margin-bottom: 15px;
}

.p-batch {
	font-size: 16px;
	color: #fff;
	background: #6a961f;
	height: 120px;
	width: 120px;
	line-height: 28px;
	border-radius: 0 60px 60px 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

/* top product area style  */
.top-products-area {
	overflow-x: clip;
}

.tp-pi1 {
	position: absolute;
	right: -315px;
	top: 136px;
}

.side-banner {
	padding: 25px 20px;
	text-align: center;
	min-height: 570px;
}

.side-banner-title {
	font-size: 36px;
	color: #0d3c00;
	line-height: 1.25;
	margin-bottom: 25px;
}

.banner-btn.side-banner-btn {
	font-size: 14px;
	color: #6a961f;
	height: 60px;
	border-radius: 30px;
	background: #fff;
	line-height: 58px;
	border-color: #fff;
	font-family: 'Noto Serif', serif;
	padding: 0 30px;
}

.top-product-wrapper {
	border: 1px solid #e4eaf1;
	padding: 15px 15px;
	overflow: hidden;
}

.t-product-img {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 25px;
}

.t-product-img img {
	width: 100%;
}

.t-product-content {
	overflow: hidden;
}

.t-product-content .p-product-name {
	font-size: 18px;
	color: #0d3c00;
	margin-top: 4px;
}

.t-product-content .p-product-price {
	font-size: 18px;
	margin-bottom: 0;
}

.t-product-content .p-product-rating {
	margin-bottom: 15px;
}

/* best-category area style  */
.bp-pi1 {
	position: absolute;
	top: 565px;
	left: -320px;
}

.section-subtitle-h4.white-color {
	color: #fff;
}

.best-category-header {
	min-height: 310px;
	padding-top: 130px;
	z-index: 2;
}

.best-category-header:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0d3c00;
	opacity: 0.39;
	top: 0;
	left: 0;
	z-index: -1;
}

.b-product-tab .nav-link {
	font-size: 14px;
	color: #0d3c00;
	background: #fff;
	padding: 0 17px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 38px;
	min-width: 74px;
	border-radius: 0;
	position: relative;
}

.b-product-tab .nav-link::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #dee2d8;
	top: 13px;
	right: -1px;
}

.b-product-tab .nav-link.active::after,
.b-product-tab .nav-link:hover::after {
	display: none;
}

.b-product-tab .nav-item:last-child .nav-link:after {
	display: none;
}

.b-product-tab .nav-link.active {
	border: 1px solid #6a961f;
	background: #6a961f;
	color: #fff;
}

.b-product-tab .nav-item {
	margin-bottom: 0;
	border-radius: 0;
	position: relative;
}

.b-product-tab .nav-link:focus,
.b-product-tab .nav-link:hover {
	border-color: #6a961f;
	background: #6a961f;
	color: #fff;
}

.b-product-nav {
	margin-top: -40px;
	position: relative;
	z-index: 2;
}

.b-product-nav .nav-tabs {
	border: 0;
	margin-bottom: 30px;
	display: inline-flex;
}

/* blog-post area style  */
.blog-post-area {
	overflow-x: clip;
}

.blog-pi1 {
	position: absolute;
	top: -59px;
	right: -270px;
}

.blog-post-img {
	overflow: hidden;
}

.blog-post-img img {
	width: 100%;
}

.blog-date {
	font-size: 15px;
	color: #a1a1a1;
	font-family: 'Noto Serif', serif;
	line-height: 1;
	display: block;
	margin-bottom: 16px;
}

.blog-title {
	font-size: 20px;
	color: #0d3c00;
	line-height: 28px;
	margin-bottom: 25px;
	font-family: 'Noto Serif', serif;
}

.blog-post-content p {
	font-size: 15px;
	color: #444444;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
	margin-bottom: 38px;
}

.blog-post-btn .theme_btn4 {
	color: #0d3c00;
	background: #fff;
	padding: 0 34px 0 34px;
	height: 50px;
	line-height: 48px;
}

.blog-post-btn .theme_btn4:hover {
	color: #fff;
	background: #6a961f;
}

/* newsletter area style  */
.newsletter-area {
	margin: 0 100px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 75px;
	padding-bottom: 50px;
}

.newsletter-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0d3c00;
	opacity: 0.63;
	top: 0;
	left: 0;
}

.subscribe-input-form {
	max-width: 770px;
	left: 0;
	right: 0;
	margin: auto;
}

.subscribe-input-form::before {
	position: absolute;
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
	left: 22px;
	top: 17px;
	z-index: 1;
	font-weight: 300;
	color: #a4a4a4;
	font-size: 19px;
}

.subscribe-input-form input {
	height: 70px;
	border: 0;
	width: 100%;
	padding: 0 210px 0 50px;
	font-size: 15px;
	border-radius: 2px;
}

.subscribe-input-form input::placeholder {
	font-size: 15px;
	color: #a1a6ab;
}

.subscribe-input-form input:-moz-placeholder {
	font-size: 15px;
	color: #a1a6ab;
}

.subscribe-btn {
	background: #0d3c00;
	color: #fff;
	border: 0;
	height: 70px;
	padding: 0 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.3s;
}

.subscribe-btn i {
	margin-right: 10px;
	font-size: 18px;
}

.subscribe-input-form .subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 2px 2px 0;
}

.subscribe-input-form .subscribe-btn:hover {
	background: #6a961f;
}

/* footer 4 style  */
.footer-4-bg {
	background: #f8fafb;
}

.footer-4-widget.widget_nav_menu ul {
	padding-left: 0;
}

.footer-4-widget.widget_nav_menu ul li {
	list-style: none;
	margin-bottom: 12px;
}

.footer-4-widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}

.f-c-icon {
	float: left;
	margin-right: 15px;
	width: 18px;
}

.f-c-icon i {
	font-size: 18px;
	color: #6a961f;
}

.f-c-link {
	overflow: hidden;
}

.f-c-link a:hover {
	color: #6a961f;
}

.footer-contact-item {
	margin-bottom: 15px;
}

/* social link style  */

.social_links ul li:not(:last-child) {
	margin-right: 8px;
}

.social_links ul li {
	display: inline-block;
	list-style: none;
}

.social_links ul a {
	width: 40px;
	height: 40px;
	display: block;
	color: #6a961f;
	font-size: 14px;
	overflow: hidden;
	line-height: 49px;
	position: relative;
	text-align: center;
	border-radius: 100%;
	background-color: transparent;
	border: 1px solid #6a961f;
}

.footer-4-widget.widget_nav_menu ul li a:hover {
	margin-left: 5px;
	color: #6a961f;
}

.social_links ul a i {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.social_links ul a i:nth-child(1) {
	top: 55%;
	transform: translate(-50%, -55%);
}

.social_links ul a i:nth-child(2) {
	top: 100%;
	opacity: 0;
}

.social_links ul a:hover i {
	color: #6a961f;
}

.social_links ul a:hover i:nth-child(1) {
	top: -100%;
	opacity: 0;
	transform: translateX(-50%);
}

.social_links ul a:hover i:nth-child(2) {
	top: 55%;
	opacity: 1;
	transform: translate(-50%, -55%);
}

.footer-4-widget ul {
	padding-left: 0;
}

.widget-q-link {
	margin-left: 45px;
	margin-right: -45px;
}

.widget-categories {
	margin-left: 65px;
}

/* footer-4-bottom style  */

.support-icon {
	width: 45px;
	margin-right: 22px;
	float: left;
}

.support-link {
	overflow: hidden;
}

.support-link span {
	display: block;
	line-height: 1;
	font-weight: 350;
	margin-bottom: 10px;
}

.support-link a {
	font-size: 24px;
	color: #0d3c00;
	font-family: 'Noto Serif', serif;
	line-height: 1;
}

.support-icon img {
	width: 100%;
}

.app-img-single {
	width: 192px;
	display: inline-block;
	margin-left: 5px;
}

.app-img-single img {
	width: 100%;
}

.app-text {
	display: inline-block;
	margin-bottom: 30px;
}

.app-img {
	float: right;
	margin-left: 15px;
	margin-bottom: 30px;
}

.app-text p {
	font-size: 15px;
	color: #b0b0b1;
	margin-bottom: 0;
}

.app-text h5 {
	margin-bottom: 2px;
	margin-top: 5px;
}

/* copyright-4 style  */
.custom-footer-4-2 {
	margin-left: 45px;
	margin-right: -45px;
}

.custom-footer-4-3 {
	margin-left: 65px;
}

@media (max-width: 767px) {
	.custom-footer-4-2 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.custom-footer-4-3 {
		margin-left: 0px;
	}



}


.footer-4-copyright {
	border-top: 1px solid #e4eaf1;
	padding: 12px 0 4px 0;
}

.copyright-text p a {
	color: #6a961f;
}

.support-card-section p {
	color: #444444;
	font-family: 'Noto Serif', serif;
	margin-bottom: 0px;
	display: inline-block;
}

.support-card-section {
	text-align: right;
}

.supported-cards {
	float: right;
}

.supported-cards a {
	width: 48px;
	display: inline-block;
	margin-left: 15px;
}

.supported-cards a img {
	width: 100%;
}

/* home-4 responsive style  */
@media (min-width: 1500px) and (max-width: 1800px) {
	.slider-area-04 {
		padding: 0 20px 130px 20px;
	}

	.main-header-area4 {
		padding: 0px 20px;
	}

	.slider-4-img {
		width: 645px;
	}
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
	.slider-area-04 {
		padding: 0 20px 130px 20px;
	}

	.main-header-area4 {
		padding: 0px 20px;
	}

	.search-input-box {
		width: 300px;
	}

	.menu-04 {
		padding-left: 40px;
	}

	.slider-height-04 {
		padding: 0 45px;
	}

	.slider_content_04 h1 {
		font-size: 90px;
	}

	.slider-4-img {
		width: 500px;
	}

	.slider-4-wrapper {
		bottom: -200px;
	}
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199.99px) {
	.slider-area-04 {
		padding: 0 20px 130px 20px;
	}

	.main-header-area4 {
		padding: 0px 20px;
	}

	.header-4-search {
		display: none;
	}

	.shop-list {
		margin-right: 13px;
	}

	.menu-04 {
		padding-left: 20px;
	}

	.slider-4-wrapper {
		position: absolute;
		right: -20px;
		bottom: -200px;
	}

	.slider-4-img {
		width: 460px;
	}

	.slider_content_04 h1 {
		font-size: 70px;
		line-height: 86px;
	}

	.slider-height-04 {
		padding: 0 45px;
	}

	.banner-desc-title {
		font-size: 22px;
	}

	.section-title-h4 {
		font-size: 42px;
	}

	.video-btn {
		font-size: 20px;
		height: 100px;
		width: 100px;
		line-height: 100px;
	}

	.featured-top-content {
		padding: 0 50px;
	}

	.featured-slider-wrapper {
		padding: 0 70px;
	}

	.t-product-content .p-product-name {
		font-size: 16px;
	}

	.top-product-wrapper {
		padding: 15px 10px;
	}

	.t-product-img {
		margin-right: 20px;
	}

	.blog-title {
		font-size: 18px;
		margin-bottom: 14px;
		font-family: 'Noto Serif', serif;
	}

	.blog-post-img {
		overflow: hidden;
		height: 100%;
	}

	.blog-post-img img {
		width: 100%;
		transform: scale(1.5);
		transform-origin: top;
	}

	.widget-q-link {
		margin-left: 0px;
		margin-right: -45px;
	}

	.widget-categories {
		margin-left: 40px;
	}

	.custom-footer-4-2 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.custom-footer-4-3 {
		margin-left: 0px;
	}

}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.video-btn {
		font-size: 20px;
		height: 100px;
		width: 100px;
		line-height: 100px;
	}

	.header-4-search {
		display: none;
	}

	.slider-area-04 {
		padding: 0 20px 130px 20px;
	}

	.main-header-area4 {
		padding: 10px 20px;
	}

	.slider-4-wrapper {
		right: -212px;
		bottom: -464px;
	}

	.slider-4-img {
		width: 500px;
		height: inherit;
	}

	.slider_content_04 h1 {
		font-size: 76px;
		line-height: 80px;
	}

	.section-title-h4 {
		font-size: 40px;
	}

	.featured-top-area {
		margin: 0 15px;
	}

	.featured-slider-wrapper {
		padding: 0px 0px;
	}

	.slider-height-04 {
		display: inherit !important;
		padding: 50px 50px 0 50px;
	}

	.side-banner {
		min-height: 350px;
	}

	.t-product-btn.text-right {
		text-align: left !important;
	}

	.blog-area-btn.text-right {
		text-align: left !important;
	}

	.blog-post-single>.row {
		align-items: center;
	}

	.newsletter-area {
		margin: 0 15px;
	}

	.widget-q-link {
		margin-left: 0;
		margin-right: 0;
	}

	.widget-categories {
		margin-left: 0;
	}

	.widget-about {
		padding-right: 50px;
	}

	.app-img-single {
		width: 174px;
	}

	.supported-cards a {
		margin-left: 10px;
	}

	.shop-list {
		margin-top: 14px;
	}

	.custom-footer-4-2 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.custom-footer-4-3 {
		margin-left: 0px;
	}
}

/* small mobile :320px. */
@media (max-width: 767px) {
	.video-btn {
		font-size: 16px;
		height: 80px;
		width: 80px;
		line-height: 80px;
	}

	.featured-video-btn {
		margin: 15px 20px;
	}

	.t-product-content .p-product-name {
		font-size: 16px;
	}

	.top-product-wrapper {
		padding: 15px 10px;
	}

	.t-product-img {
		margin-right: 20px;
	}

	.header-4-search {
		display: none;
	}

	.slider-area-04 {
		padding: 0 15px 130px 15px;
	}

	.main-header-area4 {
		padding: 10px 20px;
	}

	.t-product-btn.text-right {
		text-align: left !important;
	}

	.blog-area-btn.text-right {
		text-align: left !important;
	}

	.sl4-pi4 {
		display: none;
	}

	.slider-height-04 {
		padding: 0 0px;
		display: inherit !important;
		padding-top: 100px;
	}

	.slider_content_04 h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.slider-4-wrapper {
		position: absolute;
		right: 0;
		bottom: auto;
		top: 50px;
	}

	.slider-4-img {
		width: 290px;
		height: inherit;
	}

	.slider-4-wrapper {
		position: absolute;
		right: 0;
		bottom: auto;
		top: 50px;
	}

	.slider-4-img {
		width: 290px;
		height: inherit;
		margin-bottom: 240px;
	}

	.slider-4-description {
		width: 270px;
		padding: 20px 20px 30px 20px;
		bottom: -200px;
		left: 0;
	}

	.product-link-arrow {
		right: -22px;
	}

	.slider-4-description p {
		padding-right: 15px;
	}

	.banner-img-desc {
		padding: 30px 20px;
	}

	.p-products-menu button {
		margin-bottom: 20px;
	}

	.p-products-menu button::before {
		display: none;
	}

	.featured-top-area {
		margin: 0 0px;
	}

	.featured-slider-wrapper {
		padding: 0 0;
		margin-top: -185px;
	}

	.featured-p-single {
		padding: 50px 20px;
		display: inherit;
	}

	.featured-p-img {
		width: 100%;
		margin-bottom: 20px;
	}

	.featured-p-content {
		width: 100%;
	}

	.section-title-h4 {
		font-size: 30px;
	}

	.blog-post-img {
		margin-bottom: 30px;
	}

	.blog-post-single.mb-30 {
		margin-bottom: 50px;
	}

	.newsletter-area {
		margin: 0 0;
	}

	.subscribe-input-form .subscribe-btn {
		position: static;
		margin-top: 20px;
		border-radius: 2px 2px 2px 2px;
	}

	.subscribe-input-form input {
		padding: 0 30px 0 50px;
	}

	.widget-q-link {
		margin-left: 0;
		margin-right: 0;
	}

	.widget-categories {
		margin-left: 0;
	}

	.f-app-area.text-right {
		text-align: left !important;
	}

	.app-img {
		margin-left: 0;
		float: left;
	}

	.app-img-single {
		margin-bottom: 10px;
	}

	.copyright-text {
		text-align: center;
	}

	.support-card-section {
		text-align: center;
	}

	.supported-cards {
		float: none;
		margin-top: 10px;
	}

	.footer-4-copyright {
		padding: 12px 0 18px 0;
	}

	.featured-video {
		display: inherit;
	}

	.b-product-nav {
		margin-top: 20px;
	}

	.b-product-tab .nav-link::after {
		display: none;
	}

	.shop-list {
		margin-right: 54px;
		margin-top: 14px;
	}

	.b-product-nav .nav-tabs {
		justify-content: center;
	}

	.featured-slider .slick-prev {
		position: absolute;
		top: 100%;
		transform: translateY(-50%);
		left: 0px;
		opacity: 1;
		visibility: visible;
	}

	.featured-slider .slick-next {
		position: absolute;
		top: 100%;
		transform: translateY(-50%);
		right: 0px;
		opacity: 1;
		visibility: visible;
	}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 450px;
	}

	.slider-4-img {
		width: 340px;
	}

	.banner-img-desc {
		padding: 30px 20px;
		margin-left: -30px;
	}

	.p-products-menu button {
		margin-bottom: 20px;
		padding: 0 16px;
	}

	.slider_content_04 h1 {
		font-size: 64px;
		line-height: 80px;
	}

	.slider-height-04 {
		padding-top: 60px;
	}
}

@media (min-width: 320px) and (max-width: 450px) {
	.shop-list {
		display: none !important;
	}
}



/*blog css*/
.blog-post-img {
	height: 100%;
}

div.blog-post-img img {
	height: 100%;
	object-fit: cover;
}

.logged-in.admin-bar .sticky {
	margin-top: 32px;
}

.added_to_cart.wc-forward {
	padding: 10px 15px;
	background: #ff9100;
	margin-left: 15px;
	color: #fff;
	border-radius: 4px;
}

.p-product-img-wrapper.pos-rel .added_to_cart.wc-forward {
	position: absolute;
	top: -70px;
	left: 60px;
}


/*update */
div.mean-container a.meanmenu-reveal {
	display: none !important;
}

div.mean-container .mean-nav {
	background: none;
	margin-bottom: 40px;
	overflow: hidden;
}

div.mean-container .mean-bar {
	background: transparent;
}

div.mean-container .mean-nav>ul {
	display: block !important;
}

.slide-bar .side-mobile-menu ul li ul li a:first-child {
	border-top: 0;
}

.slide-bar .side-mobile-menu ul li ul li a:last-child {
	border-bottom: 0;
}