.header {
z-index: 99;
width: 100%;
overflow: hidden;
}
.sticky-header {
background-color: rgba(255, 255, 255, .5);
z-index: 99;
width: 100%;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
overflow: hidden;
padding-bottom: 0;
position: fixed;
top: 0;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.sticky-header-transparent-yes {
position: fixed;
background-color: rgba(0, 0, 0, 0) !important;
z-index: 99;
width: 100%;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
padding: 5px;
overflow: auto;
}
.elementor-editor-active .sticky-header-transparent-yes {
position: relative
}
.sticky_header_style {
position: fixed;
z-index: 1;
width: 100%;
}
.sticky-header-yes {
overflow: unset !important;
border-bottom: 0px;
}