@font-face {
  font-family: "Alarabiya";
  src: url("/fonts/Alarabiya Normal Font.woff2") format("woff2"),
    url("/fonts/Alarabiya Normal Font.woff") format("woff"),
    url("/fonts/Alarabiya Normal Font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --arabic-font: "Alarabiya", sans-serif;
}

body.rtl {
  font-family: var(--arabic-font);
  padding: auto !important;
  margin: auto;
  box-sizing: border-box;
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
  font-family: var(--arabic-font) !important;
  line-height: 120%;
}

.rtl p {
  font-family: var(--arabic-font) !important;
  line-height: 140%;
}

.rtl h1 span,
.rtl h2 span,
.rtl h3 span,
.rtl h4 span,
.rtl h5 span,
.rtl h6 span,
.rtl p span {
  display: block;
}

.rtl .home-banner .hero-text .banner-title.animate {
  font-family: var(--arabic-font);
}

.rtl .home-about .content .counter .count {
  line-height: 100%;
  font-family: var(--arabic-font);
}

.rtl .header .topnav .row {
  justify-content: left;
}

.rtl .header .topnav a {
  margin-right: 10px;
  margin-left: 0;
}

.rtl .home-about .content a {
  margin-right: 0;
}

.rtl .home-about .content .title {
  text-align: right;
  font-family: var(--arabic-font);
  line-height: 110%;
}

.rtl .home-about .content .title > br {
  display: none;
}

.rtl .home-about .content p {
  text-align: right;
  font-family: var(--arabic-font);
  line-height: 140%;
}

.rtl .btn-primary-outline span {
  font-family: var(--arabic-font);
}

.rtl .btn-arrow .icon-arrow {
  rotate: 181deg;
  margin-right: 12px;
}

.rtl .home-about .content .counter .count .odometer {
  margin-left: 10px;
}

.rtl .home-services .slider .card .full-text .title::before {
  right: 0;
}

.rtl .home-services .slider .swiper-slide-active .card .full-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  max-width: 33.8%;
  left: -20px;
  right: auto;
}

@-webkit-keyframes marquee-to-left {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes marquee-to-left {
  0% {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.rtl .home-clients .slide-track-1 {
  -webkit-animation: marquee-to-left 7s linear infinite;
  animation: marquee-to-left 7s linear infinite;
}

.rtl .home-clients .slide-track-2 {
  animation: marquee-to-left 7s linear infinite;
}

.rtl .common-cta .inner::after {
  content: "";
  position: absolute;
  left: -51px !important;
  right: 60%;
  width: 43%;
  height: 100%;
  transform: scale(-1, 1);
}

.rtl .common-cta .inner::before {
  position: absolute;
  content: "";
  right: 0px;
  transform: scale(-1, 1);
}

.rtl .home-testimonial .slider .card .figure {
  display: flex;
  bottom: -12px;
  left: -50px;
  right: auto;
}

.rtl .home-testimonial .slider .card {
  border: 1px solid #abcad3;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: auto;
  min-height: 170px;
  text-align: left;
}

.rtl .home-testimonial .slider .card .content p {
  text-align: right;
}

.rtl .home-awards .head .swiper-button-prev {
  transform: scale(-1);
}

.rtl .home-awards .head .swiper-button-next {
  transform: scale(-1);
}

.rtl .footer-subscribe form {
  padding-right: 20px;
  padding-left: 0;
}

.rtl .footer-subscribe button {
  transform: scale(-1);
}

.rtl .footer-subscribe {
  margin-right: auto;
  margin-left: 0;
}

.rtl .footer-bottom .copy-right {
  padding-left: 50px;
  padding-right: 0;
}

.rtl .footer-bottom .copy-right {
  text-align: left;
}

.rtl .card-main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rtl .vision-mission .card ul li {
  padding-right: 30px;
  padding-left: 0;
}

.rtl .vision-mission .card ul li::before {
  position: absolute;
  content: "";
  right: 5px;
  left: auto;
}

.rtl .otgs-development-site-front-end .icon {
  margin-right: -23px;
}

.rtl .our-team .team-member .content {
  width: auto;
  padding-right: 40px;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
}

  .rtl .bread-crumb ul li a::after {
        left: -26px;
        right: unset;
        transform: rotate(135deg);
    }

    .rtl .service-detail .tab-container .items .tab::before{
      transform: scale(-1);
    }

    .rtl .service-detail .tab-container .items .tab {
        padding-left: 0;
        width: 100%;
        padding-right: 10%;
    }

    .rtl .btn-arrow .icon-download{
          margin-left: 0;
          margin-right: 15px;
    }

.rtl .our-history .histrory-wrap .history-item:nth-child(2n + 1) .content {
  padding-right: 50px;
  padding-left: 0;
  border-left: none;
  border-right: 2px dashed transparent;
  border-image: repeating-linear-gradient(
      to bottom,
      #cdcdcd 0,
      #cdcdcd 5px,
      transparent 5px,
      transparent 10px
    )
    1;
}

.rtl .our-history .histrory-wrap .history-item:nth-child(2n + 1) {
  margin-right: auto;
  padding-right: 70px;
  text-align: right;
  margin-left: 0;
  padding-left: 0;
  width: 44.5%;
}

.rtl .our-history .histrory-wrap .history-item:nth-child(2n + 1)::before {
  right: -8.5px;
}

.rtl .our-history .histrory-wrap .history-item:nth-child(2n + 1)::after {
  right: -2px;
  left: auto;
}

.rtl .our-history .histrory-wrap .history-item {
  padding-left: 70px;
  text-align: left;
  padding-right: 0;
  width: 44.5%;
}
.rtl .our-history .histrory-wrap .history-item .content {
  padding-left: 50px;
  padding-right: 0;
  border-left: 2px dashed transparent;
  border-right: none;
  border-image: repeating-linear-gradient(
      to bottom,
      #cdcdcd 0,
      #cdcdcd 5px,
      transparent 5px,
      transparent 10px
    )
    1;
}

.rtl .our-history .histrory-wrap .history-item::before {
  right: calc(100% - 8.5px);
}

.rtl .our-history .histrory-wrap .history-item::after {
  position: absolute;
  content: "";
  left: -2px;
  right: auto;
}

.rtl .our-awards .awards-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

  border: 1px solid #025d78;
  border-right: none;
  border-radius: 300px 0 0 300px;
  gap: 180px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 407px;
  position: relative;
}

.rtl .our-awards .awards-list::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -5px;
  width: 25%;
  height: 10px;
  background-color: #fff;
}

.rtl .our-awards .awards-list li ul {
  margin-top: 30px;
}

.rtl .our-awards .awards-list li:nth-child(4) {
  margin-right: auto;
  margin-left: 0;
}

.rtl .our-awards .awards-list li::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #025d78;
  border-radius: 100%;
  right: 0;
  top: 70px;
}

