@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}
.font_n{
    font-family: 'Noto Serif', serif;
}
.banner{
    position: relative;
    
}
.banner img{
    width: 100%;
}
.dark_overlay{
    background: #0000004f;
    width: 100%;
    height: 100%;
    padding-top: 185px;
    padding-bottom: 185px;
}
.scrolled{
    background: #2AB939 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.navbar-fixed-top{
    transition: 0.3s;
}
.navbar-fixed-top .navbar-nav .nav-link{
    color: #fff;
    font-size: 14px;
    margin-left: 24px;
    padding: 12px 10px;
}
.navbar-toggler img{
    width: 30px;
}
.navbar-toggler:focus{
    box-shadow: unset;
}
.bsr_SideBar {
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    width: 300px;
    background: #2AB939;
}
.side_bar li a{
    color: #fff;
}
.side_bar li a:hover{
    color: #fff;
}
.offcanvas-header IMG{
    width: 150px;
}
.nav_whatsapp{
    background: #2AB939;
    padding: 10px 35px !important;
    border-radius: 50px;
    border: 2px solid #2AB939;
    box-shadow: 0px 3px 6px #00000052;
    font-weight: 600;
    transition: 0.3s;
}
.nav_whatsapp:hover{
    background: #00000047;
    color: #fff;
    transition: 0.3s;
}
.scrolled .nav_whatsapp{
    background: #fff;
    border: 2px solid #fff;
    color: #2AB939 !important;
}
.scrolled .nav_whatsapp:hover{
    background: transparent;
    color: #fff !important;
    transition: 0.3s;
}
.banner_title p{
    color: #2AB939;
    border-bottom: 2px solid #2AB939;
    display: inline-block;
    margin-bottom: 30px;
}
.banner_title h1{
    font-size: 55px;
    font-weight: 700;
}
.banner_title h1 span{
    font-size: 60px;
    color: #2AB939;
}
.banner_btn{
    background: #2AB939;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border: 2px solid #2AB939;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
}
.banner_btn:hover{
    background: #00000047;
    color: #fff;
    transition: 0.3s;
}
.banner_text p{
    line-height: 1.8;
    margin-right: 110px;
    font-size: 15px;
}
.banner_text p b{
    font-weight: 500;
    border-bottom: 2px solid #2AB939;
}
.whats_info{
    background: #2AB939;
    padding: 30px 0;
}
.info_whatsapp{
    color: #2AB939;
    background: #fff;
    padding: 14px 50px !important;
    border-radius: 50px;
    border: 2px solid #fff;
    text-decoration: none;
    box-shadow: 0px 3px 6px #00000052;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
    display: inline-block;
}
.info_whatsapp:hover{
    background: transparent;
    color: #fff;
    transition: 0.3s;
    box-shadow: unset;
}
.whats_info{
    position: relative;
    overflow: hidden;
}
.whats_info h3{
    margin: 0;
    font-size: 28px;
}
.info_whatsapp img{
    width: 17px;
    position: relative;
    top: -1px;
    right: -12px;
    filter: invert(54%) sepia(99%) saturate(419%) hue-rotate(86deg) brightness(100%) contrast(83%);
}
.info_whatsapp:hover img{
    filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(109deg) brightness(108%) contrast(106%);
}

 .garden_icons{
    position: absolute;
    bottom: -10px;
    right: 17px;
    height: 62px;
    opacity: 0.8;
}
.about_section{
    padding-top: 150px;
    padding-bottom: 150px;
}
.section_title{
    font-weight: 500;
    color: #2AB939;
    font-size: 20px;
    margin-bottom: 30px;
}
.section_title::after{
    content: "";
    height: 3px;
    background: #2AB939;
    width: 100px;
    display: inline-block;
    margin-left: 15px;
}

.sec_title{
    font-weight: 800;
    color: #333333;
    margin-bottom: 25px;
}
.sec_text{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}
.two_img_grid{
    display: flex;
    justify-content: space-around;
}
.two_img_grid img{
    width: 48%;
    border-radius: 10px;
    box-shadow: 14px 14px 20px #00000021;
}
.two_img_grid img:first-child{
    position: relative;
    top: 30px;
}
.two_img_grid img:last-child{
    position: relative;
    bottom: 30px;
}

