/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: 4Data
Author URI: https:/4Data.com.au
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.2.1719270114
Updated: 2024-06-24 23:01:54

*/

a.elementor-item.elementor-item-active, .current-menu-parent.menu-item-has-children {
   background-image: linear-gradient(to right, #61CE70, #30D5C8);
}

.only-service-item:first-child a  {
    color: #000 !important;
}

/* .current-menu-ancestor.current-menu-parent.menu-item-has-children.menu-item-35 a {
    color: #000 !important;
} */

a.block-link {
    display: block;
    text-decoration: none;
    border: 1px solid;
    padding: 5px 10px;
    margin-top: 20px;
	width: fit-content;
}

.single-service .elementor-widget-container {
    min-height: 310px;
}

.single-service-fullwidth .elementor-widget-container {
    min-height: 270px;
}

.elementor-testimonial__name {
    text-align: right;
}

#contactusform .elementor-field-type-submit {
    margin: 0 auto;
	    width: auto;
}

#contactusform .elementor-field-type-submit button#form-submit {
    width: 260px;
    padding: 15px 20px;
}

.home h1.elementor-heading-title.elementor-size-default {
    color: rgb(71, 193, 124) !important;
}

.page h1.elementor-heading-title span {
    color: #fff !important;
}

.page  .main-banner{
	background-position: center;
}

#go-to-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    background-color: #3dc27d;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 9999;
}

#go-to-top:hover {
    background-color: #28caa8;
}

#go-to-top i {
	line-height: 50px;
    font-size: 30px;
}



@media screen and (max-width: 480px) {

	.header-icons-home {
   	 	display: none;
	}
	.header-ham-icon-home {
		grid-template-columns: 1fr !important;
	}
}