.rtl .our-awards .awards-list li ul li {
  font-size: 19px;
  font-weight: 400;
  top: 0 !important;
  line-height: 26px;
}

/* ============= service ============ */

.rtl .services .card .info {
  right: 50px;
}

/* ======== faq ========== */

.rtl .faq .accordion .accordion-item .accordion-header {
  font-family: var(--arabic-font);
  text-align: right;
}

.rtl .faq .accordion .accordion-item .accordion-header .pointer {
  margin-right: 15px;
  margin-left: 0;
}

/* ======= careers ========= */

.rtl .careers-filter .form-control {
  font-family: var(--arabic-font);
  padding-right: 20px;
}

.rtl .careers-filter .select2-container .select2-selection__rendered {
  padding: 20px 0;
  padding-right: 20px;
}

.rtl .careers-filter .search .btn .icon-search {
  font-size: 22px;
  rotate: 90deg;
}

/* .rtl .career-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

.rtl .careers-list .card-body img {
  margin-left: 20px;
}

.rtl .careers-list .card-footer p {
  margin-left: 0px;
  margin-right: 10px;
}

/* ======== contact us ========== */

.rtl .contact-form .card-footer .item span {
  margin-left: 10px;
  margin-right: 0;
}

.rtl .contact-form .form textarea {
  text-align: right;
}

.rtl .contact-form .form label {
  width: 100%;
  text-align: right;
}

.rtl .contact-form .form textarea {
  width: 93.5%;
}

.rtl .contact-form .form-bottom {
  flex-direction: row-reverse;
}

.rtl .contact-form .form span label {
  display: flex;
  flex-direction: row-reverse;
  line-height: 16px;
}

.rtl .contact-form .form .form-group label::before {
  content: "";
  margin-left: 12px;
  margin-right: 0;
  max-height: 16px !important;
}

.rtl .careers-list .card {
  width: auto;
  height: 100%;
  padding: 20px;
  max-height: 238px;
}

.rtl .home-registration .registration-box .item .content .info {
  right: 50px;
  left: 0;
}

.rtl .footer-subscribe form {
  width: auto;
}

.rtl .common-cta .inner {
  width: auto;
}

