
/* Tc Home Service block start */
#pst_serviceblock {
    width: 29%;
    display: inline-block;
    float: right;
}
#pst_serviceblock .service-title{    
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
    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 .service-title{
    color:#A6907D;
    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 .tc-service-right {
    overflow: hidden;
}

#pst_serviceblock .service-desc{
    color: #929292;
    font-size: 13px;
}
#pst_serviceblock  .pst-image-block{
    float:left;
    margin: 0 15px 0  0;    
}
#pst_serviceblock  .service-right{
    overflow:hidden;
}
.pst-service-wrapper ul{margin:0;}
#pst_serviceblock .pst-service-item-inner{
    padding: 19px;
    background: #ffffff;
    border-radius: 5px;
}
#pst_serviceblock .pst-service-wrapper {
    overflow: hidden;
    margin: 0 -10px;
    cursor:default;
}
#pst_serviceblock .pst-service-item{
    float: left;
    width: 100%;
    padding: 0 10px
}
li.pst-service-item{
    margin: 0 0 20px 0;
}
li.pst-service-item:last-child{
    margin:0;
}
#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 .service-icon{
    background-image: url("../img/themeimage/tc-service-truck.svg");    
    background-repeat:no-repeat;
    background-size: 40px 40px;
    background-position:center;
    height:50px;
    width:50px;
    font-size: 0;
    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 .service-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) .service-icon{
    background-image: url("../img/service1.svg");
    background-size: 50px 50px;
}
#pst_serviceblock .pst-service-item:nth-child(1):hover .service-icon{
    background-image: url("../img/service1-hover.svg");
}
#pst_serviceblock .pst-service-item:nth-child(2) .service-icon{
    background-image: url("../img/service2.svg");
}
#pst_serviceblock .pst-service-item:nth-child(2):hover .service-icon{
    background-image: url("../img/service2-hover.svg");
}
#pst_serviceblock .pst-service-item:nth-child(3) .service-icon{
    background-image: url("../img/service3.svg");
}
#pst_serviceblock .pst-service-item:nth-child(3):hover .service-icon{
    background-image: url("../img/service3-hover.svg");
}
#pst_serviceblock .pst-service-item:hover .service-icon{
    animation-duration:1s;
    animation-timing-function:linear;
    animation-name:"tada";
    
    webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: "tada";
    
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-name: "tada";
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
#pst_serviceblock .service-title
{
    font-size:15px;
}
}
@media (max-width: 1299px){
    #pst_serviceblock .pst-service-item{width:33.33%;}
    #pst_serviceblock{width:100%;}
    #pst_serviceblock .pst-service-item-inner{padding:14px;}
}

@media (max-width: 991px){
    #pst_serviceblock  .pst-image-block{
        display:inline-block;
        float:none;
        margin:0 0 10px;
    }
    #pst_serviceblock .pst-service-item-inner{
        text-align:center;
    }
    .flexslider .slides img{max-width:inherit;width:100%;}
}
@media (max-width: 767px){
    #pst_serviceblock .tc-service-left {text-align:center;width:100%;margin:10px 0;}
    #pst_serviceblock .tc-service-right{overflow:visible;}
    #pst_serviceblock .pst-service-wrapper{overflow:hidden;}
    #pst_serviceblock .pst-service-item-inner{padding:20px 20px; margin:0;}
    #pst_serviceblock .service-title{font-size:14px;}
    #pst_serviceblock .service-desc {font-size: 13px;}
    #pst_serviceblock .container{margin:0;}
    #pst_serviceblock .pst-service-item{width:100%;}
}
@media (max-width: 480px){
    #pst_serviceblock .pst-service-item{width:100%;}
    #pst_serviceblock .pst-service-item:last-child{border:none;}
    #pst_serviceblock .second .pst-service-item-inner{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;}
    
/* Tc Home Service block end */
