/* Home Service block start */
#pst_serviceblock {
    padding: 20px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#pst_serviceblock ul.pst-service-wrapper {
	margin: 0;
}
#pst_serviceblock .service-block {
    display: inline-block;
    vertical-align: top;
}
#pst_serviceblock li.pst-service-item {
    margin: 5px 0;
    width: 33.33%;
    float: left;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    color: #000000;
}
#pst_serviceblock li.pst-service-item:last-child {
    border: none;
}
#pst_serviceblock li.pst-service-item:hover {
    color: #e4573d;
}
#pst_serviceblock .service-right {
    overflow: hidden;
    line-height: 30px;
    text-transform: capitalize;
}
#pst_serviceblock .pst-service-item .pst-image-icon {
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    margin-right: 18px;
}
#pst_serviceblock .pst-service-item.first .pst-image-icon {
	background-image: url('../img/service1.svg');
    background-size: 28px;
}
#pst_serviceblock .pst-service-item.first:hover .pst-image-icon {
    background-image: url('../img/service1-hover.svg');
}
#pst_serviceblock .pst-service-item.second .pst-image-icon {
	background-image: url('../img/service2.svg');
}
#pst_serviceblock .pst-service-item.second:hover .pst-image-icon {
    background-image: url('../img/service2-hover.svg');
}
#pst_serviceblock .pst-service-item.third .pst-image-icon {
	background-image: url('../img/service3.svg');
}
#pst_serviceblock .pst-service-item.third:hover .pst-image-icon {
    background-image: url('../img/service3-hover.svg');
}
#pst_serviceblock .pst-service-item:hover .pst-image-icon {
     animation: tada 2s linear;
    -ms-animation: tada 2s linear;
    -moz-animation: tada 2s linear;
    -webkit-animation: tada 2s linear;
}
@media (min-width: 992px) {
    #pst_serviceblock .collapse {
        display: inherit;
    }
    #header .nav-bar.fixed #pst_serviceblock {
        display: none;
    }
}

@media (max-width: 991px) {
    #pst_serviceblock {
        float: right;
        position: relative;
        width: auto;
        padding: 0;
        margin: 0 0 0 10px;
    }
    #pst_serviceblock .service-icon {
        height: 30px;
        width: 30px;
        background-image: url(../img/servicemobile-icon.svg);
        background-size: 20px;
        background-color: transparent;
        display: block;
        cursor:pointer;
        background-repeat: no-repeat;
        background-position: center;
    }
    #pst_serviceblock .service-icon:hover {
        background-image: url(../img/servicemobile-icon-hover.svg);
    }
    #pst_serviceblock ul.pst-service-wrapper {
        display: none;
        position: absolute;
        left: auto;
        right: 0;
        top: 50px;
        bottom: auto;
        background: #ffffff;
        min-width: 250px;
        z-index: 3;
        padding: 15px;
        border-top: 2px solid #4e97fd;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    }
    #pst_serviceblock li.pst-service-item {
        width: 100%;
        margin: 0 0 15px 0;
        border: none;
        text-align: center;
    }
    #pst_serviceblock .pst-service-item .pst-image-icon {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }
} 
@media (max-width: 479px) {
    #pst_serviceblock{
        margin: 0 0 0 5px;
    }
    #pst_serviceblock ul.pst-service-wrapper {
        right: -40px;
    }
}