/* Tc Home Service block start */
#pst_serviceblock {
	margin: 0 0 50px;
	clear: both;
}
#pst_serviceblock .pst-service-title{    
	font-size: 22px;
	font-weight: 600;
	font-family: 'raleway', sans-serif;
	text-transform: capitalize;
	display: block;
	color: #000000;
	margin-bottom: 8px;
	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:#ffffff;
	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 .tc-service-left {
    float: left;
    margin-top: 15px;
    width: 40%;
}
#pst_serviceblock .pst-service-desc{
    color: #929292;
    font-size: 14px;
    font-weight: 300;
    font-family: 'raleway', sans-serif;
}
#pst_serviceblock  .pst-image-block{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}
#pst_serviceblock  .service-right{
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.pst-service-wrapper ul{margin:0;}
#pst_serviceblock .pst-service-item-inner{
	padding: 30px 25px;
	margin: 0 10px;
	border-width: 3px;
	border-style: solid;
	border-color: #dddddd;
	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-item-inner{
	border-color: #1D1D1D;
	background-color:#1D1D1D;
	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-wrapper {
	overflow: hidden;
	margin: 0 -10px;
	cursor:default;
}
#pst_serviceblock .pst-service-item{
    float: left;   
    width:25%;
}
#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/tc-service-truck.svg");	
	background-repeat:no-repeat;
	background-size: 40px 40px;
	background-position:center;
	height:50px;
	width:50px;
	display:block;
	margin:0 auto;
	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/tc-service-truck.svg");
	background-size: 50px 50px;
}
#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon{
	background-image: url("../img/tc-service-truck-hover.svg");
}
#pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon{
	background-image: url("../img/tc-service-phone.svg");
}
#pst_serviceblock .pst-service-item:nth-child(2):hover .pst-image-icon{
	background-image: url("../img/tc-service-phone-hover.svg");
}
#pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon{
	background-image: url("../img/tc-service-money.svg");
}
#pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon{
	background-image: url("../img/tc-service-money-hover.svg");
}
#pst_serviceblock .pst-service-item:nth-child(4) .pst-image-icon{
	background-image: url("../img/tc-service-online.svg");
}
#pst_serviceblock .pst-service-item:nth-child(4):hover .pst-image-icon{
	background-image: url("../img/tc-service-online-hover.svg");
}
@media (max-width: 1299px){
	#pst_serviceblock .pst-service-item{width:50%;}
	#pst_serviceblock .pst-service-item-inner{margin-bottom:20px;text-align:center;padding: 20px 0;}
	#pst_serviceblock .pst-image-block{
		display: block;
		margin: 0 0 5px;
	}
	#pst_serviceblock .service-right{text-align:center;}	
}
@media (max-width: 767px){
	#pst_serviceblock .pst-service-wrapper{overflow:hidden;}
	#pst_serviceblock .pst-service-title{font-size:14px;}
	#pst_serviceblock .pst-service-desc {font-size: 13px;}
}
@media (max-width: 480px){
	#pst_serviceblock .pst-service-item{width:100%;}
	#pst_serviceblock .pst-service-item:last-child{border:none;}
}
#pst_serviceblock .tc-service-icon {
    background: rgba(0, 0, 0, 0) url("../img/themeimage/tc_service.png") no-repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    width: 100px;
}
#pst_serviceblock .pst-service-item .first {background-position: 32px 35px;}
#pst_serviceblock .pst-service-item .second {background-position: 32px -70px;}
#pst_serviceblock .pst-service-item .third {background-position: 30px -173px;}
#pst_serviceblock .pst-service-item .fourth {background-position: 32px -277px;}
#pst_serviceblock .tc-service-name {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
#pst_serviceblock .tc-service-icon:hover {border: 1px solid #000000;}
  @media (max-width: 991px){
  #pst_serviceblock .pst-service-wrapper {
	  margin: 0 -25px;
  }  
  }
/* Tc Home Service block end */
