.elementor-kit-4272{--e-global-color-primary:#342C74;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-08f24f7:#342c74;--e-global-color-ffdc0bd:#da6334;--e-global-color-456af96:#0c7444;--e-global-typography-primary-font-family:"Almarai";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Almarai";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4272 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.service-item {
    height: 100%;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.service-item ul {
    padding-left: 0;
    list-style-type: none;
    font-size: 18px;
    padding: 5%;
}

.service-item:hover {
    background-color: #342c74;
}



#services .e-con-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#services .e-con-inner .service-item {
    flex-basis: calc(100%/4 - 30px);
    height: 407px;
}

#services.home .e-con-inner {
    flex-basis: calc(100%/3 - 30px);
}

#services .service-item:hover h3, #services .service-item:hover p {
    color: #ffffff;
}

#services .service-item:hover .learn-more-btn {
    color: #ffffff;
    border-color: #fff;
}

#services .service-item:hover ul {
    color: #ffffff;
}

#services.home .service-item h3 {
    height: 60px;
}

#services.home .service-item p {
    height: 175px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}



#services .learn-more-btn {
    display: block;
    border: 1px solid #da6334;
    color: #da6334;
    padding: 6px 24px;
    margin: 15px auto 0;
    max-width: 130px
}

#services .learn-more-btn:hover {
    background-color: #da6334;
    color: #fff;
    border-color: #da6334 !important;
}

#counter-container .e-con-inner {
    display: flex;
    flex-flow: row wrap;
}

#counter-container .e-con-inner .counter {
    flex-basis: calc(100%/3 - 20px);
}

@media only screen and (max-width: 1050px) {
    #services.home .e-con-inner .service-item {
    flex-basis: calc(100%/3 - 30px);
}
}

.turf-construction-image img {
    object-position: top;
}

@media only screen and (max-width: 991px) {
    #services .e-con-inner .service-item {
    flex-basis: calc(100%/3 - 30px);
    height: auto;
    }
    
    #services.home .e-con-inner .service-item {
        flex-basis: calc(100%/2 - 30px);
    }
}

@media only screen and (max-width: 767px) {
   #services .e-con-inner .service-item {
    flex-basis: calc(50% - 30px);
    height: auto;
    }
    
    #services.home .service-item p {
    height: 150px
    }
}


@media only screen and (max-width: 576px) {
   #services .e-con-inner .service-item, #services.home .e-con-inner .service-item {
    flex-basis: 100%;
    }
    
    #services.home .service-item h3 {
    height: auto;
    }
    
    #counter-container .e-con-inner .counter {
    flex-basis: calc(100% - 20px);
    }
}/* End custom CSS */