@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-straight/css/uicons-thin-straight.css');

*{
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

h1,h2,h3,h4,h5{
    font-family: 'PT Serif', sans-serif;
    
}

body{
    font-family: 'Poppins', sans-serif;
}

/* header */
.header-top{
    background: #006534;
    color: #fff;
    padding: 15px 0;
}

.header-top p{
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
}

.header-social i{
    color: #fff;
    background: #39b24b;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.02);
    margin-right: 5px;
}

.header-bottom{
    overflow: hidden;
}

.header-bottom-top{
    padding: 25px 0;
}

.header-content i{
    float: left;
    font-size: 36px;
    color: #006534;
    margin-right: 5px;
}

.header-mid{
    position: relative;
    margin-left: 50px;
}

.header-mid p{
    color: #39b24b;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2px;line-height: 19px;
}

.header-mid span{
    font-size: 15px;
}

.header-btn{
    margin-top: 15px;
}

.h-btn{
    background: #39b24b;
    color: #fff;
    font-weight: 800;
    padding: 15px 35px;
    border-radius: 50px;
}

.navbar{
    position: relative;
    padding: 0;
    z-index: 9999;
}

.navbar-collapse{
    position: relative;
    justify-content: end;
}

.navbar-collapse::before{
    content: '';
    position: absolute;
    background: #006534;
    height: 100%;
    width: 100%;
    transform: skew(-30deg);
    left: -33px;
    z-index: -10;
}

.navbar-collapse::after{
    position: absolute;
    content: '';
    background: transparent;
    width: 161%;
    height: 90%;
    border: 1px dashed rgba(255, 255, 255, 0.322);
    transform: skew(-30deg);
    z-index: -10;
    left: -25px;
    top: 4px;
}

.navbar-collapse a{
    padding: 25px 0;
    color: #fff;
    padding-right: 25px !important;
    padding-left: 25px !important;
    font-weight: 500;
    position: relative;
    transition: .6s ease-in-out
}

.nav-link:hover{
    color: #8bc53d;
}

.nav-link::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8bc53d;
    left: -5px;
    top: 32px;
    transition: all .6s ease-in-out;
    opacity: 0;
}


.nav-link.active{
    color: #8bc53d !important;
}

.nav-link.active.nav-link::before, .nav-link:hover.nav-link::before{
    left: 3px;
    opacity: 1;
}
.navbar-nav{
    position: relative;
}

.navbar-nav::after{
    content: '';
    position: absolute;
    background: #006534;
    height: 100%;
    width: 100%;
    right: -76%;
    z-index: -10;
}

.header-logo{
    margin-top: 30px;
    width: 15rem;
}

.mobile-header{
    padding: 15px 0;
}


.offcanvas-info{
    padding: 15px 0 15px;
    
}

.offcanvas-icon{
    font-size: 30px;
}

.offcanvas-icon i{
    color: #006534;
}

.offcanvas-content{
    margin-left: 20px;
}

.offcanvas-content h5{
    margin-bottom: 3px;
    color: #006534;
    font-weight: 800;
}

.offcanvas-content a{
    color: #000;
}



/* banner */
.banner{
    overflow: hidden;
}
.strike{
    padding: 12rem 0;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    filter: grayscale(0);
    background-position: center !important;
}
.b1{
    background:linear-gradient(rgba(0, 0, 0, 0.221),rgba(0,0,0,0.3)), url(./uu1.jpg);
    background-size: cover;
}
.b2{
    background:url(./uu2.jpg);
    background-size: cover;
}
.b3{  background:url(./uu3.jpg);
    background-size: cover;
    
}
.b4{  background:url(./uu4.jpg);
    background-size: cover;
    
}
.xs{
    padding:15rem 8rem;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.582); */
    position: relative;
    z-index: 11;
    text-align: center;
}

.xs h3{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.xs h1{
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: capitalize !important;
}

.xs p{
    font-size: 18px;
}

.banner-button{
    margin-top: 30px;
}

.b-btn{
    padding: 15px 35px;
    background: #006534;
    color: #fff;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50px;
}

.b-btn span{
    position: relative;
    z-index: 111;
}
.b-btn::before{
    position: absolute;
    top: 115px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #39b24b;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    
    transition-duration: 800ms;
    z-index: 1;

}



.b-btn:hover::before{
    top:0%;
    left: -70px;
    right: -70px;
}

.banner .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
}

.banner .owl-dots{
    bottom: 2%;
    position: absolute;
    width: 100%;
    right: -2%;
}

.banner .owl-prev, .banner .owl-next{
    
}

.banner .owl-prev{
    position: absolute;
    left: 0;
}

.banner .owl-next{
    position: absolute;
    right: 0;
}

