.hovereffect {
	text-align: center;
	box-shadow: 0px 0px 5px #00000029;
}

.hovereffect:hover {
	box-shadow: 0px 0px 13px #00000029;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hovereffect:not(:hover ),
.hovereffect .img-fluid:not(:hover ),
.hovereffect h3:not(:hover ),
.hovereffect p:not(:hover ) {
	transition: all .5s ease-in-out;
}
.hovereffect:hover .img-fluid, .hovereffect:hover h3,.hovereffect:hover p{
	-webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hovereffect img {
	width: 75%;
	margin: auto;
	margin-top: 10px;
}

.info, .info:hover {
	color: #A51414;
}

@media (max-width: 768px) {
	.abt-p{
		font-size: 14px;
	}
}