.blog_projects {
	position: relative;
	padding: 20px;
	background-color: #235a83;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
}

.blog_projects:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: rgba(19,60,91,0.41);
}

.blog_projects .heading_wrpr {
	margin: 20px; 
	overflow: hidden;
	margin-bottom: 50px;
}

.blog_projects .heading_wrpr h3 {
	font-family: "Catamaran",sans-serif;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0px;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 50px;
	color: #fff;
}

.blog_projects .heading_wrpr p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #ffffff;
}

.blog_projects .content-wrapper {
	max-width: 1458px;
	position: relative;
	z-index: 2;	
	width: 100%; 
}

.blog_projects .post_wrpr { 
	margin: 20px;
	margin-bottom: 0;

}

.blog_projects .pp-content-post {
	float: left;
	margin-bottom: 4%;
	width: calc((100% - 8.1%) / 3);
	background-color: #ffffff;
	border-bottom-width: 1px;
	box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 17%);
}

.blog_projects .pp-content-grid-image a {
	display: block;
}

.blog_projects .pp-content-grid-image img {
	width: 100%;
	height: auto;
}

.blog_projects .pp-content-grid-inner {
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
}

.blog_projects .pp-content-grid-inner h3 {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #2081C9;
	font-size: 30px;
	line-height: 1.2;
}

.blog_projects .pp-content-grid-inner h3 a {
	color: #2081C9;
	text-decoration: none;
}

.blog_projects .pp-content-grid-inner h3 a:hover{
	color: #2081C9;
}

.blog_projects .pp-content-grid-content {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Catamaran, sans-serif;
	font-weight: 300;
	font-size: 20px;
}

.blog_projects .pp-content-grid-content p {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: Catamaran, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.45;
}

.blog_projects .pp-content-grid-more-link {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
}

.blog_projects .pp-content-grid-more-link a {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	color: #2081C9;
	cursor: pointer;
	display: inline-table;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #e89510;
	border-bottom-width: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
}

.blog_projects .pp-content-grid-more-link a:hover {
	border-color: #2081C9;
	color: #2081C9;
}

.blog_projects .btn_iner_wrpr {
	padding: 20px 20px 29px 40px;
	text-align: center;
}

.blog_projects .btn_iner_wrpr a {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 100%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	color: #ffffff;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	text-decoration: none;
	width: 200px;
	background: #F89E04;
	background-clip: border-box;
	transition-duration: 500ms;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.blog_projects .btn_iner_wrpr a:hover,
.blog_projects .btn_iner_wrpr a:focus{
	background: #ffae44;
	color: #fff;
}

@media screen and (max-width: 992px){
	.blog_projects .pp-content-post {
		width: calc((100% - 4%) / 2);
		margin-bottom: 4%;
	}

	.blog_projects .heading_wrpr h3 {
		line-height: 1.4;
	}

	.blog_projects .heading_wrpr p {
		font-size: 20px;
	}

}

@media screen and (max-width: 768px){
	.blog_projects .pp-content-post {
		margin-bottom: 4%;
		width: calc((100% - 0%) / 1);
	}

	.blog_projects {
		padding-top: 55px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.blog_projects .heading_wrpr h3 {
		font-size: 40px;
		line-height: 1;
	}

	.blog_projects .heading_wrpr {
		margin-top: 0px;
		margin-bottom: 0px;
	}

}
.blog_projects .pp-grid-space{
	width: 4%; 
}
