.visible-xs{
	display: none!important;
}

header.has-bg
{
	background-repeat: no-repeat;
}

header.has-bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.6);
}

header.has-bg .entry-title{
	color: #ffffff!important;
	margin-bottom: 0!important;
}
.breadcrumb{
	display: none!important;
}

#media_image-2{
	margin-bottom: 20px;
}

#media_image-2 img{
	width: 150px!important
}

.esg-grid .mainul li.eg-thememove-clients-1-wrapper{
	background-color: transparent!important;
}

/*.effort-clients li{
	margin:10px 5px;
}*/
.effort-clients img{
	max-height: 140px!important;
	width: auto;
}

@media only screen and (max-width:1200px){
	header.has-bg
	{
		padding: 150px 0!important;
	}
}

@media only screen and (max-width:768px){
	
	header.has-bg
	{
		background-size:cover!important;
		background-repeat: no-repeat;
	}
}
	
@media only screen and (max-width:500px){
	
	header.has-bg
	{
		padding: 30px 0!important;
	}
	.visible-xs{
		display: block!important;
	}
}