@font-face {
  font-family: thefont;
  src: url("/static/fonts/Estedad-Regular.ttf");
}
* {
  direction: rtl !important;
  font-family: thefont;
}

div#navbars-rs-food {
  flex-grow: 0 !important;
}

html body header.top-navbar nav.navbar.navbar-expand-lg.navbar-light.bg-light div.container div#navbars-rs-food.navbar-collapse.collapse ul.navbar-nav.ml-auto li.nav-item.dropdown.show div.dropdown-menu.show a.dropdown-item {
  text-align: right;
}

html body div.about-section-box div.container div.row div.col-lg-6.col-md-6.col-sm-12.text-center div.inner-column p {
  text-align: justify;
}

html body header.top-navbar nav.navbar.navbar-expand-lg.navbar-light.bg-light div.container {
  flex-direction: row-reverse;
}

html body header.top-navbar nav.navbar.navbar-expand-lg.navbar-light.bg-light div.container ul.navbar-nav.ml-auto li.nav-item a.nav-link {
  text-align: right !important;
}

html body div.qt-box.qt-background div.container div.row div.col-md-8.ml-auto.mr-auto.text-left {
  text-align: right !important;
}

html body div.qt-box.qt-background div.container div.row div.col-md-8.ml-auto.mr-auto.text-left .lead {
  text-align: right !important;
  font-family: thefont;
}

html body div.menu-box div.container div.row.special-list div.col-lg-4.col-md-6.special-grid div.gallery-single.fix div.why-text {
  text-align: right;
}
html body div.menu-box div.container div.row.special-list div.col-lg-4.col-md-6.special-grid div.gallery-single.fix div.why-text * {
  text-align: right;
}
html body div.menu-box div.container div.row.special-list div.col-lg-4.col-md-6.special-grid div.gallery-single.fix div.why-text h5 {
  text-align: center;
}

div.main-services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
div.main-services > div.item {
  width: 28%;
  min-width: 300px;
  border: 1px solid #ddd;
  padding: 0px 30px;
  padding-top: 20px;
  text-align: right;
  margin-bottom: 5px;
}
div.main-services p {
  text-align: justify;
}
div.main-services h3 {
  text-align: center;
}

div.blog-detail {
  height: -moz-max-content !important;
  height: max-content !important;
}

div.contact-imfo-box div.row {
  flex-direction: row-reverse !important;
  justify-content: space-evenly;
}
div.contact-imfo-box div.row > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
div.contact-imfo-box div.row div.overflow-hidden {
  margin-right: 20px;
}
div.contact-imfo-box div.row p,
div.contact-imfo-box div.row h4 {
  text-align: center !important;
  margin-top: 10px;
}
div.contact-imfo-box div.row p.lead {
  width: 300px;
}

html body div.about-section-box div.container div.row div.col-lg-6.col-md-6.col-sm-12 img.img-fluid {
  box-shadow: 10px -10px 0px #189ab4;
}

html body header.top-navbar nav.navbar.navbar-expand-lg.navbar-light.bg-light div.container a.navbar-brand img {
  height: 54px;
}

div.why-text {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

footer.footer-area h3,
footer.footer-area p {
  text-align: center !important;
}

div#about-spacer {
  margin-top: 20px;
  width: 100%;
  height: 180px;
  display: none;
}

div#full-about-container {
  margin-top: 40px;
}/*# sourceMappingURL=migration.css.map */