/*--------------------*/
/*   Page structure   */
/*--------------------*/
.center-content2 {
	max-width: 1024px;
	margin: 0 auto;
}
.center-content6 {
	max-width: 1450px;
	margin: 0 auto;
}
.center-content7 {
	max-width: 1580px;
	margin: 0 auto;
}


/*------------------*/
/*  flex-items      */
/*------------------*/
.four-col-area,
.three-col-area,
.two-col-area,
.category-top-area,
.blog-banner-cont-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.two-col-area,
.blog-banner-cont-area {
	-webkit-align-items: center;
	align-items: center;
}

/*------------------*/
/*  blog-banner     */
/*------------------*/
.blog-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}
.blog-banner::before {
	position: absolute;
	content: '';
	background: rgba(51, 51, 51, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	z-index: -1;
}
.blog-banner-cont-area {
	min-height: 210px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.blog-banner-content {
	text-align: center;
	max-width: 860px;
	margin: 0 auto;
}
.breadcrumb {
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.95px;
}
.breadcrumb a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.breadcrumb a::after {
	background: url(../images/brc-arrow.png) no-repeat center center / 3px 6px;
	position: absolute;
	content: '';
	width: 3px;
	height: 6px;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: default;
}
.breadcrumb a:last-child::after {
	display: none;
}
.breadcrumb a:hover {
	opacity: 0.7;
}
.breadcrumb strong {
	font-size: 12px;
	display: inline-block;
	font-weight: 700;
}
.blog-banner-content h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 400;
	line-height: 1;
	padding: 30px 0 15px 0;
}
.blog-banner-content p {
	color: #fff;
	font-size: 18px;
	line-height: 1.556;
}

/*---------------------*/
/*  category-top-area  */
/*---------------------*/
.category-top-area {
	margin: 0 -6px;
	padding: 35px 0 30px 0;
	justify-content:center;
}
.category-top-item {
	width: 16.66%;
	padding: 0 6px;
	margin-bottom: 10px;
}
.category-top-img {

}
.category-top-item span {
	display: block;
	font-size: 16px;
	text-align: center;
	padding-top: 12px;
}
.category-top-item span a {
	color: #000;
	font-family: 'Nunito', sans-serif;
}
.category-top-item span a::after {
	content: '›';
	font-size: 14px;
	padding-left: 6px;
}
.category-top-item span a:hover {
	opacity: .7;
}

/*----------------*/
/*  two-col-area  */
/*----------------*/
.two-col-area {
	padding: 65px 0;
}
.two-col-right,
.two-col-left {
	width: 50%;
}
.two-col-cont {
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	padding-left: 40px;
}
.two-col-cont h2 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	padding-bottom: 15px;
}
.two-col-cont p {
	color: #333;
	font-size: 18px;
	line-height: 1.67;
	padding-bottom: 18px;
}
.two-col-img img {
	margin: 0 auto;
}
.two-col-cont a {
	background: #009dd6;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 26px 10px 26px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
}
.two-col-cont a:hover {
 	background: #078bbb;
}

/*------------------*/
/*  three-col-area  */
/*------------------*/
.bg-gray {
	background: #f2f2f2;
}
.three-col-area {
	margin: 0 -28px;
	padding: 33px 0 15px 0;
}
.three-col {
	width: 33.33%;
	padding: 0 28px;
	margin-bottom: 50px;
}
.three-col-img img {
	width: 100%;
}
.three-col h5 {
	color: #000;
	font-size: 26px;
	line-height: 1.23;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	padding-top: 17px;
}
.three-col h5 a {
	color: #000;
}
.three-col h5 a:hover {
	opacity: 0.7;
}

