/**
 *
 * ---------------------------------------------------------------------------
 *
 * Template Name: Gardening Master - Gardening and Landscaping HTML5 Responsive Template 
 * Template URL: http://lovesome.biz/tf-template/garden
 * Author : urosd
 * Version : 1.0
 *
 * --------------------------------------------------------------------------- 
 *
 */

/*  ==================================
*   Table of Contents 
*    ==================================
*	1. Global Area
*   2. Header Area 
*   3. Slider Area
*   4. Analyze Wraper Area 
*   5. About Us Area
*   6. Assessment Area
*   7. Service Area
*   8. Gallery Area
*   9. Project Area
*   10. Team Area
*   11. Price Area
*   12. Client Area
*   13. Blog Area
*   14. Footer Area
*   15. Contact Us Part
*	================================== */

/*  ================================
        Global Area
    ================================ */

body {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

.h1,
.h2,
.h3,
h4,
h5,
h6 {
    margin: 0;
    color: #222222;
    font-weight: 700;
    line-height: 1.3;
/*
    text-transform: capitalize;
*/
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s;
}

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

a:focus {
    color: #fff;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

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

:-webkit-input-placeholder {
    color: inherit;
}


p {
    margin: 0 0 15px;
}

.mt {
    margin-top: 20px;
}

/***** ----- preloader part start ----- *****/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00992d;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.carousel-indicators {
    display: none;
}
.double-bounce2 {
    animation-delay: -1.0s;
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
    }
}

/***** ----- preloader part end ----- *****/

/***** button part star *****/
.mobile-menu-btn img {
    filter: invert(1);
}
.garden-btn {
    width: 160px;
    height: 50px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: #00992d !important;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.garden-btn:hover {
    color: #1a1a1a;
}

.move-eff span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.move-eff::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.move-eff:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.move-eff:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -150px);
}

/***** button part end *****/

/***** section title part star *****/

.section-title {
    padding-bottom: 60px;
}

.section-title .h2 {
    font-size: 45px;
    color: #1a1a1a;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.section-title .h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border: 2px solid #00992d;
    width: 50%;
}

.section-title .h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    border: 2px solid #00992d;
    width: 50%;
}

.section-title .h2 span {
    color: #00992d;
}

.section-title p {
    padding-top: 40px;
    color: #323232;
    margin: 0;
}

.light-title .h2,
.light-title p {
    color: #fff;
}

/***** section title part end *****/

/***** page title  *****/

.page-title-area {
    background: url('../img/page-title-bg.jpg') no-repeat scroll center top / cover;
    padding: 10px 0;
    position: relative;
}
.page-title-area.about-title-area {
	 background: url('../img/adout-title-bg.jpg') no-repeat scroll center top / cover;
}
.page-title-area.contacts-page-area {
	 background: url('../img/contacts-title-bg.jpg') no-repeat scroll center top / cover;
}
.page-title-area.projects-page-area {
	 background: url('../img/projects-title-bg.jpg') no-repeat scroll center top / cover;
}
.page-title-area.project-item-title-area {
	 background: url('../img/adout-title-bg.jpg') no-repeat scroll center top / cover;
}

.page-title-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .5);
}

.page-title {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}

.page-title .title .h2, .page-title .title .h1 {
    color: #fff;
    margin-bottom: 10px;
	font-size: 30px;
}

.page-title i.fa {
    margin: 0 3px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb > li {
    font-size: 16px;
    text-transform: capitalize;
}

ul.breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb > .active {
    color: #00992d;
}

/***** Scroll top  *****/

#scrollUp {
    bottom: 56px;
    right: 50px;
    z-index: 999 !important;
}

#scrollUp i.fa {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #00992d;
}

/*  ================================
        Header Area 
    ================================ */

    .header-logo span {
        color: #00992d;
        font-size: 20px;
        font-weight: 600;
    }
    .header-area {
        padding: 10px 0;
    }
    .header-phone {
        font-weight: 600;
        text-decoration: none;
        color: #000;
    }
.top-header-area {
    background-color: #252525;
    color: #fff;
    padding: 10px 0 10px 0;
}

