/* -----------------------------------------------------------------------------------

    Template Name: LandCo - Garden & Landscaping HTML 5 Template
    Description: LandCo - Garden & Landscaping HTML 5 Template
    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
/*---------------------------------------- */
/* Font Url */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* 1. Theme default css */
body {
    font-family: '"Lato", sans-serif';
    font-size: 15px;
    line-height: 1.9;
    font-weight: normal;
    font-style: normal;
    color: #777777;
}

.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-weight: 700;
    font-weight: normal;
    color: #0d3c00;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    font-family: '"Lato", sans-serif';
    color: #777777;
    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: #222;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

/* --
    - Input Placeholder
----------------------------------------- */
*::-moz-placeholder {
    color: #222;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #222;
    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: #ffffff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #6a961f;
}

/* --
    - color
----------------------------------------- */
.white-color {
    color: #ffffff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #6a961f;
}

/* --
	-theme-btn
---------------------------------------- */
.theme_btn {
    color: White;
    background: #6a961f;
    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;
}

.theme_btn:hover {
    color: #ffffff;
    background: #0d3c00;
}

.theme_btn2 {
    padding: 20px 39px;
    display: inline-block;
}

/* --
section-title
---------------------------------------- */
.section-title span {
    color: #6a961f;
    font-size: 18px;
    font-family: '"Lato", sans-serif';
    line-height: 1.6;
    display: inline-block;
}

.section-title span.left-line {
    position: relative;
}

.section-title span.left-line::before {
    content: "";
    background-color: rgb(106, 150, 31);
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 20px;
    z-index: 1;
}

.section-title h2 {
    color: #0d3c00;
    font-size: 43px;
    line-height: 1.1;
    font-weight: 700;
}

@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: #ffffff;
}

.section-title-white h2 {
    color: #ffffff;
}

.section-title-white p {
    color: #ffffff;
}

.popup-video {
    color: #fff;
    font-size: 30px;
    text-align: center;
    border: 3px solid #ffffff;
    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: #ffffff;
    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;
    font-size: 18px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
    color: #ffffff;
}

.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: #ffffff;
}

/* --
    - 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: #ffffff;
}

[data-overlay=dark]::before {
    background-color: #222;
}

/* -- 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 30px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header-area {
        padding: 20px 0 26px 0;
    }
}

.logo {
    transform: translateY(-29px);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .logo {
        transform: translateY(-10px);
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .logo {
        transform: translateY(0);
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .logo {
        transform: translateY(0);
        padding-left: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .logo {
        transform: translateY(0);
        padding-left: 10px;
    }
}

@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: '"Lato", sans-serif';
    line-height: 1;
    color: #777777;
}

.headers__lang {
    background: #ffffff;
    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;
}

.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: '"Lato", sans-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: '"Lato", sans-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;
}

@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: '"Lato", sans-serif';
    padding: 30px 0;
    margin: 0 22px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.main-menu ul li > a::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: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;
}

.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: rgb(106, 150, 31);
    width: 25px;
    height: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
}

/* Hamburger-menu */
.hamburger-menu {
    display: inline-block;
}

