.mid-header-wrap {
  
    padding: 5px 0;
}


.mid-header-wrap .site-logo {
    max-width: 150px;
}

.sticky-header .nav-menu-inner {
    max-width: 100%;
    height: 115px;
    margin: 0;
}

.footer-logo {
    width: 150px;
    border-radius: 20px;
}

.footer-mid-wrap {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    padding: 80px 0 220px 0;
    position: relative;
    z-index: 1;
}