@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

body {
    padding: 0;
    margin: 0;
}

/* newly added css */
.img-responsive {
    width: 100%;
    height: auto;
}
.pos-rel {
    position: relative;
}
.pos-abs {
    position: absolute;
    top: 0;
}
.main-nav-header {
    background: linear-gradient(to bottom, #000000, #000000ab, rgba(128, 128, 128, 0));
    /* position: relative; */
    z-index: 100;
    width: 100%;
}
.topheader {
    background-color: #08a339;
}
.topheader p {
    margin: 0;
    font-size: 16px;
}
.topheader p a {
    color: #fff;
    text-decoration: none;
}
.social-icons {
    font-size: 18px;
}
.social-icons a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}
.main-nav-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.carousel-sec {
    width: 100%;
}
.nav-contact-no {
    text-decoration: none;
    color: #ffffff;
    padding: 8px 20px;
    background-color: #08a339;
}
.nav-contact-no:hover {
    text-decoration: none;
    color: #fff;
}
.navbar {
    padding-top: 4% !important;
}

.carousel-sec .home-bg img {
    height: 600px;
    object-fit: cover;
}
.carousel-sec .home-bg .home-text{
    position: absolute;
    top: 35%;
    padding: 2% 4% 2% 15%;
    background-color: #08a339a8;
    border-bottom-right-radius: 100px;
}

.carousel-sec .home-bg .home-text h2{
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: bold;
}

.carousel-sec .home-bg .home-text p{
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.quick-section{
    padding: 30px 0 50px 0;
    background-color: #08a439;
}

.quick-section h1{
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: bold;
}

.quick-section .form-control {
    color: #fff;
    padding: 7px;
    outline: none;
    border-color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: #ffffff solid 1px;
    margin: 10px 0px;
    border-radius: 0;
}

.quick-section .form-control:focus{
    background: transparent;
    border-color: #012b13;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
    color: #fff;
}


.quick-section input::placeholder{
    color: #ffffffd0;
}


.quick-section #message-inp{
    padding-right: 245px;
    text-align: left;
}

.quick-section a.submit-btn{
    padding: 8px 50px;
    background-color: #012b13;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all 0.4s;
}

.quick-section a:hover{
    background-color: #ffffff;
    color: #012b13;
    transition: all 0.4s;
}

.whych-section .why-text h1{
    font-size: 80px;
    font-weight: bold;
    color: #08a339;
}

.whych-section .why-text span{
    font-size: 30px;
}

.whych-section .why-text p{
    font-size: 20px;
    color: #012b13;

}

.services-section h1{
    font-size: 40px;
    font-weight: bold;
    color: #08a339;

}

.services-section .services-box-section1{
    margin-bottom: 40px;
    margin-top: 20px;
}

.services-section .services-box-section2{
    margin-bottom: 40px;
}


.services-section .services-box-section1 .box{
    background-color: #e7feee;
    cursor: pointer;
    position: relative;
}

.services-section .services-box-section1 .box:hover{
    box-shadow: 0 2px 5px gray;
    transition: 0.5s all ease-out;
}

.services-section .services-box-section2 .box{
    background-color: #e7feee;
    cursor: pointer;
    position: relative;
}

.services-section .services-box-section2 .box:hover{
    box-shadow: 0 2px 5px gray;
    transition: 0.5s all ease-out;
}
                               /* service box section-1 hover effect start */
.services-section .services-box-section1 .box-1::after{
    content: "";
    width: 140px;
    height: 0px;
    position: absolute;
    /* top: 2105px;
    left: 210px; */
    bottom: 6%;
    left: 12.7%;
    color: #ffffff;
    background-color: #08a339;
    transition: 0.5s all ease-out;
}

.services-section .services-box-section1 .box-1:hover::after{
    content: "Get in Touch";
    height: 30px;
    padding: 4px;
}

.services-section .services-box-section1 .box-2::after{
    content: "";
    width: 140px;
    height: 0px;
    position: absolute;
    /* top: 2105px;
    left: 475px; */
    bottom: 6%;
    left: 12.7%;
    color: #ffffff;
    background-color: #08a339;
    transition: 0.5s all ease-out;
}

.services-section .services-box-section1 .box-2:hover::after{
    content: "Get in Touch";
    height: 30px;
    padding: 4px;
}

.services-section .services-box-section1 .box-3::after{
    content: "";
    width: 140px;
    height: 0px;
    position: absolute;
    /* top: 2105px;
    left: 735px; */
    bottom: 6%;
    left: 12.7%;
    color: #ffffff;
    background-color: #08a339;
    transition: 0.5s all ease-out;
}

.services-section .services-box-section1 .box-3:hover::after{
    content: "Get in Touch";
    height: 30px;
    padding: 4px;
}

.services-section .services-box-section1 .box-4::after{
    content: "";
    width: 140px;
    height: 0px;
    position: absolute;
    /* top: 2105px;
    left: 997px; */
    bottom: 6%;
    left: 12.7%;
    color: #ffffff;
    background-color: #08a339;
    transition: 0.5s all ease-out;
}

