.toggle-button {
    position: fixed;
    top: 40px;
    right: 65px;
    padding: 18px 12px 0px 12px;
    margin: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    z-index: 10;
    background: #12284c;
    border-radius: 50%;
    transform: scale(1);
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.toggle-button::before {
    position: absolute;
    right: 70px;
    top: 16px;
    content: "Menu";
    font-weight: 600;
    color: #fff;
    z-index: 1;
    letter-spacing: 1.5px;
}

.toggle-button:hover {
    transform: scale(1.1);
}

.bar {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.toggle-button.toggle-active {
    background: transparent;
}

.bar+.bar {
    margin-top: 8px;
}

.middle {
    top: 11px;
    margin: 0 15%;
    width: 70%;
}

.bottom {
    top: 22px;
}

.toggle-button:hover {
    opacity: 1;
}

.toggle-active .bar {
    background-color: #fff;
}

.toggle-active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
}

.toggle-active .middle {
    opacity: 0;
}

.toggle-active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    /*  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%); */
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    background: #12284c;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
}

.overlay::after {
    position: absolute;
    top: 0vh;
    left: 0;
    bottom: 0vh;
    background: #fff;
    width: 40%;
    height: 100vh;
    z-index: -1;
    content: "";
    background: url(../images/Aback.svg) left bottom no-repeat;
}

.overlay::before {
    position: absolute;
    top: 0vh;
    left: 0;
    bottom: 0vh;
    background: #fff;
    width: 40%;
    height: 100vh;
    z-index: -2;
    content: "";
}

.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    /*    max-height: 340px;*/
}

.overlay ul {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 140px;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    list-style: none;
    padding: 0;
    width: auto;
    float: left;
    text-align: left;
    line-height: 56px;
}

.overlay ul li {
    display: block;
}

.overlay ul li.title h3 {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.overlay ul li a {
    color: #12284c;
    text-decoration: none;
    letter-spacing: 1px;
}

.overlay ul li a:hover {
    letter-spacing: 2px;
}

img.logo22 {
    padding: 45px;
}

.ml2 {
    font-weight: 900;
    font-size: 47px;
    color: #fff;
    text-align: center;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}