.rtl .store-locator-info-window {
  padding: 0 25px 0 0;
}

.rtl .store-locator-info-window::after {
  position: absolute;
  content: "";
  right: 0;
}

.rtl .icon-mail.cyan {
  margin-left: 13px;
  margin-right: 0;
}

.rtl .icon-call.cyan {
  margin-left: 13px;
  margin-right: 0;
}

.rtl .booking-form .form .form-group .form-control,
.rtl .booking-form .form .form-control{
      box-sizing: border-box;
      text-align: right;
      direction: rtl;
}

.rtl .booking-form .wpcf7{
         direction: rtl !important;
         text-align: right;
}

.rtl label .wpcf7-list-item-label::before{
     left: unset;
         right: 3px;
         top: 4px;
}

.rtl .date-picker-appointment .wpcf7-form-control-wrap::before{
      right: unset;
      left: 15px;
}

.rtl .date-picker-appointment .wpcf7-form-control-wrap .custom-date{
      box-sizing: border-box;
}

.rtl .date-picker-appointment + span::after{
      right: unset;
      left: 4%;
}

.rtl .home-awards .card .dot{
      margin-top: 16px;
}

input{
  box-sizing: border-box;
}

.rtl .contact-form .wpcf7-not-valid-tip{
     right: 0;
}

/* .rtl .wpcf7-form label .wpcf7-list-item-label::before {
  right: 5px;
    top: 2px;
} */

/* ========== Responsive ======== */

@media (min-width: 1600px) {
  .rtl .container {
    max-width: 1570px;
    margin: 0 auto;
  }
}

/* @media (min-width: 1440px) {
  .rtl .container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .rtl .header .topnav a {
    margin-right: 10px;
    margin-left: 0;
  }

  .rtl .header .topnav .row {
    padding: 0;
  }
} */

@media (max-width: 1199px) {
  .rtl .home-testimonial .slider .card .figure {
    display: none !important;
  }

  .rtl .vision-mission .card {
    height: auto;
  }

  .rtl .home-about .content p {
    text-align: center;
  }
  .rtl .careers-list .card {
    height: auto;
  }
}

@media (max-width: 900px) {
  .rtl .contact-form .form .form-control {
    width: 98%;
  }
  .rtl .contact-form .form textarea {
    width: 96%;
  }
}

@media (max-width: 640px) {
  .rtl .contact-form .card {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .rtl .container {
    width: 95%;
  }

  .rtl .our-history .histrory-wrap .history-item .title {
    font-size: 20px;
  }

  .rtl .our-history .histrory-wrap .history-item .content .sub-title {
    font-size: 16px;
  }

  .rtl .our-history .histrory-wrap .history-item .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .rtl .our-history .histrory-wrap .history-item:nth-child(2n + 1) {
    padding-right: 20px;
  }
  .rtl .our-history .histrory-wrap .history-item {
    padding-left: 20px;
  }
  .rtl .our-history .histrory-wrap .history-item .content {
    padding-left: 15px;
  }
  .rtl .our-history .histrory-wrap .history-item:nth-child(2n + 1) .content {
    padding-right: 15px;
  }

  .rtl .our-history .histrory-wrap .history-item .title {
    margin-bottom: 20px;
  }

  .rtl .our-history {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .rtl .careers-filter .select2-container .select2-selection__rendered {
    padding: 10px 15px;
  }
  .rtl .careers-filter .select2-container .select2-selection--single {
    height: 50px;
  }
  .rtl .careers-list .card {
    max-height: 366px;
  }
  .rtl .contact-form .form .form-control {
    height: 50px;
    width: 94.6%;
  }
  .rtl .job-detail-btn {
    max-width: 100%;
    min-height: 45px;
    max-height: 45px;
    font-size: 14px !important;
  }
  .rtl .job-detail-btn > span {
    font-size: 14px !important;
  }
  .rtl .careers-filter .select2-container .select2-selection__arrow,
  .careers-filter .select2-container .select2-selection__clear {
    top: 12px;
  }
  .rtl .careers-filter .form-control {
    height: 45px;
  }
  .rtl .careers-filter .search .btn {
    padding: 10px 15px;
  }

  .rtl .about-overview .tab-container ul {
    gap: 20px;
    justify-content: left;
    min-width: 545px;
  }
  .rtl .contact-form .form textarea {
    width: 92%;
  }
  .rtl .contact-form .card-header {
    padding: 30px 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .rtl .careers-list .card {
    width: auto;
    height: auto;
  }
}

@media (max-width: 440px) {
  .rtl .container {
    width: 90%;
  }
}
