.elementor-4217 .elementor-element.elementor-element-66faf4e7{margin-top:-1px;margin-bottom:0px;z-index:99;}.elementor-4217 .elementor-element.elementor-element-6d65623c .commonlogo img{max-width:207px;}@media(max-width:767px){.elementor-4217 .elementor-element.elementor-element-6d65623c .commonlogo img{max-width:140px;}}/* Start custom CSS for binsro-header-5, class: .elementor-element-6d65623c */.hap-header-top-area {
    background: #298854 !important;
}

.top-info-cta {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.top-info-cta ul {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

.top-info-cta ul li {
    display: inline-block;
    margin-right: 50px;
}
.top-info-cta ul li a {
    color: #fff !important;
    text-decoration: none;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}/* End custom CSS */