.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: 10px;
        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: 1601px) and (max-width: 1920px) {
    .main-header-area2 .hamburger-menu2 {
        display: none !important;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1900px) {
    .main-header-area2 .hamburger-menu2 {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header-area2 .hamburger-menu2 {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-header-area2 .hamburger-menu2 {
        display: block !important;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area2 .hamburger-menu2 {
        display: block !important;
        padding-right: 0;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .main-header-area2 .hamburger-menu2 {
        display: block !important;
        padding-right: 10px;
        text-align: right;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header-area2 .hamburger-menu2 {
        display: block !important;
        padding-right: 10px;
        text-align: right;
    }
}

.main-header-area2 .side-nav2 {
    transform: translateY(0px) !important;
}

@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 {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .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: #ffffff;
    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 (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 rgb(235, 235, 235);
    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: #ffffff;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    font-family: '"Lato", sans-serif';
    position: relative;
    top: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu-area {
        text-align: left !important;
        margin-left: 0;
    }
}

.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: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    font-family: '"Lato", sans-serif';
}

.hamburger-menu3 > a {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    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;
    }
}

.header__social::before {
    background: rgb(186, 186, 186);
    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: #ffffff;
}

.headers__icon2 {
    color: #ffffff;
}

.headers__icon2 > i {
    color: #ffffff;
}

.headers__icon2 > a {
    color: #ffffff;
    font-family: '"Lato", sans-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: 121;
    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: #ffffff;
    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: #ffffff;
    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: rgb(5, 20, 1);
    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: #ffffff;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
}

.slider__content h1 span {
    display: block;
    font-weight: 300;
    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: #ffffff;
    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: #ffffff;
    font-size: 24px;
    line-height: 26px;
    font-family: '"Lato", sans-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;
}

.slider__content .list-item a.round-border::before {
    content: "";
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
}

.slider__content .list-item a.round-border::after {
    content: "";
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 11px;
    width: 6px;
    height: 6px;
}

.slider__content .btn-list li {
    display: inline-block;
}

.slider__content .btn-list li a {
    border: 1px solid transparent;
    margin-right: 10px;
    display: inline-block;
}

@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: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

.slider__content .btn-list li a.border_btn {
    background: transparent;
    border: 1px solid #ffffff;
}

.slider__content .btn-list li a.border_btn:hover {
    color: #ffffff;
    background: #6a961f;
    border: 1px solid transparent;
}

.slider-height-02 {
    min-height: 840px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-02 {
        min-height: 650px;
    }
}

@media (max-width: 767px) {
    .slider-height-02 {
        min-height: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-02 {
        min-height: 450px;
    }
}

.slider-height-02::after {
    height: 840px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-02::after {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .slider-height-02::after {
        height: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-02::after {
        height: 450px;
    }
}

@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: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-family: '"Lato", sans-serif';
    text-transform: uppercase;
    letter-spacing: 22px;
    display: block;
}

@media (max-width: 767px) {
    .slider__content__02 span {
        letter-spacing: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content__02 span {
        letter-spacing: 10px;
    }
}

.slider__content__02 h1 {
    font-size: 150px;
    line-height: 150px;
}

@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, 0.949);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 950px;
    clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
}

@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: #ffffff;
    font-size: 100px;
    line-height: 100px;
    font-weight: 300;
    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: 30px;
        line-height: 40px;
    }
}

.slider_content_03 h1 {
    font-size: 100px;
    line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider_content_03 h1 {
        font-size: 100px;
        line-height: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider_content_03 h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .slider_content_03 h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider_content_03 h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.slider_content_03 p {
    color: #ffffff;
    font-size: 18px;
}

.about__img .img-fluid {
    box-shadow: 0px 10px 60px 0px rgba(13, 60, 0, 0.5);
    border-radius: 228px 0px 0px 0px;
}

.about__img__icon {
    border-radius: 50%;
    background-color: rgb(106, 150, 31);
    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-weight: 700;
    margin-bottom: 15px;
}

.about .about__content a {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 1;
    font-family: '"Lato", sans-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: 18px;
    line-height: 1.5;
    font-family: '"Lato", sans-serif';
    margin-bottom: 17px;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
}

.about__link--list li::before {
    content: "\f00c";
    position: absolute;
    font-family: "Font awesome 5 pro";
    border: 2px solid rgb(106, 150, 31);
    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: #ffffff;
    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: #ffffff;
    font-size: 250px;
    font-weight: 300;
    display: inline-block;
    line-height: 0;
}

.about__img__text h3 {
    color: white;
    font-size: 30px;
    line-height: 28px;
    font-family: '"Lato", sans-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-weight: 700;
}

.goals__content a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    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: '"Lato", sans-serif';
}

.intro__experience h5 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-family: '"Lato", sans-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-weight: 700;
}

.histories__text h6 {
    font-size: 24px;
    line-height: 1.5;
    font-family: '"Lato", sans-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 .flaticon-growth-1 {
    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: '"Lato", sans-serif';
}

.services__content a {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 1;
    font-family: '"Lato", sans-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: #ffffff;
    font-size: 100px;
    line-height: 1.1;
    font-weight: 300;
}

.counter__box h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-family: '"Lato", sans-serif';
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter__box h3 {
        font-size: 28px;
    }
}

.counter__box p {
    color: #ffffff;
}

.partner-bg {
    border: 2px solid rgb(231, 231, 231);
    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: #ffffff;
    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-weight: 700;
}

.catagory:hover__icon i {
    color: #ffffff;
}

.catagory:hover {
    top: -26px;
    background: #6a961f;
}

.catagory:hover .catagory__icon i {
    color: #ffffff;
}

.catagory:hover h6 {
    color: #ffffff;
}

.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: #ffffff;
    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-weight: 700;
}

.popular__content p {
    color: #6d6d6d;
    margin-bottom: 26px;
}

.popular a {
    font-size: 14px;
    line-height: 1.4;
    font-family: '"Lato", sans-serif';
    text-transform: uppercase;
    display: block;
    background: #0d3c00;
    color: #ffffff;
    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: #ffffff;
}

.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;
}

.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: rgb(106, 150, 31);
    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-weight: 700;
}

