

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



body {
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    color: #7b8b8e;
    font-size: 16px;
    line-height: 28px;
}
a{
    text-decoration: none;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
.text-justify{
    text-align: justify;
}
.skip{

    height: 155px !important;


}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    height: 136px;
    z-index: 999;
}
.text-color{
    color: #87ba45;
}
p {
    font-size: 15px;
    line-height: 1.6;
}

.header-top {
    background: rgba(0, 0, 0, 0.45);
}

.header-info li {
    font-size: 12px;
    display: inline-block;
    padding: 6px 16px 6px 0;
    color: #fff;
}
.header-info li a{
    color: white;
}
.header-info a:hover,
.header-info i {
    color: #87ba45;
}

.header-info i {
    margin-right: 5px;
    font-size: 10px;
}


.header-social a i {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    color: #ffffff;
}
.header-social li:hover .facebook-color {
    background: #3b5998;
    height: 40px;
    width: 40px;
    display: block;
    transition: 0.3s ease-in;
}
.header-social li:hover .instagram-color {
    background: #e4405f;
    height: 40px;
    width: 40px;
    display: block;
    transition: 0.3s ease-in;
}
.header-social li:hover .google-color {
    background: #dd4b39;
    height: 40px;
    width: 40px;
    display: block;
    transition: 0.3s ease-in;
}
.banner img{
    max-height: 100%;
    height: 603px;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007a;
    width: 100%;
    height: 100%;
    text-align: center;
    align-self: center;
    align-items: center;
    display: flex;
}
.banner-content h1 {
    font-size: 47px;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
}
.banner-content p {
    font-family: "Droid Serif", serif;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    position: relative;
    margin-bottom: 57px;
}
.banner-content p::after{
    content: "";
    position: absolute;
    bottom: -10px;
    width: 40px;
    border: 2px dotted #fff;
  
    margin-left: -40px;
    left: 50%;

}
.btn {
    padding: 13px 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
       
   
}
 .btn-default{
    background: #87ba45;
    color: #fff;
}
 .btn-default:hover{
    background: #fff;
    color: #87ba45;
}


 .banner-content .btn-border {
        padding: 12px 29px;
        border: 2px solid #fff;
        background: transparent;
        color: #fff;
       margin-left: 10px;
    }
    .banner-content .btn-border:hover{
        background: #fff;
        color: #87ba45;
    }
    .what-we-do-container:before {
        content: "";
        position: absolute;
        top: 50px;
        left: 0;
        background: url(../img/garden-left.jpg) no-repeat;
        width: 276px;
        height: 528px;
        z-index: 2;
    }
    .what-we-do-container {
        position: relative;
        overflow: hidden;
        padding: 80px 0;
    }   
    .heading-title {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 11px;
    }
    .heading-title:after {
        content: "";
        width: 80px;
        height: 3px;
        position: absolute;
        display: inline-block;
        bottom: 0;
        background: #87ba45;
        margin-left: -40px;
        left: 50%;
    }
    .heading-title h3 strong{
        color: #87ba45;
    }


    .what-we-do-container:after {
        content: "";
        position: absolute;
        top: 50px;
        right: 0;
        background: url(../img/garden-right.jpg) no-repeat;
        width: 276px;
        height: 528px;
        z-index: 2;
    }
    .what-we-do-container .btn-default:hover{
        background: #87ba45;
        color: #fff;
    }
    .caption .service-item{
        position: relative;
    }

    .caption .service-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0.6;
        z-index: 1;
        transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
    }
    .caption .slick-slide img {
        display: block;
        height: 266px;
        width: 100%;
        object-fit: cover;
    }
    .caption .service-content.content-contrast {
        position: absolute;
        top: 205px;
        padding: 20px;
        z-index: 22;
        height: 61px;
        transition: 0.3s ease-in-out;
   
    }
    .caption .service-content.content-contrast p{
        color: #fff;
        line-height: 1.4;
    }
    .caption .service-item:hover .service-content.content-contrast{
        top: 0;
        transition: 0.3s ease-in-out;
    }

    .feature {
        position: relative;
        padding: 22px;
        border: 1px dashed #4e4e4e;
        height: 100%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .feature.icon-right i {
        float: right;
        margin-left: 30px;
        margin-top: 20px;
        font-size: 48px;
        display: block;
        margin-bottom: 20px;
        color: #525252;
    }
    .feature.icon-right h5 {
        font-size: 19px;
        font-weight: 400;
        color: #525252;
    }
    .feature.icon-right p {
        font-size: 14px;
        line-height: 1.8;
    }
    .feature.icon-right:hover i,
    .feature.icon-right:hover h5 {
        color: #87ba45;
    }
    .testimonial {
        position: relative;
        padding: 80px 0;
        background: linear-gradient(#00000087, #00000087), url(../img/testimonial-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 100px;
        text-align: center;
    }
    .testimonial i {
        width: 43px;
        height: 43px;
        background: #8bc34a;
        color: #fff;
        border: 0px solid #ccc;
        font-size: 21px;
        text-align: center;
        line-height: 43px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-bottom: 30px;
    }
   .testimonial p {
        font-family: "Droid Serif", serif;
        font-size: 20px;
        line-height: 34px;
        font-style: italic;
        color: #fff;
    }
    .testimonial strong{
        color: #fff;
    }
    .testimonial span {
        font-weight: normal;
        display: inline-block;
        background: #87ba45;
        color: #fff;
        font-size: 12px;
        line-height: 24px;
        padding: 0px 10px;
        margin-left: 8px;
        position: relative;
        top: -3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .estimate-form {
        background-color: #1a191e;
        padding: 65px 40px;
    }
    .estimate-form .heading-title:after {
        content: "";
        width: 80px;
        height: 3px;
        position: absolute;
        display: inline-block;
        bottom: 2px;
        background: #87ba45;
        margin-left: -43px;
        left: 44px;
    }
    .estimate-form .form-control {
        font-size: 14px;
       
        padding: 10px 20px;
        color: #7b8b8e;
        border: 1px solid #ccc;
        transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
    }
    .estimate-form .form-group {
        margin-bottom: 20px;
    }
    .estimate-form select#services {
        font-size: 14px;
        height: 48px;
        padding: 10px 20px;
        color: #7b8b8e;
        border: 1px solid #ccc;
        transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        border-radius: 5px;
        width: 100%;
    }
    .grey-big .client-logo img {
        display: block;
        padding: 10px 30px;
        width: 95%;
        border: 3px solid #e6e6e6;
       
        display: block;
    }
    .grey-big .client-logo img:hover {
     border-color: #87ba45;
    }

    .ask-faq .heading-title:after {
        content: "";
        width: 80px;
        height: 3px;
        position: absolute;
        display: inline-block;
        bottom: 0;
        background: #87ba45;
        margin-left: -46px;
        left: 9%;
    }

    .ask-faq .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #87ba45;
        box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #87ba45;
    }
    .ask-faq .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
       
        font-size: 1rem;
        color: #606060;
        text-align: left;
        background-color: #ffffff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: var(--bs-accordion-transition);
    }
    .ask-faq .accordion-body strong{
        font-weight: normal;
    }
    .content-contrast{
        background: url(../img/autumn.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 80px 0;
    }

    footer {
        background-color: rgb(36, 35, 40);
        display: block;
        color: rgb(113, 113, 115);
       
        padding-top: 80px;
    }
    footer p{
        font-size: 13px;
        line-height: 24px;
    }
    footer strong, footer a{
        font-size: 13px;
        line-height: 24px;
        color: rgb(113, 113, 115);
    }
    footer .footer-social li a{
        width: 30px; height: 30px; line-height: 30px; background-color: transparent; display: block; text-align: center;
    }
    footer .footer-social li:hover a{
       background-color: #ed4f4f;
       color: white; 
    }
    .whatsapp {
        position: fixed;
        width: 50px;
        left: 26px;
        bottom: 26px;
        z-index: 9999;
    }
    .whatsapp img, .call img{
        width: 50px;
    }

    .call {
        position: fixed;
        width: 50px;
        left: 26px;
        bottom: 86px;
        z-index: 9999;
    }
    .inner-banner {
        background: linear-gradient(#00000080, #00000080), url(../img/page-header-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 160px 0;
    }
   
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        padding: 31px 14px 37px;
        color: #ffffff;
      
    }
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    header .navbar-brand {
        width: 10%;
    }
    header .nav-link.active {
        border-bottom: 3px solid #87ba45; /* Hex code for red */
    } 
    header .navbar-expand-lg .navbar-nav .nav-link:hover{
      
        border-bottom: 3px solid #87ba45; /* Hex code for red */
    }

    header .dropdown-item {
        font-size: 12px;
        padding: 2px 13px;
       
    }
    header nav.navbar.navbar-expand-lg.sticky {
        position: fixed;
        top: 0;
        background: white;
        width: 100%;
        left: 0;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .navbar.sticky .nav-link {
        color: #000000 !important; }

        nav.navbar.navbar-expand-lg {
            padding: 0;
            background: rgba(0, 0, 0, 0.25);
        }

        .contact-page .heading-title:after {
            content: "";
            width: 80px;
            height: 3px;
            position: absolute;
            display: inline-block;
            bottom: 0;
            background: #87ba45;
            margin-left: 0;
            left: 0%;
        }
        .contact-page .form-control {
            font-size: 14px;
            padding: 10px 20px;
            color: #7b8b8e;
            border: 1px solid #ccc;
            transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            margin-bottom: 20px;
        }

        .contact-page .icon-shape-disable {
            float: left;
            margin-right: 20px;
        }
        .contact-page .content-box p{
            overflow: hidden;
        }

 
    @media screen and (max-width: 992px){
        .navbar-header .navbar-expand-lg .navbar-nav {
            flex-direction: column;
            gap: 0;
        }
    } */

  
 
    .navbar-header .navbar-collapse {
        justify-content: end;
    }
    header div#navbarNav {
        justify-content: end;
    }
    .navbar-header .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 3px;
    }
    header .navbar-brand.p-0 {
        width: 118px;
    }
    
     .protection img{
        height: 250px !important;
        object-fit: cover;
    }
    @media screen and (max-width: 992px){
        .navbar-header .navbar-expand-lg .navbar-nav {
            flex-direction: column;
            gap: 0;
        }
        button.navbar-toggler {
            color: #ffffff !important;
            background: #986432;
            margin-right: 10px;
        }
        .banner img {
            max-height: 100%;
            height: 499px;
            object-fit: cover;
        }
        .banner-content h1 {
            font-size: 40px;
        
    }
    .banner-content p {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .what-we-do-container:after {
      display: none;
    }
    .what-we-do-container:before {
      display: none;
    }
}

    @media screen and (max-width: 767px){
        .navbar-header {
            background: #242328;
        }
        header .navbar-expand-lg .navbar-nav .nav-link {
            font-size: 13px;
            padding: 20px 14px 20px;
       
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
           
        .header-top {
            display: none;
        }
    }

    @media screen and (max-width: 576px){
        .banner-content h1 {
            font-size: 30px;
        }
        .banner img {
            height: 400px;
        }
        .what-we-do-container {
       
            padding: 40px 0;
        }
        .testimonial {
            position: relative;
            padding: 40px 0;
          
            margin-top: 58px;
            text-align: center;
        }
        .testimonial p {
        
            font-size: 17px;
            line-height: 25px;
         
        }
        nav.navbar.navbar-expand-lg {
            padding: 10px;
        
        }
    }
    
    
   