ul.ae-ftrlist li {
    background-image: url(https://www.manageengine.com/products/asset-explorer/images/lite-green-tick.png);
    background-position: 0px 5px;
    padding-left: 30px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
    background-repeat: no-repeat;
}
.heading-menu {
    background: url(https://www.manageengine.com/products/asset-explorer/images/sdp-banner-bg.png) no-repeat center top;
    background-attachment: relative;
    background-position: center center;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff!important;
}
.heading-menu {
    padding: 20px 0;
    color: #fff;
    border-bottom: 0px solid #fff;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto;
    font-weight: 500;
    border-top: 0px solid #fff;
}
.breadcrumb a {
    color: #333 !important;
}
.breadcrumb {
    color: #333 !important;
}

ul.clearfix.custspan{display: flex;  animation: scroll 30s linear infinite;}
@keyframes scroll {
    0% {transform: translateX(0px);}
    100% {    transform: translateX(-1200px);}
    /* 0% { transform: translateX(100%); } */
    /* 80% { transform: translateX(-100%); } */
}
 