.catagoris:hover {
    background: rgba(106, 150, 31, 0.071);
    border-top-color: #6a961f;
    border-bottom-color: #6a961f;
}

.list-02 li {
    font-size: 15px;
}

.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(/assets/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: #ffffff;
    font-size: 26px;
    font-family: "futurabook";
}

.counter__03 p {
    color: #ffffff;
}

.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: #ffffff;
    -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: #ffffff;
    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: '"Lato", sans-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;
}

.widget-title {
    color: #fff;
    font-size: 24px;
    font-family: '"Lato", sans-serif';
    line-height: 1;
}

.cat li a {
    color: #0d3c00;
    font-size: 18px;
    font-family: '"Lato", sans-serif';
    line-height: 1.7;
    padding: 15px 40px;
    display: block;
    border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cat li a {
        padding: 15px 30px;
    }
}

@media (max-width: 767px) {
    .cat li a {
        padding: 15px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cat li a {
        padding: 15px 30px;
    }
}

.cat li a i {
    font-size: 13px;
}

.cat li a:hover {
    background: #f4f5f0;
}

.widget__box {
    border: 1px solid #ebebeb;
}

.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: #ffffff;
    background: #6a961f;
}

.process-title {
    font-size: 30px;
    line-height: 1.6;
    font-family: '"Lato", sans-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, 0.749);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.widget__box--text {
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.widget__box--text p {
    color: white;
    font-size: 24px;
    line-height: 35px;
    font-family: '"Lato", sans-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: '"Lato", sans-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: #ffffff;
    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: #ffffff;
    font-size: 30px;
    line-height: 1.4;
    font-family: '"Lato", sans-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: #ffffff;
}

.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: #ffffff;
}

.recent-work-area .section-title h2 {
    color: #ffffff;
}

.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: #ffffff;
}

.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-weight: 700;
}

.project__text .more-btn {
    color: #6a961f;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    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 48px 45px 48px;
    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 .flaticon-watering-can-1 {
    font-size: 65px;
    color: #6a961f;
    line-height: 1.7;
}

.provide__content h6 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.provide__content a {
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    font-family: '"Lato", sans-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-weight: 700;
    display: inline-block;
}

.skill__progress__content h5 {
    font-size: 24px;
    line-height: 28px;
}

.skill__progress__content h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.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.pr-icon::before {
    content: "";
    position: absolute;
    background: url(../img/icon/icon8.png) no-repeat;
    height: 33px;
    width: 141px;
    right: -189px;
    bottom: -5px;
    -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.pr-icon::before {
        right: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process__icon.pr-icon::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .process__icon.pr-icon::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .process__icon.pr-icon::before {
        display: none;
    }
}

.process__icon--number {
    border-radius: 50%;
    background-color: rgb(106, 150, 31);
    right: 9px;
    top: 0;
    width: 45px;
    height: 45px;
    z-index: 254;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    -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: 20px;
    line-height: 1.3;
    font-family: times;
    font-weight: bold;
}

.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;
}

.testimonial__content--text::before {
    content: "\f10d";
    color: rgba(106, 150, 31, 0.202);
    position: absolute;
    left: -17px;
    top: -100px;
    font-family: "Font awesome 5 pro";
    font-size: 100px;
    z-index: -1;
}

@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;
    font-family: "futuramedium";
    margin-bottom: 18px;
}

