/* Home Service block start */
#pst_serviceblock {
    padding: 100px 0;
    margin: 0;
    position: relative;
	background-size: cover;
	margin-bottom: 80px;
}
#pst_serviceblock .pst-service-title {    
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
}
#pst_serviceblock .pst-service-item:hover .pst-service-title {    
    color: #FFC000;
}
#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:#929292;}
#pst_serviceblock  .pst-image-block{
	display: block;
	margin: 0 10px 20px 0;	
}
#pst_serviceblock  .service-right{
	display:block;
	text-align:center;
}
.pst-service-wrapper ul{margin:0;}
#pst_serviceblock .pst-service-item-inner{
	padding:40px 10px;
}
#pst_serviceblock .pst-service-wrapper {
	overflow: hidden;
}
#pst_serviceblock .pst-service-item{
    float: left;   
    width:25%;
}
#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:0 0;
	background-repeat:no-repeat;
	height:90px;
	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/pst-service-car.svg');
	background-size:80px;
	background-position:center;
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon{
	background-image: url('../img/pst-wash-car.svg');
	background-size:65px;
	background-position:center;
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon{
	background-image: url('../img/pst-towed-car.svg');
	background-size:90px;
	background-position:center;
}
#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-icon{
	background-image: url('../img/pst-vehicle-repair.svg');
	background-size:70px;
	background-position:center;
}
#pst_serviceblock .pst-service-item:hover .pst-image-icon{	
	animation-duration:1s;
	animation-timing-function:linear;
	animation-name:"bounceIn";
	
	webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "bounceIn";
	
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "bounceIn";
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@media (max-width: 1349px){
	#pst_serviceblock .pst-service-item{width:50%;}
	#pst_serviceblock .pst-service-item-inner {
		text-align:center;
		padding: 20px 10px;
	}
}
@media (max-width: 991px){
	#pst_serviceblock  .pst-image-block{
		margin: 0 10px 10px 0;
	}
	#pst_serviceblock{
	    padding: 70px 0;
	}
}
@media (max-width: 767px){
	#pst_serviceblock .pst-service-title{font-size:22px;}
}
@media (max-width: 480px){
	#pst_serviceblock .pst-service-item{width:100%;}
}    
/* Home Service block end */