/*
@File: Lawn Expert Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** - Default CSS
** - Backgrounds
** - Preloaders CSS
** - Header area CSS
** - Slider area CSS
** - Home Style 2 CSS
** - Service area CSS
** - Subscription area CSS
** - Who we are area CSS
** - Testimonials area CSS
** - About Us area CSS
** - Breadcumbs area CSS
** - Newsletter area CSS
** - Gallery area CSS
** - Projects area CSS
** - Widget area CSS
** - Comments area CSS
** - Qoute form CSS
** - Contact us CSS
** - Team area CSS
** - Blog posts area CSS
** - Footer area CSS
** - Checkout CSS
** - 404 not found CSS
** - FAQ CSS
*/


/* Default CSS */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(assets/fonts/s/poppins/v5/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local('Poppins Medium'), local('Poppins-Medium'), url(assets/fonts/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(assets/fonts/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(assets/fonts/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(assets/fonts/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(assets/fonts/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #848484;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

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

h1, h2, h3, h4, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #444;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 23px;
    color: #444444;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

input[type="submit"] {
    background: #666 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.space-45 {
    height: 45px;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

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

.home-separator {
    height: 1px;
    background: #eee;
}

.section-title > h2 {
    color: #333;
    margin: 0 0 50px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.section-title > h2::before {
    background: #68b808 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 50px;
}

a.lightbox-gallery {
    display: block;
    position: relative;
}

a.lightbox-gallery::before {
    top: 0;
    background: #68b808;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: .4s;
    -webkit-transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.gallery-box:hover a.lightbox-gallery::before, .single-blog-slide:hover a.lightbox-gallery::before {
    visibility: visible;
    opacity: .5;
}

a.lightbox-gallery::after {
    color: #fff;
    content: "";
    font-family: Ionicons;
    font-size: 35px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    top: 80%;
    width: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
}

.gallery-box:hover a.lightbox-gallery::after, .single-blog-slide:hover a.lightbox-gallery::after {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.gallery-box {
    margin-bottom: 30px;
}

/* End Default CSS */

/* Backgrounds */
.slide-bg-1 {
    background-image: url(assets/img/slide-bg-1.jpeg);
}

.slide-bg-2 {
    background-image: url(assets/img/slide-bg-2.jpeg);
}

.slide-bg-3 {
    background-image: url(assets/img/slide-bg-3.jpeg);
}

.service-bg-1 {
    background-image: url(assets/img/service-bg-1.jpeg);
}

.service-bg-2 {
    background-image: url(assets/img/service-bg-2.jpeg);
}

.service-bg-3 {
    background-image: url(assets/img/service-bg-3.jpeg);
}

.service-bg-4 {
    background-image: url(assets/img/service-bg-4.jpeg);
}

.service-bg-5 {
    background-image: url(assets/img/service-bg-5.jpeg);
}

.service-bg-6 {
    background-image: url(assets/img/service-bg-6.jpeg);
}

.about-bg-1 {
    background-image: url(assets/img/about-bg-1.jpeg);
}

.about-bg-2 {
    background-image: url(assets/img/about-bg-2.jpeg);
}

.about-bg-3 {
    background-image: url(assets/img/about-bg-3.jpeg);
}

.about-bg-4 {
    background-image: url(assets/img/about-bg-4.jpeg);
}

.promo-video-bg {
    background-image: url(assets/img/promo-video-bg.jpeg);
}

.shop-item-bg-1 {
    background-image: url(assets/img/shop-item-bg-1.png);
}

.shop-item-bg-2 {
    background-image: url(assets/img/shop-item-bg-2.png);
}

.shop-item-bg-3 {
    background-image: url(assets/img/shop-item-bg-3.png);
}

.shop-item-bg-4 {
    background-image: url(assets/img/shop-item-bg-4.png);
}

.blog-img-1 {
    background-image: url(assets/img/blog-img-1.jpeg);
}

.blog-img-2 {
    background-image: url(assets/img/blog-img-2.jpeg);
}

.blog-img-3 {
    background-image: url(assets/img/blog-img-3.jpeg);
}

.blog-img-4 {
    background-image: url(assets/img/blog-img-4.jpeg);
}

.blog-img-5 {
    background-image: url(assets/img/blog-img-5.jpeg);
}

.gardening-mini-banner {
    background-image: url(assets/img/bread-cumb-bg.jpeg);
}

.team-bg-1 {
    background-image: url(assets/img/team-1.jpeg);
}

.team-bg-2 {
    background-image: url(assets/img/team-2.jpeg);
}

.team-bg-3 {
    background-image: url(assets/img/team-3.jpeg);
}

.team-bg-4 {
    background-image: url(assets/img/team-4.jpeg);
}

.team-bg-5 {
    background-image: url(assets/img/team-5.jpeg);
}

.team-bg-6 {
    background-image: url(assets/img/team-6.jpeg);
}

/* End Backgrounds */

/* Preloader CSS */
.spinner {
    width: 40px;
    height: 40px;
    background-color: #68b808;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.sk-folding-cube {
    margin: 100px auto;
    background-color: #fff;
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #68b808;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.gardening-site-preloader-wrap {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.gardening-site-preloader-wrap .sk-folding-cube {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}

.gardening-slide-preloader-wrap {
    background: #68b808 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

/* End Preloader CSS */

/* Header area CSS */
.header-top-area {
    background-color: #272727;
    font-size: 14px;
    padding: 10px 0;
}

.header-top-area a, .header-top-area {
    color: #dfdfdf;
}

.header-top-area i.fa {
    color: #68b808;
}

.seprator {
    color: #949494;
    display: inline-block;
    padding: 0 10px;
}

.social-icon i.fa {
    color: #fff;
}

.social-icon > a {
    margin-left: 12px;
}

.mainmenu-area {
    background: #3fa3ec none repeat scroll 0 0;
}

.now-visible {
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-timing-function: linear;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.mainmenu {
    padding-right: 55px;
}

.mainmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}

.mainmenu ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 12px;
    transition: .3s;
    -webkit-transition: all 0.3s ease 0s;
}

.mainmenu ul li a:before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #427b15;
    left: 0;
    opacity: 0;
    transition: .3s;
    -webkit-transition: all 0.3s ease 0s;
    visibility: hidden;
}

.mainmenu ul li:hover > a:before, .mainmenu ul li.active > a:before {
    opacity: 1;
    visibility: visible;
}

.mainmenu ul li:hover > a, .mainmenu ul li.active > a {
    background: #3fa3ec;
    text-decoration: none;
    color: #fff;
    height: -webkit-fill-available;
}

.mainmenu li ul {
    background: #39740a none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 88px;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -1;
    transform: scaleY(0);
}

.mainmenu li ul li {
    display: block;
}

.mainmenu li ul li a {
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: none;
}

.mainmenu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
    transform: scale(1);
}

.logo a {
    color: #fff;
    display: inline-block;
    padding: 6px 0;
}

.responsive-menu-wrap {
    display: none;
}

.header-top-area a:hover {
    opacity: 0.7;
}

/*** Shopping Cart Menu ***/
.header-right-cart {
    position: absolute;
    right: 15px;
    top: 0;
}

.header-search {
    float: left;
    padding: 20px 0;
}

.header-shop {
    float: left;
    padding: 27px 0;
    position: relative;
}

.header-shop i.ion-bag {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.header-shop i span {
    background-color: #f8b600;
    border-radius: 100%;
    bottom: 47px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    height: 18px;
    left: 15px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    width: 18px;
}

.shopping-cart {
    position: absolute;
    top: 100px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
    width: 250px;
    right: 0;
    background-color: #fff;
    color: #010101;
    display: block;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    z-index: 999;

}

.header-shop:hover .shopping-cart {
    opacity: 1;
    visibility: visible;
    top: 88px;
    transform: scale(1);
}

.shopping-cart {
    list-style: none;
    padding: 15px 0;
}

.shopping-cart li {
    border-bottom: 1px dotted #f0f0f0;
    width: 100%;
    padding: 10px 12px;
}

.shopping-cart li:last-child {
    border-bottom: none;
}

.shopping-cart li a img {
    float: left;
    margin-right: 10px;
    width: 42px;
    height: 52px;
}

.shop-cart-text {
    display: inline-block;
    margin: 0px 10px;
}

.shop-cart-text p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    color: #222222;
    font-weight: 700;
}

.shop-cart-text p a {
    color: #222222;
    font-weight: 700;
}

.shop-cart-text span {
    font-size: 15px;
    text-transform: capitalize;
    color: #707070;
}

.shop-cart-text span:last-child {
    padding-left: 10px;
}

.shopping-cart li i {
    float: right;
    font-size: 15px;
}

.shop-cart-checkout p {
    display: inline-block;
}

.shop-cart-checkout a {
    text-decoration: none;
    background: #68b808;
    color: #fff;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    padding: 3px 18px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    float: right;
}

.shop-cart-checkout a:hover {
    color: #fff;
    background-color: #010101;
}

/*** Search Form ***/
.search {
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: text;
}

.search:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    right: -3px;
    top: 10px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search.active,
.search:hover {
    width: 200px;
    margin-right: 0px;
    height: 40px;
    background: #427b15;
    padding: 4px 12px;
    margin-top: -8px;
}

.search.active:after,
.search:hover:after {
    height: 0px;
}

.search input {
    width: 100%;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
    color: inherit;
    background: transparent;
    outline-width: 0px;
    color: #fff;
}

.search-form-area {
    display: inline-block;
    float: left;
    padding: 34px 17px 27px 0;
}

.search-form-area .active {
    margin-top: -8px;
}

/* End Header area CSS */

/* Slider area CSS */
.single-slider-item {
    background-size: cover;
    background-position: center;
    background-color: #dddddd;
    height: 87vh;
    font-size: 24px;
    color: #fff;
}

.single-slider-item p {
    text-shadow: 0 0 3px #000;
}

.slide-item-table {
    display: table;
    width: 100%;
    height: 100%;
}

.slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slider-item h1 {
    font-size: 50px;
    margin: 0 0 20px;
    text-shadow: 0 0 7px #000000;
    text-transform: capitalize;
    color: #fff;
}

.homepage-slides .owl-nav div {
    background: #fff none repeat scroll 0 0;
    color: #222;
    font-size: 25px;
    height: 40px;
    left: 50px;
    line-height: 40px;
    margin-top: -20px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 40px;
}

.homepage-slides .owl-nav div:hover {
    opacity: 1;
    background: #68b808;
}

.homepage-slides .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}

.gardening-btn {
    display: inline-block;
    color: #fff;
    background: #94b200;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 4px;
    text-transform: uppercase;
}

.gardening-btn:hover {
    background: #222;
    color: #fff;
}

.gardening-btn.slide-btn {
    margin-top: 20px;
}

.homepage-slides-wrapper {
    position: relative;
}

.project-slides {
    position: relative;
}

.project-slides .owl-nav div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    top: 50%;
    color: #fff;
    font-size: 19px;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 45px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.project-slides .owl-nav div:hover {
    opacity: 1;
    background: #68b808;
}

.project-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

/* End Slider area CSS */

/* Home Style 2 CSS */
.home-two .qoute-form-area {
    background: rgba(0, 0, 0, .4);
    padding: 20px 15px;
    box-shadow: none;
}

.home-two .qoute-form-area label {
    color: #eee;
}

.home-two .qoute-form-area input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    font-size: 15px;
    height: 45px;
    padding: 0 15px;
    width: 100%;
}

.home-two .qoute-form-area textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    font-size: 15px;
    height: 70px;
    padding: 0 15px;
    width: 100%;
}

.home-two.single-slider-item {
    height: 805px;
}

/* End Home Style 2 CSS */

/* CTA Area */
.cta-area {
    background: #94b200 none repeat scroll 0 0;
    color: #fff;
    padding: 30px 0;
}

.cta-area h2 {
    margin: 9px 0 0;
    color: #fff;
}

.qout-btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 4px;
    text-transform: uppercase;
}

.green-btn {
    background: #6b960b;
}

.green-btn:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}

/* End CTA Area */

/* Breadcumbs area CSS */
.gardening-mini-banner {
    background-position: center center;
    background-size: cover;
    height: 200px;
    position: relative;
}

.gardening-mini-banner::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.gardening-mini-banner h2 {
    color: #fff;
    margin: 0;
}

.gardening-breadcumb > a {
    color: #fff;
}

.gardening-breadcumb {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
}

/* End Breadcumbs area CSS */

/* About Us Area */
.gardening-content-block {
    padding: 100px 0;
}

.single-about-item {
    height: 187px;
    background-size: cover;
    background-color: #ddd;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.about-title h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
}

.about-title {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
    padding: 25px 15px 7px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) -9%, rgba(0, 0, 0, 0.52) 31%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) -9%, rgba(0, 0, 0, 0.52) 31%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) -9%, rgba(0, 0, 0, 0.52) 31%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.single-about-item:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(104, 184, 8, .6);
    top: 0;
    z-index: 2;
    content: "";
    transition: .4s;
    -webkit-transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.about-iem-block:hover .single-about-item:before {
    opacity: 1;
    visibility: visible;
}

.single-about-item:after {
    position: absolute;
    left: 0;
    top: 80%;
    font-size: 30px;
    font-family: "Ionicons";
    color: #fff;
    width: 100%;
    content: "\f216";
    text-align: center;
    z-index: 4;
    transform: translateY(-50%);
    transition: .4s;
    -webkit-transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.about-iem-block:hover .single-about-item:after {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.who-we-info .list-inline > li {
    font-size: 22px;
    font-weight: 700;
}

.who-we-info > h3 {
    color: #606060;
    font-size: 23px;
    margin: 0 0 10px;
}

.who-we-info > p {
    margin: 20px 0 30px;
}

.about-info > h3 {
    color: #606060;
    font-weight: 500;
    margin: 0 0 20px;
}

.about-info > p {
    margin-bottom: 30px;
}

/* End About Us Area */

/* Start Services Area */
.single-service-image {
    height: 200px;
    margin-bottom: 30px;
    background-size: cover;
    background-color: #ddd;
    background-position: center center;
    position: relative;
    display: block;
}

.single-service-item-block > h3 {
    font-size: 25px;
    margin: 0 0 20px;
}

.read-more-btn {
    color: #6ab42f;
    display: inline-block;
    margin-top: 15px;
    text-transform: capitalize;
    transition: .4s;
    -webkit-transition: .4s;
}

.read-more-btn:hover {
    color: #666;
}

.pagination {
    margin: 20px 0 0;
}

/* End Services Area */

/* Start Our Shop Area */
.our-shop {
    background-image: url('assets/img/shop-bg.jpeg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.our-shop::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.our-shop .section-title h2 {
    color: #fff;
}

.shop-item-block {
    text-align: center;
}

.shop-single-item {
    background-color: #f4f5f6;
    background-position: center center;
    background-size: cover;
    height: 236px;
    position: relative;
}

.shop-item-block h3 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.cart-btn {
    background: #94b200 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
}

.cart-btn:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff;
}

.shop-item-block > span {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}

.shop-slides .owl-nav div, .testimonial-slides .owl-nav div {
    border: 2px solid #c3c3c3;
    color: #c3c3c3;
    font-size: 25px;
    height: 40px;
    right: 50px;
    line-height: 35px;
    margin-top: -93px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 40px;
}

.shop-slides .owl-nav div:hover, .testimonial-slides .owl-nav div:hover {
    opacity: 1;
    background: #68b808;
    border: 2px solid #68b808;
    color: #fff;
}

.shop-slides .owl-nav div.owl-next, .testimonial-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.shop-single-item::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    visibility: hidden;
}

.shop-btn {
    background: #fff none repeat scroll 0 0;
    color: #222;
    display: inline-block;
    font-size: 30px;
    padding: 4px 10px;
    z-index: 9;
    transition: .4s;
    -webkit-transition: .4s;
}

.shop-btn:hover {
    background: #68b808;
    color: #fff;
}

.shop-hover {
    height: 100%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 60%;
    width: 100%;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    opacity: 0;
}

.shop-item-block:hover .shop-single-item::before {
    visibility: visible;
    opacity: .4;
}

.shop-item-block:hover .shop-hover {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.shop-item-block.product > h3 {
    color: #222;
}

.shop-item-block.product > span {
    color: #848484;
}

.shop-item-block.product {
    border: 1px dashed #eeeeee;
    padding: 0 0 22px;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    background: white;
}

.shop-item-block.product:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    border: 1px dashed transparent;
}

/* End Our Shop Area */

/* Start Who We Area */
.promo-video {
    display: table;
    height: 100%;
    width: 100%;
}

.promo-video-block {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    display: table-cell;
    height: 285px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.promo-video-block.promo-video-bg::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.promo-play-btn {
    background: #68b808 none repeat scroll 0 0;
    border: 5px solid #d7d7d7;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 33px;
    height: 80px;
    line-height: 73px;
    opacity: 0.8;
    padding-left: 6px;
    text-align: center;
    width: 80px;
}

.promo-play-btn:hover {
    color: #fff;
    opacity: 0.5;
}

/* End Who We Area */

/* Start Latest Project Area */
.latest-pjoject {
    background: #2b2b2b;
}

.latest-pjoject h2 {
    color: #fff;
}

.single-project-item {
    background: #ddd;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.mask-table {
    display: table;
    height: 100%;
    width: 100%;
}

.mask-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.single-project-info {
    background: rgba(104, 184, 8, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    color: #fff;
    padding: 30px;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
    opacity: 0;
}

.single-project-info h3 {
    color: #fff;
    margin: 0 0 10px;
}

.single-project-item:hover .single-project-info {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.single-project-item:hover .about-title {
    visibility: hidden;
    opacity: 0;
}

.read-more-btn.project-btn {
    background: #fff none repeat scroll 0 0;
    color: #222;
    padding: 5px 15px;
    text-transform: capitalize;
    transition: .4s;
    -webkit-transition: .4s;
}

.read-more-btn.project-btn:hover {
    background: #222 none repeat scroll 0 0;
    color: #fff;
}

/* End Latest Project Area */

/* Start Testimonial Area */
.testimonial {
    background: url(assets/img/testimonial-bg.jpeg);
}

.testimonial-slide-item {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.profile-item {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    height: 140px;
    position: relative;
    width: 140px;
}

.qout-icon {
    bottom: 15px;
    position: absolute;
    right: -12px;
}

.testimonial-slide-item p {
    color: #575757;
    font-size: 14px;
    font-style: italic;
}

.testimonial-slide-item h3 {
    color: #202020;
    display: inline-block;
    font-size: 21px;
    position: relative;
}

.testimonial-slide-item h3::before {
    background: #68b808 none repeat scroll 0 0;
    bottom: 6px;
    content: "";
    height: 4px;
    position: absolute;
    right: -48px;
    width: 40px;
}

/* End Testimonial Area */

/* Start Subscription Area */
.subscription {
    background: url(assets/img/subscription-bg.jpeg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.subscription::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

.subscription p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.subscription h2 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    background: #589410 none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #fff;
    height: 55px;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%;
}

.subscribe-form button {
    border: medium none;
    border-radius: 100px;
    color: #589410;
    height: 46px;
    padding: 0 25px;
    position: absolute;
    right: 4px;
    top: 4px;
    text-transform: capitalize;
}

.subscribe-form button:hover {
    opacity: 0.8;
}

.subscription span {
    color: #f4f4f4;
    display: inline-block;
    margin-top: 15px;
}

/* End Subscription Area */

/* Stat Our Team Area */
.team-slides .owl-nav div {
    border: 2px solid #c3c3c3;
    color: #c3c3c3;
    font-size: 25px;
    height: 40px;
    right: 50px;
    line-height: 35px;
    margin-top: -93px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 40px;
}

.team-slides .owl-nav div:hover {
    opacity: 1;
    background: #68b808;
    border: 2px solid #68b808;
    color: #fff;
}

.team-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.team-box-item {
    position: relative;
    overflow: hidden;
    height: 328px;
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
}

.member-info {
    background: rgba(104, 184, 8, 0.8) none repeat scroll 0 0;
    bottom: 40px;
    color: #fff;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    z-index: 2;
}

.member-info::after {
    border-color: #68b808 transparent;
    border-style: solid;
    border-width: 73px 40px 0 0;
    content: "";
    height: 0;
    opacity: 0.8;
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
}

.team-box-item::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 1;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
}

.team-box-item:hover::before {
    opacity: 0.6;
    visibility: visible;
    transform: scale(1);
}

.member-info > h3 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.social-media {
    position: absolute;
    text-align: center;
    top: -10%;
    width: 100%;
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
}

.team-box-item:hover .social-media {
    top: 40%;
    visibility: visible;
    opacity: 1;
}

.social-media > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #666;
    display: inline-block;
    font-size: 23px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    width: 35px;
}

.social-media > a:hover {
    background: #68b808 none repeat scroll 0 0;
    color: #fff;
}

.team-profile {
    text-align: center;
    margin: 10px 0 40px;
}

.team-profile > a {
    background: #666 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
}

.team-profile > a:hover {
    background: #68b808;
}

.profile-details {
    background: #fcfcfc none repeat scroll 0 0;
    padding: 20px;
}

.profile-details > h3 {
    margin: 0 0 10px;
}

.profile-details span {
    color: #777;
    display: block;
    font-size: 15px;
    margin: 10px 0 20px;
}

/* End Our Team Area */

/* Start Our Latest News Area */
.latest-news {
    background: #f1f3f6;
}

.blog-item {
    position: relative;
}

.boxed-preview-top {
    height: 342px;
    background-size: cover;
    background-color: #ddd;
    background-position: center center;
    overflow: hidden;
    display: block;
    position: relative;
}

.single-blog-item h2 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.blog-info > h2 {
    color: #fff;
    text-transform: uppercase;
}

.blog-item-top .blog-info .list-inline a {
    color: #f4f4f4;
}

.blog-info {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
    padding: 25px 15px 7px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 41%, rgba(0, 0, 0, 1) 71%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 41%, rgba(0, 0, 0, 1) 71%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.57) 41%, rgba(0, 0, 0, 1) 71%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.single-boxed-item {
    color: #6e6e6e;
    display: block;
    position: relative;
}

.date {
    background: rgba(104, 184, 8, 0.8) none repeat scroll 0 0;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
}

.date > span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.date > span:first-child {
    font-size: 31px;
}

.boxed-preview {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    margin-bottom: 20px;
}

.blog-item h3 {
    font-size: 23px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.blog-item > p {
    color: #777;
}

.blog-item .list-inline a {
    color: #666666;
}

.post-share-area .list-inline {
    margin: 0;
    padding: 14px 0;
}

.post-share-area {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 30px 0 40px;
    overflow: hidden;
    padding: 0 5px;
}

.single-blog-item::before, .single-boxed-item::before, .single-service-image::before {
    background: #68b808 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
}

.blog-item:hover .single-blog-item::before, .blog-item:hover .single-boxed-item::before, .single-service-item-block:hover .single-service-image::before {
    opacity: .7;
    visibility: visible;
}

.single-blog-item::after, .single-boxed-item::after, .single-service-image::after {
    color: #fff;
    content: "";
    font-family: Ionicons;
    font-size: 35px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
    z-index: 10;
}

.blog-item:hover .single-blog-item::after, .blog-item:hover .single-boxed-item::after, .single-service-item-block:hover .single-service-image::after {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.widget.recent_posts {
    border: 1px solid #eee;
    margin: 0 0 40px;
}

.tag_widget {
    border: 1px solid #eee;
    margin-bottom: 40px;
}

.widget-title {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 15px;
}

.widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 20px 20px 20px 35px;
}

.widget li::before {
    content: "\f1fd";
    font-family: Ionicons;
    left: -18px;
    position: absolute;
    top: 0;
    color: #68b808;
}

.widget.recent_posts li {
    padding-bottom: 15px;
}

.widget.recent_posts li:last-child {
    padding-bottom: 0;
}

.widget li {
    position: relative;
}

.widget.recent_posts span {
    color: #777;
    display: block;
    font-size: 14px;
}

.widget.recent_posts a {
    color: #575757;
    text-transform: capitalize;
}

.widget.recent_posts a:hover {
    opacity: 0.7;
}

.tag_widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 20px;
}

.tag_widget.tag_list li {
    display: inline-block;
}

.tag_widget.tag_list a {
    background: #eee none repeat scroll 0 0;
    color: #777;
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 1px 8px;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
}

.tag_widget.tag_list a:hover {
    background: #68b808;
    color: #fff;
}

.blog-serch-form {
    margin-bottom: 40px;
    position: relative;
}

.blog-serch-form > input {
    border: 1px solid #eee;
    height: 45px;
    padding: 0 15px;
    width: 100%;
}

.blog-serch-form > button {
    background: transparent none repeat scroll 0 0;
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #68b808;
    height: 45px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
}

/* End Our Latest News Area */

/* Pagination Area */
.pagination-box > .active > a, .pagination-box > .active > a:focus, .pagination-box > .active > a:hover, .pagination-box > .active > span, .pagination-box > .active > span:focus, .pagination-box > .active > span:hover {
    background-color: #68b808;
    border-color: #68b808;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination-box > li > a, .pagination-box > li > span {
    color: #222;
}

.pagination-box > li > a:focus, .pagination-box > li > a:hover, .pagination-box > li > span:focus, .pagination-box > li > span:hover {
    background-color: #68b808;
    border-color: #68b808;
    color: #fff;
    z-index: 2;
}

/* End Pagination Area */
/* Footer area CSS */
.footer-top-area {
    background: #111111 none repeat scroll 0 0;
}

.footer-top-area,
.footer-top-area a {
    color: #cacaca;
}

.footer-wid {
    padding: 80px 0;
}

.footer-logo {
    color: #222;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 10px;
    text-transform: uppercase;
}

.footer-wid-title {
    color: #fff;
    font-size: 23px;
    margin: 0 0 25px;
}

.footer-wid ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-wid.footer-menu a {
    color: #68b808;
    text-transform: capitalize;
}

.footer-menu i.ion-leaf {
    padding-right: 7px;
}

.footer-wid.footer-menu li {
    line-height: 0;
    margin-bottom: 14px;
}

.footer-wid > span {
    color: #5d6d7e;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}

.footer-copyright-area {
    background: #333 none repeat scroll 0 0;
    color: #838d99;
    padding: 15px 0;
}

.footer-copyright-area ul {
    margin: 0;
}

.footer-copyright-area ul li img {
    width: 30px;
}

.social-icos li {
    display: inline-block;
    margin-right: 12px;
}

.social-icos li:last-child {
    margin: 0;
}

.address-info > span {
    color: #5d6d7e;
    display: block;
}

.single-footer-iem {
    border-bottom: 1px solid #222222;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.single-footer-iem > img {
    float: left;
    margin-right: 10px;
    width: 80px;
}

.single-footer-iem > p {
    color: #68b808;
    line-height: 15px;
    margin: 0 0 5px;
}

.single-footer-iem > span {
    font-size: 13px;
}

.subscribe {
    position: relative;
    margin: 20px 0 30px;
}

.subscribe input {
    background: #262626 none repeat scroll 0 0;
    border: medium none transparent;
    border-radius: 100px;
    height: 45px;
    padding: 0 14px;
    width: 100%;
}

.subscribe button {
    background: #68b808 none repeat scroll 0 0;
    border: 1px solid #68b808;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    height: 39px;
    margin: 3px 4px 0;
    padding: 0 17px;
    position: absolute;
    right: 0;
    top: 0;
}

.social-icos a {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .3s;
    -webkit-transition: .3s;
}

.social-icos a:hover {
    background: #68b808;
    color: #fff;
}

/* End Footer area CSS */

/* Start Gallery Area */
.gallery-item {
    display: block;
    overflow: hidden;
    position: relative;
}

.gallery-block-item {
    margin-bottom: 30px;
}

.gallery-item::before {
    bottom: 0;
    content: url("assets/img/mask.png");
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: .4s;
    -webkit-transition: .4s;
}

.gallery-item::after {
    color: #fff;
    content: "";
    font-family: Ionicons;
    font-size: 35px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    top: 80%;
    width: 100%;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
}

.gallery-block-item:hover .gallery-item::before {
    background: rgba(104, 184, 8, 0.8) none repeat scroll 0 0;
}

.gallery-block-item:hover .gallery-item::after {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.see-more.green-btn {
    border-radius: 3px;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    padding: 5px 15px;
    text-transform: uppercase;
}

.shorting-menu {
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

.shorting-menu > button {
    background: transparent none repeat scroll 0 0;
    border: 1px dashed #68b808;
    color: #222222;
    margin: 0 7px;
    padding: 4px 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
}

.shorting-menu > button:hover, .shorting-menu > button.mixitup-control-active {
    color: #fff;
    background: #68b808;
    border: 1px dashed #68b808;
}

/* End Gallery Area */

/* Back to top feature */
#back-to-top {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    bottom: 58px;
    color: #444;
    cursor: pointer;
    height: auto;
    line-height: 30px;
    opacity: 0;
    position: fixed;
    right: 40px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.2s ease-out 0s;
    width: 60px;
    z-index: 99;
}

#back-to-top.show {
    opacity: 1;
}

/* Back to top feature */

.product-box-area > h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.product-box-area > h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.product-price > h3 {
    color: #68b808;
    font-weight: 300;
    margin: 0 0 12px;
}

.quantity-inner {
    float: left;
}

.quantity label {
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    width: 135px;
}

.quantity-inner .input-text {
    border: 2px solid #eee;
    padding: 1px 10px;
    width: 86px;
}

.add-to-cart {
    background: #68b808 none repeat scroll 0 0;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin-left: 15px;
    padding: 2px 12px;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
}

.add-to-cart:hover {
    background: #222;
}

.item-wrapper {
    margin: 5px 0;
}

.item-wrapper > label {
    font-size: 16px;
    text-transform: uppercase;
    width: 135px;
}

.item-wrapper > span {
    color: #777;
    font-size: 17px;
    font-weight: 700;
}

.wishlist-wrap {
    clear: both;
    margin: 10px 0;
}

.product-cart {
    clear: both;
}

.product-share-area .list-inline > li {
    color: #777;
    font-size: 17px;
}

.product-share-area .list-inline a {
    color: #777;
    font-size: 19px;
    margin: 0 7px;
}

.item-wrapper {
    margin: 5px 0;
}

.item-wrapper > label {
    font-size: 16px;
    text-transform: uppercase;
    width: 135px;
}

.item-wrapper > span {
    color: #777;
    font-size: 17px;
    font-weight: 700;
}

.wishlist-wrap {
    clear: both;
    margin: 12px 0;
}

.product-cart {
    clear: both;
    display: block;
    margin: 15px 0 25px;
}

.product-share-area .list-inline > li {
    color: #777;
    font-size: 17px;
}

.product-share-area .list-inline a {
    color: #777;
    font-size: 19px;
    margin: 0 7px;
}

.list-inline a:hover {
    color: #68b808;
}

.product-share-area {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.product-share-area .list-inline {
    margin: 0;
}

.item-wrapper > a {
    color: #777;
    font-size: 15px;
}

.product-wrap-btn > span {
    background: #eee none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    transition: .4s;
    -webkit-transition: .4s;
}

.product-wrap-btn:hover span {
    background: #68b808;
    color: #fff;
}

.product-wrap-btn {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
}

.product-wrap-btn:hover {
    color: #68b808;
}

.product-description > p {
    color: #777;
}

/* Tab List */
.tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #68b808;
}

.tabs-left > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left > li {
    margin-right: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #68b808;
    border-top-color: #68b808;
    border-left-color: #68b808;
    border-right-color: transparent;
    border-radius: none;
    color: #68b808;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    color: #777;
}

.tab-content {
    background: #fcfcfc none repeat scroll 0 0;
    padding: 20px;
}

.tab-content h3 {
    margin: 0 0 20px;
}

.review-form .form-group > label {
    display: block;
}

.review-form textarea, .review-form input {
    border: medium none;
    width: 100%;
    padding: 15px;
    color: #777;
}

.review-form input {
    height: 40px;
}

.review-form input.sbmt-btn {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    width: 120px;
    height: auto;
    margin-top: 20px;
    font-size: 17px;
    padding: 10px 30px;
}

input.sbmt-btn:hover {
    background: #68b808;
}

.rating .list-inline > li {
    padding: 0 0 0 5px;
}

.rating .list-inline a {
    font-size: 16px;
}

/* End Product CSS */

/* Contact-form CSS */
.contact-info.text-center > h2 {
    font-size: 34px;
    margin: 0 0 10px;
}

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

.contact-form-area .form-group > input {
    border: 1px solid #eee;
    height: 45px;
    padding: 0 15px;
    width: 100%;
}

.contact-form-area .form-group > textarea {
    padding: 0 15px;
    border: 1px solid #eee;
    width: 100%;
}

.contact-form-area input.sbmt-btn {
    border: medium none transparent;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 10px;
    width: 150px;
}

.address-area ul {
    border: 1px solid #eee;
    margin-top: 15px;
    list-style: none;
    padding: 0;
}

.address-area ul > li {
    border-bottom: 1px solid #eee;
    padding: 15px 0 7px 30px;
    position: relative;
}

.address-area p {
    margin-bottom: 20px;
}

.address-area ul > li:last-child {
    border: none;
}

.address-area ul > li i {
    color: #68b808;
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 1;
}

.address-area ul > li h3 {
    color: #666;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.address-area li .contact-social {
    border: medium none;
    margin-bottom: 10px;
}

.address-area ul li .contact-social li {
    border: medium none;
    display: inline;
    margin-right: 15px;
    padding: 0;
}

.address-area ul li .contact-social li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #68b808;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 35px;
}

.address-area ul li .contact-social li a:hover {
    background: #68b808;
    color: #fff;
}

.address-area ul li .contact-social li a i {
    color: #68b808;
    font-size: 20px;
    position: inherit;
    transition: all 0.5s ease 0s;
    -webkit-transition: 0.5s all ease 0s;
    -moz-transition: 0.5s all ease 0s;
    -o-transition: 0.5s all ease 0s;
    transition: 0.5s all ease 0s;
}

.address-area ul li .contact-social li a i:hover {
    color: #fff;
}

.contact-bg {
    background-image: url("assets/img/contact-bg.png");
    background-position: center center;
    background-size: cover;
    height: 340px;
    margin-bottom: -9px;
}

/* End Contact-form CSS */

/* Single Post CSS */
.blog-slides .owl-nav div {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 25px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin-top: -20px;
    opacity: 0.6;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 40px;
}

.blog-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.blog-slides .owl-nav div:hover {
    opacity: 1;
    background: #68b808;
}

.blog-slides {
    margin-bottom: 30px;
}

.list-inline a {
    color: #777;
    font-size: 15px;
}

.post-description > h2 {
    text-transform: uppercase;
    margin: 20px 0;
}

.post-description > p {
    color: #666;
}

/* Comments CSS */
.comment-title {
    font-size: 21px;
    margin: 40px 0;
}

.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.comment-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.comment-metadata > p {
    color: #b0afaf;
    font-size: 15px;
}

.comment-metadata h4 {
    font-weight: 700;
    margin: 0 0 3px;
}

.comment-reply-link {
    color: #222;
    font-size: 13px;
    font-weight: 700;
}

.comment-form-wrap input {
    background: #eee none repeat scroll 0 0;
    border: medium none transparent;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}

.comment-form-wrap textarea {
    background: #eee none repeat scroll 0 0;
    border: medium none transparent;
    border-radius: 3px;
    height: 160px;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
}

.comment-form-wrap input.sbmt-btn {
    width: inherit;
    height: inherit;
    padding: 10px 30px;
    background: #666;
}

.comment-form-wrap input.sbmt-btn:hover {
    background: #68b808;
}

.comment-form-title {
    margin: 0 0 30px;
}

/* End Comments CSS */
/* End Single Post CSS */

/* Start Single Service CSS */
/* Qoute form CSS */
.qoute-title-area {
    background: #68b808 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    padding: 20px 15px;
}

.qoute-title-area > h3 {
    color: #fff;
    font-size: 23px;
    margin: 0 0 2px;
}

.qoute-form-area label {
    color: #666;
    display: block;
    font-size: 15px;
}

.qoute-form-area {
    box-shadow: 0 0 7px #ccc;
    padding: 20px 15px;
}

.qoute-form-area input {
    background: #eee none repeat scroll 0 0;
    border: medium none transparent;
    height: 50px;
    padding: 15px;
    width: 100%;
}

.qoute-form-area textarea {
    background: #eee none repeat scroll 0 0;
    border: medium none transparent;
    height: 130px;
    padding: 15px;
    width: 100%;
}

.qoute-form-area input[type="submit"] {
    background: #666 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
}

.qoute-form-area input[type="submit"]:hover {
    background: #68b808;
}

/* End Qoute form CSS */
/* End Single Service CSS */


/* Checkout CSS */
.checkout-form-area form .form-group .form-control {
    background-color: #f5f5f5;
    height: 50px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.checkout-form-area form .form-group textarea.form-control {
    height: auto !important;
}

.checkout-form-area form .submit-btn {
    background-color: #333333;
    border-radius: 0;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 20px;
    margin-top: 20px;
}

/* End Checkout CSS */
.client-logo {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #fcfcfc;
    border-radius: 3px;
    box-shadow: 0 0 25px #e4e4e4;
}

.single-footer-iem:hover {
    opacity: 0.7;
}

.footer-wid.footer-menu a:hover {
    opacity: 0.6;
}

.subscribe button:hover {
    opacity: 0.8;
}

/* 404 Page */
.error-section {
    padding: 200px 0;
}

.error-section h1 {
    color: #68b808;
    font-size: 55px;
    margin: 0 30px 0;
}

.return {
    font-weight: 500;
    margin: 30px 0 13px;
}

/* End 404 Page */

/* FAQ Page CSS */
.faq-header {
    font-size: 2em;
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}

.faq-c {
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
}

.faq-t {
    line-height: 1em;
    color: #aaa;
    font-family: sans-serif;
    float: left;
    font-weight: 700;
    padding-right: 0.3em;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-o {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.faq-q {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 100;
}

.faq-a {
    clear: both;
    color: #666;
    display: none;
    padding: 1.5em 0 0 1.5em;
}

/* End FAQ Page CSS */