.border_btn{
    background: transparent;
    text-decoration: none;
    color: #2AB939;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    border: 2px solid #2AB939;
    border-radius: 50px;
    display: inline-block;
    transition: 0.3s;
}
.border_btn:hover{
    background: #2AB939;
    color: #fff;
    transition: 0.3s;
}
.text-green{
    color: #2AB939;
}
.contact{
    background: url(../../images/images/contact2.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}
.contact_left{
    background: #ffffffc7;
    padding: 40px;
    border-radius: 20px;
}
.contact_left h1{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bg_overlay{
    background:#00000040;
    padding-top: 100px;
    padding-bottom: 100px;
}
.con_title{
    text-align: center;
    color: #ffffff;
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 30px;
}
.form-control{
    padding: 12px 15px;
    font-size: 15px;
    border: 2px solid #fff;
}
.form-control:focus{
    box-shadow: unset;
    border-color: #2AB939;
}
.form-label{
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 500;
}
.form-select{
    padding: 12px 15px;
    font-size: 15px;
    border: 2px solid #fff;
}
.form-select:focus{
    box-shadow: unset;
    border-color: #2AB939;
}
.submit-request{
    background: #2AB939;
    width: 100%;
    border: 2px solid #2ab939;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 10px;
    border-radius: 5px;
    margin-top: 21px;
    font-weight: 500;
    transition: 0.3s;
}
.submit-request:hover{
    background: transparent;
    color: #2ab939;
    transition: 0.3s;
}
.contact_right{
    background: #141414cc;
    height: 100%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.contact_right h1{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact_right p{
    color: #fff;
}
.contact_details {
    margin-bottom: 25px;
}
.contact_details span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #22B14C;
    text-align: center;
    line-height: 2.8;
}
.contact_details span i {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 50px;
}
.contact_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact_details_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
}
.contact_details_body h4 {
    color: #2ab939;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
    margin: 0;
    text-transform: uppercase;
}
.contact_details_body h5, .contact_details_body a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.4s ease-in-out;
}
.contact_details span img{
    height: 24px;
    filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(109deg) brightness(108%) contrast(106%);
}
.garden_i{
    position: absolute;
    bottom: -31px;
    right: 0;
    width: 150px;
}
.home_title{
    text-align: center;
    color: #333333;
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 30px;
}
.our_services{
    padding-top: 100px;
    padding-bottom: 100px;
}
.service_box{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.service_img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.service_box h4{
    margin: 0;
    position: absolute;
}
.service_body{
    background: #2ab939;
    padding: 15px;
    z-index: 8;
    position: relative;
}
.service_img{
    position: relative;
    display: inline-block;
    width: 100%;
}
.modal_img img{
	width: 100%;
	height: 300px;
	border-radius: 15px;
	object-fit: cover;
	margin-bottom: 25px;
}
.service_img::after{
    content: "";
    background: #2ab939;
    width: 120%;
    height: 61px;
    display: block;
    position: absolute;
    bottom: -18px;
    left: -4px;
    z-index: 0;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}
.service_body h4{
    margin: 0;
    position: absolute;
    top: -30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.service_body p{
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}
.service_body .wp_btn{
    background: #fff;
    padding: 10px 35px !important;
    border-radius: 10px;
    border: 2px solid #fff;
    color: #2AB939;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.service_body .wp_btn:hover{
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}
.service_body img{
    width: 17px;
    position: relative;
    top: -2px;
    right: -12px;
    filter: invert(59%) sepia(88%) saturate(766%) hue-rotate(75deg) brightness(86%) contrast(83%);
}
.service_body:hover img{
    filter: invert(100%) sepia(82%) saturate(0%) hue-rotate(245deg) brightness(104%) contrast(101%);
}
.quick_text{
    font-weight: 600;
    font-size: 26px;
}
.quick_service img{
    height: 30px;
    margin-bottom: 15px;
    filter: invert(72%) sepia(14%) saturate(5481%) hue-rotate(74deg) brightness(84%) contrast(82%);
}
.quick_service {
    text-align: center;
}
.quick_service {
    background: #333333;
    padding: 45px 0;
}
.bg-green{
    background: #2AB939;
}
.why_link{
    text-decoration: none;
    color: #000;
}
.why_box{
    display: flex;
    align-items: center;
    background: #ffffff70;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: 0.3s;
}
.why_box:hover{    
    transition: 0.3s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.why_box img{
    height: 60px;
    margin-right: 10px;
}
.why_box h4{
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.why_choose{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #eee;
}
#columns {
    /* column-width: 320px; */
    column-width: 255px;
    column-gap: 15px;
    width: 100%;
    margin: 50px auto;
}

div#columns figure {
    background: #fefefe;    
    margin: 0 2px 15px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

div#columns figure img {
    width: 100%;
    height: auto;
    /* min-height: 200px; */
    object-fit: cover;
}

div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color;
}
div#columns figure a{
    text-decoration: unset !important;
}




@media screen and (max-width: 835px) {
    #columns {
        column-gap: 15px;
        column-width: 240px;
    }

    #columns figure {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    #columns {
        column-gap: 15px;
        column-width: 140px;
    }

    #columns figure {
        width: 100%;
    }
}
.garden-clean{
    background: #2AB939;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.garden-clean h2{
    font-size: 40px;
    font-weight: 600;
}

