/* Home Service block start */

#pst_serviceblock {
	margin-bottom: 110px;
}
#pst_serviceblock .pst-service-item-inner {
	display: inline-block;
	vertical-align: top;
}
#pst_serviceblock .pst-service-title {
	text-align: center;
	margin: 0 0 60px 0;
}
#pst_serviceblock .pst-service-title .title {
	font-size: 35px;
	font-weight: 500;
	margin: 0 0 35px 0;
}
#pst_serviceblock .pst-service-title .desc {
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 auto;
}
#pst_serviceblock .pst-service-item .service-title {
	text-transform: capitalize;
	color: #000000;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
}
#pst_serviceblock .pst-service-item:hover .service-title {
	color: #BC324A;
}
#pst_serviceblock .pst-service-right {
	overflow: hidden;
}
#pst_serviceblock .pst-service-desc {
	color: #ffffff;
	font-size: 12px;
}
#pst_serviceblock .service-right {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 25px 20px;
}
.pst-service-wrapper ul {
	margin: 0;
}
#pst_serviceblock .pst-service-item:nth-child(1) {
	text-align: right;
}
#pst_serviceblock .pst-service-item:nth-child(2) {
	text-align: center;
}
#pst_serviceblock .pst-image-block {
	display: inline-block;
	vertical-align: top;
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	box-shadow: 0.5px 1.866px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0.5px 1.866px 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0.5px 1.866px 7px 0px rgba(0, 0, 0, 0.2);
}
#pst_serviceblock .pst-service-item:hover .pst-image-block {
	background-color: #d2482b;
}
#pst_serviceblock .pst-service-item:hover .pst-image-icon {
	animation: "pulse" 500ms;
	-webkit-animation: "pulse" 500ms;
	-moz-animation: "pulse" 500ms;
	-o-animation: "pulse" 500ms;
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
#pst_serviceblock .pst-service-item .pst-image-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	height: 90px;
	width: 90px;
	display: inline-block;
	vertical-align: top;
}
#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon {
	background-image: url("../img/truck.svg");
}
#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon {
	background-image: url('../img/truck-hover.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-hover.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon {
	background-image: url('../img/gift.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon {
	background-image: url('../img/gift-hover.svg');
}
@media (max-width: 991px) {
#pst_serviceblock .pst-image-block {
    float: none;
    margin: 0 0 10px 0;
}
#pst_serviceblock .pst-service-item-inner {
    text-align: center;
}
#pst_serviceblock .service-right {
    display: block;
    margin: 0;
}
}
@media (max-width: 767px) {
#pst_serviceblock .pst-service-item:nth-child(1) {
    text-align: center;
}
#pst_serviceblock .pst-service-item {
    text-align: center;
	margin: 0 0 30px 0;
}
#pst_serviceblock .pst-service-title {
    margin: 0 0 30px 0;
}
#pst_serviceblock {
    margin-bottom: 50px;
}
}
@media (max-width: 479px) {
#pst_serviceblock .pst-service-title .title {
    font-size: 26px;
    margin: 0 0 20px 0;
}
#pst_serviceblock {
    margin-bottom: 30px;
}
}


/* Home Service block end */