.qodef-opener-icon .qodef-m-icon {
    position: relative;
    display: none;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-top: 13px;
}

.top-announcement-bar{
    width:100%;
    background:#000000;
    text-align:center;
    padding:12px 15px;
    box-sizing:border-box;
}

.top-announcement-bar a{
    color:#ffffff;
    text-decoration:none;
    font-family:'Vazirmatn', sans-serif;
    font-weight:600;
    font-size:14px;
    line-height:1.5;
    display:block;
}

.top-announcement-bar a:hover{
    color:#ffffff;
    text-decoration:underline;
}


