/* To make the site header sticky */
#brx-header{
    position: fixed !important;
    top: 0 !important;
    z-index: 1000 !important;
}

 /*Header section Bricks CSS ID */
#brx-header{
    transition: transform 0.3s ease;    
}