/* Home Service block start */

#pst_serviceblock {
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}

#pst_serviceblock ul.pst-service-wrapper {
	margin: 0 -15px;
}

#pst_serviceblock .pst-service-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
}

#pst_serviceblock span.pst-service-title {
	color: #000000;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
}

#pst_serviceblock .service-right {
	overflow: hidden;
	line-height: 33px;
	margin-top: 10px;
}

#pst_serviceblock .pst-service-des {
	display: block;
	line-height: 20px;
	font-size: 12px;
}

#pst_serviceblock .pst-service-item:hover img {
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
}

#pst_serviceblock .pst-service-item img {
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-ms-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
}

#pst_serviceblock .pst-service-item .pst-image-block {
	float: left;
	margin-right: 15px;
	margin-top: 14px;
}

#pst_serviceblock .pst-service-item .pst-image-icon {
	background-position: center;
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	background-size: 50px;
	display: block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: transparent;
}

#pst_serviceblock .pst-service-item:hover .pst-image-icon {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#pst_serviceblock .pst-service-item:hover .pst-image-icon {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

#pst_serviceblock .owl-buttons div {
	top: 20%;
}

#pst_serviceblock .pst-service-item.first .pst-image-icon {
	background-image: url('../img/service-1.svg');
}

#pst_serviceblock .pst-service-item.second .pst-image-icon {
	background-image: url('../img/service-2.svg');
}

#pst_serviceblock .pst-service-item.third .pst-image-icon {
	background-image: url('../img/service-3.svg');
	background-size: 41px;
}

#pst_serviceblock .pst-service-item.fourth .pst-image-icon {
	background-image: url('../img/service-4.svg');
	background-size: 41px;
}

#pst_serviceblock .pst-service-item:hover .pst-image-icon {
	animation-duration: 0.75s;
	animation-name: "zoomIn";
	webkit-animation-duration: 0.75s;
	-webkit-animation-name: "zoomIn";
	-moz-animation-duration: 0.75s;
	-moz-animation-name: "zoomIn";
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@media (max-width: 1299px) {
	#pst_serviceblock .pst-service-item .pst-image-block {
		float: none;
		margin-right: 0;
		display: inline-block;
		vertical-align: top;
	}
	#pst_serviceblock .pst-service-item {
		margin-top: 3px;
		text-align: center;
	}
	#common-home #pst_serviceblock {
		display: block;
	}
	#pst_serviceblock {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	#pst_serviceblock .pst-service-item {
		margin: 0 0 30px;
	}
	#pst_serviceblock .pst-service-item {
		margin-top: 3px;
		text-align: center;
		margin: 0 0 30px;
	}
	#pst_serviceblock .pst-service-item .pst-image-block {
		float: none;
		margin: 0 0 5px 0;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon {
		margin: 0 auto;
	}
	#pst_serviceblock {
		padding: 10px 0;
	}
}