
.header .logo-box img{
	width: 10% !important;
}
.home-services .home-services-boxes .service-arrow{
	width: 30px;
	height: 32px;
	border-radius: 100%;
	background-color: #dba126;
	text-align: center;
	display: none;
	position: absolute;
	left: 90%;
	top: 38%;
	transition: all 0.3s linear;
	color: #000;
}
.home-services .home-services-boxes .service-arrow i{
	color: #fff;
	padding-bottom: 6px;
}
.service-logo{
	width: 40px;
	height: 30px;
	margin-bottom: 20px;
}
.service-arrow-each{
	width: 50px;
	height: 30px;
	border-radius: 100%;
/*	background-color: #dba126;*/
}
.service-arrow-each i{
	color: #dba126;
	font-size: 22px;
}