.elementor-location-header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 9999;
transition: height 0.2s; 
}
.shrinking-logo.js-scrolling  img {
max-width: 65%!important;
-webkit-transition: height 0.2s; 
-moz-transition: height 0.2s; 
-ms-transition: height 0.2s; 
-o-transition: height 0.2s; 
transition: height 0.2s; 
}
.sticky-header.js-scrolling {
background-color: #ffffff!important;
}