/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/
p, ul li, h2, h1 {
	font-family: 'Titillium Web' !important;
}
ul li {
	font-weight: 400 !important;
}
.contact-frorm input {
	height: 45px;
	background-color: #fff;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
	color: #000;
}
.contact-frorm textarea {
	background-color: #fff;
} 
.color-inva1 {
	color: #15648F !important;
	font-weight: 700 !important;
}
.elementor-element-e79cf37 button.elementskit-menu-hamburger.elementskit-menu-toggler {
	background-color: #15648F !important;
}
@media screen and (max-width: 600px) {
	ul li {
		line-height: 1.87 !important;
	}
}