/* Home Service block start */
#pst_serviceblock {
    margin: 60px 0;
    background: url(../img/service-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
#pst_serviceblock .pst-service-title {    
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    color: #444444;
    margin-bottom: 8px;
    font-family: 'port Lligat sans',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:#808080;}
#pst_serviceblock  .pst-image-block{
	float: left;
    margin: 0 15px 10px  0;	
	background: #22938f;
	background: -moz-linear-gradient(bottom, #22938f 0%, #36c1bc 100%);
	background: -webkit-linear-gradient(bottom, #22938f 0%,#36c1bc 100%);
	background: linear-gradient(to top, #22938f 0%,#36c1bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22938f', endColorstr='#36c1bc',GradientType=1 );
	padding: 25px;
	
	border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#pst_serviceblock .pst-service-item:hover .pst-image-block{
	animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-iteration-count: linear;
    animation-timing-function: ease-out;
	
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: linear;
    -webkit-animation-timing-function: ease-out;
	
	-moz-animation-name: zoomIn;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: linear;
    -moz-animation-timing-function: ease-out;
	
	background: #f16623; /* Old browsers */
	background: -moz-linear-gradient(bottom, #f16623 0%, #f4987c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, #f16623 0%,#f4987c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, #f16623 0%,#f4987c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16623', endColorstr='#f4987c',GradientType=1 ); /* IE6-9 */

	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
#pst_serviceblock  .service-right{
	overflow: hidden;
	margin: 25px 0;
}
.pst-service-wrapper ul{margin:0;}
#pst_serviceblock .pst-service-item-inner{
	padding:15px 10px;
	float: left;
    width: 100%;
}
#pst_serviceblock .pst-service-wrapper {
    overflow: hidden;
    width: 50%;
    float: right;
}
#pst_serviceblock .pst-service-item{
    float: none;
}
#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-image: url('../img/free-delivery.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 55px;
    width: 55px;
    padding: 0;
    line-height: 55px;
    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/free-delivery.svg');
}
#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon{
	background-image: url('../img/free-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(2):hover .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/recommended.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon{
	background-image: url('../img/recommended.svg');
}
#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-icon{
	background-image: url('../img/customer-service.svg');
}
#pst_serviceblock .pst-service-item:nth-child(4):hover .pst-image-icon{
	background-image: url('../img/customer-service.svg');
}
@media (max-width: 1299px){
	#pst_serviceblock .service-right {
		overflow: hidden;
		margin: 13px 0;
	}
}
@media (max-width: 991px){
	#pst_serviceblock  .pst-image-block{
		display:inline-block;
		float:none;
		margin:0 0 10px;
	    padding: 18px;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	#pst_serviceblock .pst-service-title {
		font-size: 20px;
	}
	#pst_serviceblock .pst-service-desc {
		font-size: 13px;
	}
	#pst_serviceblock .pst-service-item-inner{
		text-align:center;
	}
	#pst_serviceblock{margin: 50px 0;}
}
@media (max-width: 767px){
	#pst_serviceblock{margin:30px 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;
		width: 100%;
		background: rgba(255,255,255,0.7);
		
		box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
	}
	#pst_serviceblock .pst-service-item-inner{padding:20px 20px;}
}
@media (max-width: 480px){
	#pst_serviceblock .pst-service-item{width:100%;}
	#pst_serviceblock .pst-service-item:last-child{border:none;}
}
@media (max-width: 479px) {
	#pst_serviceblock .pst-service-wrapper {
		width: auto;
		float: none;
		text-align: center;
	}
}    
/* Home Service block end */