.single-what-we-do img
{
	width:80px;
}

.single-what-we-do:hover img
{
	filter:brightness(10);
}

.contact-area .card:hover
{
	background:#0090b5;
}

.contact-area .card:hover .ico-add i
{
	color:#fff;
}

.contact-area .card:hover p
{
	color: #fff;
}

.single-services-box.style-two:hover
{
	background:#0090b5;
}

.single-services-box.style-two:hover h3 a, .single-services-box.style-two:hover p
{
	color:#fff;
}


.web-cta-section hr
{
	width: 200px;
    margin: 20px auto;
    background: #fff;
    opacity: 1;
    height: 3px;
}