/* Blog Css Start Here */
.blog_sec {
	padding: 80px 0;
}
.blog_sec .heading-wrapper {
	padding-bottom: 50px;
}
.blog-detail {
	padding: 70px 0 50px;
}
.blog-detail .blog-img img {
	height: 400px;
}
.blog-detail .blog-content {
	padding: 60px 0 0 0;
}
ul.paginations {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}
ul.paginations li {
	margin: 0 1px;
	width: 25px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
ul.paginations li.active {
	background-color: var(--extra-color-2);
}
ul.paginations li.active a {
	color: #fff;
}
ul.paginations li i {
	font-size: 12px;
}
ul.paginations li a {
	color: #00000096;
}
/* Blog Css End Here */

/* Mobile Responsive Starts Here  */
@media(max-width:575px){
	.blog_sec {
		padding: 30px 0;
	}
	.blog_sec .heading-wrapper {
		padding-bottom: 20px;
	}
	.blog-box .button-group {
		margin-top: 0px; 
	}
	.blog-box .blog-content .description {
		font-size: 12px;
	}
	.blog-box .blog-content {
		padding-left: 0px; 
		padding-top: 30px;
	}
	.blog-detail .blog-img img {
		height: auto;
		width: 100%;
	}
	.blog-box .blog-content .title {
		font-size: 20px;
		line-height: normal;
	}
	.blog-detail {
		padding: 30px 0 0px;
	}
	
}
/* Mobile Responsive Ends Here  */