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


body{
   font-family: "Tajawal", Sans-serif; 
	
}
/* Add your custom styles here */
#site-header{
	background:#000;
}

#site-header .custom-logo{
	width:100px !important;
}

#menu-main-menu .menu-item a{
	color:#fff
}

#site-footer{
	display:none
}

.site-branding{
	margin-left:50px
}

.site-navigation{
	 margin-left: auto;
}

.meter-price{
	position:relative;
	display:inline-block;
}
.meter-price .price{
	font-size:80px;
	margin-bottom:10px;
	line-height:1em;
	font-weight:700;
	color:#000
}
.meter-price .currency{
 	position:absolute;
	bottom:20px;
	left:-55px;
	font-size:30px;
/* 	left:-10px;  */
/* 	text-align:left; */
/* 	font-size:30px;
	display:block; */
	color:#fff;
}

 .meter{
	font-size:24px;
	color:#fff;
}

.quality-box{
	display:inline-block;
	border: 1px solid #C5A856;
	border-radius:15px;
	overflow:hidden;
	
}
.quality-box span{
	display:block;
	text-align:center;
	line-height:40px;
	padding: 0 20px;
	color:#fff
}

.quality-box .box-header{
	background:#C5A856
}
.quality-box .box-footer{
	background:#fff;
		color:#000
}
.menu-main-menu-container ul{
	list-style:none;
	padding-right:0
}
.menu-main-menu-container ul li{
	font-family: "Tajawal", Sans-serif;
	color:#000
}
.menu-main-menu-container ul li a{
	color:#000
}