.blog-image {
	padding-bottom: 168px;
	position: relative;
}
.blog-image img {
	width: 100%;
	border-radius: 3px;
	position: absolute;
	object-fit: cover;
	height: 100%;
}
.background-loader:not([loaded]), img[data-src] {
	background-color: #ffffff;
	/*background: linear-gradient(270deg, #fafafa, #ddd, #fafafa, #ddd, #fafafa) 0 0/500% 500%;*/
	/*-webkit-animation: lazy-load 300ms ease infinite;
	-moz-animation: lazy-load 300ms ease infinite;
	animation: lazy-load 300ms ease infinite;*/
}
.blog-text h2::after {
	display: none;
}
.blog-text h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #0276ae;
}
.blog-text {
	padding: 10px;
}
.blog-text p {
	color: #333;
	line-height: 22px;
	word-break: break-word;
}
span.read_more i {
	margin-left: 8px;
	transition: 300ms all;
}
.blog-box:hover .blog-text span i {
	transform: translateX(10px);
	transition: 300ms all;
}
span.read_more {
	display: block;
	text-align: right;
	color: #0276ae;
	padding: 10px;

}
.blog-box {
	/*box-shadow: 0 0 8px rgb(221 221 221 / 55%);*/
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-appearance: none;
	/*-webkit-box-shadow: 0 0 8px rgb(221 221 221 / 55%);*/
	position: relative;
	z-index: 9;
	border: 1px solid rgb(217 215 215 / 33%);
	transition: 300ms all;
}
.blog-box::after {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	bottom: 0;
	z-index: -1;
	background:rgb(242 191 154 / 24%);
	right: 0;
	border-radius: 100px 0 0;
}
.blog-box:hover {
	box-shadow: 0 0 12px #ddd;
	transition: 300ms all;
}
.blog-box a {
	display: block;
	height: 100%;
}
.tag {
	display: block;
	padding: 10px 10px;
	color: #333;
	font-size: 13px;
	width: auto;
	float: none;
	text-transform: capitalize;
	text-align: left;
	transition: 300ms all;
	border-radius: 3px;
	border-bottom: 1px solid #ddd;
	letter-spacing: 0.3px;
}
.active_tag,.tag:hover{
    cursor: pointer;
   	color: #0276ae;
  	transition: 300ms all;
}
.head_box{
	width:100%;
	display: inline-block;
}
.top_banner{
	background-color: #ededed;
}
.text_page a:hover{
	text-decoration:none !important;
}
.blog_subscribe {
	background: #f8f8f8;
	padding: 20px 20px 40px;
	border-radius: 3px;
}
.blog_subscribe h5 {
	font-size: 16px;
 	font-weight: 600;
	letter-spacing: 1px;
	padding:10px 0 5px;
}
.blog_subscribe input, .blog_subscribe input.form-control:focus{
	border-color: #f8f8f8;
	height: 45px;
	box-shadow: 0 0 12px rgb(221 221 221 / 39%);
	background: #fff;
}
.blog_subscribe button{
	display: block;
	width: 100%;
	height: 40px;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 14px;
	border-radius: 3px;
}
.blog_subscribe input[type=submit]{
	display: block;
	width: 100%;
	height: 40px;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 14px;
	background: #ef7701;
	border-radius: 3px;
}
.new-shadow {
	box-shadow: 0 0 8px rgb(221 221 221 / 63%);
}
.topblogs h4 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.blog-categories {
	display: block;
	background: #f8f8f8;
	float: left;
	width: 100%;
	padding:20px;
	margin-bottom: 25px;
	border-radius: 3px;
}
.sub_cat .con_tags {
    position: relative;
}
.sub_cat .con_tags::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    left: -5px;
    top: 12px;
    border-radius: 100px;
}
.sub_cat .con_tags {
    padding-left: 10px !important;
    font-size: 12px;
}
.blog-categories .tag {
	border: 0;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	font-weight: 500;
	display: block;
	float: none;
	border-radius: 0;
	background: transparent;
	text-align: left;
	padding: 3px 0;
	border-bottom: 1px solid #eee;
}
.active_tag, .tag:hover {
	color: #0276ae;
}
.top_blogs {
	float: left;
	width: 100%;
	border-radius: 3px;
}
.mobile_cat h4 {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-transform: capitalize;
	display: inline-block;
}
.mob_cat{
	display:none;
	position: absolute;
	z-index: 1090;
	background: #f2f2f2;
	width: 80%;
}
.bottom-border{border-bottom:1px solid #ddd;}

/*media*/

@media only screen and (max-device-width: 767px) and (min-width: 200px){
	.allblogs.right-15{padding-right:0;}
	.topblogs.left-15{padding-left:0;}
	.blog_page .col-md-4.col-sm-4.col-xs-12.nopadding.right-15 {padding: 0;}
	.sub_cat .con_tags {padding-left: 30px !important;font-size: 12px;}
	.sub_cat .con_tags::before{left: 10px;top: 18px;}
}

@media only screen and (max-device-width: 991px) and (min-width: 768px){
	.allblogs.right-15{padding-right:0;}
	.topblogs.left-15{padding-left:0;}
	.mobile_cat h4{padding-left: 20px;}
}
@media only screen and (min-width: 1280px) {
	.head_box {display:table !important;}
	.top_banner {padding: 25px 0 25px !important;}
}

@media only screen and (max-device-width: 1279px) and (min-width: 1025px){
	.text_page {padding: 2% 5% 2% 5%;}
}
