.content-news {
    overflow: hidden;
    position: relative;
    margin-left: 2%;
    margin-top: 1%
}

.bn-news {
    width: 100%;
    white-space: nowrap

}

.bn-news ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    transition: transform 250s linear;


}

.bn-news li {
    display: inline-block;
    margin-right: 20px;
    list-style: none
}

#ticker-controls {
    position: relative;
    top: 8px;
    right: 33px;
    /* background: rebeccapurple; */
}

.latest-news-div {
    display: flex;
    /* padding-bottom: 10px; */
}

#ticker-controls .bi-chevron-left:before {
    content: "\f284";
    font-size: 17px;
    color: #fff;
    background: #033085;
    padding: 7px;
    border-radius: 5px;
    margin-right: 2px;
    border: 1px solid;
}

#ticker-controls .bi-chevron-right:before {
    content: "\f285";
    font-size: 16px;
    color: #fff;
    background: #033085;
    padding: 7px;
    border-radius: 5px;
    margin-right: 2px;
    border: 1px solid;
}

#ticker-controls .bi-pause-fill:before {
    content: "\f4c3";
    font-size: 17px;
    color: #fff;
    background: #033085;
    /* padding:7px; */
    padding: 7px;
    border-radius: 5px;
    margin-right: 2px;
    border: 1px solid;
}


#ticker-controls .bi-play-fill:before {
    content: "\f4f4";
    font-size: 17px;
    color: #fff;
    background: #033085;
    padding: 7px;
    border: 1px solid;
    border-radius: 5px;
}


@keyframes ticker-scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}
/* Source and licensing information for the above line(s) can be found at https://websaheb.com/bharatdynamics/themes/custom/custom_theme/assets/css/custom-ticker.css. */
