/* Home Service block start */
#pst_serviceblock {
    margin: 0 0 115px;
}
#pst_serviceblock .service-right {
    text-align:center;
}
#pst_serviceblock .pst-service-wrapper{
	margin:0 -30px;
}
#pst_serviceblock .pst-service-item {
	padding:0 30px;
}
#pst_serviceblock .pst-service-title {    
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	display: block;
	text-transform: capitalize;
	margin-bottom: 3px;
	color: #000000;
	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-service-title { 
	color: #79C2ED;
	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-desc{
	color: #777777;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
#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/service1.svg');
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	display: block;
	vertical-align: top;
	margin: 0 auto 15px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-size: 35px;
	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-size: 35px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}


#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon{
	background-image: url('../img/service1.svg');
}
#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon{
	background-image: url('../img/service1-hover.svg');
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon{
	background-image: url('../img/service2.svg');
}
#pst_serviceblock .pst-service-item:nth-child(2):hover .pst-image-icon{
	background-image: url('../img/service2-hover.svg');
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon{
	background-image: url('../img/service3.svg');
	background-size: 45px;
}
#pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon{
	background-image: url('../img/service3-hover.svg');
	background-size: 45px;
}
#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-icon{
	background-image: url('../img/service4.svg');
}
#pst_serviceblock .pst-service-item:nth-child(4):hover .pst-image-icon{
	background-image: url('../img/service4-hover.svg');
}

@media (max-width: 991px){
#pst_serviceblock {
    margin: 0 0 50px;
}
#pst_serviceblock .pst-service-wrapper {
    margin: 0;
}
#pst_serviceblock .pst-service-item {
	padding: 0;
	margin: 0 0 40px;
}
}
@media (max-width: 767px){

}
@media (max-width: 479px) {

}    
/* Home Service block end */