/* Home Service block start */

#pst_serviceblock {
	margin-bottom: 0;
	padding: 17px 0;
	float: right;
} 
#pst_serviceblock ul.pst-service-wrapper {
	margin:0;
}
#pst_serviceblock .pst-service-right {
    overflow: hidden;
}
#pst_serviceblock .pst-service-item .pst-service-title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
#pst_serviceblock .pst-service-item:hover .pst-service-title {
	color: #59bfff;
}

#pst_serviceblock  .pst-image-block{
	margin: 0 25px 0 0;
	display: inline-block;
	vertical-align: top;	
}
#pst_serviceblock .pst-service-item {
    overflow: hidden;
	text-align: center;
    display: inline-block;
    vertical-align: top;
	position: relative;
}
#pst_serviceblock .pst-service-item:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 5px;
    bottom: auto;
    background-color: #f5f5f5;
    width: 1px;
    height: 24px;
}
#pst_serviceblock .pst-service-item:first-child:before {
	background-color: transparent;
}
#pst_serviceblock .service-right{
    text-align: left;
    overflow: hidden;
    margin: 5px 0;
    display: inline-block;
    vertical-align: top;
}
#pst_serviceblock .pst-service-desc {
    display: block;
}

#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;
    height: 35px;
    width: 35px;
    background-size: 30px;
    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-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 .owl-buttons div {
	top:20%;
}
#pst_serviceblock .pst-service-item.first .pst-image-icon{
	background-image: url('../img/service-1.svg');
    background-position: center;
    background-size: 33px;
}
#pst_serviceblock .pst-service-item.first:hover .pst-image-icon{
    background-image: url('../img/service-1-hover.svg');
		    
}
#pst_serviceblock .pst-service-item.second .pst-image-icon{
    background-image: url('../img/service-2.svg');
    background-size: 29px;
}
#pst_serviceblock .pst-service-item.second:hover .pst-image-icon{
    background-image: url('../img/service-2-hover.svg');
}
#pst_serviceblock .pst-service-item.third .pst-image-icon{
    background-image: url('../img/service-3.svg');
}
#pst_serviceblock .pst-service-item.third:hover .pst-image-icon{
    background-image: url('../img/service-3-hover.svg');
}
#pst_serviceblock .pst-service-item.forth .pst-image-icon{
    background-image: url('../img/service-4.svg');
    background-size: 28px;
}
#pst_serviceblock .pst-service-item.forth:hover .pst-image-icon{
    background-image: url('../img/service-4-hover.svg');
}
#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 (min-width: 1300px){
	#pst_serviceblock {
		width: 675px;
	}
	#pst_serviceblock {
		width: 900px;
	}
}
@media (min-width: 1500px){
	#pst_serviceblock {
		width: 1100px;
	}
}

@media (max-width: 1299px){
	#pst_serviceblock .pst-image-block {
		float: none;
		margin: 0;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon {
		margin: auto;
	}
	#pst_serviceblock .service-right {
    	text-align: center;
		display:block;
	}
	#pst_serviceblock .pst-service-item:before {
		height: 57px;
	}
	#pst_serviceblock ul.pst-service-wrapper {
		margin: 0 -15px;
	}
	#pst_serviceblock {
		width: 675px;
	}
}
@media (max-width: 991px){
	#pst_serviceblock {
		padding: 50px 0 20px;
		margin: 0 0 30px;
	}
	#pst_serviceblock .pst-service-item:before{
		display: none;
	}
	#pst_serviceblock .pst-service-item {
		margin-bottom: 30px;
	}
}
/* Home Service block end */