/* Home Service block start */

#pst_serviceblock {
	margin: 0 0 70px;
}

.st-modal-review .btn.btn-primary.form-control-submit.leo-fake-button.float-xs-right {
	display: none;
}

#pst_serviceblock .pst-service-title:hover {
	color: #ce8633;
}

#pst_serviceblock .pst-service-title {
font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#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: #333333;
    font-size: 14px;
    text-align: center;
}

#pst_serviceblock .pst-image-block {
	display: inline-block;
	margin: 0 auto 10px;
	float: none;
	text-align: center;
	width: 100%;
}

#pst_serviceblock .service-right {
	text-align: center;
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
}

.pst-service-wrapper ul {
	margin: 0;
}

#pst_serviceblock .pst-service-item-inner {
	padding: 22px 0;
	cursor: pointer;
}

#pst_serviceblock .pst-service-item::after {
position: absolute;
    content: "";
    background: #9e9275;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 160px;
    margin: auto 0;
    left: auto;

}

#pst_serviceblock .pst-service-item:last-child::after {
	display: none;
}

#pst_serviceblock .pst-service-wrapper {
	overflow: hidden;
	padding: 90px 0 65px;
}

#pst_serviceblock .pst-service-item {
	position: relative;
	padding: 0 40px;
}
#pst_serviceblock li.pst-service-item.first {
    padding: 0 70px 0 0;
}
#pst_serviceblock .pst-service-item:last-child {
    padding: 0 0 0 70px;
}

#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/pst-service-sprite.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    height: 70px;
    padding: 0;
    display: inline-block;
    width: 70px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ededed;
}

@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);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

#pst_serviceblock .pst-service-item:hover .pst-image-icon {
	-moz-animation: bounceIn;
	-ms-animation: bounceIn;
	-webkit-animation: bounceIn;
	-o-animation: bounceIn;
	animation: bounceIn;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-moz-animation-timing-function: inherit;
	-ms-animation-timing-function: inherit;
	-webkit-animation-timing-function: inherit;
	-o-animation-timing-function: inherit;
	animation-timing-function: inherit;
}

#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon {
	background-image: url('../img/service-1.svg');
}

#pst_serviceblock .pst-service-item:hover .pst-image-icon {
background-image: url('../img/service-1-hover.svg');
	background-color: #ce8633;
	border-color: #ce8633;
}

#pst_serviceblock .pst-service-item:hover .pst-service-title {}

#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 {
	background-image: url('../img/service-2-hover.svg');
	background-color: #ce8633;
	border-color: #ce8633;
}

#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 {
	background-image: url('../img/service-3-hover.svg');
	background-color: #ce8633;
	border-color: #ce8633;
}
@media (max-width: 1299px){
	#pst_serviceblock .pst-service-desc{
		padding:0;
	}
	#pst_serviceblock .pst-service-item{
		    padding: 0 20px;
	}
	#pst_serviceblock li.pst-service-item.first {
    	padding: 0 20px 0 0;
	}
	#pst_serviceblock .pst-service-item:last-child {
    	padding: 0 0 0 20px;
	}
}
@media (max-width: 991px){
	#pst_serviceblock li.pst-service-item.first {
    	padding: 0 15px;
	}
	#pst_serviceblock .pst-service-item {
    	padding: 0 15px;
	}
	#pst_serviceblock .pst-service-item:last-child {
    	padding: 0 15px;
	}
}
@media (max-width: 543px){
	#pst_serviceblock .pst-service-item::after{
		display:none;
	}
	#pst_serviceblock .service-right{
		display:block;
	}
}