h1 {
    font: 26px/1.2 Zoho_Puvi_Bold !important;
}
.foot-sec>ul, .footCont>ul {
    width: 45%;
    float: left;
    line-height: 25px;
}

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%); } */
}
 