/*
Template:       greenova
Theme Name:     Greenova Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/greenova
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Greenova is a clean and Modern WordPress Theme. It is best suited for Green Garden website like Nursary etc
Version:        1.0
Text Domain:    greenova
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: Envato split License
License URI: https://themeforest.net/licenses/terms/regular
*/


.dark-logo img{width:100px!important;}
footer #media_image-2 img{width:120px;}
.gallery img{aspect-ratio:1/1; object-fit:cover;}
.hometestimonial .owl-carousel .owl-item img { height: 80px; width: 80px; object-fit: cover;}
.newsletterform .wpcf7-email{border-radius: 30px 0 0px 30px!important; padding: 25px; border-right: 0!important;}
.newsletterform .col-lg-4 {padding-left:0;}
.newsletterform .col-md-8{padding-right:0px;}
.newsletterform .contact-dark-button{padding:0; border-radius:0 30px 30px 0;}
.newsletterform .contact-dark-button:hover:before {display:none;}
.greenova-primary-bgcolor {background-color: #253355!important;}
.breadcrumb-area .entry-breadcrumb span a {color: #2c3854!important;}
.mean-container .mean-bar .mob-info span a {background: #dc8843!important;}

.rt-service-grid-5 .service-box:nth-child(3) .service-content-holder,
.rt-service-grid-5 .service-box:nth-child(5) .service-content-holder,
.rt-service-grid-5 .service-box:nth-child(6) .service-content-holder {
    bottom: -51%;
}


.homeservicebox{
    position: relative;
    overflow: hidden;
}

.homeservicebox .section-heading{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:15px 25px;
    background:rgba(220,136,67,.8);
    transform:translateY(70%);
    transition:transform .4s ease;
}

.homeservicebox p{
    opacity:0;
    visibility:hidden;
    transition:opacity .3s ease;
}

.homeservicebox:hover .section-heading{
    transform:translateY(0);
}

.homeservicebox:hover p{
    opacity:1;
    visibility:visible;
}

.homeservicebox a{
color:#fff!important;
}

.homeservicebox img{aspect-ratio: 16 / 9; object-fit: cover;}
.homeservicebox a i{padding-left:10px;}
.homeservicebox .elementor-widget-wrap.elementor-element-populated{padding:0 10px!important;}



@media (max-width:767.98px){
	
	.newsletterform #contact-form{display:flex;}
	.light-button{display:none;}
	
}
















