/*
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.7.1776942754
Updated: 2026-04-23 11:12:34

*/

p:last-child{
	margin-bottom:0px;
}
/* Header style start */
.menu-btn .elementor-item{
    background: var(--e-global-color-accent);
    color: var( --e-global-color-primary ) !important;
    font-weight: 700 !important;
    padding: 7px 20px !important;
	border-radius:5px;
}
.menu-btn .elementor-item:hover{
    color: var(--e-global-color-accent) !important;
    background: var( --e-global-color-primary ) !important;
}
/* Header style end */
/* Home page start */
.banner-overlay.elementor-element::after{
    content: "";
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(123.33deg, #49A4A5 34.68%, #25579B 83.76%);
    mix-blend-mode:multiply;
}
/* Home page end */
@media screen and (max-width:1024px){
	.menu-btn .elementor-item{
		padding: 7px 12px !important;
	}
}
@media screen and (max-width:767px){
	.nav-menu {
		position: unset !important;
	}
	.nav-menu .elementor-nav-menu--dropdown{
		background: #f4f4f4;
		width: 100% !important;
		left: 0 !important;
		top: calc(100% - 7px) !important;
		margin-top: 0px !important;
		padding: 20px 20px 40px;
		border-radius: 0px 0px 30px 30px;
	}
	.menu-btn {
		width: fit-content;
		margin: 10px auto 0px !important;
	}
	.menu-btn .elementor-item {
		padding: 7px 20px !important;
	}
}