.own_sticky_header {
    transition: all .3s ease-in-out
}

.own_sticky_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}