footer{
    /* background: #333333; */
    background: #181E19;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #fff;
}
footer .nav a{
    color: #fff;
    padding-left: 0;
}
footer .nav a:hover{
    color: #2AB939;
}
.footer_logo p{
    font-size: 14px;
}
.footer_title{
    margin-bottom: 15px;
    color: #2AB939;

}
.footer_details h5{
    font-size: 14px;
}
.footer_details span{
    width: 35px;
    height: 35px;
    background: unset;
}
.footer_details span img{
    filter: invert(72%) sepia(14%) saturate(5481%) hue-rotate(74deg) brightness(84%) contrast(82%);
}
.wp_fix{
    display: flex;
    /* background: red; */
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}
.wp_fix p{
    background: #F5F7F9;
    margin: 0;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}
.wp_fix img{
    width: 50px;
    margin-left: 10px;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    border-radius: 50px;
}

/* responsive  */


@media only screen and (max-width : 500px) {
    
}
@media only screen and (max-width : 992px) {
   
    .banner_text p {
        margin-right: 0;
    }
    .banner_title h1 {
        font-size: 40px;
    }
    .banner_title h1 span{
        font-size: 40px;
    }
    .whats_info h3 {
        margin: 0;
        font-size: 18px;
    }
    .about_section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .our_services {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_right{
        margin-top: 20px;
    }
    .dark_overlay {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
   
}

@media only screen and (max-width : 768px) {
    .info_whatsapp{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .whats_info{
        text-align: center;
    }
    .sec_text {
        font-weight: 600;
        font-size: 14px;
        color: #333333;
    }
    .about_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .two_img_grid{
        margin-top: 50px;
    }
    .home_title {
        font-size: 35px;
    }
    .quick_service .col-md-6{
        margin-bottom: 20px;
    }
    .why_choose{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .why_box h4 {
        font-size: 17px;
    }
    .garden-clean h2 {
        font-size: 27px;
        font-weight: 600;
    }
    .garden-clean {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .con_title {
        font-size: 35px;
    }
    .bg_overlay {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_details_body h5, .contact_details_body a {
        color: #fff;
        font-size: 12px;
    }
    .garden_i {
        width: 100px;
    }
    .footer_logo p {
        font-size: 13px;
    }
    footer .nav a {
        font-size: 13px;
    }
    .footer_title {
        margin-bottom: 15px;
        color: #2AB939;
        font-size: 16px;
    }
    .contact_details_body {
        margin-left: 7px;
    }
    .m-mt-0{
        margin-top: 0 !important;
    }
    

}