#k2Container{
	width:100%;
}
figcaption.d-flex.text-left .align-self-end .meta span.comments a:before{
	content:none;
}
figcaption.d-flex.text-left .align-self-end .meta span a{
	display:inline-block;
}
.tparrows.tp-rightarrow:before,.tparrows.tp-leftarrow:before{
  display: none;
}
.blog.classic-view, .blog.classic-view .post img.post-image{
	width:100%;
}
.meta.tags a{
	padding-right:15px;
}
figure img.itemAuthorAvatar{
	width:100%;
}
.comment-box{
	width:100%;
}
.pt-70{
	padding-top:70px;
}
.blog-item img.img-responsive, .blog-item{
	width:100%;
}
.hide{
	display:none;
}
ul.icon-list::before{
	content:none;
}
.fz-18{
	font-size:18px !important;
}
.fz-24{
	font-size:24px !important;
}
.fz-16{
	font-size:16px !important;
}
.fz-60{
	font-size:60px !important;
}
.fz-55{
	font-size:55px !important;
}
.sidebar .list-unstyled ul.level0{
	list-style:none;
	padding-left:0;
}
.sidebar .list-unstyled ul.level0 li{
	display: flex!important;
	position: relative;
    padding: .75rem 0;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.sidebar .list-unstyled ul.level0 li:last-child{
	border-bottom:none;
}
.sidebar .list-unstyled ul.level0 li .catCounter{
	float:right;
}
nav.navbar ul.social.social-mute.social-s{
	margin-left:30px;
}
@media (min-width: 992px) { 
ul.nav.navbar-nav.ml-auto{
	margin-left: 300px !important;
}
}
body{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
.item img {
    width: 300px;  /* Change this to your desired width */
    height: 200px; /* Change this to your desired height */
    object-fit: cover; /* Ensures the image maintains a good look */
    border-radius: 5px; /* Optional: Adds rounded corners */
}
