#header {
    position: relative;
    min-height: 90px;
    background-color: #fff;
}

#header.sticky {
    position: sticky !important;
    top: 0;
    z-index: 1001;
}

.navbar.sticky {
    position: sticky;
    top: 0;
    z-index: 1001;
}