.align-items-center {
	align-items: center;
}
.post_date {
	font-size: 13.5px;
	color: #0c2134 80;
	font-weight: 500;
	margin-bottom: 4px;
	display: inline-block;
}
.sticky_post {
	margin-top: 1rem;
}
@media (min-width: 1199px) {
	.sticky_post .mb-lg-0 {
		margin-bottom: 0px;
   }
}
.sticky_post .sticky_post_thumbnail {
	height: 350px;
	position: relative;
}
.sticky_post .sticky_post_thumbnail .blog_article_badge {
	position: absolute;
	padding: 1px 16px;
	left: 10px;
	top: 10px;
	background: #fff;
	color: #1cac76;
	border-radius: 7px;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	z-index: 9;
}
.sticky_post .m-0 {
	margin: 0px;
}
.sticky_post .pr-0 {
	padding-right: 0px;
}
.sticky_post .sticky_post_content {
	width: 64%;
	margin-left: 4rem;
}
@media (max-width: 500px) {
	.sticky_post .sticky_post_content {
		padding-top: 10px;
		width: 75%;
		margin-left: 20px;
		margin-bottom: 15px;
   }
   .sticky_post .sticky_post_thumbnail {
    	height: 250px;
	}
	.sticky_post .sticky_post_content h3 {
		font-size: 1.5rem;
   }
}
.sticky_post .sticky_post_content h3 {
	font-weight: 600;
	margin-bottom: 20px;
}
.sticky_post .sticky_post_content a.button {
	width: 144px;
	display: inline-block;
	border: 2px solid #1cac76;
	border-radius: 50px;
	padding: 6px 14px;
	text-align: center;
	text-decoration: none;
	color: #1cac76;
	font-weight: 600;
}
@media (max-width: 767px) {
	.sticky_post .order_mob_1 {
		order: 1;
   }
}
.blogs_grid img {
	width: 100%;
}
.blogs_grid article {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1em;
}
.blogs_grid article:hover img {
	transform: scale(1.1);
}
.blogs_grid article .blog-image {
	position: relative;
	height: 216px;
	overflow: hidden;
}
.blogs_grid article .blog-image .blog_article_badge {
	position: absolute;
	padding: 1px 16px;
	left: 10px;
	top: 10px;
	background: #fff;
	color: var(--secondary_col);
	border-radius: 7px;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	z-index: 9;
}
.blogs_grid article .blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s transform;
}
.blogs_grid article .blog-body {
	text-align: center;
	padding: 20px 35px;
	min-height: 12rem;
}
@media (max-width: 500px) {
	.blogs_grid article .blog-body {
		min-height: 10rem;
   }
   .sticky_post_content h3 {
    font-size: 20px !important;
	}
}
.blogs_grid article .blog-body .blog-details .blog_title {
	text-decoration: none;
}
.blogs_grid article .blog-body .blog-details .blog_title h4 {
	font-size: 1.25em;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blogs_grid article .blog-body .read_more_btn {
	text-decoration: none;
	margin-top: 13px;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
}
.blogs_grid article .blog-body .read_more_btn i {
	margin-right: 10px;
	color: var(--secondary_col);
	font-size: 16px;
}
.blogs_grid .custom-btn1 {
	padding: 0.3em 5em;
	border-radius: 8px;
	background-color: #1cac76 !important;
	color: #fff !important;
	border-color: #1cac76;
	font-size: 16px;
	margin: 5px auto;
	display: table;
	transition: 0.4s all;
}
.blogs_grid .custom-btn1:focus {
	outline: unset !important;
}
.blogs_grid .custom-btn1:hover {
	background: #00504d !important;
	border-color: #00504d;
	color: #fff !important;
}
.blogs_grid .text-center {
	text-align: center;
}
.blogs_grid .no_recent_blogs {
	display: none;
}
.sticky_post .sticky_post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}