body {
  direction: rtl;
}

input {
  text-align: right;
}

.services__number {
  left: 15px !important;
}

.fs-15 {
  font-size: 16px;
}

body {
  font-family: "Cairo", sans-serif;
}

section {
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  color: #80807f;
}

.main__heading {
  text-align: center;
}
.main__heading__sub {
  position: relative;
  display: inline-block;
  color: #fd7a24;
  margin-block: 1rem;
}
.main__heading__sub::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
  background-color: #fd7a24;
}
.main__heading__title {
  font-weight: 700;
}
.main__heading__description {
  width: 70%;
  margin: 1rem auto;
  color: #80807f;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .main__heading__description {
    width: 100%;
  }
}
.main__heading.main__heading--start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.main__heading.main__heading--start .main__heading__sub {
  margin-right: 3.5rem;
}
.main__heading.main__heading--start .main__heading__description {
  margin: 1rem 0;
  text-align: start;
}

.service__card__img {
  margin-bottom: 1.5rem;
}
.service__card__description {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.service__card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service__card__rating__title {
  margin: 0;
  font-size: 15px;
  color: #80807f;
}
.service__card__rating__stars {
  font-size: 15px;
  margin-right: 1rem;
}
.service__card__rating__stars i {
  color: #ccd6df;
}
.service__card__rating__stars i.active {
  color: #fd7a24;
}
.service__card__btn {
  color: #fd7a24;
  text-align: center;
  display: block;
  font-weight: 700;
}
.service__card__btn::after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main__btn {
  border: 0;
  border-radius: 0;
  background-color: #02406d;
  display: block;
  margin-inline: auto;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-size: 15px;
}
.main__btn:hover {
  background-color: #01243d;
}
.main__btn a {
  display: block;
  color: #fff;
  padding: 0.25rem 1rem;
  font-weight: 300;
}

.visa__btn {
  margin: 0 auto 1rem;
  border: 0;
  background-color: #02406d;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.visa__btn a {
  color: #fff;
}

.banar {
  height: 40vh;
  background-image: url(../img/banar/Banner1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}
.banar::after {
  content: url(../img/banar/slider-pattern.png);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40%;
}

/* start whatsapp */
.whatsapp__link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #25d366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.whatsapp__link__icon {
  font-size: 40px;
  color: white;
}
.whatsapp__tip {
  position: fixed;
  right: 90px;
  bottom: 35px;
  background-color: #fff;
  color: #000;
  padding: 5px 12px;
  font-size: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}
.whatsapp__tip::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
}

/* end whatsapp */
header .owl-item.active .slider__content {
  -webkit-animation: fadeInUp ease 1s 0.5s both;
          animation: fadeInUp ease 1s 0.5s both;
}
header .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1000;
  padding: 0 2rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header .owl-nav {
    display: none;
  }
}
header .owl-nav .owl-prev,
header .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  margin: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  background: #cccccc65 !important;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  color: #fff !important;
}
header .owl-nav .owl-prev i,
header .owl-nav .owl-next i {
  font-size: 1.25rem !important;
}
header .owl-nav .owl-prev:hover,
header .owl-nav .owl-next:hover {
  background: #02406d !important;
}
header .slider {
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
header .slider__content {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  header .slider__content {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  header .slider__content {
    width: 90%;
  }
}
header .slider__content h1 {
  font-weight: 900;
}

.contact__form {
  font-size: 15px;
}
.contact__form .form-label {
  margin: 0;
  color: #80807f;
}
.contact__form .form-control {
  border-radius: 0;
  font-size: 15px;
  border-color: #e5e5e5;
}
.contact__form .form-control::-webkit-input-placeholder {
  color: #80807f;
  opacity: 0.5;
  font-size: 13px;
}
.contact__form .form-control:-ms-input-placeholder {
  color: #80807f;
  opacity: 0.5;
  font-size: 13px;
}
.contact__form .form-control::-ms-input-placeholder {
  color: #80807f;
  opacity: 0.5;
  font-size: 13px;
}
.contact__form .form-control::placeholder {
  color: #80807f;
  opacity: 0.5;
  font-size: 13px;
}
.contact__form button {
  color: #fff;
  margin-inline: 0;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

.subscription__form .form-control {
  border-radius: 0;
  font-size: 15px;
  border-color: #e5e5e5;
}
.subscription__form .form-control::-webkit-input-placeholder {
  color: #80807f;
  opacity: 0.5;
  font-size: 13px;
}
.subscription__form .form-control:-ms-input-placeholder {
  color: #80807f;
  opacity: 0.5;
  font-size: 13px;
}
.subscription__form .form-control::-ms-input-placeholder {
  color: #80807f;
  opacity: 0.5;
  font-size: 13px;
}
.subscription__form .form-control::placeholder {
  color: #80807f;
  opacity: 0.5;
  font-size: 13px;
}

.footer {
  background-color: #02406d;
  color: #fff;
}
.footer__heading {
  position: relative;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.footer__heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  background-color: #fd7a24;
}
.footer__social__list li a {
  color: #fff;
}
.footer__social__list li a i {
  color: #fd7a24;
}
.footer .subscription__form button {
  background-color: #fd7a24;
}
.footer .subscription__form button:hover {
  background-color: #c6611f;
}
.footer .copy {
  background-color: #013357;
}
.footer .copy a {
  color: #fd7a24;
}

.packages__heading {
  font-size: 14px;
  color: #02406d;
}

.values__card__wrapper {
  border: 1px solid #02406d;
  padding: 1rem;
  border-radius: 10px;
}
.values__card__wrapper i {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #fd7a24;
}
.values__card__wrapper h5 {
  color: #02406d;
}

.subscription {
  height: 50vh;
  background-image: url(../img/banar/bg-img-offer.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
.subscription .backgraound-ovarlay {
  background-color: #02406d;
  opacity: 0.7;
  position: absolute;
  inset: 0;
}

.visa__package__img {
  margin-bottom: 1rem;
}
.visa__package__content {
  background-color: #f7f7f7;
}
.visa__package__content__heading {
  text-align: center;
  padding: 2rem;
  background-color: #fd7a24;
  color: #fff;
}
.visa__package__content__list {
  padding: 1rem;
  margin: 0;
}
.visa__package__content__list li {
  padding-block: 0.75rem;
}
.visa__package__content__list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.visa__package__content__list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  border-radius: 50%;
  background-color: #fd7a24;
  margin-left: 0.5rem;
}
.visa__package__content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-choose-us {
  background-image: url(../img/about/about-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
.why-choose-us .backgraound-ovarlay {
  background-color: #151515;
  opacity: 0.7;
  position: absolute;
  inset: 0;
}
.why-choose-us__card {
  background-color: #f56960cc;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.why-choose-us__card__content {
  padding: 0.5rem;
}

/*# sourceMappingURL=main-rtl.css.map */