.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url('../../images/service-icon/nimg1920_7.jpg');
}

.service-content{
    padding: 80px 0px 40px 0px;
}
.services ul {
    padding: 0px;
    margin: 0px;
}
.services ul li{
    display: flex;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 50px;
    margin-bottom: 50px;
    background: url(../../images/service-icon/ico17_1hr.png) repeat-x left bottom;
}
.tm-service{
    cursor: pointer;
}
.tm-service:hover{
    color: #fff;
    background-image: linear-gradient(to right,#ff7149,#ffb551) !important;
}
.tm-service .imgoff{
    display: inline-block;
}
.tm-service .imgon{
    display: none;
}
.tm-service:hover .imgoff{
    display: none ;
}
.tm-service:hover .imgon{
    display: inline-block ;
}
.services ul li .tm-service {
    height: 182px;
    width: 297px;
    float: left;
    border: 1px #e0e0e0 solid;
    text-align: center;
}
.services .tm-service-logo {
    padding-top: 30px;
    padding-bottom: 20px;
}
.tm-service h6 {
    font-weight: inherit;
    font-size: 16px;
    padding-bottom: 15px;
    background: url(../../images/service-icon/ico2_1hr.png) no-repeat bottom center;
}
.tm-service:hover h6 {
    background: url(../../images/service-icon/ico2_1hron.png) no-repeat bottom center;
}
.services ul li .text {
    width: 840px;
    padding-left: 100px;
}
.services ul li .text h5 {
    font-size: 18px;
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
    background: url(../../images/service-icon/ico2_1hr.png) no-repeat left bottom;
}




@media screen and (max-width: 1004px){
    .nybanner{
        background-image:  url('../../images/service-icon/nimg640_7.jpg');
        height: 220px;
    }
    .service-content{
        padding: 50px 15px 0px 15px
    }
    .services li {
        padding-bottom: 1px !important;
        margin-bottom: 20px !important;
        display: block !important;
    }
    .services ul li .tm-service {
        height: 132px;
        width: 200px;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .services .tm-service-logo {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .services ul li .text {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    .services li .text h5 {
        padding: 10px !important;
        margin-bottom: 10px !important;
        background: url(../../images/service-icon/ico2_1hr.png) no-repeat center bottom !important;
    }
}