.white-color{
	color: #f4f4f4;
	text-align: center;
	padding-top: 10px;
}
.services-section {
	background-color: #232020;
	padding-bottom: 40px;
}
.services-section hr{
	border-bottom: 4px dashed blue;
	width: 42px;
	margin-left: 0px;
}
.services-section .services-detail {
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	position: relative;
	top: 0px;
	padding: 70px 40px 60px 40px;
	margin-top: 32px;
	background-color: black;
}
.services-section .services-detail:hover{
	box-shadow: 0px 16px 22px 0px rgba(90,91,95,0.3);
	top: -5px;
	background-color: #f4f4f4;
}
.services-section .services-detail .fa{
	font-size: 60px;
	color: #f4f4f4;
	margin-bottom: 13px;
}
.services-section .services-detail:hover .fa{
	color: #fd2034;
}

.services-section .services-detail .fas{
	font-size: 60px;
	color: #f4f4f4;
	margin-bottom: 13px;
}
.services-section .services-detail:hover .fas{
	color: #fd2034;
}


.services-detail h3{
	color: #f4f4f4;
	font-size: 25px;
	font-family: 'Roboto',sans-serif;
}
.services-detail:hover h3{
	color: #333333;
} 
.services-detail p{
	color: #f4f4f4;
	font-size: 15px;
}
.services-detail:hover p{
	color: #333333;
}

.darkblue{

background:#194a8e;

}