.fz25 {
	font-size: 25px !important;
}
.fz18 {
	font-size: 18px !important;
}
.fz14 {
	font-size: 14px !important;
}

.main-blog-item {
	position: relative;
	box-shadow: 0px 10px 16px #00000000;
	border-radius: 9px;
	overflow: hidden;
	margin-bottom: 30px;
}

.main-blog-item .item-img {
	width: 100%;
	position: relative;
	border-radius: 9px;
	overflow: hidden;
}

.main-blog-item .item-img img {
	height: 400px;
	object-fit: cover;
	width: 100%;
}

.main-blog-item .item-img:after {
	content: '';
	background: #FFFFFF00;
	background: -webkit-linear-gradient(top, #FFFFFF00, #000000);
	background: -moz-linear-gradient(top, #FFFFFF00, #000000);
	background: linear-gradient(to bottom, #FFFFFF00, #000000);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.main-blog-item .post-content {
	position: absolute;
	z-index: 3;
	right: 40px;
	bottom: 40px;
}

.main-blog-item .post-content .post-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;

}

.main-blog-item .post-content .post-title a {
	color: #fff;
	transition: all 0.3s ;
}

.main-blog-item .post-content .post-meta ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

.main-blog-item .post-content .post-meta ul li + li {
	margin-right: 20px;
}

.main-blog-item .post-content .post-meta ul li i {
	color: #e15166;
	font-size: 16px;
}

.main-blog-item:hover .post-title a {
	color: #e15166;
}

.blog-slider .slick-dots {
	margin-top: -10px;
}
.blog-slider  .slick-next {
	right: 25px;
}
.blog-slider  .slick-prev {
	left: 25px;
	z-index: 99 ;
}
.blog-slider .slick-prev:before, .slick-next:before {
	color: #fff;
}

.blog-slider .slick-dots li button {
	background: #000;
}

.blog-slider .slick-dots li.slick-active button {
	background: #e15166;
}

.blog-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background: #F6F6F6;
	flex: 1 0 auto;
	border-radius: 8px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: 0.3s;
}

.blog-item .post-content {
	background: #F6F6F6;
	padding: 0 16px 16px;
}

.blog-item .post-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-item .post-title a {
	color: rgba(0, 0, 0, 0.75);
	transition: all 0.3s ;

}

.blog-item:hover {
	box-shadow: 0px 9px 5px #00000029;
}

.blog-item:hover .post-title a {
	color: #e15166;
}

.blog-item:hover img {
	filter: brightness(0.8);
}

.post-meta ul {
	padding: 14px 0;
	margin-bottom: 0;
}

.post-meta ul li {
	color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	font-weight: 600;
}

.post-meta ul li + li {
	margin-right: 20px;
}

.post-meta ul li i {
	color: #737373;
}

.post-description {
	color: #737373;
	font-size: 16px;
	line-height: 1.6;
}

.post-gallery {
	justify-content: space-between;
}

.post-gallery li {
	margin: 20px 0 0;
	border-radius: 9px;
	overflow: hidden;
}

.post-gallery li img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.post-gallery li ~ li {
	margin-right: 20px;
}

.pagination {
	margin-top: 3em;
}

.pagination .page-link {
	background: white;
	border: none;
	color: #000;
	border-radius: 5px;
	margin: 4px;
	font-size: 24px;
	min-width: 48px;
	height: 48px;
	padding: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.pagination .page-link:hover {
	background: #e15166;
	color: #fff;
}

.pagination .page-item.active .page-link {
	background: #e15166;
}

.single-comment {
	background: #F6F6F6;
	border-radius: 6px;
	padding: 25px;
	margin-bottom: 15px;
}
.single-comment .comment-date {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	text-transform: capitalize;
}
.single-comment .comment-text {
	border-top: 1px solid rgba(112, 112, 112, 0.2);
	font-size: 14px;
	color: #707070;
	margin-top: 10px;
	padding-top: 10px;
}
.single-comment .comment-avatar {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: auto 0 auto 10px;
}
.single-comment .comment-avatar img {
	width: 100%;
	min-height: 100%;
	height: auto;
}
.single-comment .user-options i {
	font-size: 20px;
}
.single-comment .dropdown-item i {
	font-size: 15px;
	margin-right: -5px;
	margin-left: 5px;
}
.replying-area {
	position: relative;
	display: flex;
	align-items: flex-end;
}
.replying-area figure {
	margin-left: 20px;
	margin-bottom: 0;
}
.replying-area figure img {
	width: 40px;
	height: 40px;
}
.replying-area .form-control {
	border-radius: 41px;
	border: 0;
	box-shadow: none;
	padding: 7px 20px 0;
	font-size: 14px;
	background: #F6F6F6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.replying-area .form-control.opened {
	padding: 20px;
	box-shadow: inset 0 0 0 2px #e15166;
}
.replying-area .reply-options .btn {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50%;
	margin-right: 15px;
	padding: 5px;
	min-height: auto;
	background: #e15166;
	color: #ffffff;
	font-size: 16px;
	border: 0;
	max-width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.replying-area textarea.form-control {
	height: 37px;
}
.user-options.ml-auto {
	margin-left: 0 !important;
	margin-right: auto;
}
.dropdown-toggle.no-arrow {
	cursor: pointer;
}
.dropdown-toggle.no-arrow:after {
	display: none;
}
.similar-posts .section-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
	text-transform: capitalize;
}
@media (max-width: 600px){
	.post-gallery li img {
		height: 80px;
	}
	.main-blog-item .item-img img {
		height: 200px;
	}
	.blog-item a img {
		height: auto;
	}
}
