/*============ feature boxes ============ */

/* Feature Box29
 ------------------------------ */
.feature-box29 {
	width: 100%;
	float: left;
	padding: 0px;
}
.feature-box29 .image-holder {
	position: relative;
	width: 100%;
	float: left;
	padding: 0px;
	z-index: 0;
}
.feature-box29 .post-date-box {
	right: 0px;
	top: 0px;
	background-color: #ffc000;
}
/* =========== parallax sections ============= */

.parallax-section20 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	text-align: center;
	background: url("../images/168.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
	z-index: 1;
}
/* Feature Box30
 ------------------------------ */
.feature-box30 {
	width: 100%;
	float: left;
	padding: 0px;
}
.feature-box30 .img-holder {
	width: 120px;
	height: 120px;
	float: left;
	padding: 0px;
	margin: 0px;
	border-radius: 100%;
	transition: all 0.3s ease-out 0s;
	background-color: rgba(255, 255, 255, 0.9);
}
.feature-box30 .img-holder .img-inner {
	width: 110px;
	height: 110px;
	padding: 0px;
	margin: 5px;
	text-align: center;
	border-radius: 100%;
}
.feature-box30 .text-box {
	width: 100%;
	float: left;
	padding: 40px;
	background-color: #fff;
}
.feature-box30 .text-box-right {
	padding: 0 0 0 141px;
}
.feature-box30:hover .img-holder, .feature-box30.active .img-holder {
	background-color: rgba(0, 0, 0, 0.3);
}
/*============ Team Section ============ */
/* Team Style 5
 ------------------------------ */ 	
.team-holder5 {
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
	z-index: 0;
	background-color: #fff;
	transition: all 0.3s ease-out 0s;
}
.team-holder5 .image-holder {
	position: relative;
	width: 100%;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
}
.team-holder5 .image-holder img {
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 0.3s ease-out 0s;
}
.team-holder5 .image-holder .hover-box {
	position: absolute;
	width: 100%;
	float: left;
	top: 361px;
	left: 0px;
	padding: 30px;
	margin: 0px;
	z-index: 2;
	transition: all 0.3s ease-out 0s;
	background-color: #ffc000;
}
.team-holder5:hover .image-holder img {
	top: -50px;
}
.team-holder5:hover .image-holder .hover-box {
	top: 135px;
}
/*============ blog styles ============ */	

.blog-holder6 {
	width: 100%;
	float: left;
	border: 1px solid #e4e4e4;
	transition: all 0.3s ease-out 0s;
	background-color: #fff;
}
.blog-holder6 .image-holder {
	position: relative;
}
.blog-holder6 .image-holder .post-date-box {
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #ffc000;
}
/*============ page nation ============ */
.pagenation-holder {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	margin: 0;
	padding: 25px 20px 10px;
	width: 100%;
}
.pagenation_links a {
	color: #161616;
}
.pagenation_links a {
	color: #161616;
}








