.ftco-navbar-light.scrolled {
position: fixed;
right: 0;
left: 50%;
transform: translateX(-50%);
top: 0;
z-index: 3;
margin-top: -130px;
background: #fff !important;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }