.fixed-top{
    transition: top 0.3s;
}
.breadcrumb {
    transition: top 0.3s;
    position: sticky;
    top: -3px;
    z-index: 1020;
    border-bottom: 1px solid rgba(249,250,251,0.06);
}