.banner .owl-nav i{
    background: rgba(0, 101, 52, 0.425);
    color: #fff;
    height: 60px;
    width: 60px;
    line-height:60px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 22px;
}

.banner .owl-nav button:hover{
    background: transparent !important;
}

.banner .owl-dot span{
    border-radius: 0 !important;
    height: 5px !important;
    width: 25px !important;
    background: #39b24b !important;
}


.banner .owl-dot.active span{
    background: #4ceb63 !important;
}

.banner .owl-item.active .strike{
    transform: scale(1.15);
    transition: all 6000ms ease-in-out;
}

.slide{
    position: relative;
    overflow: hidden;
}


.banner .owl-item.active h3{
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: 200ms;
    visibility: visible;
}
.banner .owl-item.active h1{
    animation-name: fadeInLeft;
    animation-duration: 2s;
    animation-delay: 300ms;
    visibility: visible;
}
.banner .owl-item.active p{
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-delay: 400ms;
    visibility: visible;
}
.banner .owl-item.active .banner-button{
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 500ms;
    visibility: visible;
}

/* about */
.about{
    padding: 5rem 0;
}

.about h3{
    font-size: 16px;
    font-weight: 700;
    color: #39b24b;

}

.about h1{
    font-weight: 900;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about p{
    color: #808080;
    font-size: 15px;
}

.about-button{
    margin-top: 30px;
}

.a-btn{
    font-size: 15px;
    font-weight: 800;
    background: #006534;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
}

/* services */
.services{
    padding: 5rem 0;
    background: #f1f1f1;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-title{
    margin-bottom: 50px;
    
}

.service-title h2{
    color: #006534;
    font-weight: 800;
    margin-bottom: 12px !important;
}

.service-location{
    height: 22rem;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.39);
}

.service-location::before{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,rgba(0, 136, 70, 0) 0%, #008846 100%);
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.service-location img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-content{
    position: absolute;
    left: 20px;
    bottom: 25px;
    z-index: 1;
    color: #fff;
}

.location-content h3 a{
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    transition: .4s ease-in-out;
    font-weight: 600;
}

.location-content h3 a:hover{
    color: #39b24b;
}

.location-content p{
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 300;
}



.services .owl-carousel .owl-nav button{
    background:none;
    border: 1px dotted rgba(0, 101, 52, 0.425) !important;
    position: absolute;
    height: 50px;
    width:50px;
    line-height: 46px;
    text-align: center;
    top:-150px;
    transform: translateY(-50%);
    right: 0;
    font-size: 26px;
    border-radius: 25px;
}

.services .owl-nav .owl-prev{
    right:74px !important;
}
.services .owl-nav .owl-next{
    left: auto;
    right:15px !important;
}

.services .owl-nav button i{
    
    color: #006534;
    font-weight: 800;
    transition: all .6s ease-in-out;
}

.services .owl-nav button i:hover{
    color: #fff;
}

.services .owl-nav button:hover{
    background: #004423 !important;
    color: #fff;
    transition: all .6s ease-in-out
}



.s-btn{
    color: #fff;
    padding: 7px 25px;
    font-size: 15px;
    border: 1px dotted #fff;
    border-radius: 50px;
}

.s-btn i{
    margin-right: 10px;
}

/* gallery */
.gallery{
    padding: 5rem 0;
    background: #004423;
    color: #fff;
}

.gallery h3{
    font-weight: 700;
}

.gallery-button{
    text-align: end;
}
.g-btn{
    color: #004423;
    padding: 15px 35px;
    border: 1px dotted #004423;
    border-radius: 50px;
}

.g-box{
    height: 15rem;
    margin-top: 25px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.g-box:hover img{
    transform: scale(1.2);
    transition: all .6s ease-in-out;
}

.g-box .overlay{
    position: absolute;
    background: rgba(0, 101, 52, 0.726);
    height: 0%;
    width: 100%;
    bottom: 0%;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: .6s ease-in-out;
}

.g-box:hover .overlay{
    height: 100%;
}

.g-box .text{
    color: #fff;
   
}

.g-box i{
    height: 80px;
    width: 80px;
    border: 1px dotted #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    font-size: 35px;
    line-height: 70px;
}

.g-box img{
    height: 100%;
    object-fit: cover;
}

/* reviews */
.reviews{
    padding: 5rem 0;
    background: #ffffff;
    position: relative;
}

.reviews::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(leaf.png);
}
.reviews i{
    color: #004423
}

.reviews h3{
    font-weight: 600;
    color: #008846;
    margin: 10px 0;
    font-size: 20px;
}

.reviews h1{
    margin-bottom: 15px;
    font-weight: 800;
    color: #004423;
}

.review-box{
    padding: 40px 30px 50px 40px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.11);
    position: relative;
    overflow: hidden;
}

