.nic-logo{
    justify-content: center;
    align-items: center;
    margin: auto;
}

.nic-logo h4{
	color: #fcbe00;
	font-weight: 900;
	line-height: 1.5;
	font-size: 1.8rem;
}
.nic-logo h4 span, .text_bg span{
	color:#2584ba;
}

.nic-logo-footer{
	justify-content: center;
    align-items: center;
    margin: auto;	
}
.nic-logo-footer h4{
	color: #fcbe00;
	font-weight: 900;
	line-height: 1.5;
	font-size: 1.3rem;
}
.nic-logo-footer h4 span{
	color:#ddd;
}
.nic-center{
	text-align: center;
}
.request-left span{
	color: #2584ba;
}
.service-image{
	width: 100%;
    height: 250px;
    overflow: hidden;
}
.service-image img{
	height: 100%;
}

.service-image img:hover{
	transform: scale(1.1);
   	transition: all .2s ease-in-out;
}

.single-footer i{
	font-size: 20px;
}
@media (max-width: 767px) {

	.nic-logo h4{
		font-size: 1.5rem;
	}
	.nic-center{
	text-align: left;
	}
	.felona-main-slide {
    height: 120px;
}
}