/* Home Service block start */

#pst_serviceblock {
	clear: both;
	position: relative;
	overflow: hidden;
	    margin-bottom: 90px;
}

#pst_serviceblock ul.pst-service-wrapper {
	    margin: 0 -15px;

}

#pst_serviceblock .pst-service-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#pst_serviceblock span.pst-service-title {
    color: #514633;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    display: block;
    font-family: 'Lora', serif;
    margin-bottom: 10px;
}

#pst_serviceblock .service-right {
	overflow: hidden;
	line-height: 33px;
	margin-top: 16px;
}
#pst_serviceblock .pst-service-des {
    display: block;
    line-height: 25px;
    font-size: 16px;
}



#pst_serviceblock .pst-service-item:hover 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 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 {
    height: 105px;
    width: 105px;
    display: block;
    background-color: #ffffff;
    margin: auto;
    position: relative;
	z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    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 {
    background-color: #bf624c;
	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 .owl-buttons div {
	top: 20%;
}

#pst_serviceblock .pst-service-item .pst-image-icon:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    height: 105px;
    width: 105px;
    display: block;
}

#pst_serviceblock .pst-service-item.first .pst-image-icon:before {
	background-image: url('../img/service-1.svg');
    background-size: 48px;
}

#pst_serviceblock .pst-service-item.first:hover .pst-image-icon:before {
	background-image: url('../img/service-1-hover.svg');
    background-size: 48px;
}

#pst_serviceblock .pst-service-item.second .pst-image-icon:before {
	background-image: url('../img/service-2.svg');
}

#pst_serviceblock .pst-service-item.second:hover .pst-image-icon:before {
	background-image: url('../img/service-2-hover.svg');
}

#pst_serviceblock .pst-service-item.third .pst-image-icon:before {
	background-image: url('../img/service-3.svg');
}

#pst_serviceblock .pst-service-item.third:hover .pst-image-icon:before {
	background-image: url('../img/service-3-hover.svg');
}

#pst_serviceblock .pst-service-item.fourth .pst-image-icon:before {
	background-image: url('../img/service-4.svg');
}

#pst_serviceblock .pst-service-item.fourth:hover .pst-image-icon:before {
	background-image: url('../img/service-4-hover.svg');
}

#pst_serviceblock .pst-service-item .pst-image-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -5px;
	left: -5px;
	padding: 5px;
	z-index: -1;
	opacity: 0;
	box-shadow: 2px 2px #bf624c;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
}

#pst_serviceblock .pst-service-item:hover .pst-image-icon:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 1299px) {
	#pst_serviceblock .pst-service-item .pst-image-block {
		float: none;
		margin-right: 0;
		display: inline-block;
		vertical-align: top;
	}	
	#common-home #pst_serviceblock {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#pst_serviceblock span.pst-service-title {
		font-size: 16px;
	}
	#pst_serviceblock .pst-service-des {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	#pst_serviceblock{margin-bottom: 50px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#pst_serviceblock .pst-service-item {
		width: 50%;
	}
	#pst_serviceblock .pst-service-item.first, 
	#pst_serviceblock .pst-service-item.second {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	#pst_serviceblock .pst-service-item .pst-image-block {
		float: none;
		margin: 0 0 5px 0;
	}
	#pst_serviceblock .pst-service-item .pst-image-icon {
		margin: 0 auto;
	}
}
@media (max-width: 479px) {
	#pst_serviceblock .pst-service-item {
		margin-bottom: 30px;
	}
	#pst_serviceblock .pst-service-item:last-child {
		margin: 0;
	}
}