/*
Theme Name: Amwal Child
Theme URI: http://creativewp.com/amwal
Author: creative-wp
Author URI: http://creativewp.com
Description: Amwal Child Theme.
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amwal
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: amwal
*/
/*logo mobile*/
@media only screen and (max-width: 400px) {
 	
}
@media screen and (max-width: 780px){
    .menu-logo a img{
   		width: 50px !important;
    	height: auto;
	}
}
 
/*bloc header*/
.site-header {
    background-color: #475151;
}
/*menu color:*/
.site-header .nav a {
    color: #fff;
    font-weight: 600;
    display: block;
}
/*bloc service home******************************/
.blockservice {
    border: 1px solid #058de6;
    background-color: #2aa5f5;
    border-radius: 10px;
	    color: #fff;
    font-weight: bold;
	    padding-top: 10px;
}
.blockservice:hover {
    background-color: #475151;
    cursor:pointer;
}
.blockservice .title{
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
	font-size:21px;
}
.blockservice .title a {
    color: #fff;
    text-align: center;
	font-size: 20px;
}
/*siderbarre left*/
.caldera-grid .btn-default{
	background-color: #2aa5f5;
	border-radius: 30px;
	padding: 6px;
	margin-bottom: 10px;
	color: #fff;
	max-width: 100px;
}
.bouton button{
	background-color: #2aa5f5 !important;
	border-radius: 30px !important;
	padding: 6px !important;
}
.leftsiderbarre .leftsiderbarreblock{

}
.centerblack .vc_column-inner {
	
}
.languedetails ul{
	padding-left:0px !important;
}
.languedetails ul li{
	background-color: #2aa5f5;
	border-radius: 30px;
	padding: 6px;
	margin-bottom: 10px;
	list-style: arabic-indic;
	color: #fff;
	max-width: 95px;
}
/*right sider barre*/
.rightsider{
	
}
.rightsider .rightsiderblock{
	
}
.rightsider .rightsiderblock img{
	width:100%;
}
.rightsider .rightsiderblock .imagetitle h3{
	background-color: #2aa5f5;
	text-align: left;
	color: #fff;
	padding: 10px;
	margin-top:0px;
	margin-bottom:0px;
}

/*title ///////////////////*/
.section-title.title-style-2 .title {
    font-size: 21px;
}
.section-title.title-style-2 .title:after, .widget-title:before {
   
	background-color:#2aa5f5 !important;
}