/* Home Service block start */

#pst_serviceblock {
    clear: both;
    padding: 40px 0;
}

#pst_serviceblock .pst-service-item .pst-service-title {
	text-transform: uppercase;
    display: block;
    color: #888888;
    font-weight: 600;
    font-size: 13px;
}
#pst_serviceblock .pst-service-item:hover .pst-service-title {
	color: #000000;
}

.pst-service-item-inner {
	display:block;
	position: relative;
}
#pst_serviceblock .pst-image-block {
	margin:0 15px 0 0;
	float: left;
}
#pst_serviceblock .service-right {
	overflow: hidden;
	text-align: left;
}
#pst_serviceblock .pst-service-text {
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 300;
}
.pst-service-wrapper ul {
	margin: 0;
}


#pst_serviceblock .pst-service-item {
	text-align: center;
}
#pst_serviceblock .pst-service-item:last-child {
    text-align: left;
}
#pst_serviceblock .pst-service-item:first-child {
	text-align: right;
}
#pst_serviceblock .pst-service-item:first-child .pst-service-item-inner
{
   float: right;
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-service-item-inner
{
    display: inline-block;
    vertical-align: top;
}
#pst_serviceblock .pst-service-item:before
{
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    background-color: #dddddd;
    width: 1px;
    height: 35px;
}
#pst_serviceblock .pst-service-item:nth-child(1):before {
    right: -55px;
}
#pst_serviceblock .pst-service-item:nth-child(2):before{
    right:55px;
}
#pst_serviceblock .pst-service-item:last-child:before
{
    display:none;
}

#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 {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
	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 {
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-name: "bounce";
	webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "bounce";
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "bounce";
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
@keyframes bounce {
	from, 20%, 53%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0, -4px, 0);
	}
}
#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon {
	background-image: url('../img/truck.svg');
}
#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon {
	background-image: url('../img/truck-hover.svg');
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon {
	background-image: url('../img/money.svg');
}
#pst_serviceblock .pst-service-item:nth-child(2):hover .pst-image-icon {
	background-image: url('../img/money-hover.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon {
	background-image: url('../img/gift-box.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon {
	background-image: url('../img/gift-box-hover.svg');
}
@media (max-width: 1649px) {
#pst_serviceblock .pst-service-item:first-child {
    padding: 0 30px;
}
#pst_serviceblock .pst-service-item:last-child {
    padding: 0 30px;
}
#pst_serviceblock .pst-service-item:nth-child(1):before {
    right: 0;
}
#pst_serviceblock .pst-service-item:nth-child(2):before {
    right: 0;
}
}
@media (max-width: 1299px) {

	#pst_serviceblock .pst-service-item-inner {
		text-align: center;
	}
	#pst_serviceblock .pst-image-block {
		margin: 0 0 5px 0;
		float: none;
    }
	#pst_serviceblock .pst-service-item .pst-image-icon {
		display: inline-block;
		vertical-align: top;
	}
	#pst_serviceblock .service-right {
       text-align: center;
    }
	.pst-service-item-inner {
		display: inline-block;
		vertical-align: top;
    }
	#pst_serviceblock .pst-service-item:before {
       height: 35px;
       top: 25px;
    }
	 #pst_serviceblock .pst-service-item:nth-child(1):before {
		right: 0;
	}
	#pst_serviceblock .pst-service-item:nth-child(2):before{
		right:0;
	 }
}
@media (max-width: 767px) {
#pst_serviceblock .pst-service-item:before{
    display:none;
}
#pst_serviceblock .pst-service-item:first-child {
    text-align: center;
}
#pst_serviceblock .pst-service-item:first-child .pst-service-item-inner {
    float: none;
}
#pst_serviceblock .pst-service-item:last-child {
    text-align: center;
}
#pst_serviceblock .pst-service-item {
    margin: 0 0 30px 0;
}
#pst_serviceblock {
    padding: 30px 0;
}
} 
/* Home Service block end */