.top-side {
    width: 100%;
    min-height: 70px;
    position: fixed;
    background-color: #5e5d5d;
    top: 0px;
    left: 0px;
    z-index: 3;
    transition: all 0.3s ease-in;
    border-bottom: #c5ac88 solid 1px;
}

/* .transparent {
    background: transparent;
} */