
html {
    scroll-behavior: smooth;
}
body {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    letter-spacing: 1px;
    font-family: 'Raleway', 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;
}

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

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: #6cbe03;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.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 *****/

.garden-btn {
    width: 160px;
    height: 50px;
    display: inline-block;
    color: #ffe67c;
    border-radius: 30px;
    text-transform: capitalize;
    background-color: #295f2d;
    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 #295f2d;
    width: 50%;
}

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

.h2 span {
    color:#ffe67c !important;
}
.section-title h2 span{
    color:#295f2d;
}
.section-title p {
    padding-top: 40px;
    color: #323232;
    margin: 0;
}

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

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


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

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

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

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

.top-header-area {
    background-color: #295F2D;
    color: #fff;
    padding:5px 0;

}

.slogan p {
    margin: 0;
    text-transform: capitalize;
    font-size: 13px;
    color: #ffe67c !important;
}

.top-header-info i.fa {
    color: #6cbe03;
    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 img {
    width: 210px;
    position: relative;
    z-index: 9;
    margin: 5px 0px 0px 0px;
}

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

.menu-area {
    background-color: #FFE67C;
    position: relative;
    z-index: 999 !important;
    width: 100%;
}


.main-menu {
    text-align: right;
    position: relative;
    z-index: 1;
    background: #ffe67c;
}

.main-menu::before {
    background: #339834;
    position: absolute;
    top: 0;
    left: -60px;
    width: 4%;
    height: 0;
    content: '';
    -webkit-transform: skewX(30deg);
}

.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: #295f2d;
    display: block;
    font-weight: 600;
    padding: 17px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.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 li a:hover,
.main-menu ul li ul.drop-menu li a.menu-active {
    background-color: #6cbe03;
}

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

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

/*<!-- NavBar -->*/

#navb {
    box-shadow: 0 0px 0 0 rgba(255, 255, 255, 1);
}

.nav-link {
    color:#fff !important;
}

.active {
    border-bottom: solid 4px #295f2d !important;
}
/*#title h1 {text-align: right;font-weight: bold;font-size: 25px;margin: 0;color:#fff;}
.clear:after {visibility: hidden;display: block;content: "";clear: both;height: 0;}
nav {background-color:#030000;padding:0 12px;}*/
/*  ================================
        Slider Area
    ================================ */



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

/*  ================================
        Analyze Wraper Area
    ================================ */

.analyze-wraper-area {
    margin-top: -120px;
    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(51, 153, 51, 0.62);
    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: #339933;
    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: 24px;
    color: #339933;
    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: 20px 0 0;
}

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

.single-about-info i.fa {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #295f2d;
}

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

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


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

.service-area {
    background-color: #295f2d;
}
.service-area h2 span{
    color: #ffe67c;
}
.service-area h2{
    color: white;
}
.service-area p{
    color: #e8e8e8;
}
.service-area h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    border: 2px solid #ffe67c;
    width: 50%;
}
.service-area h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border: 2px solid #ffe67c;
    width: 50%;
}
.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: #ffe67c;
    transition: all 1s ease;
}

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

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

.single-service-info i.fa {
    color:rgba(255, 255, 255, 0.7);
    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;

}

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

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

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

.gallery .owl-nav div {
    background-color: rgba(51, 153, 51, 0.74);
}

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




/*  ================================
        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;
}
.h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    border: 2px solid #ffe67c !important;
    width: 50%;
}
.h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    border: 2px solid #ffe67c  !important;
    width: 50%;
}
.single-client-info {
    color: #fff;
    position: relative;
    background-color: #295f2d;
    padding: 30px;
    float: left;
    margin-top: 60px;
}

.single-client-info img {
    position: absolute;
    width: 110px !important;
    top: -75px;
    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 p {
    float: left;
    margin: 20px 0;
    text-align: left;
}

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

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

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

.footer-area {
    background-color: #295f2d;
}

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

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

.footer-widget a.garden-btn {
    margin-top: 15px;
    background-color: #ffe67c;
    color: #295f2d;
}

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

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

.footer-widget ul li a:hover {
    color: #6cbe03;
}



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

.social ul li a.active i.fa,
.social ul li a i.fa:hover {
    background-color: #fff;
    color: #295f2d;

    border-bottom: none !important;

}

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

.copy-right p {
    color: #295f2d;
    margin: 0;
    text-transform: capitalize;
}

.copy-right p span,
.copy-right p a {
    color: #6cbe03;
    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;
}

.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;
}
.sticky-wrapper{
    height: 0 !important;
}

/***** medium Layout *****/

