/* Tc Home Service block start */

#pst_serviceblock .container {
	padding: 0;
}

#pst_serviceblock {
	margin-top: 0;
	z-index: 9;
	position: relative;
	text-align: left;
	clear: right;
	margin-bottom: 70px;
}

#pst_serviceblock .pst-service-title {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	color: #000000;
}

#pst_serviceblock .pst-service-left {
	float: left;
	margin-top: 15px;
	width: 40%;
}

#pst_serviceblock .pst-service-right {
	overflow: hidden;
}

#pst_serviceblock .pst-service-desc {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
}

#pst_serviceblock .pst-image-block {
	margin: 0 15px 0 0;
	display: inline-block;
}

#pst_serviceblock .service-right {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

#pst_serviceblock .pst-service {
	margin: 0;
	overflow: hidden;
	text-align: left;
}

.pst-service-wrapper ul {
	margin-bottom: 0;
}

#pst_serviceblock .pst-service-item-inner {
	padding: 0;
}

#pst_serviceblock .pst-service-wrapper {
	overflow: hidden;
	padding: 0 0;
}

#pst_serviceblock li.pst-service-item {
	margin-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 20px;
}

#pst_serviceblock li.pst-service-item.four {
	border: none;
	margin: 0;
	padding-bottom: 0;
}

#pst_serviceblock li.pst-service-item.third .pst-service-item-inner {
	border: none;
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1);
	}
	30% {
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	75% {
		transform: scale3d(1.05, .95, 1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

#pst_serviceblock .pst-service-item:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-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-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42px;
	height: 50px;
	width: 50px;
	line-height: 40px;
	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;
}

#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:nth-child(1) .pst-image-icon {
	background-image: url('../img/service-icon1.svg');
}

#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon {
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "rubberBand";
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "rubberBand";
}

#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon {
	background-image: url('../img/service-icon2.svg');
}

#pst_serviceblock .pst-service-item:nth-child(2):hover .pst-image-icon {
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "rubberBand";
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "rubberBand";
}

#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon {
	background-image: url('../img/service-icon3.svg');
}

#pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon {
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "rubberBand";
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "rubberBand";
}

#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-icon {
	background-image: url('../img/service-icon4.svg');
}

#pst_serviceblock .pst-service-item:nth-child(4):hover .pst-image-icon {
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "rubberBand";
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "rubberBand";
}

#pst_serviceblock .pst-service-name {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

#pst_serviceblock .pst-service-icon:hover {
	border: 1px solid #555555;
}

@media (max-width: 1299px) {
	#pst_serviceblock .pst-image-block {
		margin: 0 0 10px;
		display: block;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon {
		margin: 0 auto;
	}
	#pst_serviceblock .service-right {
		text-align: center;
		display: block;
	}
}

@media (max-width: 991px) {
	#pst_serviceblock {
		margin-bottom: 40px;
	}
	#pst_serviceblock .pst-image-block {
		margin: 0 0 10px;
		display: block;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon {
		margin: 0 auto;
	}
	#pst_serviceblock .service-right {
		text-align: center;
		display: block;
	}
	#pst_serviceblock .pst-service-title {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	#pst_serviceblock .pst-service-item-inner {
		padding: 25px 0;
	}
	#pst_serviceblock .pst-service-left {
		text-align: center;
		width: 100%;
		margin: 10px 0;
	}
	#pst_serviceblock .pst-service-right {
		overflow: visible;
	}
	#pst_serviceblock .pst-service-wrapper {
		overflow: hidden;
	}
	#pst_serviceblock .pst-service-title {
		font-size: 16px;
		text-transform: capitalize;
	}
	#pst_serviceblock .pst-service-desc {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	#pst_serviceblock .pst-service-item {
		width: 100%;
	}
	#pst_serviceblock .pst-service-item:last-child {
		border: none;
	}
	#pst_serviceblock .pst-service-item-inner {
		padding: 15px 0;
	}
	#pst_serviceblock .pst-service-item-inner {
		border: none;
	}
}


/* Tc Home Service block end */