body {
	background: #f0f0f3;
	font-family: "Montserrat", sans-serif;
}

.selector-for-some-widget {
	box-sizing: content-box;
}

.rubric a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-right: 5px;
}

.rubric-sh a {
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
	color: #000;
}

.b2-carousel img {
	border-radius: 12px;
}

@media (max-width: 760px) {
	.rubric a {
		margin-right: 15px;
	}
}

.blog-header {
	font-size: 32px;
	font-weight: 600;
}

.blog-subheader {
	font-size: 24px;
	font-weight: 600;
}

.blog-read-more a {
	color: #808080;
	text-decoration: underline;
}

@media (max-width: 760px) {
	.blog-header {
		font-size: 24px;
	}
	
	.blog-subheader {
		font-size: 18px;
	}
	
	.blog-read-more {
		text-align: right;
	}
	
	.b7-cst-fl {
		flex-direction: column !important;
	}
}

.profile {
	padding-top: 10px;
}

.profile img {
	max-width: 30px;
}

.b3-name {
	font-size: 14px;
	font-weight: 500;
}

.b3-time {
	font-size: 9px;
}

.b3-txt {
	font-size: 16px;
	padding-top: 10px;
	
}

.b3-rev-cont {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
}

.navbar {
	background: #f0f0f3;
}

.r-about {
	font-size: 21px;
	line-height: 130%;
}

@media (max-width: 992px) {
	.cst-fl {
		flex-direction: column-reverse !important;
	}
	
	.cst-fl .col-7 {
		width: 100%;
		margin-top: 30px;
	}
	
	.cst-mr {
		margin-right: 0;
	}
	
	.r-about {
		font-size: 18px;
	}
}

.art-link a {
	color: #000;
	font-weight: 300;
}

.article-container {
	padding: 30px 20px;
	background: #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}

.article-txt {
	font-size: 21px;
	line-height: 143%;
}

.about-img {
	font-size: 11px;
	text-align: center;
	color: #808080;
}

@media (max-width: 992px) {
	.article-txt {
		font-size: 18px;
	}
}

.article-filter a {
	font-size: 15px;
	font-weight: 400;
}

.comments-number {
	color: #808080;
}

.comment-name {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.comment-txt {
	font-size: 14px;
}

.comment-wrapper {
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px solid #808080;
}

.form-comment-header {
	font-size: 18px;
	font-weight: 600;
}


.video-slider {
	position: relative;
}

.video-slider .swiper {
	width: 100%;
	height: 100%;
}

.video-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-slider .swiper-button-next, .swiper-button-prev {
	color: #fff;
}


.card {
	height: 100%;
}

.blog-rev p, .blog-rev a {
	color: #000;
	text-decoration: none;
}

.blog-rev a {
	font-weight: 400;
}

.tags .nav-link {
	padding: 5px 10px;
	border: 1px solid #000000;
	border-radius: 20px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 500 !important;
	transition: all .3s linear;
}

.tags .nav-link:hover {
	background: #000;
	color: #fff;
}

.tags .nav-link.active {
	background: #000;
	color: #fff;
}
