body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.header-top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3f3f3f;
    background: #2b2b2b;
}
.header-sticky {
    background: #2d2d2d;
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    z-index: 1008;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    background: #000000db;
}
.slicknav_btn {
    cursor: pointer;
    position: relative;
    z-index: 99;
    border: none;
    top: 5px;
    background: rgb(45 45 45) none repeat scroll 0% 0%;
    border-radius: 3px;
    padding: 10px;
    margin-left: -10px;
    float: left;
    line-height: 1;
}