.category-wrap{
	position: relative;
	overflow: hidden;
}

/**/
.archive-heading.hidden {
	display: none;
}
.category-head h1{
	border-radius: 8px;
	background: #006598;
	display: inline-block;
	font-size: 32px;
	color: #fff;
	padding: 15px;
	margin: 0 10px 0 0;
	line-height: normal;
	text-transform: uppercase;
}
.category-head-line1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 28px;
}
.archive_description {
	font-size: 24px;
	line-height: 34px;
}
.item_post {
	margin-bottom: 20px;
}
.item_post_img {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.item_post_img a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-image: linear-gradient(to bottom,transparent,#FFF0,#022E444D,rgba(0, 0, 0, 0.40));
}
.item_post_img img{
	width: 100%;
	object-fit: cover;
	display: block;
	border-radius: 15px;
	aspect-ratio: 3 / 1.8;
}
.item_post_content {
	padding: 10px;
}
.item_post_content h2 {
	color: #002A40;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 5px;
}
.item_post_content h2 a {
	align-items: center;
	justify-content: space-between;
	display: flex;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post_excerpt {
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	font-size: 16px;
	color: rgba(0, 42, 64, 0.90);
	font-size: 16px;
	line-height: 28px;
}
.post_date {
	color: #565656;
	font-size: 12px;
}
.post-meta {
	color: #565656;
	font-weight: 400;
	font-size: 12px;
}
.post-meta .author{
	text-transform: capitalize;
}

.cat-post-first {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
}
.cat-post-first .new-tag{
	position: absolute;
	top: 25px;
	left: 25px;
	border-radius: 5px;
	background: #52A732;
	color: #fff;
	font-size: 10px;
	padding: 0 10px;
	z-index: 9;
}
.cat-post-first .item_post_content h2 {
	font-size: 18px;
}
.cat-post-first .item_post_content {
	padding: 10px 0;
}

nav.navigation.pagination {
	display: block;
	padding: 80px 0;
	text-align: center;
}

nav.navigation.pagination .page-numbers {
	text-decoration: none;
	width: 35px;
	display: inline-block;
	height: 35px;
	border: 0;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 0 5px;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	color: #667085;
}

nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination a.page-numbers:hover {
    color: #006699;
    background-color:#E1F0F8;
}
.page-numbers img {
	width: 10px;
}
.page-numbers:hover img {
	filter: brightness(0) invert(1);
}
/* single */
#breadcrumbs {
	border-bottom: 1px solid rgba(0, 0, 0, 0.50);
	padding-bottom: 5px;
}
.entry-header.single-head {
	margin-bottom: 20px;
}	
.single-heading {
	color: #262626;
	font-size: 32px;
	font-weight: 600;
	margin: 10px 0 0;
}
.single-head .post-meta{
	color: rgba(38, 38, 38, 0.80);
	font-size: 16px;
	font-weight: 400;
}
.single-head .post-meta span{
	margin-right: 25px;
}
.single-head .post-meta i{
	margin-right: 10px;
}
.singlepost-content{
	position: relative;
}
.single-head .wp-post-image {
	margin-top: 40px;
}
.posted-on {
	color: #AAAAAA;
	font-weight: 400;
}
.main-cat {
	color: #006598;
}
.single-post .entry-header {
	margin-bottom: 40px;
}
.entry-content {
	font-weight: 400;
}
.entry-content .wp-caption {
	max-width: 100%;
}
.single-heding-last{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post-share {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.post-share a {
	margin: 0 5px;
	display: flex;
	color: #006598;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
	font-size: 18px;
}
.post-share a.fb{
	color: #3D6AD6;
}
.post-share a.twitter{
	color: #03A9F4;
}
.post-share a.instagram{
	color: #f09433;
}

.single-pagination{
	margin: 26px -10px 50px;
	padding-top: 26px;
	border-top: 1px solid #E7E7E7;
	font-size: 12px;
}
.single-pagination a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.single-pagination a i {
	font-size: 17px;
	margin-right: 10px;
}
.single-pagination span{
	display: block;
	color: #707070;
	font-weight: 500;
}
.single-pagination-next{
	text-align: right;
}


/*mobile*/
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 990px) {
	.single-heading {
		font-size: 22px;
		margin: 15px 0;
		line-height: 28px;
	}
	.single-pagination {
		margin: 0;
		padding-top: 10px;
	}
	.single-post .entry-header {
		margin-bottom: 20px;
	}
	/**/
	.single-post .full-content {
		padding: 0;
	}
	nav.navigation.pagination {
		padding: 20px 0;
	}
	/**/
}
@media only screen and (max-width: 990px) {
	.category-head-line1 {
		margin-bottom: 15px;
	}
	.category-head h1 {
		font-size: 22px;
		padding: 10px;
	}
	.archive_description {
		font-size: 18px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 900px) {
	.single-head .wp-post-image {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.breadcrumbs {
		font-size: 11px;
	}
	.entry-content h2 {
		font-size: 14px;
	}
	.single-pagination .col-mb {
		width: 100%;
		margin-bottom: 5px;
	}

	/**/
	.item_post {
		margin-bottom: 20px;
	}
	/**/
}

@media only screen and (max-width: 810px) {

}
@media only screen and (max-width: 640px) {
	.single-heading {
		font-size: 18px;
		margin: 11px 0;
	}
	/**/
	.entry-content .col-mb {
		width: 50%;
	}
	.single-heading {
		font-size: 20px;
	}
	/**/
	.cat-post-first .item_post_content h2 {
		font-size: 16px;
	}
	.archive_description {
		font-size: 14px;
		line-height: 20px;
	}
	.category-head h1 {
		font-size: 18px;
	}
	.single-head .post-meta {
		font-size: 13px;
	}
	/**/
	#breadcrumbs {
		font-size: 12px;
	}
}
@media only screen and (max-width: 500px) {
	/**/
	.single-heading {
		font-size: 18px;
		margin: 10px 0;
	}
	/**/
}
@media only screen and (max-width: 480px) {
	.item_post_content {
		padding: 10px 0;
	}
	.category-head h1{
		margin-bottom: 10px;
	}
	.category-head-line1 {
		margin: 0;
	}
	
}
@media only screen and (max-width: 414px) {
	.entry-content .col-mb {
		width: 100%;
	}
}