.r-shape{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.r-content{
    font-size: 14px;
    margin-bottom: 15px;
}

.star{
    margin-bottom: 10px;
}

.r-user{
    display: flex;
    align-items: center;
}

.r-img{
    height: 60px;
    width: 60px;
    padding: 5px;
    border-radius: 50%;
    border: 2px dotted #006534;
}

.r-img img{
    border-radius: 50%;
    height: 100%;
}

.r-profile{
    margin-left: 15px;
}

.r-profile h5{
    font-weight: 700;
    color: #006534;
    margin-bottom: 2px;
}

.r-profile span{
    font-size: 14px;
}

.review-button{
    margin-top: 35px;
}

.r-btn{
    background: #006534;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
}

.reviews .item{
    padding: 10px;
}

.review-title{
    position: relative;
    z-index: 111111;
}


/* quote */
.quote{
    background:linear-gradient(rgba(0, 68, 35, 0.815), rgba(0, 68, 35, 0.815)), url(./img/service.jpg);
    padding: 8rem 0;
    background-size: cover;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
}

.quote h1{
    padding: 0 150px;
    font-size: 40px;
    font-weight: 800;
}

.quote-btn{
    margin-top: 40px;

}

.q-btn{
    font-size:18px;
    padding: 15px 35px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-weight: 800;
}

/* contact-info */
.contact-info{
    padding: 4rem 0;
    background: url(./img/home-4contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.c-box{
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.075);
    border-radius: 5px;
}

.c-inner{
    border: 1px dotted #006534;
    padding: 40px 20px;
    border-radius: 5px;
}

.c-img{
    margin: 0 auto;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}

.c-img img{
    height: 100%;
    filter: invert(27%) sepia(10%) saturate(7474%) hue-rotate(119deg) brightness(94%) contrast(103%);;
}

.c-cont{
    text-align: center;

}

.c-cont h2{
    color: #006534;
    font-size: 24px;
    font-weight: 800;
}

.c-cont p{
    margin-bottom: 0;
}

.c-cont a{
    color: #000;
}

/* footer */
.footer-top{
/*    background: #008846;*/
    color: #fff;
    padding: 5rem 0;
    position: relative;
}


footer h3{
    font-weight: 800;
    margin-bottom: 20px;
}

footer p{
    font-size: 15px;
}

footer h5{
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social{
    margin-top: 30px;
}

.footer-social i{
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.356);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    margin-right: 7px !important;
}

.footer-social i:hover{
    background:  #8bc53d;
    border: 1px solid #8bc53d;
    transition: linear .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.footer-top li{
    font-size: 17px;
    margin-bottom: 10px;
}

.footer-top i{
    color: #8bc53d;
    margin-right: 15px;
}

.footer-top a{
    color: #fff;
}

.hours{
    margin-bottom: 15px;
}

.hours p{
    font-size: 17px;
    margin-bottom: 2px;
}

.hours span{
    
    font-weight: 700;
    font-size: 18px;
}

.footer-bottom{
    background: #006534;
    color: #fff;
    padding: 30px 0;
}

@media screen and (min-width:992px) and (max-width:1200px){
    .h-btn{
       font-size: 15px;
       padding: 10px 20px;
    }

    .header-bottom{
        position: relative;
    }

    .header-logo{
        position: absolute;
        left: 25px;
    }

    .header-mid p{
        font-size: 15px;
    }
}

@media (min-width:992px){
    .mobile-header{
        display: none;
    }
}

@media (max-width:992px){
    header{
        display: none;
    }

    .xs{
        padding: 5rem 30px;
    }

    .navbar-nav::after{
        display: none;
    }

    .mobile-header .offcanvas-img, .mobile-header .navbar-brand{
        width: 15rem;
    }

    .mobile-header .nav-link::before{
        display: none;
    }

    .mobile-header .nav-link{
        margin-bottom: 10px;
        border-bottom: 1px dotted #006534;
    }

    .about-content{
        margin-bottom: 40px;
    }

    .contact-info{
        background-position: bottom !important;
    }

    .c-box{
        margin-bottom: 30px;
    }

    .quote h1{
        padding: 0 20px
    }

    .banner .owl-nav{
        display: none;
    }

    .review-title{
        margin-bottom: 40px;
    }
}

@media screen and (min-width:767px) and (max-width:992px) {
    .g-box{
        height: 12rem !important;
    }
}

@media (min-width:767px){
    .services .owl-carousel .owl-nav button{
        top:-103px
    }

    
}

@media (max-width:767px) {
    .quote h1{
        font-size: 30px;
    }

    .g-box{
        height: 20rem !important;
        margin-top: 40px !important;
    }

    .banner h1{
        font-size: 25px;
    }

    .banner p{
        font-size: 15px;
    }

    .ux{
        margin-bottom: 30px;
    }

    
}
.brad{
    
}