#header{
    -webkit-transition: all 0.7s ease;  
    -moz-transition: all 0.7s ease;  
      -o-transition: all 0.7s ease; 
         transition: all 0.7s ease; 

    position:fixed;
    height: 50px;
    display: block;
    width: 100%;
    background: transparent;
    z-index: 9;
    text-align: right;
    padding: 30px;
}
.fp-watermark{
    display: none;
}
/* .header.fixed{
    bottom:auto;
    top:0;
    margin-top: 0;
} */