header .header-blue {
    transition: height .5s;
}

header .logo img {
    height: 119px;
    transition: height .7s;
}

header #nav-icon3 {
    top: 0;
    margin-top: 94px;
    transition: margin .7s;
}

header.animate-header {
    height: auto;
}

.animate-header #nav-icon3 {
    margin-top: 35px;
}

.animate-header .header-blue {
    height: 0;
    overflow: hidden;
}

.animate-header .logo {
    top: 0;
}

.animate-header .logo h1 {
    display: none;
}

.animate-header .logo img {
    height: 84px;
    padding: 10px 0 0 0;
}

.animate-header .modal-dialog {
    margin-top: 94px;
}

@media (max-width: 768px) {
    header .logo img {
        width: auto;
        height: 95px;
    }

    header #nav-icon3 {
        top: 0;
        margin-top: 75px;
    }
}