.testimonial__content--text .clien-name h6 {
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
}

.testimonial__content--text .clien-name span {
    color: #6a961f;
    font-size: 15px;
    line-height: 35px;
    font-family: '"Lato", sans-serif';
    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: #ffffff;
}

.testimonial-area-two .section-title h2 {
    color: #ffffff;
}

.testimonial-area-two::before {
    content: "";
    background: rgba(18, 18, 18, 0.902);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1142px;
}

.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: #ffffff;
    font-size: 24px;
    line-height: 1.75;
    font-family: '"Lato", sans-serif';
}

@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: #ffffff;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
}

.testimonials__inner .author-name span {
    color: #ffffff;
    line-height: 35px;
    font-family: '"Lato", sans-serif';
}

.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: #ffffff;
}

.testimonial-area-three .section-title h2 {
    color: #ffffff;
}

@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: rgb(255, 255, 255);
    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: '"Lato", sans-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-weight: 700;
    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: '"Lato", sans-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: '"Lato", sans-serif';
    padding-right: 25px;
}

@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: #ffffff;
    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-weight: 700;
    display: inline-block;
}

.blog__content h3 a {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

@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: rgb(244, 245, 240);
    border: 0;
    color: #0d3c00;
    font-size: 20px;
    width: 100%;
    height: 70px;
    font-family: '"Lato", sans-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-weight: 700;
    display: inline-block;
}

.news__content span {
    color: #6a6a6a;
    font-size: 13px;
    line-height: 24px;
    font-family: '"Lato", sans-serif';
    text-transform: uppercase;
}

.news:hover .news__content h6 a {
    color: #6a961f;
}

.widget {
    border: 1px solid #e7e7e7;
}

@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: rgb(244, 245, 240);
    padding: 13px 19px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    font-family: '"Lato", sans-serif';
    margin: 0 0 10px 0;
}

.widget__tag .tag_btn:hover {
    color: #ffffff;
    background: #6a961f;
}

.pagination li:first-child .page-link {
    border-radius: 50%;
}

.pagination li a.page-link {
    border: 2px solid rgb(221, 221, 221);
    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: #ffffff;
    background: #6a961f;
    border: 2px solid #6a961f;
}

.pagination li a.theme_btn2 {
    color: #ffffff;
    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: '"Lato", sans-serif';
    color: #0d3c00;
}

.blog-list-item .list-item li {
    color: #0d3c00;
    font-size: 18px;
    line-height: 30px;
    font-family: '"Lato", sans-serif';
    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-weight: 700;
}

.blog__tag li a {
    color: #777777;
    font-size: 15px;
    line-height: 30px;
    font-family: '"Lato", sans-serif';
}

.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-weight: 700;
}

.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: '"Lato", sans-serif';
    display: inline-block;
    margin-bottom: 10px;
}

.coments__text a {
    color: #777777;
    font-size: 15px;
    line-height: 30px;
    font-family: '"Lato", sans-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::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::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: #ffffff;
    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: #ffffff;
    background: #6a961f;
}

