@charset "utf-8";
/* CSS Document */
div
{
direction:rtl;
}
.logo
{
float:left;
}
.owl-carousel .owl-stage-outer{
 direction: ltr !important;
}
.footer-bottom img
{
float:left;
}
@media only screen and (max-width: 767px) {
.footer-bottom .copyright-line
{
text-align:left;
}
}
@media only screen and (min-width: 992px) and (max-width: 1920px) {
.footer-bottom .copyright-line
{
text-align:right;
}
}
