@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&display=swap");
body {
  direction: rtl;
  font-family: "Tajawal", sans-serif; }

input {
  text-align: right; }

*:not(i) {
  font-family: "Tajawal", sans-serif !important; }

.services__number {
  left: 15px !important; }

* {
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  *::-webkit-scrollbar {
    width: 4px; }
  *::-webkit-scrollbar-track {
    background: #f1f1f1; }
  *::-webkit-scrollbar-thumb {
    background: #03254b; }
  *::-webkit-scrollbar-thumb:hover {
    background: #db1c29; }

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Oswald", sans-serif;
  font-weight: 700; }

section {
  overflow: hidden; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.main__btn {
  border: 0;
  padding: 1rem 1.5rem;
  -webkit-clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
          clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }
  .main__btn:hover {
    background-color: #03254b; }
  .main__btn a {
    color: white; }

.bordered__btn {
  position: relative;
  background-color: transparent;
  padding: 1rem 1.25rem;
  border: 0;
  -webkit-transition: color 0.6s;
  transition: color 0.6s; }
  .bordered__btn::after {
    content: "";
    position: absolute;
    border: solid #03254b;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 0;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
    inset: 0; }
  .bordered__btn::before {
    content: "";
    position: absolute;
    border: solid #03254b;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-right-width: 2px;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
    inset: 0; }
  .bordered__btn:hover {
    background-color: white;
    -webkit-clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
            clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%); }
    .bordered__btn:hover::after, .bordered__btn:hover::before {
      display: none; }
    .bordered__btn:hover a {
      color: #03254b; }
  .bordered__btn a {
    color: white; }

.banar {
  height: 40vh;
  position: relative;
  clear: both; }
  .banar__img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .banar__content {
    color: white;
    position: absolute;
    inset: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #3a2e62ce; }

@media screen and (max-width: 991px) {
  .banar {
    margin-top: 0; } }
.number__list span {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.5rem;
  background-color: #db1c29;
  color: white;
  /* -webkit-clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
          clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%); */
  margin-left: 0.5rem; }

.public__form input,
.public__form textarea {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #dee2e6 !important; }
.public__form__form__input {
  border-left: 0; }
.public__form .input-group-text {
  color: #03254b;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: transparent; }
.public__form .basic-addon3 {
  margin-left: 1rem; }

.feedback {
  position: fixed;
  right: 5px;
  bottom: 40px;
  z-index: 1500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  overflow: visible; }
  .feedback__content {
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    border-bottom-right-radius: 0;
    width: 350px;
    -webkit-transform: translateX(-360px);
            transform: translateX(-360px);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    .feedback__content_active {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .feedback__content__header {
      position: relative;
      background-color: #03254b;
      padding: 10px;
      padding-top: 50px;
      border-radius: 40px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .feedback__content__header__icons {
        position: absolute;
        width: 80px;
        height: 80px;
        background-color: white;
        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;
        top: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border-radius: 50%; }
        .feedback__content__header__icons__icon {
          font-size: 40px;
          color: #FFDF00; }
      .feedback__content__header__title {
        margin-bottom: 0;
        font-size: 18px;
        color: white;
        text-align: center;
        font-weight: bold; }
    .feedback__content__body {
      padding: 10px;
      background-color: white;
      border-bottom-left-radius: 40px; }
      .feedback__content__body__title {
        color: #03254b;
        font-size: 18px;
        font-weight: bold; }
      .feedback__content__body__text {
        font-weight: 400;
        font-size: 16px;
        color: #999999; }
  .feedback__close {
    background-color: #03254b;
    border: none;
    outline: none;
    border-radius: 40px;
    border-top-right-radius: 0;
    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;
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); }
    .feedback__close__icon {
      font-size: 35px; }
      .feedback__close__icon_close {
        color: #db1c29; }
      .feedback__close__icon_star {
        color: #FFDF00; }
      .feedback__close__icon_active {
        display: block; }
      .feedback__close__icon_remove {
        display: none; }

.filter {
  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;
  font-weight: bold; }
  .filter span {
    background-color: #03254b;
    padding: 1rem 1.5rem;
    margin-inline: 0.25rem;
    color: #fff; }
    .filter span.active {
      background: red; }

.services__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .services__boxes .fillter__services {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc((100% - 3rem) / 3);
    margin: 0.5rem;
    padding: 2rem 2rem;
    border-top: 3px solid #03254b;
    border-bottom: 3px solid #03254b;
    background-color: #ffefef;
    -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
            clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%); }

@media (max-width: 992px) {
  .services__boxes .fillter__services {
    width: calc((100% - 3rem) / 2); } }
@media (max-width: 768px) {
  .services__boxes .fillter__services {
    width: calc((100% - 3rem) / 1); } }
.all {
  background: khaki; }

.saudiabia {
  background: lightgreen; }

.aue {
  background: lightblue; }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: translate(-100%) rotate(-100deg);
            transform: translate(-100%) rotate(-100deg); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@keyframes rotate-right {
  0% {
    -webkit-transform: translate(-100%) rotate(-100deg);
            transform: translate(-100%) rotate(-100deg); }
  100% {
    -webkit-transform: none;
            transform: none; } }
.is-animated {
  -webkit-animation: 0.6s zoom-in;
          animation: 0.6s zoom-in; }

/* start whatsapp */
.whatsapp__link {
  position: fixed;
  left: 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: 0 2px 5px #00000042;
          box-shadow: 0 2px 5px #00000042;
  background-color: #25D366;
  border-radius: 50%;
  width: 60px;
  height: 60px; }

.whatsapp__link__icon {
  font-size: 40px;
  color: white; }

/* end whatsapp */
.location-card__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px; }
  .location-card__content__title {
    font-weight: 500;
    margin: 0;
    color: #03254b; }
  .location-card__content__text {
    margin: 0 !important;
    text-align: center;
    color: #999999; }

.footer__nav__link {
  -webkit-transition: padding 0.3s linear;
  transition: padding 0.3s linear; }
  .footer__nav__link:hover {
    color: #db1c29;
    padding-right: 10px; }
.footer__social-list__item__link__icon {
  font-size: 30px;
  color: white; }
  .footer__social-list__item__link__icon:hover {
    color: #db1c29; }
.footer__nav-data li p a:hover {
  color: #db1c29; }

.navbar__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.navbar__box__text p {
  font-size: 12px;
  margin-bottom: 6px; }

.navbar__box__text a {
  color: #03254b; }

.desktop-nav {
  padding: 20px 0; }
  .desktop-nav_home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: transparent; }
  .desktop-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .desktop-nav__content__logo__link__img {
      height: 80px; }
  .desktop-nav .navslist {
    display: inline-block;
    position: relative; }
    .desktop-nav .navslist li:not(li.dropdown-item-parent) {
      display: inline-block;
      margin-inline: 1.75rem;
      padding-block: 1rem; }
      .desktop-nav .navslist li:not(li.dropdown-item-parent) a {
        font-weight: bold;
        font-size: 17px; }
      .desktop-nav .navslist li:not(li.dropdown-item-parent) a:hover,
      .desktop-nav .navslist li:not(li.dropdown-item-parent) a.active {
        color: #db1c29 !important;
        font-weight: bolder;
        background-color: var(--bs-dropdown-link-hover-bg); }
    .desktop-nav .navslist .dropdown-menu .dropdown-item-parent:last-of-type {
      padding-bottom: 0; }
    .desktop-nav .navslist .dropdown-menu .dropdown-item-parent .dropdown-item {
      -webkit-transition: padding 0.2s linear;
      transition: padding 0.2s linear; }
      .desktop-nav .navslist .dropdown-menu .dropdown-item-parent .dropdown-item:hover {
        padding-right: 20px; }
  .desktop-nav button {
    border: 0;
    color: white;
    text-transform: capitalize;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out; }

.hamburger {
  position: relative;
  display: block;
  width: 35px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  border: none;
  float: left; }
  .hamburger .bar, .hamburger::after, .hamburger::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: black;
    margin: 6px 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .hamburger.is-active:before {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
            transform: rotate(-45deg) translate(-8px, 6px); }
  .hamburger.is-active:after {
    -webkit-transform: rotate(45deg) translate(-9px, -8px);
            transform: rotate(45deg) translate(-9px, -8px); }
  .hamburger.is-active .bar {
    opacity: 0; }

.mobile-nav__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: black;
  opacity: 0.5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 90; }
  .mobile-nav__overlay.is-active {
    left: 0; }

.mobile-nav {
  width: 290px;
  position: fixed;
  top: 0;
  left: -100%;
  min-height: 100vh;
  display: block;
  z-index: 100;
  background-color: white;
  padding-top: 1rem;
  -webkit-padding-start: 1rem;
     -moz-padding-start: 1rem;
          padding-inline-start: 1rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-border-start: 3px solid #db1c29;
     -moz-border-start: 3px solid #db1c29;
          border-inline-start: 3px solid #db1c29;
  padding: 2rem; }
  .mobile-nav.is-active {
    left: 0; }
  .mobile-nav .closing_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    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;
    background-color: #03254b; }
    .mobile-nav .closing_btn:hover {
      background-color: red; }
    .mobile-nav .closing_btn i {
      font-size: 1rem;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .mobile-nav .mobile-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-nav .mobile-nav__list__item__link {
      display: block;
      padding: 1rem 0.5rem;
      color: #03254b;
      font-weight: bold;
      border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
      .mobile-nav .mobile-nav__list__item__link.active, .mobile-nav .mobile-nav__list__item__link:hover {
        color: #db1c29; }
    .mobile-nav .mobile-nav__list .mobile__dropdown {
      border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
      .mobile-nav .mobile-nav__list .mobile__dropdown span {
        font-family: "Oswald", sans-serif;
        position: relative;
        display: block;
        padding: 1rem 0.5rem;
        color: #03254b;
        font-weight: bold; }
      .mobile-nav .mobile-nav__list .mobile__dropdown__content {
        display: none; }
        .mobile-nav .mobile-nav__list .mobile__dropdown__content li {
          padding: 0.5rem 0.5rem; }
        .mobile-nav .mobile-nav__list .mobile__dropdown__content.is-active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
      .mobile-nav .mobile-nav__list .mobile__dropdown .plus__btn {
        position: relative;
        display: block;
        width: 15px;
        cursor: pointer;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: none;
        outline: none;
        border: none; }
        .mobile-nav .mobile-nav__list .mobile__dropdown .plus__btn .bar, .mobile-nav .mobile-nav__list .mobile__dropdown .plus__btn::before {
          content: "";
          display: block;
          width: 100%;
          height: 3px;
          background-color: black;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        .mobile-nav .mobile-nav__list .mobile__dropdown .plus__btn::before {
          -webkit-transform: rotate(-90deg) translate(-3px, 0px);
                  transform: rotate(-90deg) translate(-3px, 0px); }
        .mobile-nav .mobile-nav__list .mobile__dropdown .plus__btn.is-active:before {
          -webkit-transform: rotate(0deg) translate(0px, 3px);
                  transform: rotate(0deg) translate(0px, 3px); }
  .mobile-nav .mobile-nav__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mobile-nav .mobile-nav__info span {
      margin-top: 1rem; }
      .mobile-nav .mobile-nav__info span a {
        color: #03254b; }

.hero {
  width: 100%; }
  .hero .item {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white; }
    .hero .item.slider-1 {
      background-image: -webkit-gradient(linear, left top, right top, from(#03337a), to(rgba(1, 40, 99, 0))), url(../assets/img/main-slider/slide-1.jpg);
      background-image: linear-gradient(90deg, #03337a 0%, rgba(1, 40, 99, 0)), url(../assets/img/main-slider/slide-1.jpg);
      -o-object-fit: cover;
         object-fit: cover; }
    .hero .item.slider-2 {
      background-image: -webkit-gradient(linear, left top, right top, from(#03337a), to(rgba(1, 40, 99, 0))), url(../assets/img/main-slider/slide-2.jpg);
      background-image: linear-gradient(90deg, #03337a 0%, rgba(1, 40, 99, 0)), url(../assets/img/main-slider/slide-2.jpg);
      -o-object-fit: cover;
         object-fit: cover; }
    .hero .item.slider-3 {
      background-image: -webkit-gradient(linear, left top, right top, from(#03337a), to(rgba(1, 40, 99, 0))), url(../assets/img/main-slider/slide-3.jpg);
      background-image: linear-gradient(90deg, #03337a 0%, rgba(1, 40, 99, 0)), url(../assets/img/main-slider/slide-3.jpg);
      -o-object-fit: cover;
         object-fit: cover; }
    .hero .item .hero__content {
      width: 75%; }
      .hero .item .hero__content h1,
      .hero .item .hero__content h2 {
        font-size: calc(1.5rem + 3vw);
        margin-bottom: 1rem; }
      .hero .item .hero__content img {
        width: 250px;
        margin-bottom: 1rem; }

.outlets-section {
  height: 310px;
  position: relative;
  background-color: white;
  margin-top: -7rem;
  z-index: 3;
  border-radius: 1px;
  border-bottom: 10px solid #db1c29;
  padding: 0 3rem; }
  @media (max-width: 991px) {
    .outlets-section {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  .outlets-section .outlets__card {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    @media (min-width: 992px) {
      .outlets-section .outlets__card:hover {
        -webkit-transform: translateY(-90px);
                transform: translateY(-90px);
        z-index: 100; }
        .outlets-section .outlets__card:hover .outlets__icons {
          border: 4px solid #db1c29;
          background-color: white;
          margin-bottom: 1rem; }
        .outlets-section .outlets__card:hover a {
          opacity: 1; } }
    .outlets-section .outlets__card .outlets__icons {
      width: 135px;
      height: 135px;
      border-radius: 50%;
      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;
      position: relative;
      z-index: 4; }
      .outlets-section .outlets__card .outlets__icons__icon {
        font-size: 55px;
        color: #db1c29; }
    .outlets-section .outlets__card h3 {
      margin-bottom: 1rem;
      text-align: center;
      color: #03254b; }
    .outlets-section .outlets__card p {
      text-align: center; }
    .outlets-section .outlets__card > a {
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      opacity: 0; }

.about-section__box {
  height: 100%; }
  .about-section__box__img {
    height: 450px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 991px) {
      .about-section__box__img {
        height: 500px; } }
    @media (max-width: 768px) {
      .about-section__box__img {
        height: 300px; } }
  .about-section__box__content {
    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;
    height: 100%; }
    .about-section__box__content button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }

.info_section {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(219, 28, 41, 0.9)), to(rgba(219, 28, 41, 0.9))), url(../assets/img/info-section/services-cta-bg.png);
  background-image: linear-gradient(90deg, rgba(219, 28, 41, 0.9) 0%, rgba(219, 28, 41, 0.9)), url(../assets/img/info-section/services-cta-bg.png);
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  background-size: cover;
  position: relative;
  padding-block: 2rem;
  padding-left: 2.5rem;
  color: white; }
  .info_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .info_section .info_icon {
    text-align: center;
    color: #03254b; }
    .info_section .info_icon i {
      font-size: 2rem;
      padding: 1rem;
      background: white;
      border-radius: 50%; }
  .info_section a {
    color: white;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .info_section a:hover {
      color: #03254b; }

@media screen and (max-width: 400px) {
  .info_section {
    padding-left: 0; } }
.principles {
  background-color: #f3f4f6;
  position: relative; }
  .principles__box {
    height: 100%;
    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; }
  .principles .principles__vid {
    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; }
    .principles .principles__vid .video__icon {
      position: absolute;
      width: 90px;
      height: 90px;
      background-color: white;
      border-radius: 50%;
      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;
      cursor: pointer;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transition-property: background, color;
      transition-property: background, color; }
      .principles .principles__vid .video__icon:hover {
        background-color: #03254b; }
        .principles .principles__vid .video__icon:hover i {
          color: white; }
    .principles .principles__vid__img {
      height: 450px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991px) {
        .principles .principles__vid__img {
          height: 500px; } }
      @media (max-width: 768px) {
        .principles .principles__vid__img {
          height: 300px; } }

.vid__modle {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: #000000ba; }
  .vid__modle .closing_btn-vid {
    position: absolute;
    top: 5%;
    left: 3%;
    color: white;
    cursor: pointer; }

.owl-carousel-testimonials .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.testimonials {
  background-image: url(../assets/img/testimonials/map-bg.png);
  background-repeat: no-repeat;
  background-size: cover; }
  .testimonials .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    height: 100%;
    padding: 2rem 2.5rem;
    background: #fff6f6ac;
    -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
            clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%); }
  .testimonials__card {
    position: relative;
    overflow: hidden;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.quote {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 46, 98, 0.2)), to(rgba(58, 46, 98, 0.2))), url(../assets/img/quote/price-cta-bg.png);
  background-image: linear-gradient(rgba(58, 46, 98, 0.2), rgba(58, 46, 98, 0.2)), url(../assets/img/quote/price-cta-bg.png);
  background-position: right, center; }
  .quote__content {
    -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
            clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
    padding: 5rem 5rem 0 5rem;
    margin-bottom: -1px; }

@media screen and (max-width: 550px) {
  .quote {
    padding-top: 1rem; }

  .quote__content {
    padding: 1rem 2rem 0 2rem; } }
.numbers {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 46, 98, 0.9)), to(rgba(58, 46, 98, 0.9))), url(../assets/img/numbers/fact-bg-02-1.jpg);
  background-image: linear-gradient(rgba(58, 46, 98, 0.9), rgba(58, 46, 98, 0.9)), url(../assets/img/numbers/fact-bg-02-1.jpg);
  background-size: cover;
  color: white;
  padding: 5rem 0; }
  .numbers span {
    font-size: 3rem; }
  .numbers .numbers__icon {
    font-size: 4rem; }

.feedback-modal__submit {
  background-color: #db1c29;
  color: white; }
  .feedback-modal__submit:hover {
    background-color: #03254b;
    color: white; }

.services__card {
  border-top: 3px solid #03254b;
  border-bottom: 3px solid #03254b;
  padding: 2rem 2rem;
  -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
          clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #ffefef; }
  .services__card__icon {
    color: #db1c29;
    font-size: 55px; }
  .services__card__link {
    background-color: #db1c29;
    color: white; }
    .services__card__link:hover {
      background-color: #03254b;
      color: white; }
  .services__card__text {
    max-height: 144px;
    overflow: hidden; }
.services .card__content {
  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: center;
      -ms-flex-align: center;
          align-items: center; }
.services__link {
  background-color: #db1c29;
  color: white;
  margin-top: 20px; }
  .services__link:hover {
    background-color: #03254b;
    color: white; }
.services__nav {
  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; }
  .services__nav__navigation .pagination {
    margin: 0; }
    .services__nav__navigation .pagination .page-item .page-link {
      color: #03254b;
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .services__nav__navigation .pagination .page-item.active .page-link, .services__nav__navigation .pagination .page-item:hover .page-link {
      border-color: #dee2e6;
      background-color: #db1c29;
      color: white; }
.services__number {
  position: absolute;
  background-color: #03254b;
  color: white;
  top: 0;
  left: 0;
  padding: 1.25rem 1.5rem;
  -webkit-clip-path: polygon(7% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(7% 0, 100% 0, 95% 100%, 0 100%); }
.services .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  left: 0;
  right: 0; }
  .services .owl-nav .owl-prev,
  .services .owl-nav .owl-next {
    margin: 0;
    background-color: #3a2e62a1 !important;
    color: white !important;
    width: 40px;
    height: 40px;
    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;
    position: absolute; }
    .services .owl-nav .owl-prev span,
    .services .owl-nav .owl-next span {
      font-size: 30px;
      height: 100%;
      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; }
    .services .owl-nav .owl-prev:hover,
    .services .owl-nav .owl-next:hover {
      background-color: #03254b !important; }
  .services .owl-nav .owl-prev {
    right: 0; }
  .services .owl-nav .owl-next {
    left: 0; }

.services__form {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 100%); }

.map {
  height: 450px; }
  .map__iframe {
    height: 100%;
    width: 100%; }

.sites__title {
  color: #03254b;
  text-align: center;
  margin-bottom: 15px; }
.sites__text {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #999999; }
  @media (max-width: 768px) {
    .sites__text {
      width: 100%; } }
.sites__map-container {
  height: 100vh;
  width: 100vw; }
  @media (max-width: 991px) {
    .sites__map-container {
      height: 75vh; } }
  .sites__map-container__map {
    height: 100%;
    width: 100%; }

.bg-lightGray {
  background-color: #f3f4f6; }

.bg_main_color {
  background-color: #03254b; }

.bg_red_color {
  background-color: #db1c29; }

.text_main_color {
  color: #03254b; }

.text_red_color {
  color: #db1c29; }

.fontf__oswald {
  font-family: "Oswald", sans-serif; }

.text-color {
  color: #999999; }

.upperbar__text {
  color: #8a9db9; }

.clr {
  clear: both !important; }

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