.slogan p {
    margin: 0;
    text-transform: capitalize;
    font-size: 13px;
}

.top-header-info i.fa {
    color: #00992d;
    margin-right: 5px;
}

.top-header-info a {
    color: #fff;
    font-size: 13px;
    padding-right: 8px;
}

.top-header-info a:last-child {
    padding: 0;
}

.garden-logo {
    padding: 13px 0;
}

.garden-logo img {
    width: 200px;
    position: relative;
    z-index: 9;
}

/***** menu part *****/

.menu-area {
    background-color: #00992d;
    position: relative;
    z-index: 999 !important;
}


.menu-area::after {
    background: #00992d;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: '';
}

.main-menu {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #00992d;
}

.main-menu ul {
    display: inline-flex;
    list-style: outside none none;
}

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

ul li a.menu-active {
    color: #1a1a1a !important;
}

.main-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 29px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
	font-size: 12px;
}

.main-menu ul li a i.fa {
    margin: 0;
    padding: 0 0 0 5px;
}

.main-menu ul li a:hover {
    color: #1a1a1a;
}

.main-menu ul li ul.drop-menu {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 150%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 999;
    border-bottom: 3px solid #00992d;
}

.main-menu ul li ul.drop-menu li {
    display: block;
    width: 250px;
}

.main-menu ul li ul.drop-menu li a {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff !important;
    padding: 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.main-menu ul li ul li a:hover,
.main-menu ul li ul.drop-menu li a.menu-active {
    background-color: #00992d;
}

.main-menu ul li:hover .drop-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

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

/***** search part *****/

.search-box {
    position: absolute;
    right: 35px;
    top: 28%;
}

.search-box::after {
    color: #fff;
    content: "пЂ‚";
    font-family: fontawesome;
    padding: 5px 15px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
    margin-right: 15px;
    font-size: 16px;
}

.search-box form {
    position: relative;
    z-index: 9;
}

.search-box input[type="search"] {
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    height: 35px;
    padding-left: 15px;
    position: absolute;
    left: 0;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 45px;
    margin-right: 15px;
    box-shadow: none;
    outline: none;

}

.search-box input[type="search"]:focus {
    border: 1px solid #ddd;
    text-indent: 0;
    width: 200px;
    background: #fff;
    cursor: text
}

/*  ================================
        Slider Area
    ================================ */

.slider-area {
    background-color: #272727;
}

.slider-wraper.owl-carousel {
    z-index: inherit !important;
}

.slider-bg-1 {
    background: url('../img/slider/1.jpg') no-repeat scroll center center / cover;
}

.slider-bg-2 {
    background: url('../img/slider/2.jpg') no-repeat scroll center center / cover;
}

.slider-bg-3 {
    background: url('../img/slider/3.jpg') no-repeat scroll center center / cover;
}

.slider-table {
    display: table;
   /*  height: 100vh; */ height: 586px;
    width: 100%;
}

.slider-table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

/* .slider-table-cell::before { */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* content: ""; */
    /* background-color: rgba(0, 0, 0, .5); */
/* } */

.slider-info .h2 {
    font-size: 40px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-transform: none;
    color: #fff;
    animation-duration: 2s !important;
}

.slider-info .garden-btn {
    margin-right: 10px;
}

.slider-wraper .owl-nav div,
.gallery .owl-nav div {
    background-color: rgba(109, 191, 3, 0.62);
    color: #fff;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    transition: all 0.5s ease 0s;
    border-radius: 50%;
}

.slider-wraper div.owl-prev {
    left: auto;
    left: 5%;
}

.slider-wraper div.owl-next {
    left: auto;
    right: 5%;
}

.owl-nav .fa {
	position: relative;
	top: 0px;
}
.owl-nav .owl-next .fa {
	left: 3px;
}
.owl-nav .owl-prev .fa {
	right: 3px;
}
/*  ================================
        Analyze Wraper Area
    ================================ */

.analyze-wraper-area {
    margin-top: -80px;
    padding-bottom: 80px;
}

.analyze-img {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}

.analyze-img a {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.analyze-img a::before,
.single-gallery a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "";
    background-color: rgba(109, 191, 3, 0.60);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0s;
    border: 5px solid #fff;
}

.single-analyze:hover .analyze-img a::before {
    opacity: 1;
}

/* .analyze-img a::after, */
.single-gallery a::after {
    background-color: #1a1a1a;
    border-radius: 50%;
    bottom: 0;
    color: #00992d;
    content: "пЃҐ";
    font-family: fontawesome;
    font-size: 18px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(3);
    transition: all 0.5s ease 0s;
    width: 60px;
    opacity: 0;
    z-index: 2;
}

.single-analyze:hover .analyze-img a::after,
.single-gallery:hover.single-gallery a::after {
    transform: scale(1);
    opacity: 1;
}

.analyze-img a img {
    width: 300px;
    max-width: 100%;
    height: auto;
    border: 5px solid #fff;
    border-radius: 50%;
    position: relative;
    transform: scale(1);
    transition: all 1s ease 0s;
}

.single-analyze:hover .analyze-img img {
    transform: scale(1.5);
}

.single-analyze .h2 {
    font-size: 19px;
    color: #00992d !important;
    margin: 20px 0;
    text-transform: capitalize;
}

.single-analyze p {
    text-align: left;
    margin-bottom: 0;
}

/*  ================================
        About Area
    ================================ */

.about-area {
    background-color: #F6F6F6;
}

.about-info {
    overflow: hidden;
    padding: 0;
}

.single-about-info {
    margin-bottom: 30px;
    overflow: hidden;
}

.single-about-info i.fa {
    font-size: 24px;
    width: 50px;
	height: 40px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
	position: relative;
    top: 4px;
    /* color: #fff;*/
    color: #00992d;
}
.single-about-info ul {
	padding-left: 0;
	list-style-type: none;
}

.single-about-info .h3 {
    margin: 10px 0;
    font-size: 22px;
    color: #00992d;
}

.single-about-info p {
    margin-top: 10px;
}

/*  ================================
        Assessment Area
    ================================ */

.single-assessment {
    border: 3px solid #00992d;
    position: relative;
    padding: 50px 20px;
    transition: all 0.5s ease 0s;
}

.single-assessment i.fa {
    font-size: 50px;
    color: #00992d;
    transition: all 0.5s ease 0s;
}

.single-assessment a .h3 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.single-assessment a .h3:hover {
    color: #00992d;
}

.single-assessment a.garden-btn {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
}

/*  ================================
        Service Area
    ================================ */

.service-area {
    background-color: #fff;
}

.single-service-info {
    transition: all 0.5s ease 0s;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.single-service-info:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: #00992d;
    transition: all 1s ease;
}

.single-service-info:hover:before {
    height: 100%;
}

.single-service-info .h3 a {
    color: #00992d;
    font-size: 26px;
    transition: all 0.5s ease 0s;
    position: relative;
}

.single-service-info i.fa {
    color: #00992d;
    font-size: 40px;
    margin: 10px 0 15px;
    transition: all 0.5s ease 0s;
    position: relative;
}

.single-service-info p {
    transition: all 0.5s ease 0s;
    position: relative;
	font-size: 15px;
	font-weight: bold;
}

.single-service-info:hover.single-service-info .h3 a,
.single-service-info:hover.single-service-info i.fa,
.single-service-info:hover.single-service-info p {
    color: #fff;
}

/***** single service *****/

.single-service-area {
    background-color: #F6F6F6;
}

.single-service-contant .h3 {
    color: #272727;
    margin: 30px 0 10px;
}

.single-service-contant blockquote {
    font-size: 16px;
    border-left: 5px solid #00992d;
    margin: 0 30px 30px;
    padding: 0 16px;
}
.single-service-contant table {
	width: 100%;
	text-align: center;
}
.single-service-contant table tr td:first-child {
	text-align: left;
}
.single-service-contant table tr td {
	padding: 10px 20px;
	border: 1px solid #d5d5d5;
}
.single-service-contant table thead tr td {
	background: #d5d5d5;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}
.single-service-contant table tbody tr {
	transition: all 0.2s ease 0s;
}

.single-service-contant table tbody tr:hover {
	background: #00992d;
	color: #fff;
}
.single-service-contant table tbody tr:hover td {
	border: none;
}

blockquote p {
    padding-bottom: 0;
}

.service-link {
    margin: 30px 0;
}

.service-link a i.fa {
    padding-right: 10px;
    font-size: 16px;
    color: #00992d;
    transition: all 0.5s ease 0s;
}

.service-link a i.fa:hover {
    color: #272727;
}

.service-list ul {
    list-style: outside none none;
}

.service-list ul li {
    display: block;
}
.leftMenu__li > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
}
.leftMenu__arrow{
    width: 51px;
    height: 42px;
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    align-items: center;
        transition: all 0.5s ease 0s;
}
.leftMenu__li.show .leftMenu__arrow i{
    transform: rotate(180deg);
}
.leftMenu__li.select > div > a,
.leftMenu__arrow:hover{
    background-color: #00992d;
    color: #fff;
    
}
.service-list ul li a {
    color: #777;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 35px;
    margin: 0;
    transition: all 0.5s ease 0s;
}

.service-list ul li a:hover {
    background-color: #00992d;
    color: #fff;
}

.service-list ul li.select > a {
    background-color: #00992d;
    color: #fff;
}



.service-list li.select ul{
	display: block;
}

.service-list li ul{
	display: none;
}

.service-list li.show ul{
	display: block;
}

.single-pro-content p:last-child {
    margin: 0;
}

/*  ================================
        Gallery Area
    ================================ */

.gallery .owl-nav {
    display: block !important;
}

.gallery .owl-nav div {
    background-color: rgba(0, 0, 0, .7);
}

.gallery div.owl-prev {
    left: auto;
    left: 0;
}

.gallery div.owl-next {
    left: auto;
    right: 0;
}

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

.single-gallery a::before {
    border: 0;
    border-radius: inherit;
    transform: scaleX(0);
}

.single-gallery:hover.single-gallery a::before {
    transform: scaleX(1);
    opacity: 1;
}

.single-gallery img {
    width: 100%;
}

.gallery-style-two {
    background-color: #F6F6F6;
}

.gallery-style-two .single-gallery {
    margin-bottom: 30px;
}

.gallery-three {
    overflow: hidden;
}

.gallery-three .single-gallery {
    width: 25%;
    float: left;
}

/*  ================================
        Project Area
    ================================ */

.progress-area {
    background: rgba(0, 0, 0, 0) url("../img/project-bg.jpg") no-repeat scroll 0 0 / cover;
    position: relative;
    padding: 50px 0;
}

.title-area h1{
    margin: 0.67em 0;
}

.title-area {
    background: rgba(0, 0, 0, 0) url("/image/index/contacts-title-bg.jpg") no-repeat scroll 0 0 / cover;
    position: relative;
    padding: 10px 0;
}

.title-area:before,
.progress-area:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    content: "";
    width: 100%;
    height: 100%;
    opacity: .9;
	z-index: -1;
}

