/* Home Service block start */
#pst_serviceblock {
	padding: 100px 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid rgb( 239, 238, 244 );
	margin-bottom: 100px;
}
#pst_serviceblock .pst-service-title {    
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #423c3c;
	letter-spacing: 0;
}
#pst_serviceblock .pst-service-left {
    float: left;
    margin-top: 15px;
    width: 40%;
}
#pst_serviceblock .pst-service-right {
    overflow: hidden;
}
#pst_serviceblock .pst-service-desc{
    text-transform: capitalize;
    font-size: 14px;
    color: #9fa0a5;
    margin-top: 10px;
    display: block;
    position: relative;
}
#pst_serviceblock .pst-service-item .pst-image-block{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    position: relative;
	
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
}
#pst_serviceblock .pst-service-item .pst-image-block:before {
    border-width: 2px;
    border-style: solid;
    border-color: rgb( 239, 238, 244 );
    content: '';
    position: absolute;
    height: 84px;
    width: 84px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
}
#pst_serviceblock .pst-service-item:hover .pst-image-block:before {
	border-width: 2px;
	border-style: dotted;
	border-color: #423c3c;
	
	animation: rotation 5s infinite linear;
	-webkit-animation: rotation 5s infinite linear;
	-moz-animation: rotation 5s infinite linear;
	-o-animation: rotation 5s infinite linear;
}
@-webkit-keyframes rotation {
	from {
		transform: rotate(0deg);
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
	}
	to {
		transform: rotate(359deg);
		-webkit-transform:rotate(359deg);
		-ms-transform:rotate(359deg);
		-o-transform:rotate(359deg);
		-moz-transform:rotate(359deg);
	}
}
#pst_serviceblock .pst-service-item-inner {
    display: inline-block;
    vertical-align: top;
}
#pst_serviceblock  .service-right{
    text-align: center;
    overflow: hidden;
	margin-top: 15px;
}
.pst-service-wrapper ul{margin:0;}
#pst_serviceblock .pst-service-item{
    padding: 10px 30px;
	text-align:center;
}
#pst_serviceblock .pst-service-item .pst-image-icon{
    background-position: center;
    background-repeat: no-repeat;
    height: 84px;
    width: 84px;
    line-height: 84px;
    background-size: 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/delivery.svg');
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon{
    background-image: url('../img/24-hours.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon{
    background-image: url('../img/purchase.svg');
}
#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-icon{
    background-image: url('../img/deal.svg');
}
#pst_serviceblock .pst-service-item:hover .pst-image-icon{
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-name: "bounceIn";
	
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: "bounceIn";
	
    -moz-animation-duration: 0.5s;
    -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);
  }
}
#pst_serviceblock .pst-service-item:hover .pst-service-title{
	color:#9fa0a5;
}
#pst_serviceblock .pst-service-item:hover .pst-service-desc{
	color:#423c3c;
}



@media (max-width: 1299px){
	#pst_serviceblock .pst-service-item {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px){
	#pst_serviceblock  .pst-image-block{
		display: block;
		float: none;
		margin: 0 auto;
	}
	#pst_serviceblock .service-right {
		text-align: center;
		margin-top: 20px;
	}
	#pst_serviceblock .pst-service-item {
		padding: 0 15px;
	}
	#pst_serviceblock {
		padding: 50px 0;
		margin-bottom: 90px;
	}
}
@media (max-width: 767px){
	#pst_serviceblock .pst-service-item {
		padding: 15px 15px;
		text-align: center;
	}
	#pst_serviceblock .pst-service-item:first-child {
		padding-top: 0;
	}
	#pst_serviceblock .pst-service-item:lastt-child {
		padding-bottom: 0;
	}
}
  
/* Home Service block end */