<style>
.scrolling .header_sticky{
transform: translate(0%,-6vh) !important;
transition: all 0.5s ease-in-out!important;}
.header_top , .header_sticky{
transition: all 0.5s ease-in-out!important;}
.scrolling .header_top{
transform: translate(0%,-100vh) ;
transition: all 0.5s ease-in-out!important;}
</style>