a {
  text-decoration: none !important;
}
.container{
	max-width: 1260px !important;
}
.cat-con,.scat-con{
	margin: 50px auto;
}
.cat-category ul{
	padding: 0;
}
.cat-category li{
	list-style: none;
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
	margin-bottom: 2px;
}
.cat-category a{
	color: #fff;
	background: #fea000;
	padding: 5px 8px;
	border-radius: 4px;
}
.cat-category a:hover{
	color: #fff;
}
.cat-con img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.cat-inner{
	box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
	transition: 0.4s;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}
.cat-inner:hover{
	transition: 0.4s;
	box-shadow: 0 5px 30px rgb(70 72 77 / 15%);
}
.cat-text-box{
	padding: 10px;
}
.cat-title{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.cat-title a{
	color: #000 !important;
	transition: 0.4s;
}
.cat-text{
	font-size:15px;
	font-weight: 300;
	margin-top: 5px;
}
.cat-title a:hover{
	color: #358BF1 !important;
	transition: 0.4s;
}
.cat-info{
	margin-top: 20px;
	color: #aaa;
	font-size: 14px;
	font-weight: 100;
}
.cat-info li{
	margin-left: 20px;
	list-style: none;
	display: inline-block;
}
.cat-info svg{
	margin-bottom: -4px;
	margin-left: 5px;
	color: #aaa;
}
.sidebar-img{
	padding: 20px;
	box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
	border:1px solid rgb(70 72 77 / 8%);
	border-radius: 10px;
	margin-bottom: 10px;
}
.sidebar-img img{
	width: 500px;
	max-width: 100%;
	height: auto;
}
.safhe{
	padding: 10px 0;
}
.safhe .nav-links{
	width: 100%;
}
.safhe .nav-links a{
	color: #000 !important;
	padding: 5px 15px;
	background: #e8e8e8;
	margin-left: 5px;
	border-radius: 5px;
	transition: 0.4s;
}
.safhe .nav-links a:hover{
	color: #fff !important;
	background: #094BE7;
	transition: 0.4s;
}
.safhe .nav-links span{
	color: #fff !important;
	background: #094BE7;
	padding: 5px 15px;
	margin-left: 5px;
	border-radius: 5px;
}
.sidebar-img .wp-block-image{
	margin: 0 !important;
}
.post-thumbnail img{
	height:auto !important;
	margin-bottom: 20px;
}
.posts-tags{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
	margin: 20px auto;
}
.posts-tags svg{
	width: 20px;
	height: 20px;
	margin: 0 0 -5px 10px;
}
.posts-tags a{
	background: #e9ecef;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	color: #666;
	line-height: 2.8;
}
.posts-tags a:hover{
	color: #666;
}
.single-main{
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
	margin-bottom: 20px;
}
.single-main .entry-title{
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	font-size: 27px;
	color: #444;
}
.single-main .cat-info{
	margin-bottom: 20px;
}
.single-main .cat-info li{
	font-size: 12px;
}
.single-main .cat-info li a{
	color: #aaa;	
}
.single-cat{
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
	margin-bottom: 20px;
}
.single-cat-con{
	padding: 10px;
}
.single-cat-con img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}
.single-cat-con h6{
	margin: 10px;
	color: #333;
}
.single-cat-con p{
	margin: 10px;
	font-size: 13px;
	color: #666;
}
.single-cat svg{
	margin: 0 10px -12px 5px;
	background: #1135DD;
	color: #fff;
	padding: 5px;
	border-radius:4px;
}
.single-cat h5{
	margin-bottom: 50px;
}
.single-cm{
	margin: 20px 0;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
	margin-bottom: 20px;
}
.single-cm #reply-title{
	display: none !important;
}
.single-cm .comment-notes{
	display: none;
}
.single-cm input{
	border: 1px solid #ddd !important;
	border-radius: 5px !important;
	background: none !important;
}
.single-cm textarea{
	border: 1px solid #ddd !important;
	border-radius: 5px !important;
	background: none !important;
}
.single-cm .comment-form-cookies-consent,.single-cm .title-comments{
	display: none;
}
.single-cm .form-submit input{
	background: #1135DD !important;
	color: #fff !important;
	border: none !important;
	border-radius: 3px !important;
}
.single-cm label{
	color: #999;
	margin-bottom: 10px;
	font-size: 13px;
}
.single-cm img{
	display: none;
}
.single-cm .comment-body{
	padding: 0 !important;
}
.single-cm .logged-in-as a{
	color: #888;
	font-size: 13px;
}
.single-cm svg{
	margin: 0 0 -12px 5px;
	background: #1135DD;
	color: #fff;
	padding: 5px;
	border-radius:4px;
}
.single-cm h5{
	margin-bottom: 50px;
}
@media(max-width:992px){
	.scat-con{
		padding: 0;
	}
}
.not-found{
	padding: 40px;
	background: #fff;
	box-shadow: 0 5px 30px rgb(70 72 77 / 8%);
}
.not-found svg{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	color: #666;
}
.notification{
	overflow: hidden;
}
.notification p{
	color: #fff;
	margin-bottom: 0;
}
.notification svg{
	padding: 5px;
	border-radius: 2px;
	width: 30px;
	height: 30px;
	margin-bottom: -8px;
	background: rgba(255,255,255,0.70);
	color: #000;
	margin-left: 5px;
	cursor: pointer;
}
.notification .n-btnback a{
	background: #fff;
	color: #000;
	padding: 8px 15px;
	border-radius: 3px;
	font-size: 18px;
}
@media(max-width:992px){
	.notification svg{
		clear: both;
		display: block;
		margin-bottom: 10px;
	}
	.notification p{
		margin-bottom: 50px;	
	}
	.n-btnback{
		text-align: center !important;
	}
}
.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100000000000000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
}
.loader img{
	max-width: 70%;
}
