body {
    font-family: "iranyekan" ,tahoma ,Arial;
    text-align: right;
    direction: rtl;
    font-size: 0.9rem;
}
.top-head {
    height: 30px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(12, 65, 177, 1) 50%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(12, 65, 177, 1) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(12, 65, 177, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0c41b1', GradientType=1);
}
.top-head .box-main {
    border-radius: 0 0 0 30px;
}
.top-head .lang {
    border-radius: 0 0 0 30px;
}
.footer .contact{
    border-left: none;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.dropdown-menu {
    left: unset !important;
    right: 0!important;
    float: right;
    text-align: right !important;
}
