/*
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.5.1766470691
Updated: 2025-12-23 06:18:11

*/
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px;
}
.elementor-form .elementor-field-group {
	position: relative;
}
.elementor-form .elementor-field-group label.elementor-field-label {
	position: absolute;
	top: 10px;
	left: 20px;
}
.elementor-form .elementor-field-group .elementor-button {
	box-shadow: 0px 4px 4px 0px #00000040;
}
/*Header start*/
.green-btn .elementor-item {
    background: #4F6D72;
    border-radius: 50px !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #F7F4EC !important;
    padding: 10px 30px !important;
    transition: 0.8s all !important;
	display: inline-block;
}
.green-btn .elementor-item:hover {
    background: #1E1E1E;
}
/*Header end*/

/* Home start */
.acco-tab .e-n-accordion-item-title {
    z-index: 1;
}
.ser-box.elementor-element::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(227.09deg, rgba(45, 62, 65, 0) 51.79%, rgba(45, 62, 65, 0.7) 72.12%), rgba(0, 0, 0, 0.5);
}
.full-height{
	height:100% !important;
}
.mh-icon {
	width: 20%;
	max-width: 190px !important;
}
.mh-icon.elementor-view-default.elementor-element .elementor-icon-box-wrapper {
    align-items: center !important;
}
.mh-icon .elementor-icon-box-title {
	margin-top: 0px;
}
.mh-icon .elementor-icon-box-icon {
	padding: 15px;
	background: var( --e-global-color-e241404 );
	border-radius: 100%;
	aspect-ratio: 1;
	box-shadow: 0px 0px 9px 0px #000000BF;
}
.mh-icon:hover .elementor-icon-box-icon {
	background: var( --e-global-color-4fa3564 );
}
.text-hov:hover .elementor-heading-title{
    color:var(--e-global-color-4fa3564); !important;
}
.acco-tab .e-n-accordion-item-title{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.text-min-height{
	min-height:63px;
}
.text-hov {
	background-size: 100% 100% !important;
}
/* Home end */

/* services start */
.ser-icon-box .elementor-icon-box-title {
    margin: 0px !important;
}
/* services end */
@media screen and (max-width: 830px) and (min-width: 768px) {
	.logo-col {
		width: 140px !important;
	}
	.menu-col {
		width: calc(100% - 160px) !important;
	}
} 

@media screen and (max-width: 767px) {
	.green-btn {
		text-align: center;
		margin-top: 10px !important;
	}
	.nav-link .elementor-nav-menu--dropdown ul {
		padding: 30px 0;
		border-top: 2px solid #4F6D72;
	}
	.full-height {
		height: auto !important;
	}
	.mh-icon {
		width: 30%;
	}
	.text-min-height{
		min-height:auto;
	}
	.nav-link nav ul li.green-btn .elementor-item:hover,
	.nav-link nav ul li.green-btn .elementor-item-active{
		background-color: #1E1E1E !important;
	}
}
@media screen and (max-width: 575px) {
	.mh-icon {
		width: 45%;
	}
}