.team__name h6 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.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, rgb(13, 60, 0) 0%, rgba(13, 60, 0, 0.5) 71%, rgba(13, 60, 0, 0.02) 99%, rgb(13, 60, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(13, 60, 0) 0%, rgba(13, 60, 0, 0.5) 71%, rgba(13, 60, 0, 0.02) 99%, rgb(13, 60, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(13, 60, 0) 0%, rgba(13, 60, 0, 0.5) 71%, rgba(13, 60, 0, 0.02) 99%, rgb(13, 60, 0) 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: rgb(255, 255, 255);
    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;
}

.teams__socials a i {
    font-size: 12px;
}

.teams__socials a:hover {
    color: #ffffff;
    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: #ffffff;
    margin: 0;
    margin-bottom: 5px;
}

.teams__names p {
    color: #ffffff;
}

.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;
    }
}

.list-02 li {
    font-family: '"Lato", sans-serif';
}

.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-weight: 700;
    margin: 0;
}

.staff__name p {
    font-family: '"Lato", sans-serif';
}

.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: #ffffff;
    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-weight: 700;
    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: rgb(13, 60, 0);
    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: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.widget .form-para {
    padding: 0 39px 10px 39px;
}

.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: #ffffff;
    font-size: 18px;
    line-height: 1;
    max-width: 450px;
    height: 70px;
    border: 0;
    font-family: '"Lato", sans-serif';
    padding: 10px 25px;
    border-radius: 0;
    border-left: 3px solid #6a961f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-area .form-control {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .form-area .form-control {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-area .form-control {
        max-width: 100%;
    }
}

