.blog-banner-container{
	padding:100px 0;
	background: url(../images/about-hero.jpg);
	background-size: cover;
	background-position: top center;
}
.blog-banner-container h1{
	font-weight: 700;
	font-size: 96px;
	line-height: 1;
	margin-bottom:0;
	color:#454545;
}
.all-categories{
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	justify-content:center;
	padding:20px 0;
}
.all-categories li{
	margin:10px 10px;
}
.all-categories li a{
	display:inline-block;
	text-decoration:none;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color:#454545;
	background-color:#F2F2F2;
	border-radius:50px;
	padding:16px 25px;
}
.all-categories li a.active{
	background-color:#0098F8;
	color:#fff;
}
.all-categories li a:hover{
	background-color:#0098F8;
	color:#fff;	
}
.res-date,
.res-time{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color:#454545;
}
.res-time{
	padding-left:15px;
	margin-left:15px;
	position:relative;
}
.res-time:before{
	position: absolute;
	top: 3px;
	left: -2.5px;
	content: "";
	background-color: #454545;
	height: 6px;
	width: 6px;
	border-radius: 50%;
}
.resource-post-cato a{
	display:inline-block;
	text-decoration:none;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	color:#0098F8;
	margin:20px 0 10px;
}
.resource-info-container{
	background-color:#fff;
	padding:30px 30px;
}
.resources-page-section .resource-card{
	border-radius: 10px;
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}
.resources-page-section .resource-link,
.resources-page-section .resource-link span{
	color: #0098F8 !important;
	text-transform: capitalize;
	font-size: 18px;
	font-weight:500;
}
.pagination-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination-wrapper span,
.pagination-wrapper a{
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	margin: 0 10px;
	background-color: #0098F8;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination-wrapper span{
	color: #0098F8;
	background-color: #fff;
}

.pagination-wrapper a.next,
.pagination-wrapper a.prev{
	background-color: #0098F8;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	background-image:url(../images/accordion-up-arrow.svg);
	background-position: center;
    background-repeat: no-repeat;
}
.pagination-wrapper a.next{
	margin-left:10px;
	transform: rotate(90deg);
}
.pagination-wrapper a.prev{
	margin-right:10px;
	transform: rotate(270deg);
}
.resources-page-section.resources-section {
    padding: 100px 0;
}
.resources-page-section .resource-title{
	color: #00305A;
	margin-bottom:20px;
}
.resources-page-section .resource-title a{
	font-size: 22px;
	font-weight: 700;
	color: #00305A;
	line-height: 1.3;
	display: inline-block;
	text-decoration: none;
}
.resources-page-section  .resource-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color:#454545;
    margin-bottom: 15px;
}
.resources-page-section .resource-title a:hover{
	color:#0098F8;
}
.single-blog-container{
	background-color:#F3F3F3;
	padding:40px 0 60px;
}
.single-blog-bread ul{
	margin:0;
	padding:0;
	list-style:none;
	padding-bottom:32px;
}
.single-blog-bread ul li,
.single-blog-bread ul li a{
	display:inline-block;
	text-decoration:none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color:#454545;
}
.single-blog-bread ul li a,
.single-blog-bread ul li span{
	display:inline-block;
	text-decoration:none;
	color:#00568F;
}
.single-blog-banner h1{
	font-weight: 700;
	font-size: 56px;
	line-height: 1.1;
	color:#454545;
	margin-bottom:50px;
}
.single-post-info span,
.single-post-info a{
	text-decoration:none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#717182;
	display:inline-block;
}
.single-post-info span:not(:first-child),
.single-post-info a{
	margin-left:25px;
	padding-left:25px;
	position:relative;
}
.single-post-info span:not(:first-child):before,
.single-post-info a:before{
	position: absolute;
	top: 9px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #717182;
	border-radius: 50%;
}
.single-post-info{
	display:flex;
	align-items:center;
}
.single-post-content img{
	padding:40px 0;
}
.single-post-content{
	padding:80px 0;
	width:900px;
	margin:auto;
	max-width:100%;	
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color:#454545;
}
.single-blog-bread,
.single-blog-banner{
	width:900px;
	margin:auto;
	max-width:100%;	
}
.single-post-content h3{
	font-weight: 700;
	font-size: 32px;
	line-height: 1.35;
	margin-bottom:38px;
	color:#00305A;
}
.single-post-content ul{
	margin:0;
	padding:0;
	padding-left:32px;
}
.single-post-content ul li{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color:#454545;
	margin-bottom:25px;
}
.single-post-content p{
	margin-bottom:35px;
}
.blog-bottom-content{
	padding:40px 0;
	border-top:1px solid #9F9F9F;
}
.blog-bottom-social{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.blog-bottom-social h3{
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color:#454545;
	margin-bottom:10px;
	margin-right:8px;
}
.blog-bottom-social ul{
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
}
.blog-bottom-social ul li{
	margin-left:8px;
}

.common-page-content .single-post-content h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 1.35;
    margin-bottom: 18px;
    color: #00305A;
}
.common-page-content .single-post-content h3{
	margin-bottom:18px;
}
@media (max-width: 1199px) {
	.single-post-content {
		padding: 80px 0 40px;
		width: 100%;
	}
	.resource-info-container {
		padding: 25px 20px;
	}
	.resources-page-section.resources-section {
		padding: 80px 0;
	}
}

@media (max-width: 991px) {   
	.all-categories {
		flex-wrap: wrap;
	}
	.bio-team {
		padding: 80px 0 60px;
	}
	.blog-banner-container {
		padding: 80px 0;
	}
	.blog-banner-container h1 {
		font-size: 70px;
	}
}
@media (max-width: 767px) {
	.all-categories li {
		margin: 5px 5px;
	}
	.all-categories li a {
		font-size: 14px;
		padding: 12px 18px;
	}
	
	.common-page-content .single-post-content h2{
		font-size: 35px;
	}
	.common-page-content .single-post-content h3{
		font-size: 28px;
	}
	
	.blog-bottom-logo{
		text-align:center;	
	}
	.blog-bottom-social {
		align-items: center;
		padding-top: 30px;
	}
	.single-post-info span:not(:first-child), .single-post-info a {
/* 		margin-left: 0;
		padding-left: 0; */
	}
	.single-post-info span:before, .single-post-info a:before{
/* 		display:none; */
	}
	.single-post-info span:nth-of-type(3){
		margin-left: 0;
		padding-left: 0;
	}
	.single-post-info span:nth-of-type(3):before{
		display:none;
	}
	.single-post-info a {
		width: 100%;
	}
	.single-post-info span{
		width:46%;
	}
	.single-post-info a:before,
	.single-post-info span:before{
		left: -11px !important;
	}
	.single-post-info {
		flex-wrap:wrap;
	}
	.single-blog-bread ul li, .single-blog-bread ul li a {
		font-size: 14px;
	}
	.single-blog-banner h1 {
		font-size: 37px;
		margin-bottom: 30px;
	}
	
	.blog-banner-container h1 {
        font-size: 56px;
    }
}