ul.filter {
	justify-content: center;
}

.tpl-title-section {
	text-align: center;
}

.posts_section .posts_wrapper {
	align-items: flex-start;
}

.tags-services > .container {
	flex: 1;
	padding-top: 0 !important;
}

.tags-services .content {
	width: 100%;
	padding-top: 0 !important;
}

.tags-services .content {
	display: flex;
	flex-direction: column;
}

.tags-services {
	display: flex;
	flex-wrap: nowrap;
	padding: 24px 0 0 0;
	background-color: #e6f0fd;
}

.tags-services .sidebar_wrapper .sidebar {
	border-color: transparent;
}

.tags-services h3 {
	margin-bottom: 24px;
	text-transform: capitalize;
}

.tags-services .services-list-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 58px;
}

.tags-services .service-list-item {
	display: flex;
	align-items: center;
}

.tags-services .service-list-item .service-list-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f9ff;
	width: 40px;
	height: 40px;
	flex-basis: 40px;
	margin-right: 8px;
}

.tags-services .service-list-item span {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #22445f;
}

.tags-services .service-list-item .service-list-item-icon img {
	height: auto;
}

/*.service-list-item:hover .service-list-item-icon{
    background-color: #E6F0FD;
}*/
.service-list-item:hover span {
	color: #0e6aed;
}

.tags-services-container {
	max-width: 1143px;
	margin-bottom: 30px;
}

.content.content_article {
	padding-bottom: 24px;
}

@media (max-width: 499.98px) {
	.tags-services .services-list-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 14px 0;
	}

	.tags-services {
		padding: 48px 0 0;
	}
}

@media (min-width: 500px) and (max-width: 767.98px) {
	.tags-services .services-list-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 14px 58px;
	}

	.tags-services {
		padding: 48px 0 0;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.tags-services .services-list-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 500px) and (max-width: 991.98px) {
	.tags-services {
		padding-top: 48px;
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.tags-services {
		padding-left: 0;
		padding-top: 48px;
	}
}

@media (min-width: 768px) and (max-width: 991.99px) {
	.sidebar-closed-vr .tags-services {
		padding-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1440px) {
	.sidebar-closed-vr .tags-services {
		padding-left: 0;
	}
}

.bacis_articles_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px 24px;
	position: relative;
}

@media (max-width: 992px) {
	.bacis_articles_wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.big_post_wrapper {
		flex-direction: row;
	}
}

@media (max-width: 768px) {
	.big_post_wrapper {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.bacis_articles_wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}

.basic_article_item {
	display: flex;
	align-items: center;
	padding: 12px 0px;
}

.basic_article_item .basic_article_item_thumb {
	min-width: 84px;
	width: 84px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.basic_article_item .basic_article_item_thumb img {
	object-fit: cover;
}

.basic_article_item_thumb {
	margin-right: 24px;
}

.basic_article_item_title {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #0e6aed;
}

.basic_articles h2 {
	font-size: 20px;
}

.view-all-in-cat {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	padding: 3px 8px;
	margin-left: auto;
	margin-right: auto;
	color: #0e6aed;
	border: 1px solid #c3dafb;
	border-radius: 3px;
	display: block;
	width: fit-content;
	margin-top: 24px;
}

.category-articles-block .title {
	margin-top: 0px;
	margin-bottom: 12px;
}

.filter_section {
	margin-bottom: 36px;
}

.posts_section,
.basic_articles {
	margin-bottom: 48px;
}

.latest_articles {
	margin-bottom: 24px;
}

.latest_articles:last-of-type {
	margin-bottom: 48px;
}

.home_card_row .home_card .home_card_image_wrapper .card_image {
	width: 100%;
}

.basic_article_item .basic_article_item_thumb img,
.basic_article_item_thumb .post_img_wrapper {
	height: 100%;
}

.basic_article_item_thumb .post_img_wrapper {
	position: relative;
}

.post_tags {
	margin-bottom: 0px;
}

.post_tags li {
	margin-bottom: 12px;
	padding: 0px 8px;
}

.posts_section .posts_wrapper .small_posts_wrapper .small_post {
	margin-top: 12px;
	padding-bottom: 12px;
}

.post_footer .post_footer_bottom .post_activity {
	margin-top: 0;
}

.title h2 {
	line-height: 32px;
}

.basic_articles .title h2 {
	line-height: 28px;
}

.filter li span {
	color: #8495a3;
}

.basic_article_item:hover .basic_article_item_title {
	color: #1a5ade;
}

.small_posts_top h3 {
	font-size: 16px;
	line-height: 22px;
}

.posts_section .title {
	margin-bottom: 24px;
}

.basic_article_item .basic_article_item_thumb .post_img_wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 5;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px;
	transition: 0.3s all;
}

.basic_article_item:hover .basic_article_item_thumb .post_img_wrapper::after {
	background: rgba(14, 162, 237, 0.35);
}

.time-tag-vr {
	display: flex;
	align-items: center;
	justify-content: center;
}

.time-tag-vr .publish_time_icon {
	margin-right: 5px;
	display: flex;
	align-items: center;
}

.time-tag-vr img {
	width: 13px;
	height: 13px;
}

@media (max-width: 574.98px) {
	main .container {
		padding-left: 8px;
		padding-right: 8px;
	}

	.filter_section {
		padding-top: 24px;
		margin-bottom: 48px;
	}

	.posts_section
		.posts_wrapper
		.small_posts_wrapper
		.small_post
		.small_post_img_wrapper {
		display: none;
	}

	.posts_section .posts_wrapper .small_posts_wrapper {
		margin-top: 24px;
	}

	.h3.home_card_title,
	.h3.big_post_title {
		font-size: 16px;
		line-height: 24px;
	}

	.view-all-in-cat {
		margin-top: 36px;
	}

	.tpl-title-section {
		text-align: left;
	}

	ul.filter {
		justify-content: flex-start;
	}

	.posts_section
		.posts_wrapper
		.big_post_wrapper
		.big_post_content
		.big_post_text_wrapper
		.big_post_text {
		-webkit-line-clamp: 4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.content.content_article {
		padding-bottom: 0;
	}

	.posts-nav-vr .pagination {
		margin-bottom: 0;
	}
}
