/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*  12-june-2025 */
.copyright-footer-text span.title-text{
	color:#0047ff;
}
.icon-investment svg{
	border-radius: 12px;
}
.exp-our-text .elementor-widget-container{
	display:inline-block;
}
.contact-form-custom label{
	font-weight:700;
	margin-bottom:10px;
}
.contact-form-custom input[type=submit]{
	width: 100%;
    background-color: #000;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 0;
}
.contact-form-custom .wpcf7-response-output{
	margin-top:0;
}
.custom-detail-page{
	max-width: 700px;
    margin: 0 auto;
	padding:10px 20px 50px;
}
.nav-aica .hfe-nav-menu{
	flex-wrap:nowrap !important;
}
@media (max-width:768px){
	.nav-aica .hfe-nav-menu{
	flex-wrap:wrap !important;
}
}

