.tp-mobile-item.text-center{
    display: none;
}
.header-sticky .logo img {
    width: 100px;
}
.tp-footer-logo img {
    max-width: 160px;
}
@media only screen and (min-width: 320px) and (max-width: 991px){
.tp-mobile-item.text-center {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
.tp-main-menu-mobile ul{
    text-align: left !important;
}
}