.pb-100 {
	padding-bottom: 21px;
}
.pt-100 {
	/* padding-top: 100px; */
}
.mb-100 {
	margin-bottom: 100px;
}
a {
	text-decoration: none;
	color: #000;
	-webkit-transition: .4s;
	transition: .4s;
	/* padding: 10px; */
}
.section-title {
	position: relative;
}
.section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
.section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
.section-title h4::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title h4::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #FF7200;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.blog-img {
	position: relative;
}
.blog-img img {
	width: 100%;
}
.post-category a {
	display: inline-block;
	background-color: #07a462;
	color: #fff;
	font-size: 15px;
	padding: 5px 20px;
}
.single-blog:hover img {
	/* opacity: .85; */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.post-category {
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog-content {
	padding: 8px 8px;
}
.single-blog {
	position: relative;
	/* text-align: center; */
	vertical-align: top;
	background: #fff;
	padding: 7px 7px 7px 7px;
	border: 3px solid #f5f5f5;
	margin-bottom: 15px;
	height: 460px;
}
.single-blog:hover {
    border-color: #dad6d6;
    }
.blog-title h4 {
	/* font-size: 20px; */
	/* font-weight: 600; */
	/* margin-bottom: 5px; */
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 28px;
	font-size: 16px;
}
.meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.meta {
	margin-bottom: 20px;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.blog-content a.box_btn {
	display: inline-block;
	background-color: #232121;
	padding: 5px 15px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	text-transform: capitalize;
	margin-top: 20px;
}
a.box_btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ff5722;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}
a.box_btn {
	overflow: hidden;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	text-decoration:none;
}
a.box_btn:hover::before {
	left: 0;
	z-index: -1;
}








