.plain-image{
		background: none !important;
		border-radius: 0% !important;
		height: 50% !important;
		width: 50% !important;
}

.service-footer{
		padding: 15px !important;
}

.service-footer-title{
		font-size: 1.2rem !important;
}

.service-footer-text{
		font-size: 0.8rem !important;
		text-align:justify;
		margin-bottom: 10px!important;
}

.plain-image-footer{
		background: none !important;
		border-radius: 0% !important;
		width: 160px !important;
}

.nav-item:hover {
	background: linear-gradient(45deg, #fb7215 0%, #fdaf21 100%);
	color: black;
}