/*
	Theme Name: Hello Elementor child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.1.0
	Stable tag: 3.1.0
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
    Template: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
html, body{
	overflow-x: hidden;
}

.elementor-icon-wrapper:hover svg path{
	fill: white;
}
.footer-socials .elementor-icon:hover svg path{
	fill: white;
}

@media (max-width: 1024px) {
    .elementor-widget-navigation-menu .elementor-widget-container {
        min-height: 90px;
    }
    .elementor-23 .elementor-element.elementor-element-4560a43 .hfe-dropdown.menu-is-active {
        margin-top: 0px;
    }

    .hfe-nav-menu .hfe-dropdown{
        left: auto !important;
        right: 0 !important;
        width: 220px !important;
    }
}

.gradient-text1 .elementor-heading-title{
	background: linear-gradient(to right, #43455B 0%, #9BA0AB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
/* about page stepper */
.icon-list-text-border .elementor-icon-list-text{
	border-bottom: 3px solid #464646;
}
.icon-box-with-line .elementor-icon-box-icon{
	margin-top: 32px;
}
.icon-box-with-line .elementor-icon-box-icon::before{
	content: "";
	width: 130px;
	border-top: 1px solid #5a5a5a ;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	margin-top: -1px;
	margin-right: 60px;
}
@media (max-width: 767px){
	.icon-box-with-line .elementor-icon-box-wrapper{
		margin-left: 30px;
	}
	.icon-box-with-line .elementor-icon-box-icon::before{
		margin-right: 30px;
		width: 40px;
	}
	.icon-box-with-line .elementor-icon-box-icon{
		margin-top: 0;
	
	}
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		display: flex !important;
		align-items: center;

	}
}

.icon-color .elementor-icon svg path{
	fill: #e67d00;
}
.forminator-description, .forminator-edit-module{
    display: none;
}

.forminator-custom-form {
    width: 100%;
}


