@media (max-width: 768px) {
    .footer {
        display: none;
    }
}
@media (max-width: 768px) {
    .position-sticky {
        display: none;
    }
}

@media (max-width: 768px) {
    .copyright {
        display: none;
    }
}

@media (min-width: 768px) {
    .responsive-version-navbar {
        display: none;
    }
}
@media (min-width: 768px) {
    .responsive-version-footer {
        display: none;
    }
}
@media (min-width: 768px) {
    .mobile-empty-button{
        display: none;
    }
}
.site-name-mv a {
    color: white;
    text-decoration: none;
}














.responsive-version-navbar {
    background: #022230;
    height: 56px;
    margin-top: -16px;
}

button.btn.btn-primary.mvm-left {
    float: left;
    padding: 0;
    background: no-repeat;
    border: none;
    font-size: 35px;
    margin-left: 23px;
}
.site-name-mv {
    color: white;
    font-size: 29px;
    font-family: art;
    padding: 10px 0px;
}
.menu-fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    padding: 0px 5px;
    z-index: 7;
    background-color: rgb(2 34 48);
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.5);
    border-top: solid 1px rgba(255,255,255,0.1);
    height: calc(60px + (constant(safe-area-inset-bottom))*1.5);
    height: calc(60px + (env(safe-area-inset-bottom))*1.5);
}
.menu-fixed a {
    width: 20%;
    float: left;
    height: 60px;
    line-height: 45px;
    text-align: center;
    font-size: 27px;
    color: #FFFFFF;
    margin-top: 8px;
}
img.nav-slide-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div#demo {
    background: linear-gradient(0deg, #b5e5f8, #fefefe);
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 55px;
}
button.btn-close.mvm {
    position: relative;
    top: -59px;
    left: -30px;
}
li {}

.menu-items-side-mvm li {
    list-style-type: none;
    padding: 7px 0px;
    border-top: solid 1px #93aeb8;
}

.menu-items-side-mvm a {
    color: black;
    text-decoration: none;
    font-family: 'IRANSans';
    font-size: 12px;
    margin-right: 13px;
}
.menu-items-side-mvm ul {
    margin: 0 -32px 0 0;
}
.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0;
}
li.contact-border-bottom {
    border-bottom: solid 1px #93aeb8;
}



















