.sticky{position:fixed;top:0;left:0;width:100%;z-index:99999;transition:.5s all ease-in-out;z-index:9;-webkit-animation-name:slide-top-fixed;animation-name:slide-top-fixed;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:0.2s;animation-delay:0.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;box-shadow:0 0 8px -2px;background:#fff}.main-header-scroll.sticky{display:block;position:fixed;padding:20px 0;transition:.5s all ease-in-out}