/*-----------------*/
/*  four-col-area  */
/*-----------------*/
.four-col-container {
	padding-bottom: 75px;
}
.latest-articles-rep-item .title-area {
	padding-top: 15px;
}
.title-area,
.latest-articles-rep-item:first-child .title-area {
	padding-top: 65px;
}
.title-area h2 {
	color: #1f2326;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	text-align: center;
}
.four-col-area {
	margin: 0 -20px;
	padding-top: 47px;
}
.four-col {
	width: 25%;
	padding: 0 20px;
}
.four-col-img img {
	width: 100%;
}
.four-col-cont {
	margin-bottom: 84px;
}
.four-col-cont h6 {
	color: #000;
	font-size: 20px;
	line-height: 1.5;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	padding: 25px 0;
	min-height: 145px;
}
.four-col-cont h6 a {
	color: #000;
}
.four-col-cont h6 a:hover {
	opacity: 0.7;
}
.four-col-cont p {
	color: #333333;
	font-size: 16px;
	line-height: 1.56;
	font-family: 'Nunito', sans-serif;
	padding-bottom: 24px;
}
.read-more-link {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: underline;
	font-family: 'Nunito', sans-serif;
}
.read-more-link:hover {
	text-decoration: none;
}
.load-more-area {
	text-align: center;
	padding-top: 38px;
}
.four-col-container .load-more-area a {
	background: #e6e6e6;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
	border: 2px solid #e6e6e6;
	text-transform: uppercase;
	padding: 14px 26px 12px 26px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
}
.four-col-container .load-more-area a:hover {
	background: transparent;
	color: #4d4d4d;
}
.not-found-cont {
	padding-top: 20px;
	text-align: center;
}

/********************** Responsive css *********************/
@media screen and (max-width: 1023px) {
	.category-top-item {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.category-top-area {
		padding-bottom: 10px;
	}
	.two-col-cont {
		padding-left: 30px;
	}
	.two-col-cont h2 {
		font-size: 35px;
	}
	.three-col h5 {
		font-size: 22px;
	}
	.four-col-area {
		margin: 0 -10px;
	}
	.four-col {
		padding: 0 10px;
	}
}
@media screen and (max-width: 991px) {
	.blog-banner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.blog-banner-content h1 {
		font-size: 45px;
	}
	.three-col-area {
		padding: 20px 0 15px 0;
		margin: 0 -15px;
	}
	.three-col {
		margin-bottom: 45px;
		padding: 0 15px;
	}
	.three-col h6 {
		font-size: 20px;
		padding-top: 12px;
	}
	.title-area,
	.latest-articles-rep-item:first-child .title-area {
		padding-top: 50px;
	}
	.title-area h2 {
		font-size: 35px;
	}
	.four-col-area {
		padding-top: 30px;
	}
	.four-col {
		width: 33.33%;
	}
	.four-col-cont {
		margin-bottom: 60px;
	}
	.read-more-link {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.blog-banner {
		margin-bottom: 0;
	}
	.blog-banner-cont-area {
		min-height: 200px;
	}
	.blog-banner-content h1 {
		font-size: 35px;
		padding: 24px 0 15px 0;
	}
	.blog-banner-content p {
		font-size: 16px;
		line-height: 1.45;
	}
	.two-col-area {
		padding: 50px 0;
	}
	.two-col-right,
	.two-col-left {
		width: 100%;
	}
	.two-col-cont {
		padding-left: 0;
		padding-top: 30px;
	}
	.two-col-cont p {
		font-size: 16px;
	}
	.two-col-cont a {
		font-size: 15px;
	}
	.three-col {
		width: 50%;
		margin-bottom: 30px;
	}
	.title-area,
	.latest-articles-rep-item:first-child .title-area {
		padding-top: 42px;
	}
	.two-col-cont h2,
	.title-area h2 {
		font-size: 30px;
	}
	.three-col h5 {
		font-size: 20px;
	}
	.four-col-container {
		padding-bottom: 50px;
	}
	.four-col-area {
		padding-top: 20px;
	}
	.four-col {
		width: 50%;
	}
	.four-col-cont {
		margin-bottom: 40px;
	}
	.four-col-cont h6 {
		font-size: 18px;
		padding: 16px 0;
		min-height: 50px;
	}
	.four-col-cont p {
		font-size: 15px;
		padding-bottom: 15px;
	}
	.four-col-container .load-more-area a {
		font-size: 14px;
		padding: 10px 20px 8px 20px;
	}
	.four-col-container .load-more-area a::before {
		font-size: 14px;
	}
}
@media screen and (max-width: 580px) {
	.category-top-item {
		width: 50%;
		margin-bottom: 20px;
	}
	.four-col,
	.three-col {
		width: 100%;
	}
	.load-more-area {
		padding-top: 15px;
	}
}
@media screen and (max-width: 380px) {
	.category-top-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.center-content2 .category-content p{
	font-size: 18px;
	color: #1f2326;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
}