@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap);
#header .logo img {
  transform: scaleX(-1);
}

#preloader:before {
  left: unset;
  right: calc(50% - 30px);
}

.navbar .dropdown ul {
  left: unset;
  right: 14px;
}

.navbar .dropdown .dropdown ul {
  left: unset;
  right: calc(100% - 30px);
}

.navbar .dropdown .dropdown:hover > ul {
  left: unset;
  right: 100%;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: unset;
    right: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: unset;
    right: -100%;
  }
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: unset;
  right: 0;
  transform: translate3d(0, 0, 0);
}

.section-title h2::after {
  left: unset;
  right: calc(50% - 25px);
}

.counts .count-box i {
  float: right;
}

.features .icon-box i {
  float: right;
}

.services .title::after {
  left: unset;
  right: calc(50% - 25px);
}

.departments .nav-link {
  border-left: 0;
  border-right: 5px solid #fff;
}

.departments .tab-pane img {
  float: right;
}

.testimonials .testimonial-item .quote-icon-left {
  left: unset;
  right: -5px;
}

.pricing h4 sup {
  left: unset;
  right: -3px;
}

.faq .faq-list i {
  left: unset;
  right: 0;
}

.back-to-top {
  right: unset;
  left: 15px;
}

.navbar-mobile .mobile-nav-toggle {
  right: unset;
  left: 15px;
}

.testimonials .testimonial-item .quote-icon-right {
  right: unset;
  left: -5px;
}

.pricing .advanced {
  right: unset;
  left: -68px;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  right: unset;
  left: -1px;
}

html body {
  font-family: "Tajawal", sans-serif;
}
html body .contents-section .body .content-item .item-cat {
  right: unset;
  left: 5px;
}
