.whatsApp_icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 999999999;
}
.whatsApp_icon img {
	max-width: 100%;
}
.about h1 {
	font-weight: 700;
    color: #012970;
}
.blog .entry .read-more a:hover {
    background: #5969f3;
}
.blog .entry .read-more a {
    display: inline-block;
    background: #4154f1;
    color: #fff;
    padding: 6px 20px;
    transition: .3s;
    font-size: 14px;
    border-radius: 4px;
}
.recent-blog-posts .post-box .post-img img {
    object-fit: cover;
}
.img-fluid-home {
    width: 100%;
    height: 250px;
}
.recent-blog-posts .post-box .post-title {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.blogImage {
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px){
	.breadcrumbs {
		margin-top: 75px;
	}
}