.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}


/***** Header *******/
.header_wrapper {
    position: absolute;
    border-top: none !important;
    z-index: 1000;
    top: 20px;
    height: 150px;
    box-shadow: none;
    display: block;
    margin-top: 65px;
    background-color: transparent;
    transition: height 0.3s ease;
}

.ywp_header {
    position: relative;
    padding: 0px;
    margin-inline: auto;
    min-height: 70px;
    max-width: 1600px;
}

.logo {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
    width: auto;
    border-radius: 50%;
    transition: top 0.3s ease;
}

.logo img {
    max-width: 215px;
    width: 100%;
    height: 100%;
    transition: width 0.3s ease;
}

.menu_wrapper {
    position: relative;
    top: 15px;
    max-width: 100% !important;
    width: 100%;
    margin-top: 0px;
    right: 0px;
    padding: 20px 5px;
    border-radius: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
    transition: top 0.3s ease;
}

.menu ul {
    text-align: center;
    list-style: none;
}

.menu ul li {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    border-radius: 0;
    z-index: 0;
    padding: 6px;
    text-transform: uppercase;
    display: inline-block;
    list-style: outside none none;
    margin: 0 10px;
    color: #ffffff;
}

.menu ul li a {
    position: relative;
    letter-spacing: .05em;
    color: #fff;
    font-weight: 600;
    padding: 0.3em 0;
}

.menu ul li a:hover,
.menu ul li a:focus {
    color: var(--blue-color);
    text-decoration: none;
}