.single-progress-dec {
    color: #fff;
}

.single-progress-dec i.fa {
    font-size: 36px;
    display: block;
    color: #00992d;
}

.single-progress-dec > span {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
}

.single-progress-dec .h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

/*  ================================
        Team Area
    ================================ */

.team-area {
    background-color: #F6F6F6;
}

.single-member {
    position: relative;
    overflow: hidden;
	display: block;
}

.single-member img {
    width: 100%;
}

.member-title {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00992d;
    transition: all 1s ease 0s;
    opacity: 1;
}

.member-title .h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.member-title .h3 {
    font-size: 13px;
    color: #fff;
}

.single-member:hover .member-title {
    opacity: 1;
}

.social-overlay {
    position: absolute;
    top: 0;
    right: 0;
}

.social-overlay ul {
    list-style: none;
}

.social-overlay ul li a i.fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #00992d;
    color: #fff;
    transition: 0.5s;
    transform: translate(36px);
}

.single-member:hover .social-overlay ul li a i.fa {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.social-overlay ul li a i.fa:hover {
    background-color: #1F1F1F;
    border-radius: 50%;
}

.social-overlay ul li:nth-child(1) a i.fa {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.social-overlay ul li:nth-child(2) a i.fa {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.social-overlay ul li:nth-child(3) a i.fa {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.social-overlay ul li:nth-child(4) a i.fa {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.ep .single-member {
    margin-bottom: 30px;
}

/*  ================================
        Price Area
    ================================ */

.single-price {
    text-align: center;
    padding-bottom: 30px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.recommend {
    position: relative;
    padding-top: 50px;
    margin-top: -30px;
    background-color: #3B3C40;
    overflow: hidden;
}

.recommend::after {
    position: absolute;
    top: 30px;
    left: -70px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #00992d;
    z-index: 9;
    content: "we recommend";
    text-transform: capitalize;
    transform: rotate(-39deg);
}

.price-top {
    height: 150px;
    background-color: #3B3C40;
    text-align: center;
    position: relative;
}

.price-top .h3 {
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
    display: inline-block;
}

.price-count-info {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}

.price-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #fff;
    color: #00992d;
    font-weight: 700;
    padding: 30px 0;
    box-shadow: 1px 1px 10px rgba(68, 68, 68, 0.6);
}

.price-count i {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.price-list {
    margin: 70px 0 30px;
    list-style: none;
}

.price-list li {
    padding: 10px;
}

.price-list li:nth-child(2),
.price-list li:nth-child(4) {
    background-color: #F5F5F5;
}

.recommend ul li {
    color: #fff;
}

.recommend .price-count-info {
    background-color: #4B4C4E;
}

.recommend ul li:nth-child(2),
.recommend ul li:nth-child(4) {
    background-color: #45494C;
}

/*  ================================
        Client Area
    ================================ */

.client-area {
    background: rgba(0, 0, 0, 0) url("../img/client-bg.jpg") no-repeat fixed 0 0 / cover;
    position: relative;
}

.client-area:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    content: "";
    width: 100%;
    height: 100%;
    opacity: .9;
}

.single-client-info {
    color: #fff;
    position: relative;
    background-color: #00992d;
    padding: 30px;
    float: left;
    margin-top: 60px;
}

.single-client-info img {
    position: absolute;
    width: 110px !important;
    top: -25%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    border: 3px solid #fff;
}

.single-client-info .h3 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    float: left;
}

.single-client-info .rate {
    float: right;
}

.single-client-info .rate i.fa {
    color: #FEC42D;
}

.single-client-info p {
    float: left;
    margin: 20px 0;
    text-align: center;
}

.single-client-info .social-link {
    float: left;
    text-align: center;
    width: 100%;
}

.single-client-info .social-link a i.fa {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    margin-right: 5px;
}

.single-client-info .social-link a i.fa:hover,
.single-client-info .social-link a.active i.fa {
    background-color: #fff;
    color: #00992d;
}

.client-wraper .owl-nav {
    position: absolute;
    display: flex;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
}

.client-wraper .owl-nav div {
    width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-right: 2px solid #00992d;
}

.client-wraper .owl-nav div.owl-next {
    border: 0 none;
}

/*  ================================
        Blog Area
    ================================ */

.news-img {
    position: relative;
    overflow: hidden;
}

.blog-area .news-info {
    margin-bottom: 50px;
}

.news-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.news-info:hover .news-img img {
    transform: scale(1.5);
}

.news-img:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}

.post-meta {
    margin-bottom: 15px;
}

.post-meta li {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-right: 5px;
}

.post-meta li a {
    color: #666666;
}

.post-meta li .fa {
    padding-right: 3px;
    color: #00992d;
}

.news-content {
    padding: 30px 13px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.news-info:hover .news-content {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.news-content .h2 {
    color: #5a5a61;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}

.news-content .h2:hover {
    color: #00992d;
}

.news-content a {
    margin: 0;
}

.news-content a.garden-btn {
    margin-top: 15px;
}

.post-date {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 2;
}

.post-date-info {
    background-color: #00992d;
    color: #fff;
    font-weight: 600;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.5s;
    opacity: 0;
}

.post-date-info span {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.news-info:hover .post-date-info {
    opacity: 1;
}

.news-info:hover .news-img:before {
    transform: scale(1);
}

.latest-blog .news-info {
    margin-bottom: 50px;
}

.nav-links .page-numbers {
    margin-right: 10px;
    font-weight: 700;
    color: #1a1a1a;
}

.pagination {
    width: 100%;
    text-align: center;
}

.current {
    color: #00992d !important;
}

.blog-slide .owl-nav div {
    background-color: #00992d;
    color: #fff;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}

.blog-slide div.owl-prev {
    left: auto;
    left: -5%;
}

.blog-slide div.owl-next {
    left: auto;
    right: -5%;
}

/****** single blog *****/

.single-blog-content img {
    width: 100%;
}

.single-blog-content .h2 {
    color: #272727;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.blog-get-info {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-get-info i.fa {
    color: #00992d;
    font-size: 16px;
    margin-right: 5px;
}

.blog-get-info span, .blog-get-info a {
    color: #00992d;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
	text-decoration: none;
}
.download-price {
	margin-top: 20px;
}

.blog-comment-wraper {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    float: left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

.blog-comment-wraper .h3 {
    border-bottom: 1px solid #00992d;
    color: #00992d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0 0 10px;
}

.comment-author {
    float: left;
    width: 15%;
}

.comment-author h4 {
    color: #272727;
    font-size: 14px;
    padding: 10px 0 0;
}

.reply-commnet-content .comment-author h4,
.comment-content i.fa {
    color: #00992d;
}

.comment-content {
    float: right;
    margin: 0 0 30px;
    padding: 0 20px;
    width: 85%;
}

.comment-content p {
    margin: 15px 0;
}

.comment-content a {
    color: #00992d;
    float: right;
    font-weight: 700;
}

.comment-content a i.fa {
    margin-left: 5px;
    color: #00992d;
}

.reply-commnet-content {
    overflow: hidden;
    padding-left: 110px;
    width: 100%;
}

.comment-content span {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 15px;
    text-transform: capitalize;
}

.h3.comment-heading {
    color: #4c4c4c;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.comment-form {
    overflow: hidden;
}

.comment-input-form {
    float: left;
    overflow: hidden;
    padding-right: 20px;
    width: 50%;
}

.comment-input-form:nth-child(2) {
    padding-right: 0;
}

.comment-input-form input {
    border: 1px solid #ccc;
    color: #777;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}

.comment-textarea {
    float: left;
    width: 100%;
}

.comment-textarea textarea {
    border: 1px solid #ccc;
    color: #777;
    font-weight: 400;
    height: 200px;
    letter-spacing: 0;
    margin: 20px 0 0;
    padding: 20px;
    width: 100%;
}

.post-button {
    border: 0;
    float: right;
    margin-top: 30px;
}

/****** sidebar *****/

aside {
    margin-bottom: 20px;
    border: 1px solid #00992d;
    padding: 0 20px 20px;
}

.widget-title {
    background-color: #00992d;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 16px;
    margin-bottom: 25px;
}

.sidebar-widget ul {
    list-style: outside none none;
}

.sidebar-widget a {
    color: #272727;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.widget-active {
    background-color: #00992d;
    color: #fff !important;
}

.sidebar-widget a i.fa {
    color: #00992d;
    margin-right: 10px;
}

.sidebar-widget a:hover {
    opacity: .6;
}

.post {
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.post-img {
    float: left;
    width: 30%;
    padding-top: 5px;
}

.post-info {
    float: right;
    padding-left: 19px;
    width: 70%;
}

.post-info .h3 {
    color: #272727;
    font-size: 12px;
    text-transform: uppercase;
}

.post-info p {
    color: #777;
    font-weight: 400;
    margin: 5px 0 0;
    font-size: 13px;
}

.post-info p span, .post-info p a {
    display: block;
    font-size: 13px;
    text-align: right;
    color: #00992d;
    font-weight: 700;
    margin-top: 5px;
	text-decoration: none;
}

.keywords span {
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    transition: 0.5s;
}

.keywords span:hover {
    background-color: #00992d;
    color: #fff;
}

.widget-padding {
    background-color: #f3f2f2;
    margin-bottom: 30px;
    padding: 20px 25px 30px;
}

span.widget-title {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.widget-search form {
    display: block;
    position: relative;
}

.widget-search input {
    background-color: #f3f2f2;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 16px;
    height: 30px;
    padding: 10px;
    width: 93%;
}

.widget-search .sub_search {
    background-color: transparent;
    border: 0 none;
    color: #c3c3c3;
    font-size: 20px;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(0px, -50%);
}

.widget-category ul {
    list-style: outside none none;
}

.widget-category a {
    color: #1a1a1a;
    display: inline-block;
    padding: 10px;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.category-active a {
    background-color: #00992d;
    color: #fff;
}

.widget-category ul li a:hover {
    background-color: #00992d;
    color: #fff;
}

.sidebar-widget ul li a:hover.sidebar-widget a span {
    color: #1a1a1a !important;
}

/*  ================================
        Footer Area
    ================================ */

.footer-area {
    background-color: #252525;
}

.footer-widget .h2 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.footer-widget .h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20%;
    border: 1px solid #00992d;
}

.footer-widget p {
    color: #fff;
}

.footer-widget a.garden-btn {
    margin-top: 15px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-widget ul li::before {
    position: absolute;
    left: 0;
    content: "\f054";
    font-family: fontawesome;
    color: #00992d;
}

.footer-widget ul li a {
    color: #fff;
    transition: 0.5s;
}

.footer-widget ul li a:hover {
    color: #00992d;
}

.footer-blog {
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-img {
    width: 30%;
    float: left;
}

.blog-info {
    width: 70%;
    float: left;
    padding-left: 10px;
}

.blog-info p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.blog-info span {
    color: #fff;
}

.con-info ul {
    margin-bottom: 30px;
}

.con-info ul li {
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
    color: #fff;
}

.con-info ul li a {
    color: #fff;
}

.con-info ul li::before {
    display: none;
}

.con-info .h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.con-info ul li i.fa {
    color: #00992d;
    left: 0;
    position: absolute;
    top: 5px;
}

.subscribe-box {
    overflow: hidden;
    margin-top: 30px;
}

.subscribe-box input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    padding: 0 20px;
    width: 70%;
    height: 38px;
}

.subscribe-box .garden-btn {
    border-radius: 0;
    border: 0;
    float: right;
    height: 38px;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 28%;
}

.social {
    text-align: right;
}

.social ul li {
    list-style: none;
    display: inline-block;
}

.social ul li a i.fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    margin-right: 5px;
    color: #00992d;
}

.social ul li a.active i.fa,
.social ul li a i.fa:hover {
    background-color: #fff;
    color: #00992d;
}

.copyright-info {
    padding: 25px 0;
    overflow: hidden;
    background-color: #333333;
}

.copy-right p {
    color: #fff;
    margin: 0;
/*    text-transform: capitalize;*/
}

.copy-right p span,
.copy-right p a {
    color: #00992d;
    font-weight: 900;
}

/*  ================================
        Contact Us Part
    ================================ */

.social-link-area {
    padding: 40px 0;
}

.social-link-area {
    background-color: #272727;
}

.contact-info-content img {
    height: auto;
    width: 100%;
}

.h3.contact-title {
    font-size: 18px;
    font-weight: 600;
    margin: 33px 0 10px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.contact-text-link {
    color: #777;
    display: block;
}

.con-info {
    margin-top: 20px;
}

.con-info ul {
    margin: 0;
}

.con-info ul li {
    color: #777;
    list-style: none;
}

.con-info ul li a {
    color: #777;
    display: inline-block;
}

.con-info ul li:last-child {
    margin: 0;
}

.form-content {
    margin-bottom: 20px;
}

.form-content input {
    height: 50px;
}

textarea {
    height: 200px !important;
    margin: 0 0 20px;
    padding: 20px 10px !important;
}

.sent-button {
    padding: 10px 40px !important;
    margin: 0;
}

.contact-form button.garden-btn {
    border: 0;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.thank-you-message {
    padding: 20px 15px 0;
}

p.success {
    color: green;
}

p.error {
    color: red;
}

#map {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}

.subscription-success {
    color: #fff;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.subscription-label.error {
    margin-top: 10px;
}

.subscription-label.error a {
    color: #fff;
}

.garden-btn.move-eff.call-back {
	height: 30px;
	line-height: 30px;
}
.call-back-block {
	height: 30px;
}
.header-contacts {
	line-height: 30px;
}
.search {
	width: 45px;
}
.single-about-info ul {
	padding-left: 20px;
}

.logo img {
	max-width: 300px;
}
.section-title.dont-transform .h2{
	text-transform: none;
}
.single-service-slider {
	margin: 40px 0;
}
.widget-title {
	text-transform: none;
}
.single-service-contant table p {
	margin-bottom: 0;
}
.main-table {
	margin-top: 70px;
}
.main-table table {
	width: 100%;
	margin-bottom: 50px;
}
.main-table table thead {
	text-align: center;
}
.main-table table tbody {
	text-align: left;
}
.main-table table tr td {
	padding: 10px 20px;
	border: 1px solid #d5d5d5;
}
.main-table table thead tr td {
	background: #d5d5d5;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}
.main-table table tbody tr {
	transition: all 0.2s ease 0s;
}
.owl-carousel.licenses .single-member {
	padding: 10px;
}
body .lb-data .lb-number {
	display: none !important;
}
.service-list ul li.active a {
    background-color: #00992d;
    color: #fff;
}
.contact-info {
	padding-bottom: 20px
}
body #alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
	background: #589c01;
}
.see_also {
	text-align: right;
	margin-top: 20px;
}
.see_also a {
	color: #d5d5d5;
	text-decoration: underline;
}
.text {
	margin-top: 20px;
}
.single-service-contant .alx_feedback_popup {
	margin-top: 20px;
}
.b, .strong {
	font-weight: bold;
}
.footer-widget .h2 {
	margin-bottom: 10px;
	display: inline-block;
}
.breadcrumb li {
		position: relative;
		/* margin-left: 10px; */
	}
.breadcrumb li:first-child {
	margin-left: 0px;
}
/* .breadcrumb li:before {
	content: '/';
	color: #fff;
	position: absolute;
	left: -8px;
} */

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb li:first-child:after {
	content: '';
}


.logo {
	text-align: center;
/*    padding: 20px 0;*/
}

/*SSE HAK */

a.logo.navbar-left {
	float:left;
	padding-right: 20px;
}

a.logo.navbar-left>img {
	border:1px solid #00992d;
}


.top-header-info span {
    color: #fff;
    font-size: 12px;
    padding-right: 8px;
}

.section-padding {
    padding: 40px 0;
}

.bold {
font-weight: bold;
}

.main-anonse{
	background: #d5d5d5;
	color: red;
	font-weight: 600;
	font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}


.h_t1{width: 120px;
	text-transform: uppercase;
	text-align: right;
	display: inline-block;}

.header_calc{
text-align: center;
display: block;
}

.subcat a{display:block;float:left;height:182px;margin-bottom:20px;margin-right:28px;width:190px;text-align:center}
.subcat img{margin-bottom:10px}.subcat span{display:block;text-align:center;line-height:1.2}

.clear {clear:both;}



.logo_text {line-height: 18px;}


.addon_links {
    text-align: center;
}

.border_href a{
text-decoration: none;
color: #555;
margin: 5px;
padding: 3px 10px 3px 10px;
border: 1px solid #cccccc;
display: inline-block;
}

.city img {
    width: 50%;
    margin: 50px 50px;
    float: left;
    height: 50%;
}


.city{
    margin-top:50px;
}

.city h3{
color:#fff;
}

.city a {
	color: #fff;

}

.city ul {
    display: block;
    width: calc(40% - 20px);
    margin: 50px 0;
    float: right;
    list-style: none;
}


.city ul li {
    display: inline-block;
    width: 30%;
    margin-right: 2%;
    font-size: 80%;
}

