/*==========Jivinc CSS===========*/

section{
	padding-top: 120px;
}
.web-features{
	text-align: left;
}
.mb-xs {
	margin-bottom: 5px !important;
}

/* Section Featured */
section.section {
	background: #f4f4f4;
	padding: 50px 0;
	padding-top:1px;
}
/* Home Concept */
.home-concept {
	background: transparent url(../img/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
	margin: 60px 0;;
}

.home-concept strong {
	display: block;
	font-family: 'Assassin';
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	margin-top: 30px;
	transition: all 1s ease;
}
.home-concept a{
	color:#000;
}

.home-concept .row {
	position: relative;
}

.home-concept .process-image-view {
	background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	margin: 135px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
	transition: all 1s ease;
}

.home-concept .process-image-view img {
	border-radius: 150px;
	margin: 7px 8px;
	width: auto;
	height: auto;
	max-width: 145px;
	max-height: 145px;
	transition: all 1s ease;
}
.home-concept .process-image-view :hover{
	transform: scale(1.1);
	transition: all 1s ease-in-out;
}
.home-concept .project-image {
	background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	margin: 15px 0 0 -30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
	.home-concept {
		background: none;
	}

	.home-concept .project-image {
		margin: 20px auto 0 auto;
	}

	.home-concept .process-image-view {
		margin-top: 0;
		padding-bottom: 25px;
	}
}
@media(max-width: 767px){
	section{
		padding-top: 50px;
	}
}