/* Home Service block start */

#pst_serviceblock {
    width: 20%;
    float: right;
    margin: 9px 0 0 0;
} 
#pst_serviceblock ul.pst-service-wrapper {
	margin:0;
}
#pst_serviceblock .pst-service-right {
    overflow: hidden;
}
span.pst-service-title {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

#pst_serviceblock  .pst-image-block{
	margin: 0 25px 0 0;
    background-color: #EBEBEB;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;	
}
#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;
    margin: 10px 0 0 0;
}
#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: 70px;
    width: 70px;
    background-size: 37px;
    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{
    background-color:#194d59;
    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-size: 45px;
    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: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: 1699px){
#pst_serviceblock {
    width: 24.5%;
}
}
@media (max-width: 1299px){
#pst_serviceblock {
    /*width: auto;
    float: none;
    padding: 30px 0 0;
	clear: both;
    margin: 0;*/
	display:none;
}
}
@media (max-width: 991px){
#pst_serviceblock {
     width: auto;
    float: none;
    padding: 30px 0 0;
	clear: both;
    margin: 0;
}
}
/* Home Service block end */