@media (min-width: 992px) and (max-width: 1200px) {
    .main-menu::before {
        left: -30px;
    }

    .analyze-wraper-area {
        margin-top: -70px;
    }

}

/***** Tablet Layout *****/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 13px;
    }
    .slogan p {
        text-align: center;
        margin-bottom: 15px;
    }
    .top-header-info {
        text-align: center;
    }
    .garden-logo {
        text-align: left;
        padding:0 0 0px;
    }
    .main-menu::before,
    .menu-area::after {
        display: none;
    }

    .analyze-wraper-area {
        margin-top: 0;
        padding: 80px 0;
    }
    .single-analyze {
        width: 70%;
        margin: 0 auto 30px;
    }
    .single-analyze p {
        text-align: center;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .garden-btn {
        width: 140px;
    }
    .single-about-info {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .client-wraper .owl-nav {
        left: 3%;
    }
    .footer-widget {
        margin-bottom: 50px;
    }
    .single-service-info h3 {
        font-size: 20px;
    }

}

/***** Mobile Layout *****/

@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }
    .garden-logo {
        position: relative;
        z-index: 99;
        width: 55%;
    }
    .main-menu {
        display: none;
    }
    .responsive-menu-wrap {
        display: block;
        margin-top: -16px;
        position: absolute;
        right: 16px;
        top: 50%;
        width: 100%;
        z-index: 9;
    }
    .responsive-menu-wrap .slicknav_menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin: 0;
        padding: 0;
    }
    .slicknav_nav {
        background: #1a1a1a none repeat scroll 0 0;
        padding: 10px 0;
        position: relative;
        right: -16px;
        top: 2px;
        z-index: 999;
    }
    .slicknav_nav a.menu-active,
    .slicknav_nav a:hover,
    .slicknav_nav .slicknav_row:hover {
        background-color: #295f2d !important;
        border-radius: 0;
        color: #fff !important;
    }
    a.slicknav_item a.menu-active {
        padding: 5px 10px;
    }

    .slicknav_icon-bar {
        height: 3px !important;
        background-color: #fff !important;
    }
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }
    .slicknav_menu .slicknav_icon {
        margin: 0;
    }
    .slicknav_menu .slicknav_icon-bar {
        box-shadow: none;
    }
    ul.slicknav_nav li a i.fa {
        display: none;
    }
    .slicknav_nav a {
        text-transform: capitalize;
    }
    .slicknav_btn {

        background-color: #295f2d;
    }
    .menu-area::after {
        display: none;
    }
    .slogan p {
        text-align: center;
        margin-bottom: 15px;
    }
    .top-header-info a {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .garden-btn {
        width: 120px;
        height: 45px;
        line-height: 44px;
        margin-right: 3px;
    }
    .slider-wraper .owl-nav {
        display: none;
    }
    .analyze-wraper-area {
        margin-top: 0;
        padding-top: 50px;
    }
    .single-analyze {
        margin-top: 30px;
    }
    .single-analyze h2 {
        font-size: 18px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .single-about-info {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .single-about-info h3 {
        font-size: 18px;
    }

    .single-service-info h3 {
        font-size: 20px;
    }
    .single-service-info i.fa {
        font-size: 30px;
    }


    .client-wraper .owl-nav {
        left: 7%;
    }
    .single-client-info {
        padding: 50px 10px;
        margin-top: 75px;
    }
    .single-client-info h3 {
        font-size: 16px;
    }

    .footer-widget {
        margin-bottom: 50px;
    }
    .single-service-info h3 {
        font-size: 20px;
    }

    .footer-widget h2 {
        font-size: 18px;
    }
    .copy-right p {
        text-align: center;
    }
    .social {
        text-align: center;
        margin-top: 20px;
    }
    #scrollUp {
        bottom: 125px;
        right: 14px;
    }
    .google-map-area{
        margin-top: 50px;
    }
}

/***** Wide Mobile Layout *****/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sticky-wrapper{
        height: auto !important;
    }
    .is-sticky .menu-area{
        position: absolute !important;  
    }
}


@media (max-width: 479px){
	.header-area {
		height: 150px;
	}
}