.services-section .services-box-section1 .box-4:hover::after{
    content: "Get in Touch";
    height: 30px;
    padding: 4px;
}
                            /* service box section-1 hover effect end */


                            /* service box section-2 hover effect start */
 .services-section .services-box-section2 .box-1::after{
 content: "";
 width: 140px;
 height: 0px;
 position: absolute;
 /* top: 2385px;
 left: 210px; */
 bottom: 6%;
 left: 12.7%;
 color: #ffffff;
 background-color: #08a339;
 transition: 0.5s all ease-out;
 }
 
 .services-section .services-box-section2 .box-1:hover::after{
 content: "Get in Touch";
 height: 30px;
 padding: 4px;
 }
 
 .services-section .services-box-section2 .box-2::after{
    content: "";
    width: 140px;
    height: 0px;
    position: absolute;
    /* top: 2385px;
    left: 473px; */
    bottom: 6%;
    left: 12.7%;
    color: #ffffff;
    background-color: #08a339;
    transition: 0.5s all ease-out;
    }
    
    .services-section .services-box-section2 .box-2:hover::after{
    content: "Get in Touch";
    height: 30px;
    padding: 4px;
    }
   

    .services-section .services-box-section2 .box-3::after{
        content: "";
        width: 140px;
        height: 0px;
        position: absolute;
        /* top: 2385px;
        left: 735px; */
        bottom: 6%;
        left: 12.7%;
        color: #ffffff;
        background-color: #08a339;
        transition: 0.5s all ease-out;
        }
        
        .services-section .services-box-section2 .box-3:hover::after{
        content: "Get in Touch";
        height: 30px;
        padding: 4px;
        }
    
    
        .services-section .services-box-section2 .box-4::after{
            content: "";
            width: 140px;
            height: 0px;
            position: absolute;
            /* top: 2385px;
            left: 997px; */
            bottom: 6%;
            left: 12.7%;
            color: #ffffff;
            background-color: #08a339;
            transition: 0.5s all ease-out;
            }
            
            .services-section .services-box-section2 .box-4:hover::after{
            content: "Get in Touch";
            height: 30px;
            padding: 4px;
            }
    

                            /* service box section-2 hover effect end */

.services-section .viewmore-btn a{
    text-decoration: none;
    color: #ffffff;
    padding: 10px 35px; 
    background-color: #08a339;
    cursor: pointer;
    transition: 0.1s all ease-in-out;
    display: inline-block;
}

.services-section .viewmore-btn a:hover{
    background-color: #ffffff;
    color: #08a339;
    border: #08a339 1px solid;
}

.reviews-section{
    padding: 50px 0 50px 0;

}

.reviews-section h1{
    font-size: 40px;
    font-weight: bold;
    color: #08a339;
}

.reviews-section p{
    font-size: 20px;
    color: #012b13;

}

.reviews-section .reviews-slider-content{
  /* padding: 30px 0 50px 0; */
  padding-bottom: 15%;
}

.reviews-section .reviews-slider-content h4{
    color: #012b13;
}

.reviews-section .carousel-indicators [data-bs-target]{
    background-color: #012b13;
}

.review-viewmore-btn{
   display: none;
}

.about-section{
    padding: 50px 0 50px 0;
}


.about-section h1{
    font-size: 40px;
    font-weight: bold;
    color: #08a339;
}

.about-section p{
    font-size: 20px;
    color: #012b13;
}

.about-viewmore-btn{
  display: none;
}

                             /* about box section hover effect start */

.about-section .about-box-section .box-1:hover{
  transform:scale(1.1);
  filter: brightness(1.2);
  transition: all 0.2s ease-in-out;
}

.about-section .about-box-section .box-2:hover{
    transform:scale(1.1);
    filter: brightness(1.2);
    transition: all 0.2s ease-in-out;
}

.about-section .about-box-section .box-3:hover{
    transform:scale(1.1);
    filter: brightness(1.2);
    transition: all 0.2s ease-in-out;
}

.about-section .about-box-section .box-4:hover{
    transform:scale(1.1);
    filter: brightness(1.2);
    transition: all 0.2s ease-in-out;
}

.about-section .about-box-section .box-5:hover{
    transform:scale(1.1);
    filter: brightness(1.2);
    transition: all 0.2s ease-in-out;
}

.contact-section{
    padding: 50px 0 0px;
    background-color: #353535;
}

.contact-section h6{
    color: #ffffff;
}

.contact-section .contact-links h6 a{
    text-decoration: none;
    color: #ffffff;
}

.contact-section .contact-links h6 a:hover{
    color: #08a339;
}

.contact-section input{
    background-color: #3d3f3e;
    color: #c9c9c9;
}

.contact-section svg{
    margin:10px 10px;
}

.footer-section{
    background-color: #353535;
    border-top: 1px solid #08a339;
}

.foot-logo {
    width: 60%;
}

.other-services {
    margin-top: 30px !important;
    background: #e7feee;
    padding: 30px;
}
.other-services p {
    font-size: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .topheader p {
        text-align: center !important;
    }
    .navbar {
        justify-content: end !important;
    }
    .navbar-light .navbar-toggler {
        color: #000 !important;
        border-color: #000 !important;
        margin-top: 40%;
    }
    .main-nav-header {
        background: #08a339;
    }
    .quick-section h1 {
        font-size: 32px;
    }
    .whych-section .why-text h1 {
        font-size: 60px;
        margin-top: 15px;
    }
    .services-section .services-box-section1 .box,
    .services-section .services-box-section2 .box {
        margin-bottom: 15px;
    }
    .services-section .services-box-section1 .box-1::after,
    .services-section .services-box-section1 .box-2::after,
    .services-section .services-box-section1 .box-3::after,
    .services-section .services-box-section1 .box-4::after,
    .services-section .services-box-section1 .box-5::after,
    .services-section .services-box-section2 .box-1::after,
    .services-section .services-box-section2 .box-2::after,
    .services-section .services-box-section2 .box-3::after,
    .services-section .services-box-section2 .box-4::after,
    .services-section .services-box-section2 .box-5::after {
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .services-section .services-box-section1 {
        margin-bottom: 0px;
    }
    .py-5 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .contact-section {
        text-align: center;
    }
    .contact-links {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}