.slider .fp-logo {
    display: none;
}

body.home .header {
    position: fixed !important;
    top: 0 !important;    
}


body.home .header .main-menu {
    text-align: right;
    margin-right: 40px;
}

.header-logo-url {
    display: none;
}

body.home .header-logo-url {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
}