/*
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: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753276511
Updated: 2025-07-23 13:15:11

*/

html{
	overflow: hidden;
	overflow-y: scroll;
}
.header-main {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header-main.hidden {
	opacity: 0;
	visibility: hidden;
}
.header-main.active{
	background: #292f45 !important;
}
/* .header-main.active #mega-menu-menu-1  .mega-menu-link{
	color: rgb(255 255 255) !important;
} */
.header-main.active #mega-menu-menu-1  .mega-menu-link:hover{
	color: #000 !important;
}
.header-main #mega-menu-menu-1 .mega-current_page_item .mega-menu-link {
	color: #000 !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1320px) {
	#mega-menu-menu-1 .mega-menu-link {
		padding: 0 10px !important;
		font-size: 15px !important;
	}
}
@media only screen and (min-width: 992px) {
	#mega-menu-menu-1 .mega-indicator{
		display: none !important;
	}
	#mega-menu-menu-1 .mega-menu-link:before {
		content: '';
		width: 0 !important;
		height: 8px !important;
		background-color: #0b8038 !important;
		position: absolute !important; 
		top: -1px !important;
		left: 0 !important;
		-webkit-transition: width 0.3s ease-in-out 0.2s !important;
		-o-transition: width 0.3s ease-in-out 0.2s !important;
		transition: width 0.3s ease-in-out 0.2s !important;
	}
	#mega-menu-menu-1 .mega-menu-link:hover:before {
		width: 100% !important;
	}
	#mega-menu-menu-1 .toggle-menu .mega-menu-link:hover {
		background: none !important;
	}
	#mega-menu-menu-1 .toggle-menu .mega-menu-link {
		font-size: 0 !important;
	}
	#mega-menu-menu-1 .toggle-menu .mega-menu-link{
		line-height: normal !important;
		height: auto !important;
		display: flex !important;
		align-items: center !important;
		margin-bottom: -8px !important;
		position: relative !important;
	}
	#mega-menu-menu-1 .toggle-menu .mega-menu-link:before{
		border-top: 1px solid #fff !important;
		width: 50px !important;
		height: 1px !important;
		top: -10px !important;
		right: 16px !important;
		content: "";
		position: absolute !important;
		transition: 0.5s !important;
		background: none !important;
		display: unset !important;
		margin: 0 !important;
		left: unset !important;
	}
	#mega-menu-menu-1 .toggle-menu .mega-menu-link:hover:before{
		width: 35px !important;
		background-color: none !important;
	}
	#mega-menu-menu-1 .toggle-menu .mega-menu-link:after{
		content: "" !important;
		background: transparent !important;
		display: inline-block !important;
		width: 50px !important;
		height: 8px !important;
		border-top: 1px solid #fff !important;
		border-bottom: 1px solid #fff !important;
		transition: 0.5s !important;
	}
/* 	.header-main.active #mega-menu-menu-1 .toggle-menu .mega-menu-link:before{
		border-top: 1px solid #fff !important;
	}
	.header-main.active #mega-menu-menu-1 .toggle-menu .mega-menu-link:after {
		border-top: 1px solid #fff !important;
		border-bottom: 1px solid #fff !important;
	} */
	#mega-menu-menu-1 .contact-menu .mega-menu-link:before{
		content: '';
		width: 0 !important;
		position: absolute !important;
		left: 18px !important;
		bottom: 36px !important;
		top: auto !important;
		height: 2px !important;
		background-color: #ffffff !important;
		-webkit-transition: width 0.3s ease-in-out;
		-o-transition: width 0.3s ease-in-out;
		transition: width 0.3s ease-in-out !important;
	}
	#mega-menu-menu-1 .contact-menu .mega-menu-link:hover:before{ 
		width: 70% !important;
	}
	#mega-menu-menu-1 .contact-menu a.mega-menu-link:hover{
		color: #fff !important;
		background: none !important;
	}
	.header-main.active #mega-menu-menu-1 .contact-menu a.mega-menu-link:hover{
		color: #fff !important;
	}
}