/*===========================================================
==================================blog_section css start
=============================================================*/
.header_section_area{
	background-position: 13px -160px;
	background-repeat: no-repeat;
	background-size: cover;
}
.all_blog_area{
	margin-bottom: 78px;
}
.blog_area{
	padding-top: 111px;
}
.blog_content{
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
	min-height: 404px;
}
.blog_title{
	margin-bottom: 38px;
}
.blog_title h1{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120.5%;
    text-align: center;
    text-transform: capitalize;
    color: #323232;
    padding: 0px 0px 20px 0px;
	position: relative;
}
.blog_title h1::after{
    content: "";
    background: #FBBC13;
    width: 230px;
	height: 8px;
	bottom: 0;
	position: absolute;
	left: calc(50% - 123px);
}
.blog_title p{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #323232;
	width: 60%;
	margin: 0 auto;
	margin-top: 28px;
}
.blog_content img{
	width: 100%;
}
.blog_content h1{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 132.8%;
	align-items: center;
	color: #323232;
	margin-bottom: 8px;
	padding: 0px 10px;
	text-align: justify;
}
.blog_content small{
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 132.8%;
	color: #B0B0B0;
	padding: 0px 4px;
}
.blog_content p{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #323232;
	margin: 8px 0px 38px 0px;
	padding: 0px 10px;
	text-align: justify;
	height: 93px;
}
.blog_content a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	background: #FF8019;
	border-radius: 5px;
	padding: 6px 18px;
	display: inline-block;
	margin-bottom: 24px;
	margin-left: 10px;
}
.blog_content_img img{
	height: 232px !important;
}