/* Home Service block start */
#pst_serviceblock {
	margin-bottom: 30px;
	clear: both;
}
#pst_serviceblock .pst-service-title {    
	font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-family: 'Roboto Slab', sans-serif;
}

#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:inline-block;
	vertical-align:top;
    margin: 0 15px 10px  0;	
}
#pst_serviceblock  .service-right{
	display:inline-block;
	vertical-align:top;
	text-align: left;
	margin-top: 5px;
}
.pst-service-wrapper ul{margin:0 -15px;}
#pst_serviceblock .pst-service-item-inner{
	padding: 40px 0;
	border: 2px solid #eeeeee;
	    position: relative;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}
#pst_serviceblock .pst-service-item-inner:after {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F36F20;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF8A00;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#pst_serviceblock .pst-service-item-inner:before,
#pst_serviceblock .pst-service-item-inner:after {
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	-webkit-transform-origin: center;
	transform-origin: center;

		border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}

#pst_serviceblock .pst-service-item-inner:before,
#pst_serviceblock .pst-service-item-inner:after {
	box-sizing: inherit;
	content: '';
	position: absolute;
}

#pst_serviceblock .pst-service-item-inner:before {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF8A00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F36F20;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	border-radius: 10px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#pst_serviceblock .pst-service-item-inner:hover:before,
#pst_serviceblock .pst-service-item-inner:hover:after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	border-radius: 10px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-service-item-inner:after {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0089D0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0089D0;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-service-item-inner:before,
#pst_serviceblock  .pst-service-item:nth-child(2).pst-service-item-inner:after {
		top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	-webkit-transform-origin: center;
	transform-origin: center;
		border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-service-item-inner:before,
#pst_serviceblock .pst-service-item:nth-child(2) .pst-service-item-inner:after {
	box-sizing: inherit;
	content: '';
	position: absolute;
}

#pst_serviceblock  .pst-service-item:nth-child(2) .pst-service-item-inner:before {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0089D0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0089D0;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	border-radius: 10px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#pst_serviceblock  .pst-service-item:nth-child(2) .pst-service-item-inner:hover:before,
#pst_serviceblock  .pst-service-item:nth-child(2) .pst-service-item-inner:hover:after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	border-radius: 10px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#pst_serviceblock .pst-service-item:nth-child(3) .pst-service-item-inner:after {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CC194C;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC194C;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-service-item-inner:before,
#pst_serviceblock  .pst-service-item:nth-child(3).pst-service-item-inner:after {
		top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	-webkit-transform-origin: center;
	transform-origin: center;
		border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-service-item-inner:before,
#pst_serviceblock .pst-service-item:nth-child(3) .pst-service-item-inner:after {
	box-sizing: inherit;
	content: '';
	position: absolute;
}

#pst_serviceblock  .pst-service-item:nth-child(3) .pst-service-item-inner:before {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC194C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC194C;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	border-radius: 10px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#pst_serviceblock  .pst-service-item:nth-child(3) .pst-service-item-inner:hover:before,
#pst_serviceblock  .pst-service-item:nth-child(3) .pst-service-item-inner:hover:after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	border-radius: 10px;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

#pst_serviceblock .pst-service-wrapper {
	overflow: hidden;
	text-align: center;
}

#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: 55px;
	height: 60px;
	width: 60px;
	padding: 0;
	line-height: 60px;
	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;
}
@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);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon{
		background-image: url('../img/service-1.svg');
}
#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon{
	-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";

}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon{
	background-image: url('../img/service-2.svg');
}
#pst_serviceblock .pst-service-item:nth-child(2):hover .pst-image-icon{
	-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";
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon{
	background-image: url('../img/service-3.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon{
	-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";
	
}

@media (max-width: 1349px){
	
	#pst_serviceblock .pst-service-item-inner {
		padding: 20px 10px;
	}
}
@media (max-width: 991px){
	#pst_serviceblock  .pst-image-block{
		display:inline-block;
		float:none;
		margin:0 15px 10px;
	}
	#pst_serviceblock .pst-service-item-inner{
		text-align:center;
	}
	#pst_serviceblock .pst-service-item {
    	margin-bottom: 15px;
	}
}
@media (max-width: 767px){
	#pst_serviceblock{margin:30px 0;}
	#pst_serviceblock  .pst-image-block{
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon{
		    margin: 0 auto;
	}
	#pst_serviceblock .service-right{
		text-align: center;
		margin-top: 0;
	}
	#pst_serviceblock .pst-service-left {text-align:center;width:100%;margin:10px 0;}
	#pst_serviceblock .pst-service-right{overflow:visible;}
	#pst_serviceblock .pst-service-wrapper{overflow:hidden;}
	#pst_serviceblock .pst-service-item-inner{padding:20px 20px;}
	#pst_serviceblock .pst-service-title{font-size:14px;}
	#pst_serviceblock .pst-service-desc {font-size: 13px;}
}
@media (max-width: 480px){
	#pst_serviceblock .pst-service-item{width:100%;}
	#pst_serviceblock .pst-service-item:last-child{border:none;}
	
}    
/* Home Service block end */