html,
body {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: relative;
    background: #fff;
    direction: rtl;
    text-align: right;
    padding-top: 75px;
}
.bg-dark {
    background-color: #000!important;
}
.navbar {
    padding: 0;
}
.navbar-brand img {
    width:140px;
    max-height: 75px;
}
.wrapper {
    width: 100%;
    height: 100%;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("images/loading.gif") center no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .overlay {
    display: block;
}
@media (orientation: landscape) {
    .inform {
        display: none;
    }
}
@media (orientation: portrait) {
    .inform {
        display: block;
    }
}
.whatsapp
{
    display:block;
    font-size: 48px;
    position: fixed;
    left: 0;
    top: 0;
    z-index:9999;
}
.whatsapp i
{
    color:#25D366;
}
@media only screen and (max-width: 768px) {
}