/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 23 2024 | 14:20:48 */
/* Menu */
html {
   scroll-behavior: smooth;
}

.MenuDropDown .elementor-nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.MenuDropDown .elementor-nav-menu .menu-item {
	flex: 1 1 100%;
}

.MenuDropDown .elementor-nav-menu .menu-item a {
	width: 100%;
	text-align: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.MenuDropDown .elementor-nav-menu {
		display: block;
		justify-content: center;
		align-items: center;
	}

	.MenuDropDown .elementor-nav-menu .menu-item {
		flex: 1 1 100%;
	}

	.MenuDropDown .elementor-nav-menu .menu-item a {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	
	.MenuDropDown .sub-menu[style*="display: block"] .menu-item {
    background-color: #353535;
	}
}

.cls-1 {
   	fill: #f48120 !important;
}

/* home */

.Who , .Why , .How , .Live , .SecFeel , .FooterLogo {
	cursor: pointer !important;
}

/* contact us */
.elementor-field-textual.elementor-size-xs {
	min-height: 28px !important
}

#form-field-PhoneNumberContact , #form-field-brifDesc , #form-field-ideallyHelp {
	margin-bottom: 30px !important;
}

#form-field-brifDesc {
	margin-top: 30px !important
}


