@import url('https://fonts.googleapis.com/css?family=Tajawal');
textarea {
    text-align: right !important;
}
body{
font-family: 'Tajawal', sans-serif;  
}
.upper-footer .widget-title{
margin-bottom: unset;
}
.footer_widget ul a, .footer_widget .menu li a{
  font-size: 14px;
}
#logo{
    float: right !important;
}
.navbar-nav{
    float: right !important;
}
.navbar-right{
    float: left !important;
}
.navbar-nav > li{
    float: right !important;
}
.first-widget-area, .second-widget-area {
    float: right;
    direction: rtl;
    text-align: right;
}

.widget-title {
    text-align: right;
    direction: rtl;
}

.socials-widget a {
    margin-left: 45px;
 }

.socials-widget a {
    margin-right: unset;
    font-size: 15px;
}


.navbar-header{
   float:left;
}


@media only screen and (max-width: 600px) {
.navbar-nav{
    width: 97vw;
    text-align: right;
}
.navbar-nav > li {
    float: unset!important;
}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.navbar-nav{
    width: auto;
    text-align: unset;
}

}