/* 
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 */

/* Start Menu*/

.menu-icon {
	color: #29D783;
	font-size: 18px;
	padding-right: 5px;
}


.menu-icon-orange {
	color: #e28b00;
	font-size: 18px;
	padding-right: 5px;
}

/* End Menu*/

.text-primary {
	color: #243F2F;
} 

.text-secondary {
	color: #29D783;
}

.text-gray {
	color: #0a0a0a;
}

.text-green {
	color: #00aa63;
}

.current-menu-item a {
    border-bottom: none;
    font-size: 50px;
}

.menu-item-39 a{
	border-bottom: none;
    font-size: 50px;
}
.elementor-item-active a {
    border-bottom: none;
    font-size: 50px;
}



