@charset "utf-8";
/* CSS Document */
div
{
direction:rtl;
}
@media screen and (max-width: 768px) 
{
div.navbar-header
{
direction:ltr !important;
}
}
div.owl-wrapper-outer
{
direction:ltr !important;
}