.nav li.menu-02 a, .nav li:hover a { color: #b81d23 !important; border-bottom: 4px solid #b81d23 !important; }



.header-holder {
    cursor: pointer;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s linear;
    position: fixed;
    z-index: 9999;
    margin-top: -80px;
}

.trialBanner {
    height:400px;
    background: url(../news-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    margin-top: 80px;
}
