/* Home Service block start */
#pst_serviceblock {
    margin:30px 0;
}
#pst_serviceblock .pst-service-title {    
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    color: #444444;
    font-family: 'Roboto Slab', serif;
}

#pst_serviceblock .pst-service-left {
    float: left;
    margin-top: 15px;
    width: 40%;
}
#pst_serviceblock .pst-service-desc{color:#999999;    text-transform: capitalize;     font-size: 12px;}
#pst_serviceblock  .pst-image-block{
    float: left;
    margin: 0 15px 0  0;	
}
#pst_serviceblock  .service-des{
	display:inline-block;
	vertical-align:top;
    text-align: left;
}
.pst-service-wrapper ul{margin:0;}
#pst_serviceblock .pst-service-item-inner{
	display: inline-block;
    vertical-align: top;
	text-align:center;
}

#pst_serviceblock .pst-service-item{
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd;
    text-align: center;
}
#pst_serviceblock .pst-service-item:last-child {
    border: 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-position: center;
    background-repeat: no-repeat;
    height: 50px;
    background-size: 40px;
    padding: 0 30px;
    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/service-1.svg');
	background-size: 45px;
    background-position: center;
}
#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon{
    background-image: url('../img/service-1-hover.svg');
}
#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');
}
#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');
}
#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-icon{
    background-image: url('../img/service-4.svg');
}
#pst_serviceblock .pst-service-item:nth-child(4):hover .pst-image-icon{
    background-image: url('../img/service-4-hover.svg');
}
#pst_serviceblock .pst-service-item:hover .pst-image-icon{
	animation-duration:1s;
	animation-timing-function:linear;
	animation-name:"bounceIn";
	
	webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-name: "bounceIn";
	
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-name: "bounceIn";
}
@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);
  }
}
#pst_serviceblock .pst-service-item:hover .pst-service-title{
	color:#999999;
}
#pst_serviceblock .pst-service-item:hover .pst-service-desc{
	color:#000000;
}
@media (min-width: 992px){
#pst_serviceblock .pst-service-wrapper {
	overflow: hidden;
    display: block;
}
#pst_serviceblock .navbar-toggler {
    display: none;
}
}
@media (max-width: 991px){
	#pst_serviceblock  .pst-image-block{
		display:inline-block;
		float:none;
		margin:0;
	}
	#pst_serviceblock{margin:15px 0;}
	#pst_serviceblock .title-wrapper {
		margin: 0;
	    cursor: pointer;
	}
	#pst_serviceblock .pst-service-item {
		margin: 25px 0;
	}
	#pst_serviceblock .products-section-title.block_title .collapse-icons .remove{
		display: none;
	}
	#pst_serviceblock .products-section-title.block_title[aria-expanded="true"] .collapse-icons .remove{
		display: block;
	}
	#pst_serviceblock .products-section-title.block_title[aria-expanded="true"] .collapse-icons .add{
		display: none;
	}
	#pst_serviceblock .products-section-title.block_title .navbar-toggler{
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	#pst_serviceblock  .pst-service-wrapper-inner {
		display: block;
		overflow: hidden;
		border-width: 0 2px 2px 2px;
		border-style: solid;
		border-color: #dddddd;
	}

}
@media (max-width: 767px){
	#pst_serviceblock  .pst-image-block{
		display:block;
		margin:0 0 10px;
	}
	#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;    border: none;}
	#pst_serviceblock .service-des {
		text-align: center;
	}
	#pst_serviceblock .pst-service-item {
		border-width: 0;
		border-style: solid;
		padding: 0 0 20px 0;
	}
}
  
/* Home Service block end */