.form-area textarea {
    overflow: auto;
    resize: none;
    background-color: rgb(255, 255, 255);
    border: 0;
    width: 450px;
    height: 145px;
    font-size: 18px;
    line-height: 1;
    font-family: '"Lato", sans-serif';
    padding: 30px 27px;
    border-left: 3px solid #6a961f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .form-area textarea {
        width: 388px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-area textarea {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-area textarea {
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-area textarea {
        max-width: 100%;
        width: 100%;
    }
}

.form-area .contact-name span,
.form-area .contact-mail span {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .form-area .contact-name span,
    .form-area .contact-mail span {
        right: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-area .contact-name span,
    .form-area .contact-mail span {
        right: 20px;
    }
}

.form-area .contact-message span {
    position: absolute;
    right: 75px;
    top: 24%;
    transform: translateY(-24%);
}

@media (max-width: 767px) {
    .form-area .contact-message span {
        right: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-area .contact-message span {
        right: 20px;
    }
}

.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;
    background: url(/assets/img/icon/leaf24.png);
    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, 0.851);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 546px;
}

.news-letter-area .section-title a {
    color: #ffffff;
    margin: 0 5px 10px 5px;
}

.form-area-02 {
    border: 1px solid #ebebeb;
}

.form-area-02 .form-control {
    background: #f4f5f0;
    border: 0;
    width: 78%;
    margin: 0 auto;
    color: #0d3c00;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-area-02 .form-control {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-area-02 .form-control {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-area-02 .form-control {
        width: 100%;
    }
}

.form-area-02 textarea {
    position: relative;
    background: #f4f5f0;
    border: 0;
    width: 78%;
    margin: 0 auto;
    padding: 21px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-area-02 textarea {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .form-area-02 textarea {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-area-02 textarea {
        width: 100%;
    }
}

.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: 71px;
    top: 21px !important;
}

@media (max-width: 767px) {
    .form-area-02 .message-2 span {
        right: 20px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .form-area-02 .message-2 span {
        right: 20px !important;
    }
}

.contact-mail span,
.contact-name span {
    position: absolute;
    right: 70px;
    top: 26%;
    color: #0d3c00;
}

.message-2 span {
    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: #ffffff;
    border: 2px solid #ffffff;
}

.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: #ffffff;
    border: 0;
    max-width: 100%;
}

.form-area-03 .contact-name4 span {
    position: absolute;
    right: 53px;
    top: 50%;
    transform: translateY(-50%);
}

.form-area-03 .contact-mail3 span {
    position: absolute;
    right: 53px;
    top: 50%;
    transform: translateY(-50%);
}

.form-area-03 .contact-subject4 span {
    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 {
    position: absolute;
    right: 47px;
    top: 15%;
}

@media (max-width: 767px) {
    .form-area-03 .contact-name4 span,
    .form-area-03 .contact-mail3 span,
    .form-area-03 .contact-message4 span,
    .form-area-03 .contact-subject4 span {
        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,
    .form-area-03 .contact-message4 span,
    .form-area-03 .contact-subject4 span {
        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-weight: 700;
}

.contact a {
    color: #474747;
    font-size: 18px;
    line-height: 28px;
    font-family: '"Lato", sans-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%;
}

@media (max-width: 767px) {
    #contact-map {
        min-height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #contact-map {
        min-height: 400px;
    }
}

.product {
    border: 1px solid rgb(236, 236, 236);
    padding: 25px 0;
}

.product__content h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.product__content span {
    color: #6a961f;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.product:hover .product__thumb--action {
    opacity: 1;
    bottom: -15px;
}

.product__thumb {
    z-index: 3;
}

.product__thumb a img {
    max-width: 100%;
}

.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: rgb(106, 150, 31);
    text-align: center;
    display: inline-block;
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.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 rgb(226, 226, 226);
}

.search-02 .form-control {
    background: none;
    border: 2px solid rgb(226, 226, 226);
    height: 66px;
    font-size: 18px;
    font-family: '"Lato", sans-serif';
    color: #0d3c00;
}

.search-02 .input-text-group {
    background: none;
    color: #0d3c00;
    right: 5px;
    cursor: pointer;
}

.item__view h6 {
    font-size: 18px;
    font-family: '"Lato", sans-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 rgb(226, 226, 226);
    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: '"Lato", sans-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: '"Lato", sans-serif';
    color: #0d3c00;
}

.products {
    border: 2px solid #ececec;
    padding: 30px 0;
}

.products:hover .action-02 {
    bottom: 50px;
}

.shop-thumb-tab {
    width: 170px;
    float: left;
}

@media (max-width: 767px) {
    .shop-thumb-tab {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-thumb-tab {
        float: none;
        width: 100%;
    }
}

.shop-thumb-tab .nav .nav-item {
    background: #f4f5f0;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .shop-thumb-tab .nav .nav-item {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-thumb-tab .nav .nav-item {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-details {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .product-details {
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details {
        padding-right: 0;
    }
}

.product-details .product-details-title {
    font-size: 30px;
    line-height: 1.3;
    font-family: '"Lato", sans-serif';
}

.product-details span {
    color: #6a961f;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: inline-block;
}

.product-details-rating a {
    color: #ffab1c;
}

.product-details-img {
    margin-left: 200px;
    background: #f4f5f1;
    text-align: center;
    padding-bottom: 51px;
}

@media (max-width: 767px) {
    .product-details-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-img {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product-details-img .product-large-img img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-img .product-large-img img {
        max-width: 100%;
    }
}

.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: White;
    background: #6a961f;
    font: 600 14px/1 "cerebri_sanssemibold";
    padding: 13px 22px;
    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: '"Lato", sans-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 {
    padding-bottom: 100px;
    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: '"Lato", sans-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;
    min-height: 590px;
}

@media (max-width: 767px) {
    .page-title-area {
        min-height: 440px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-title-area {
        min-height: 440px;
    }
}

.page-title-area::before {
    content: "";
    background-color: rgb(5, 20, 1);
    opacity: 0.651;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 590px;
}

@media (max-width: 767px) {
    .page-title-area::before {
        min-height: 440px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-title-area::before {
        min-height: 440px;
    }
}

@media (max-width: 767px) {
    .page-title {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-title {
        padding-top: 150px;
    }
}

.page-title h2 {
    color: #ffffff;
    font-size: 100px;
    line-height: 1.5;
    font-family: '"Lato", sans-serif';
    margin-bottom: 20px;
}

@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: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-title h2 {
        font-size: 32px;
    }
}

.breadcrumb-list ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-family: '"Lato", sans-serif';
    position: relative;
    padding: 0 6px;
}

@media (max-width: 767px) {
    .breadcrumb-list ul li {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-list ul li {
        font-size: 20px;
    }
}

.breadcrumb-list ul li:nth-child(2) {
    padding: 0px 20px;
}

.breadcrumb-list ul li:nth-child(2)::before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: 30px;
    z-index: 1;
}

.breadcrumb-list ul li:nth-child(2)::after {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 6px;
    top: 8px;
    width: 2px;
    height: 30px;
    z-index: 1;
}

.breadcrumb-list ul li a {
    color: #ffffff;
    font-size: 24px;
    font-family: '"Lato", sans-serif';
    display: inline-block;
}

@media (max-width: 767px) {
    .breadcrumb-list ul li a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-list ul li a {
        font-size: 20px;
    }
}

.plan {
    border: 1px solid rgb(231, 231, 231);
    -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: #ffffff;
    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: "cerebri_sanssemibold";
    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: '"Lato", sans-serif';
    margin-bottom: 30px;
}

.pr_body .pr_list li {
    color: #777777;
    font-size: 18px;
    line-height: 28px;
    font-family: '"Lato", sans-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: #ffffff;
}

.plan-inner:hover .pr_head_02 h2 {
    color: #ffffff;
}

.plan-inner:hover .pr_head_02 h2 .month {
    color: #ffffff;
}

.plan-inner:hover p {
    color: #ffffff;
}

.plan-inner a {
    padding: 20px 49px;
    display: inline-block;
}

.pr_head_02 h3 {
    color: #0d3c00;
    font-size: 30px;
    line-height: 28px;
    font-family: cerebri-semi;
    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, 0.851);
    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: #ffffff;
    font-size: 50px;
    line-height: 46px;
    font-family: '"Lato", sans-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: #ffffff;
    font-size: 20px;
    line-height: 46px;
    font-family: '"Lato", sans-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: 1;
}

.gallery:hover .gallery__text {
    opacity: 1;
    visibility: visible;
}

.gallery:hover a {
    opacity: 1;
}

.gallery .text__two h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-family: '"Lato", sans-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 {
    border: 1px solid #e7e7e7;
    padding: 35px 0 30px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .infos {
        padding: 35px 0 30px 10px;
    }
}

.infos__details li {
    color: #6a6a6a;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 7px;
    font-family: '"Lato", sans-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-weight: 700;
}

.post__text .hr-line {
    color: #0d3c00;
    font-size: 15px;
    line-height: 2.1;
    font-family: '"Lato", sans-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;
}

.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-mobile-menu ul li a {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #101a23;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.side-mobile-menu ul li a:hover {
    color: #6a961f;
    padding-left: 5px;
}

.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;
}

.side-mobile-menu ul li ul li {
    padding-left: 15px;
}

.side-mobile-menu ul li ul li:hover > a {
    color: #6a961f;
    padding-left: 20px;
}

.side-mobile-menu ul li ul li:hover > a:before {
    background: #6a961f;
    border-color: #6a961f;
}

.side-mobile-menu ul li ul li a {
    position: relative;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 16px;
}

.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%;
}

.side-mobile-menu ul li ul li a[aria-expanded=true] {
    padding-left: 20px;
}

.side-mobile-menu ul li.has-dropdown > 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-dropdown 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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    font-family: '"Lato", sans-serif';
}

.footer__widget p {
    color: #ffffff;
}

.footer__widget .call {
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    font-family: '"Lato", sans-serif';
}

.footer__widget .call i {
    font-size: 11px;
}

.footer__widget .fot-list li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 35px;
    font-family: '"Lato", sans-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: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    font-family: '"Lato", sans-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: #ffffff;
}

.footer__subscribe ::-webkit-placeholder {
    color: #ffffff;
}

.footer__subscribe ::-moz-placeholder {
    color: #ffffff;
}

.footer__subscribe .form-control {
    background: #6a961f;
    position: absolute;
    border: 0;
    max-width: 300px;
    height: 60px;
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    font-family: '"Lato", sans-serif';
    padding: 30px;
    display: block;
    border-radius: 0 30px 30px 30px;
}

@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%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__subscribe .form-control {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.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.5);
}

.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;
    font-family: '"Lato", sans-serif';
}
