/* Home Service block start */

#pst_serviceblock {
    margin-bottom: 40px;
    text-align: center;
    background-color: #EE5978;
} 
#pst_serviceblock ul.pst-service-wrapper {
	margin:0  -15px;
}
#pst_serviceblock .pst-service-item.first {
    text-align: left;
}
#pst_serviceblock .pst-service-item.four {
    text-align: right;
	    border: none;
}
#pst_serviceblock .pst-service-right {
    overflow: hidden;
}
#pst_serviceblock .pst-service-title {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}

#pst_serviceblock  .pst-image-block{
text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 60px;
    height: 60px;
    border: 4px double #ffffff;
    border-radius: 50%;
    line-height: 55px;
}
#pst_serviceblock .pst-service-item:hover .pst-image-block {
    background-color: #ffffff;
    border-color: transparent;
}
#pst_serviceblock .pst-service-item {
    overflow: hidden;
	text-align: center;
    display: inline-block;
    vertical-align: top;
}
#pst_serviceblock .service-right{
     text-align: left;
    overflow: hidden;
    display: inline-block;
    margin: 9px 0 0 0;
    vertical-align: top;
}
#pst_serviceblock .pst-service-desc {
    display: block;
    color: #ffffff;
    text-transform: capitalize;
}

#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: 23px;
    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 .owl-buttons div {
	top:20%;
}
#pst_serviceblock .pst-service-item.first .pst-image-icon{
	background-image: url('../img/service-1.svg');
    background-position: center;
}
#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');
}
#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.four .pst-image-icon{
    background-image: url('../img/service-4.svg');
}
#pst_serviceblock .pst-service-item.four: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 (max-width: 1299px){
	#pst_serviceblock .pst-service-item.first {
    	text-align: center;
	}
	#pst_serviceblock .pst-image-block{
		display:block;
		margin: 0 auto 5px;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon{
		margin: 0 auto;
	}
	#pst_serviceblock .service-right{
		text-align: center;
	}
	#pst_serviceblock .pst-service-item.four {
    	text-align: center;
	}
}
@media (max-width: 991px){
	#pst_serviceblock .pst-service-item{
		width: 50%;
		margin-bottom: 20px;
	}
	#pst_serviceblock {
    	margin-bottom: 25px;
	}
}

@media (max-width: 767px){
	#pst_serviceblock .pst-service-item{
		border:none;
	}
}
@media (max-width: 480px){
	#pst_serviceblock .pst-service-item{
		width:100%;
	}
}
/* Home Service block end */