@charset "UTF-8";
/*!
* Style Sheet for ""
* version: 1
* last modified:27/04/2022 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700&display=swap&subset=arabic");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

sub {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}


tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-lg, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-lg, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.form-label {
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple] {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
 .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
 .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 .btn:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 .btn:active:focus, .btn.active:focus, .btn.show:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
 .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 1;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.carousel {
  position: relative;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "ipac";
  src: url("../fonts/ipac.eot?79691827");
  src: url("../fonts/ipac.eot?79691827#iefix") format("embedded-opentype"), url("../fonts/ipac.woff2?79691827") format("woff2"), url("../fonts/ipac.woff?79691827") format("woff"), url("../fonts/ipac.ttf?79691827") format("truetype"), url("../fonts/ipac.svg?79691827#ipac") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "ipac";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e800";
} /* '' */ /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */ /* '' */ /* '' */
.icon-twitter:before {
  content: "\f309";
} /* '' */
.icon-facebook:before {
  content: "\f30c";
} /* '' */ /* '' */
.icon-linkedin:before {
  content: "\f318";
} /* '' */
@font-face {
  font-family: "ElMessiri-Bold";
  src: url("../fonts/ElMessiri-Bold.eot");
  src: url("../fonts/ElMessiri-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ElMessiri-Bold.woff2") format("woff2"), url("../fonts/ElMessiri-Bold.woff") format("woff"), url("../fonts/ElMessiri-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ElMessiri-Regular";
  src: url("../fonts/ElMessiri-Regular.eot");
  src: url("../fonts/ElMessiri-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ElMessiri-Regular.woff2") format("woff2"), url("../fonts/ElMessiri-Regular.woff") format("woff"), url("../fonts/ElMessiri-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ElMessiri-SemiBold";
  src: url("../fonts/ElMessiri-SemiBold.eot");
  src: url("../fonts/ElMessiri-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ElMessiri-SemiBold.woff2") format("woff2"), url("../fonts/ElMessiri-SemiBold.woff") format("woff"), url("../fonts/ElMessiri-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ElMessiri-Medium";
  src: url("../fonts/ElMessiri-Medium.eot");
  src: url("../fonts/ElMessiri-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ElMessiri-Medium.woff2") format("woff2"), url("../fonts/ElMessiri-Medium.woff") format("woff"), url("../fonts/ElMessiri-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almarai-Bold";
  src: url("../fonts/Almarai-Bold.eot");
  src: url("../fonts/Almarai-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Almarai-Bold.woff2") format("woff2"), url("../fonts/Almarai-Bold.woff") format("woff"), url("../fonts/Almarai-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almarai-Light";
  src: url("../fonts/Almarai-Light.eot");
  src: url("../fonts/Almarai-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Almarai-Light.woff2") format("woff2"), url("../fonts/Almarai-Light.woff") format("woff"), url("../fonts/Almarai-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almarai-Regular";
  src: url("../fonts/Almarai-Regular.eot");
  src: url("../fonts/Almarai-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Almarai-Regular.woff2") format("woff2"), url("../fonts/Almarai-Regular.woff") format("woff"), url("../fonts/Almarai-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-font: "Almarai-Light", sans-serif;
}

.btn-primary {
  background: #8E1537;
}

.btn-primary {
  background: #8E1537;
  border-color: #8E1537;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(142, 21, 55, 0.8);
  border-color: #8E1537;
}

.bg-primary {
  background: #8E1537 !important;
}

.bg-secondary {
  background: #6B50A1 !important;
}

.bg-intro {
  background: #F8F3F0 !important;
}

.bg-dark {
  background: #1F1F1F !important;
}

.bg-grey {
  background: #ededed !important;
}

.bg-footer {
  background: #1D1F22 !important;
}

.bg-grey2 {
  background: #F8F8F8 !important;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(1) {
  transition-delay: 50.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(2) {
  transition-delay: 100.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(3) {
  transition-delay: 150.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(4) {
  transition-delay: 200.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(5) {
  transition-delay: 250.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(6) {
  transition-delay: 300.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(7) {
  transition-delay: 350.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(8) {
  transition-delay: 400.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(9) {
  transition-delay: 450.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(10) {
  transition-delay: 500.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(11) {
  transition-delay: 550.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(12) {
  transition-delay: 600.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(13) {
  transition-delay: 650.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(14) {
  transition-delay: 700.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(15) {
  transition-delay: 750.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(16) {
  transition-delay: 800.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(17) {
  transition-delay: 850.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(18) {
  transition-delay: 900.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(19) {
  transition-delay: 950.1ms;
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li:nth-child(20) {
  transition-delay: 1000.1ms;
}

.btn {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  transition: all 300ms;
  background-color: transparent;
  padding: 14px 40px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767.98px) {
  .btn {
    padding: 5px 15px;
  }
}
.btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
  transition: all 300ms;
}

.lrg-btn {
  padding: 15px 42px;
  background-color: #8E1537;
  position: relative;
  border: none;
  width: auto;
  height: auto;
  font-size: 14px !important;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.lrg-btn:after {
  width: 2rem;
  height: 2rem;
  content: "";
  position: absolute;
  inset-inline-end: 15px;
  z-index: 2;
  -webkit-mask-image: url(../../assets/images/arrow-right.svg);
  mask-image: url(../../assets/images/arrow-right.svg);
  -webkit-mask-size: 0.5rem;
  mask-size: 0.5rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
html[dir=rtl] .lrg-btn:after {
  transform: rotate(-180deg);
}
.lrg-btn:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.lrg-btn:hover:after {
  inset-inline-end: 10px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991.98px) {
  .lrg-btn {
    padding: 15px 30px;
  }
}
@media (max-width: 767.98px) {
  .lrg-btn {
    padding: 8px 35px 8px 20px;
  }
}

body, html {
  margin: 0;
  font-size: 62.5%;
  scroll-behavior: smooth;
  direction: ltr;
  min-height: 100%;
}
body[dir=rtl], html[dir=rtl] {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

body {
  font-size: 1.6rem;
  font-family: var(--primary-font);
  font-weight: normal;
  background: #fff;
  overflow-x: hidden;
}
html[dir=rtl] body {
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

.container {
  max-width: 1320px;
}

.row {
  --bs-gutter-x: 2.4rem;
}

.container, .container-lg {
  padding-right: var(--bs-gutter-x, 1.2rem);
  padding-left: var(--bs-gutter-x, 1.2rem);
}

ul {
  padding: 0;
  margin: 0;
}

a {
  transition: all 300ms;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: all 300ms;
}

p, .btn,
button, input, select, textarea, .form-control, .form-select,
.dropdown-menu {
  font-size: 1.6rem;
}

.form-control {
  padding: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

[class*=" icon-"]:before, [class^=icon-]:before {
  margin: 0;
}

.text-right {
  text-align: end !important;
}

p a {
  color: #8E1537;
}
p a:hover {
  color: #8E1537;
  text-decoration: underline;
}

body {
  background-color: #ffffff;
  font-family: var(--primary-font);
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "ElMessiri-Bold";
}

.sub-title {
  font-size: 26px;
  display: block;
}
@media (max-width: 991.98px) {
  .sub-title {
    font-size: 20px;
  }
}

.section {
  padding-block: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .section {
    padding-block: 50px;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding-block: 30px;
  }
}

h2, .h2 {
  color: #000;
  font-size: 50px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media (max-width: 1399.98px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 23px;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@-webkit-keyframes image-cover {
  0% {
    height: 40%;
  }
  100% {
    height: 0%;
  }
}
@keyframes image-cover {
  0% {
    height: 40%;
  }
  100% {
    height: 0%;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.show-item {
  -webkit-animation: fade-in 1s ease;
  animation: fade-in 1s ease;
}

.bottom-in-hide {
  transition: all ease 0.5s;
  transform: translateY(65px);
  opacity: 0;
}

.from-bottom {
  transition: all ease 0.5s;
  transform: translateY(0);
  opacity: 1;
}

.left-in-hide {
  transition: all ease 3s;
  transform: translateX(-150px);
  opacity: 0;
}

.from-left {
  transition: all ease 3s;
  transform: translateX(0);
  opacity: 1;
}

.from-right {
  transition: all ease 3s;
  transform: translateX(0);
  opacity: 1;
}

@-webkit-keyframes h1anim {
  from {
    background-position: 150% center;
  }
  to {
    background-position: 0 center;
  }
}

@keyframes h1anim {
  from {
    background-position: 150% center;
  }
  to {
    background-position: 0 center;
  }
}
.owl-carousel.home-slider .owl-item.active .fig-caption h1 .span-class, .owl-carousel.home-slider .owl-item.active .fig-caption .h1 .span-class {
  display: block;
  color: transparent;
}

@-webkit-keyframes swing-top-fwd {
  0%, 25% {
    transform: translate(0, 18px);
    transform-origin: top;
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    transform-origin: top;
    opacity: 1;
  }
}

@keyframes swing-top-fwd {
  0%, 25% {
    transform: translate(0, 18px);
    transform-origin: top;
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    transform-origin: top;
    opacity: 1;
  }
}
.intro-wrap .animate .from-bottom, .accreditation-wrap .animate .from-bottom, .updates-wrap .animate .from-bottom {
  background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: h1anim 3s linear forwards;
          animation: h1anim 3s linear forwards;
  background-size: 500% auto;
  display: inline-block;
  background-position: 150% center;
  background-repeat: no-repeat;
}

.about-wrap .animate .from-bottom, .team-wrap .animate .from-bottom, .service-wrap .animate .from-bottom, .testi-wrap .animate .from-bottom {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgba(142, 21, 55, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: h1anim 3s linear forwards;
          animation: h1anim 3s linear forwards;
  background-size: 500% auto;
  display: inline-block;
  background-position: 150% center;
  background-repeat: no-repeat;
}

.owl-nav button {
  position: absolute;
  bottom: -90px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #DDDDDD !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
html[dir=rtl] .owl-nav button {
  transform: rotate(-180deg);
}
@media (max-width: 1399.98px) {
  .owl-nav button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .owl-nav button {
    width: 40px;
    height: 40px;
    bottom: 40%;
  }
}
.owl-nav button:before {
  background-image: url(../../assets/images/right-arow.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 70px;
  height: 70px;
  content: "";
}
@media (max-width: 1399.98px) {
  .owl-nav button:before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .owl-nav button:before {
    width: 40px;
    height: 40px;
  }
}
.owl-nav button.owl-next {
  inset-inline-end: -20px;
}
.owl-nav button.owl-prev {
  inset-inline-start: -20px;
}
.owl-nav button.owl-prev:before {
  transform: rotate(-180deg);
}

.other-service-slider {
  position: relative;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.other-service-slider .card {
  border: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.11);
}
.other-service-slider .card-body {
  padding: 25px 36px;
}
.other-service-slider .card-body span {
  color: #6B50A1;
  font-size: 12px;
  font-family: "Almarai-Bold";
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px;
}
.other-service-slider .card-body h3, .other-service-slider .card-body .h3 {
  color: #000;
  font-family: "Almarai-Bold";
  font-size: 18px;
  margin: 0 0 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.other-service-slider .card-body h3 a, .other-service-slider .card-body .h3 a {
  color: #000;
}
.other-service-slider .card-body .btn {
  color: #000;
  border: 1px solid #000;
  font-size: 15px;
  padding: 8px 25px;
  display: none;
}
.other-service-slider .card-body .btn:hover {
  background-color: #8E1537;
  color: #fff;
  border: 1px solid #8E1537;
}
.other-service-slider .owl-item {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.01);
  z-index: 1;
  padding: 0 15px;
}
.other-service-slider .owl-item .item .card {
  position: relative;
  overflow: hidden;
}
.other-service-slider .owl-item .item figure {
  margin: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 210px;
}
.other-service-slider .owl-item .item figure:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6278886555) 33%, rgba(0, 104, 126, 0) 75%, rgba(0, 212, 255, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  pointer-events: none;
}
.other-service-slider .owl-item .item figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -20px;
  inset-inline-start: 0;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-service-slider .owl-item .item figcaption .hvr {
  text-align: center;
}
.other-service-slider .owl-item .item figcaption .hvr i {
  margin: 0px;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.other-service-slider .owl-item .item figcaption .hvr i img {
  max-width: 100%;
}
.other-service-slider .owl-item .item figcaption .hvr h4, .other-service-slider .owl-item .item figcaption .hvr .h4 {
  color: #fff;
  font-size: 23px;
  display: block;
}
.other-service-slider .owl-item .item figcaption .hvr .more {
  opacity: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: none;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  position: relative;
}
.other-service-slider .owl-item .item figcaption .hvr .more:after {
  background-color: #8E1537;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: url(../../assets/images/right-arow.svg);
  mask-image: url(../../assets/images/right-arow.svg);
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.other-service-slider .owl-item .item .img-fluid {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1); /* IE 9 */ /* Safari 3-8 */
  transform: scale(1);
}
.other-service-slider .owl-item .item:hover figure:after {
  width: 100%;
  height: 450px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-service-slider .owl-item .item:hover figcaption {
  bottom: 0px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-service-slider .owl-item .item:hover figcaption .more {
  opacity: 1;
}
.other-service-slider .owl-item .item:hover .img-fluid { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}
.other-service-slider .owl-item.active.selected, .other-service-slider .owl-item.active:first-of-type {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-service-slider .owl-item.active.selected h3, .other-service-slider .owl-item.active.selected .h3, .other-service-slider .owl-item.active:first-of-type h3, .other-service-slider .owl-item.active:first-of-type .h3 {
  font-size: 26px;
  -webkit-line-clamp: unset;
}
@media (max-width: 1399.98px) {
  .other-service-slider .owl-item.active.selected h3, .other-service-slider .owl-item.active.selected .h3, .other-service-slider .owl-item.active:first-of-type h3, .other-service-slider .owl-item.active:first-of-type .h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .other-service-slider .owl-item.active.selected h3, .other-service-slider .owl-item.active.selected .h3, .other-service-slider .owl-item.active:first-of-type h3, .other-service-slider .owl-item.active:first-of-type .h3 {
    font-size: 16px;
  }
}
.other-service-slider .owl-item.active.selected .btn, .other-service-slider .owl-item.active:first-of-type .btn {
  display: inline-block;
}
.other-service-slider .owl-item.active.selected .card, .other-service-slider .owl-item.active:first-of-type .card {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-service-slider .owl-item.active.selected .card figure, .other-service-slider .owl-item.active:first-of-type .card figure {
  height: 290px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-service-slider .owl-item.active.selected .card figure .img-fluid, .other-service-slider .owl-item.active:first-of-type .card figure .img-fluid {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-nav {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.slider-nav button {
  position: static;
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.news-slider-wrap .col-auto {
  text-align: right;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  inset-inline-end: 30px;
  inset-block-end: 30px;
}
html[dir=rtl] .news-slider-wrap .col-auto {
  text-align: left;
}
@media (max-width: 1399.98px) {
  .news-slider-wrap .col-auto {
    inset-block-end: -50px;
  }
}
.news-slider-wrap .col-auto .slider-nav {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  pointer-events: auto;
}

.other-project-slider {
  position: relative;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.other-project-slider .card {
  border: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.11);
}
.other-project-slider .card-body {
  padding: 25px 36px;
}
.other-project-slider .card-body span {
  color: #6B50A1;
  font-size: 12px;
  font-family: "Almarai-Bold";
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px;
}
.other-project-slider .card-body h3, .other-project-slider .card-body .h3 {
  color: #000;
  font-family: "Almarai-Bold";
  font-size: 18px;
  margin: 0 0 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.other-project-slider .card-body h3 a, .other-project-slider .card-body .h3 a {
  color: #000;
}
.other-project-slider .card-body .btn {
  color: #000;
  border: 1px solid #000;
  font-size: 15px;
  padding: 8px 25px;
  display: none;
}
.other-project-slider .card-body .btn:hover {
  background-color: #8E1537;
  color: #fff;
  border: 1px solid #8E1537;
}
.other-project-slider .owl-item {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.01);
  z-index: 1;
}
.other-project-slider .owl-item .item .card {
  position: relative;
  overflow: hidden;
}
.other-project-slider .owl-item .item figure {
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.other-project-slider .owl-item .item figure:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6278886555) 33%, rgba(0, 104, 126, 0) 75%, rgba(0, 212, 255, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  pointer-events: none;
}
.other-project-slider .owl-item .item figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -20px;
  inset-inline-start: 0;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-project-slider .owl-item .item figcaption .hvr {
  text-align: center;
}
.other-project-slider .owl-item .item figcaption .hvr i {
  margin: 0px;
  display: inline-block;
}
.other-project-slider .owl-item .item figcaption .hvr i img {
  max-width: 100%;
}
.other-project-slider .owl-item .item figcaption .hvr h4, .other-project-slider .owl-item .item figcaption .hvr .h4 {
  color: #fff;
  font-size: 23px;
  display: block;
}
.other-project-slider .owl-item .item figcaption .hvr .more {
  opacity: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: none;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  position: relative;
}
.other-project-slider .owl-item .item figcaption .hvr .more:after {
  background-color: #8E1537;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: url(../../assets/images/right-arow.svg);
  mask-image: url(../../assets/images/right-arow.svg);
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.other-project-slider .owl-item .item .img-fluid {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1); /* IE 9 */ /* Safari 3-8 */
  transform: scale(1);
}
.other-project-slider .owl-item .item:hover figure:after {
  width: 100%;
  height: 450px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-project-slider .owl-item .item:hover figcaption {
  bottom: 0px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-project-slider .owl-item .item:hover figcaption .more {
  opacity: 1;
}
.other-project-slider .owl-item .item:hover .img-fluid { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}
.other-project-slider .owl-item.active.selected, .other-project-slider .owl-item.active:first-of-type {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-project-slider .owl-item.active.selected h3, .other-project-slider .owl-item.active.selected .h3, .other-project-slider .owl-item.active:first-of-type h3, .other-project-slider .owl-item.active:first-of-type .h3 {
  font-size: 26px;
  -webkit-line-clamp: unset;
}
@media (max-width: 1399.98px) {
  .other-project-slider .owl-item.active.selected h3, .other-project-slider .owl-item.active.selected .h3, .other-project-slider .owl-item.active:first-of-type h3, .other-project-slider .owl-item.active:first-of-type .h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .other-project-slider .owl-item.active.selected h3, .other-project-slider .owl-item.active.selected .h3, .other-project-slider .owl-item.active:first-of-type h3, .other-project-slider .owl-item.active:first-of-type .h3 {
    font-size: 16px;
  }
}
.other-project-slider .owl-item.active.selected .btn, .other-project-slider .owl-item.active:first-of-type .btn {
  display: inline-block;
}
.other-project-slider .owl-item.active.selected .card, .other-project-slider .owl-item.active:first-of-type .card {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-project-slider .owl-item.active.selected .card figure, .other-project-slider .owl-item.active:first-of-type .card figure {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.other-project-slider .owl-item.active.selected .card figure .img-fluid, .other-project-slider .owl-item.active:first-of-type .card figure .img-fluid {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-header .nav-content {
  background-color: #19191d;
  position: relative;
  padding-block: 0px;
  top: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
}
.home-header .nav-content p {
  color: #fff;
  white-space: break-spaces;
}
@media (max-width: 991.98px) {
  .home-header .nav-content p {
    display: none;
  }
}
.home-header .nav-content .mega-nav-list {
  margin: 25px 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .home-header .nav-content .mega-nav-list {
    text-align: left;
    margin: 20px 0 0;
  }
}
.home-header .nav-content .mega-nav-list li {
  display: inline-block;
  text-align: center;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
  margin-block: 0px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  transition: all 5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .home-header .nav-content .mega-nav-list li {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    border-radius: 0;
    margin-block: 0px;
    padding-bottom: 15px;
    display: block;
  }
}
.home-header .nav-content .mega-nav-list li .radius-bx {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  transition: all 5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1399.98px) {
  .home-header .nav-content .mega-nav-list li .radius-bx {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1199.98px) {
  .home-header .nav-content .mega-nav-list li .radius-bx {
    width: 180px;
    height: 180px;
  }
}
.home-header .nav-content .mega-nav-list li .radius-bx i {
  display: block;
  margin: 0 0 15px;
}
@media (max-width: 991.98px) {
  .home-header .nav-content .mega-nav-list li .radius-bx i {
    margin: 0px;
    width: 40px;
    height: auto;
  }
  .home-header .nav-content .mega-nav-list li .radius-bx i img {
    width: auto;
    height: 32px;
  }
}
@media (max-width: 991.98px) {
  .home-header .nav-content .mega-nav-list li .radius-bx p {
    display: block;
    line-height: 32px;
    margin: 0;
    font-size: 16px;
  }
  .home-header .nav-content .mega-nav-list li .radius-bx p br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .home-header .nav-content .mega-nav-list li .radius-bx p {
    font-size: 12px;
  }
}
.home-header .nav-content .mega-nav-list li .radius-bx:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  content: "";
  inset-inline: auto;
  inset-block: auto;
  background-color: #19191d;
  border: 1px solid #fff;
  opacity: 1;
  transition: all 5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .home-header .nav-content .mega-nav-list li .radius-bx:before {
    border: none;
    border-radius: 0;
  }
}
.home-header .nav-content .mega-nav-list li .radius-bx a {
  position: relative;
  padding: 0;
  border: none;
}
.home-header .nav-content .mega-nav-list li .radius-bx a:after {
  display: none;
}
.home-header .nav-content .mega-nav-list li .radius-bx a:before {
  display: none;
}
@media (max-width: 991.98px) {
  .home-header .nav-content .mega-nav-list li .radius-bx {
    width: auto;
    height: auto;
    display: block;
    background-image: none !important;
    background-color: transparent;
    border-radius: 0;
  }
  .home-header .nav-content .mega-nav-list li .radius-bx .center {
    display: flex;
  }
  .home-header .nav-content .mega-nav-list li .radius-bx .center img {
    max-width: 30px;
    height: auto;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
.home-header .nav-content .mega-nav-list li:hover .radius-bx {
  background-color: #000;
}
.home-header .nav-content .mega-nav-list li:hover .radius-bx:before {
  opacity: 0.8;
  background-color: #000;
}
.home-header .nav-content .mega-nav-list li:hover a:before {
  display: none;
}

.close-nav {
  position: absolute;
  inset-inline-end: 0px;
  background-image: url(../../assets/images/close-btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  inset-block-start: 0px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  width: 50px;
  height: 50px;
}
@media (max-width: 991.98px) {
  .close-nav {
    width: 30px;
    height: 30px;
    background-size: 40%;
    inset-inline-end: 10px;
    inset-block-start: 10px;
    display: none;
  }
}

.scrol-nav {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  width: 100%;
  background: transparent;
  overflow-y: scroll;
  height: calc(100vh - 334px) !important;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .scrol-nav {
    width: 100%;
    height: 300px !important;
  }
}

.scrol-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 10px;
}

.scrol-nav::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

.scrol-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#460d1d), to(#8e1537), color-stop(0.6, #8e1537));
}

.search-field-wrap form {
  width: 100%;
  height: auto;
  position: relative;
}
.search-field-wrap .input-group {
  position: relative;
}
.search-field-wrap .input-group:before {
  font-family: FontAwesome;
  content: "\f002";
  position: absolute;
  inset-inline-start: 24px;
  inset-block: 23%;
  z-index: 4;
  font-size: 25px;
  color: #565759;
}
.search-field-wrap input {
  background-color: #ededed;
  width: 100%;
  height: 65px;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
  border: none;
  color: #565759;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
}
.search-field-wrap .btn {
  position: absolute;
  width: auto;
  height: 55px;
  inset-inline-end: 5px;
  inset-block-start: 5px;
  background-color: #8E1537;
  z-index: 3;
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 35px;
}
@media (max-width: 991.98px) {
  .search-field-wrap .btn {
    padding: 0 20px;
    font-size: 12px;
  }
}
.search-field-wrap .btn:hover {
  background-color: #000;
}

.form-control:focus {
  border-color: #8E1537;
  box-shadow: 0 0 0 0.1rem #8E1537;
}

.form .form-group {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  position: relative;
}
.form .form-group.attach {
  position: relative;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
}
.form .form-group.attach:after {
  background-image: url(../../assets/images/resume-cv.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: #fff;
  width: 40px;
  height: 51px;
  position: absolute;
  content: "";
  inset-inline-start: 0px;
  inset-block-start: 30px;
  z-index: 3;
}
.form .form-group.attach input {
  background-color: transparent;
  border: none;
  outline: none;
  text-indent: -80px;
}
.form .form-group.attach input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.form .form-group.attach input[type=submit] {
  padding: 15px 42px;
  background-color: #8E1537;
  position: relative;
  top: 25px;
  text-indent: 0;
  border: none;
}
.form .form-group .submit-wrap {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
}
.form .required {
  position: relative;
}
.form .required label:after {
  content: "*";
  position: absolute;
  inset-inline-end: auto;
  inset-block-start: -5px;
  font-size: 20px;
  color: #8E1537;
}
.form label {
  font-size: 16px;
  font-family: "Almarai-Bold";
  margin: 0 0 5px;
}
.form input {
  background-color: #ededed;
  width: 100%;
  height: 50px;
  padding-inline: 10px;
  border: none;
  color: #565759;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.form textarea {
  background-color: #ededed;
  width: 100%;
  height: 135px;
  padding-inline: 10px;
  border: none;
  color: #565759;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.form select {
  background-color: #ededed;
  width: 100%;
  height: 50px;
  padding-inline: 10px;
  border: none;
  color: #565759;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.form input[type=submit] {
  padding: 15px 42px;
  background-color: #8E1537;
  position: relative;
  border: none;
  color: #fff;
  border-radius: 36px !important;
  width: auto;
  height: auto;
  font-size: 14px !important;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.form input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.form input[type=submit]:hover:after {
  inset-inline-end: 10px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991.98px) {
  .form input[type=submit] {
    padding: 15px 30px;
  }
}
@media (max-width: 767.98px) {
  .form input[type=submit] {
    padding: 8px 20px;
  }
}

.radio-wrap ul {
  display: block;
}
.radio-wrap ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  width: 195px;
  height: 70px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 32px 7px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991.98px) {
  .radio-wrap ul li {
    width: 180px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .radio-wrap ul li {
    width: 100%;
    height: 70px;
  }
}

.rdio {
  position: relative;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
  position: absolute;
  width: 195px;
  height: 70px;
  border: 1px solid transparent;
  border-radius: 5px;
  inset-inline-start: 0px;
  font-family: "Almarai-Light";
  font-size: 14px;
  top: 0;
  line-height: 68px;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
}
@media (max-width: 991.98px) {
  .rdio label {
    width: 180px;
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .rdio label {
    width: 100%;
    height: 70px;
  }
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 10px;
  content: "";
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #8E1537;
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #8E1537;
}
.rdio input[type=radio]:checked + label {
  border: 1px solid #8E1537;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 14px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #8E1537;
  border-radius: 50px;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #8E1537;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #8E1537;
}

.request-page h4, .request-page .h4 {
  font-family: "Almarai-Bold";
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.request-page .form-check {
  width: 320px;
  height: auto;
  display: flex;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.request-page .form-check label {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  color: #565759;
  font-weight: normal;
  font-family: "Almarai-Light";
  line-height: 28px;
  margin-bottom: 0px;
  font-size: 14px;
}
.request-page .form-check label:after {
  display: none;
}
.request-page .form-check input {
  width: 20px;
  height: 20px;
  border-radius: 0px !important;
  border: 1px solid #dddddd;
}
.request-page .form-check .form-check-input:checked {
  background-color: #8e1537;
}
.request-page .form .form-group.attach {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.request-page .form .form-group.attach input[type=file] {
  background-color: #ededed;
  width: 100%;
  height: 50px;
  padding-inline: 10px;
  border: none;
  color: #565759;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border: 2px dotted #565759;
}
.request-page .form .form-group.attach:after {
  background-image: url(../../assets/images/form-file-typ-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: #ededed;
  width: 100px;
  height: 33px;
  position: absolute;
  content: "";
  inset-inline-start: 3px;
  inset-block-start: 40px;
  z-index: 3;
}
.request-page .form-group .submit-wrap {
  position: relative;
}

.date-pick label {
  width: 100%;
}

.term-check {
  margin-top: 25px;
  margin-bottom: 25px;
}
.term-check .form-check {
  width: 100%;
}
.term-check .form-check label {
  width: auto;
}
.user-login-wrap {
  max-width: 800px;
  position: relative;
  margin: 120px auto;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0px 0px 49px -8px rgba(0, 0, 0, 0.25);
}
.user-login-wrap #block-evmc-content {
  position: relative;
  display: block;
  padding: 40px 0 20px;
}
.user-login-wrap #block-evmc-content p {
  padding: 0 10px;
}
.user-login-wrap #block-evmc-content .js-form-item {
  display: inline-block;
  width: 49%;
  height: auto;
  position: relative;
  padding: 0 10px;
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .user-login-wrap #block-evmc-content .js-form-item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0px;
  }
}
.user-login-wrap #block-evmc-content .js-form-item label {
  color: #8E1537;
  font-size: 18px;
  display: block;
  margin: 0 0 5px;
}
.user-login-wrap #block-evmc-content .js-form-item input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #acacac;
  padding: 0;
  font-size: 14px;
  outline: none;
  margin-bottom: 3px;
  font-weight: 200;
  color: #8E1537;
  background-clip: padding-box;
  width: 100%;
  height: auto;
}
.user-login-wrap #block-evmc-content .js-form-item .description {
  display: block;
  color: #acacac;
  font-weight: 400;
  font-size: 12px;
  margin: 0px;
}
.user-login-wrap #block-evmc-content .form-actions {
  display: inline-block;
  position: relative;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .user-login-wrap #block-evmc-content .form-actions {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
  }
}
.user-login-wrap #block-evmc-content .form-actions input[type=submit] {
  padding: 15px 42px;
  background-color: #8E1537;
  position: relative;
  border: none;
  color: #fff;
  border-radius: 36px !important;
  width: auto;
  height: auto;
  font-size: 14px !important;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.user-login-wrap #block-evmc-content .form-actions input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.user-login-wrap #block-evmc-content .form-actions input[type=submit]:hover:after {
  inset-inline-end: 10px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991.98px) {
  .user-login-wrap #block-evmc-content .form-actions input[type=submit] {
    padding: 15px 30px;
  }
}
@media (max-width: 767.98px) {
  .user-login-wrap #block-evmc-content .form-actions input[type=submit] {
    padding: 8px 20px;
  }
}
.user-login-wrap #block-evmc-content .form-item--error-message {
  position: absolute;
  bottom: -47px;
  font-size: 12px;
  inset-inline-start: 10px;
  color: red;
}
.user-login-wrap #block-evmc-content .form-item--error-message a {
  color: #8E1537;
  display: block;
  text-decoration: underline;
}

.request-page .form .accordion .form-group.attach {
  margin-bottom: 50px;
}

.career-page-wrap .form .form-group.attach input {
  text-indent: -110px;
}

.career-page-wrap .form .form-group.attach .webform-document-file {
  top: 0;
}

.career-page-wrap .form .form-group .submit-wrap {
  inset-block-start: 30px;
}

.career-page-wrap .form .form-group.attach input[type=submit] {
  top: 0;
  text-indent: 0;
}
.text-end {
  float: right;
}
html[dir=rtl] .text-end {
  float: left;
}

p {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  p {
    font-size: 14px;
  }
}

.home-header {
  position: fixed;
  display: block;
  width: 100%;
  padding: 25px 0;
  z-index: 9;
  transition: all 0.5s ease;
}
.home-header:after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 10px;
}
@media (max-width: 767.98px) {
  .home-header:after {
    bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .home-header {
    padding: 5px 0;
  }
  .home-header .d-flex {
    display: block !important;
  }
}
.home-header nav {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .home-header nav {
    padding: 0px !important;
  }
}
.home-header nav li {
  display: inline-block;
  list-style: none;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
@media (max-width: 1199.98px) {
  .home-header nav li {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
@media (max-width: 991.98px) {
  .home-header nav li a {
    text-align: left;
    padding-inline: 15px;
  }
}
.home-header nav li.dropdown {
  position: static;
}
.home-header nav li.dropdown:hover a:before {
  inset-block-start: 78%;
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-header nav li a {
  color: #fff;
  font-size: 16px;
  padding: 0 0 85px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-header nav li a {
    padding: 0 0 43px;
  }
}
@media (max-width: 1199.98px) {
  .home-header nav li a {
    font-size: 15px;
  }
}
.home-header nav li a:after {
  position: absolute;
  background-color: transparent;
  width: 15px;
  height: 2px;
  content: "";
  inset-inline-start: 0px;
  inset-block-end: 25px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .home-header nav li a:after {
    display: none;
  }
}
.home-header nav li.active a:after {
  background-color: #8E1537;
  width: 100%;
  height: 2px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-header nav li:hover a:after {
  background-color: #8E1537;
  width: 100%;
  height: 2px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .home-header nav {
    pointer-events: none;
    position: fixed;
    opacity: 0;
    top: 100px;
    z-index: 5;
    inset-inline-start: 0px;
    width: 100%;
    height: 100%;
    background-color: #8E1537;
    padding: 25px 0;
    text-align: center;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .home-header nav ul {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home-header nav ul li {
    display: block;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  .home-header nav ul li a {
    color: #fff;
    font-size: 16px;
    padding-block: 20px;
    text-transform: uppercase;
    display: block;
  }
  .home-header nav ul li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .home-header nav ul li.dropdown:hover a {
    color: #8E1537;
  }
}
.home-header .subnav.dropdown-menu {
  background: #19191d;
  position: absolute;
  top: 165px;
  inset-inline-start: 0;
  padding: 40px 0px;
  inset-inline-start: 0;
  width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  display: block;
  height: calc(100vh - 160px) !important;
  border-radius: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .home-header .subnav.dropdown-menu {
    max-height: 0px;
    padding: 0px;
  }
}
.home-header .subnav.dropdown-menu.open {
  max-height: 100vh;
  opacity: 1;
  top: 158px;
  pointer-events: fill;
  display: block;
  overflow: visible;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1399.98px) {
  .home-header .subnav.dropdown-menu.open {
    top: 94px;
  }
}
@media (max-width: 991.98px) {
  .home-header .subnav.dropdown-menu.open {
    max-height: none;
    overflow: visible;
    height: auto !important;
  }
}
.home-header .subnav.dropdown-menu ul {
  padding: 0;
}
.home-header .subnav.dropdown-menu ul li a {
  padding: 8px 0px;
  font-size: 16px;
  white-space: nowrap;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home-header .subnav.dropdown-menu ul li a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .home-header .subnav.dropdown-menu ul li a {
    text-align: center;
  }
}
.home-header .subnav.dropdown-menu ul li:last-child a {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .home-header .subnav.dropdown-menu {
    inset-inline-start: 0;
    width: 100%;
    transform: translateX(0);
  }
}
.home-header .subnav .container-lg {
  position: relative;
}
.home-header .btn {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .home-header .btn {
    font-size: 12px !important;
    padding-block: 6px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
    margin: 10px 15px;
    -webkit-margin-end: 70px;
            margin-inline-end: 70px;
    display: inline-block;
  }
  .home-header .btn::after {
    top: 4px;
    inset-inline-end: 10px;
  }
}
@media (max-width: 767.98px) {
  .home-header .btn {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    position: fixed;
    right: 15px;
    top: 84%;
    display: block;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.74);
  }
  html[dir=rtl] .home-header .btn {
    left: 15px;
    right: auto;
    top: 87%;
  }
}
.home-header .logo-container {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
.home-header .logo-container .white-logo {
  width: 280px;
  height: 112px;
}
@media (max-width: 1199.98px) {
  .home-header .logo-container {
    width: 130px;
    height: auto;
  }
}
.home-header .logo-container .black-logo {
  display: none;
}
@media (max-width: 767.98px) {
  .home-header .logo-container {
    width: 160px;
    height: auto;
  }
  .home-header .logo-container .white-logo {
    width: 100%;
    height: 60px;
  }
  .home-header .logo-container img {
    width: 100%;
    height: 60px;
  }
}
.home-header .container-lg {
  position: static;
}

.lang {
  display: inline-block;
  margin: 0 15px;
  position: relative;
  border-radius: 40px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  background-color: #000;
  padding-block: 5px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  color: #fff;
  font-size: 17px;
  font-family: "Cairo", sans-serif;
}
.lang:before {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  border: 1px solid transparent;
  content: "";
  display: block;
  inset-inline-start: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .lang:before {
    inset-inline-start: 5px;
    top: 1px;
  }
}
.lang a {
  color: #fff;
}
.lang:hover {
  color: #fff;
  background-color: #8E1537;
}
.lang:hover:before {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .lang {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-margin-start: 49px;
            margin-inline-start: 49px;
    position: absolute;
    padding-block: 2px;
    inset-inline-end: 60px;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
    font-size: 12px;
    top: 20px;
  }
}
.lang.en:before {
  background-image: url(../../assets/images/En-flag.png);
}
.lang.ar:before {
  background-image: url(../../assets/images/Ar-flag.png);
}

.sticky {
  background-color: white;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.3);
  padding: 15px 0px;
}
@media (max-width: 767.98px) {
  .sticky {
    padding: 5px 0px;
  }
}
.sticky .logo-container .white-logo {
  display: none;
}
.sticky .logo-container .black-logo {
  display: block;
  width: 130px;
  height: auto;
}
.sticky nav li a {
  color: #000;
  padding: 0 0 50px;
}
@media (max-width: 1199.98px) {
  .sticky nav li a {
    font-size: 15px;
  }
}
.sticky nav li a:after {
  inset-block-end: 22px;
}
.sticky nav li.dropdown:hover a:before {
  inset-block-start: 70%;
}
.sticky .lang {
  color: #fff;
  top: 0px;
}
@media (max-width: 767.98px) {
  .sticky .lang {
    top: 18px;
  }
}
.sticky .lang:hover {
  color: #fff;
}
.sticky .toggle-btn {
  bottom: -5px;
}
.sticky .toggle-btn .toggle-start {
  border-top: 2px solid #8E1537;
}
.sticky .toggle-btn .toggle-start:before {
  background-color: #8E1537;
}
.sticky .toggle-btn .toggle-start:after {
  background-color: #8E1537;
}
.sticky .subnav.dropdown-menu.open {
  top: 75px;
}

@media (max-width: 991.98px) {
  .toggle-btn {
    width: 70px;
    height: 70px;
    position: absolute;
    background-color: transparent;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }
  .toggle-btn .toggle-start {
    display: inline-block;
    margin: 0px;
    width: 30px;
    height: 10px;
    transform: translateY(0);
    background-color: transparent;
    position: absolute;
    inset-inline-end: 50%;
    top: 50%;
    -webkit-margin-end: -16px;
            margin-inline-end: -16px;
    border-top: 2px solid #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .toggle-btn .toggle-start:before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    content: "";
    top: -13px;
    inset-inline-start: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .toggle-btn .toggle-start:after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    content: "";
    bottom: -2px;
    inset-inline-start: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  body.open-nv .toggle-start {
    border-top: 3px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  body.open-nv .toggle-start:before {
    top: -4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 30px;
    transform: translateY(3px) rotate(41deg);
  }
  body.open-nv .toggle-start:after {
    bottom: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 30px;
    transform: translateY(2px) rotate(-45deg);
  }
  body.open-nv header nav {
    pointer-events: fill;
    opacity: 1;
    top: 130px;
    inset-inline-start: 0px;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 3px;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.79);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  body.open-nv header nav {
    top: 72px;
  }
}
@media (max-width: 991.98px) {
  body.open-nv header nav ul {
    display: block;
    width: 100%;
    height: 100%;
  }
  body.open-nv header nav ul li {
    display: block;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  body.open-nv header nav ul li a {
    color: #fff;
    font-size: 16px;
    padding-block: 10px;
    padding-inline: 15px;
    text-transform: uppercase;
    display: block;
    text-align: left;
  }
  body.open-nv header nav ul li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
  }
  html[dir=rtl] body.open-nv header nav ul li a {
    text-align: right;
  }
  body.open-nv header nav ul li.dropdown:hover a {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  body.open-nv .home-header .subnav.dropdown-menu {
    position: static;
    top: 0px;
    inset-inline-start: 0;
    width: 100%;
    padding: 0;
    transform: translateX(0);
  }
  body.open-nv .home-header.sticky nav {
    top: 80px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  body.open-nv .home-header.sticky nav {
    top: 60px;
  }
}
@media (max-width: 991.98px) {
  body.open-nv .home-header.sticky .toggle-btn {
    bottom: -5px;
  }
  body.open-nv .home-header.sticky .toggle-btn .toggle-start {
    border-top: 3px solid transparent;
  }
  body.open-nv .home-header.sticky .toggle-btn .toggle-start:before {
    background-color: #8E1537;
  }
  body.open-nv .home-header.sticky .toggle-btn .toggle-start:after {
    background-color: #8E1537;
  }
}
@media (max-width: 767.98px) {
  .toggle-btn {
    top: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-header {
    inset-inline-start: 0px;
    padding: 10px 0 15px;
  }
  .home-header .logo-container a {
    display: block;
    width: 130px;
    height: auto;
  }
}
.home-header .subnav.dropdown-menu .nav-content .mega-nav-list li {
  transform: translateY(20px);
  opacity: 0;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-header .subnav.dropdown-menu.open .nav-content .mega-nav-list li {
  transform: translateY(0px);
  opacity: 1;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.social-wrap {
  position: absolute;
  width: 50px;
  height: 90%;
  overflow: hidden;
  inset-inline-start: 2%;
  bottom: 50%;
  z-index: 10;
  transform: translateY(60%);
}
@media (max-width: 1199.98px) {
  .social-wrap {
    display: none;
  }
}

.social {
  position: absolute;
  inset-inline-start: 0rem;
  top: 50%;
  transform: translateY(-67%);
  z-index: 3;
}
.social ul.hidden {
  display: none;
}
.social li {
  padding-bottom: 1rem;
  list-style: none;
}
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8E1537;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 50px;
  height: 50px;
}
.social li a:hover {
  background-color: #8E1537;
  color: #fff;
}
.social .showmore {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 3rem;
  color: #8E1537;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.social .showmore i {
  transform: rotate(0deg);
  font-size: 17px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.social span {
  position: absolute;
  transform: rotate(-90deg);
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  inset-inline-start: -50%;
  top: 120%;
  text-transform: uppercase;
  margin-top: 15%;
  letter-spacing: 1px;
  font-weight: 300;
}
html[dir=rtl] .social span {
  top: 120%;
}
.social span:after {
  width: 0px;
  height: 0px;
  content: "";
  position: absolute;
  transform: rotate(90deg);
  inset-inline-end: 107%;
  -webkit-margin-before: -14px;
          margin-block-start: -14px;
  border-width: 6px 4px 0 4px;
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
}
.social .on i {
  transform: rotate(180deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.social .on:after {
  opacity: 0;
}

.home-banner {
  position: relative;
}
.home-banner:before {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6783088235) 33%, rgba(0, 104, 126, 0) 75%, rgba(0, 212, 255, 0) 100%);
  width: 100%;
  height: 250px;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 2;
}
.home-banner.login-section {
  height: 35vh;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-banner.login-section {
    height: 45vh;
  }
}
.home-banner.login-section .owl-item h1, .home-banner.login-section .owl-item .h1 {
  font-size: 50px;
  line-height: 45px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.home-banner.login-section .item {
  height: auto;
}
.home-banner.login-section .item figure img {
  height: 35vh;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (max-width: 767.98px) {
  .home-banner.login-section .item figure img {
    height: 45vh;
  }
}
.home-banner.login-section .item .fig-caption {
  bottom: 10px !important;
}
@media (max-width: 767.98px) {
  .home-banner.login-section .item .fig-caption {
    bottom: 50px !important;
  }
}

.home-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-slider {
    width: 100%;
    height: 62vh;
  }
}
.home-slider:before {
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  inset-inline-start: 105px;
  content: "";
  opacity: 0.2;
  z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-slider:before {
    inset-inline-start: 100px;
  }
}
.home-slider:after {
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  inset-inline-end: 105px;
  content: "";
  opacity: 0.2;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-slider:after {
    inset-inline-end: 100px;
  }
}
.home-slider .item {
  height: 100vh;
}
@media (max-width: 767.98px) {
  .home-slider .item {
    height: calc(100vh - 65px);
  }
}
.home-slider .item figure {
  height: 100%;
}
@media (max-width: 767.98px) {
  .home-slider .item figure {
    height: 62vh;
  }
}
.home-slider .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .home-slider .item figure img {
    width: 100%;
    height: 62vh;
  }
}
.home-slider .video-item {
  width: 100%;
  height: 102vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .home-slider .video-item {
    height: 62vh;
  }
}
.home-slider .owl-item {
  position: relative;
}
.home-slider .owl-item .fig-caption {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 50px;
  transform: translateY(-5%);
  width: 100%;
  height: auto;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .home-slider .owl-item .fig-caption {
    -webkit-padding-start: 10%;
            padding-inline-start: 10%;
  }
}
@media (max-width: 991.98px) {
  .home-slider .owl-item .fig-caption {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media (max-width: 767.98px) {
  .home-slider .owl-item .fig-caption {
    transform: translateY(-55%);
  }
}
.home-slider .owl-item .fig-caption figcaption {
  transform: translateY(35rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.36, 1, 0.3, 1);
  transition-delay: 1s;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-slider .owl-item .fig-caption {
    transform: translateY(-40%);
  }
  .home-slider .owl-item .fig-caption .col-md-5 {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
}
.home-slider .owl-item.active .fig-caption figcaption {
  transform: translateY(0rem);
  visibility: visible;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.36, 1, 0.3, 1);
  transition-delay: 1s;
}
.home-slider .owl-item h1, .home-slider .owl-item .h1 {
  color: #fff;
  font-family: "ElMessiri-Regular";
  font-size: 72px;
  line-height: 75px;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.57);
}
@media (max-width: 1199.98px) {
  .home-slider .owl-item h1, .home-slider .owl-item .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1199.98px) {
  .home-slider .owl-item h1, .home-slider .owl-item .h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .home-slider .owl-item h1, .home-slider .owl-item .h1 {
    font-size: 50px;
    line-height: 50px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.home-slider .owl-item p {
  color: #fff;
}
@media (max-width: 767.98px) {
  .home-slider .owl-item p {
    display: none;
  }
}
.home-slider .owl-item h3, .home-slider .owl-item .h3 {
  color: #fff;
}
.home-slider .owl-item .item {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-slider .owl-item .item {
    height: 62vh;
  }
}
.home-slider .owl-item .item:after {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0px;
  opacity: 0.6;
  inset-inline-start: 0;
  content: "";
  z-index: 1;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8606793059) 19%, rgba(0, 0, 0, 0) 52%);
}
.home-slider .owl-item .item .btn-group {
  display: flex;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.home-slider .owl-item .item .btn-group li {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .home-slider .owl-item .item .btn-group li {
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
}
.home-slider .owl-item .item .btn-group li .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.home-slider .owl-item .item .btn-group li .btn:hover {
  background-color: #8E1537;
  border: 1px solid #8E1537;
  color: #fff;
}

.scroll-click {
  position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
  inset-inline-start: 50%;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .scroll-click {
    bottom: 6px;
  }
}
.scroll-click a {
  width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 15px 5px;
  text-align: center;
  bottom: 20px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  position: absolute;
  transform: translateX(-50%);
  inset-inline-start: 35%;
  -webkit-animation: fade-in-down 2s ease infinite;
          animation: fade-in-down 2s ease infinite;
}
.scroll-click a:after {
  background-image: url(../../assets/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  top: 25px;
  align-items: center;
  inset-inline-start: 12px;
  z-index: 2;
  transform: rotate(90deg);
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-15px);
  }
}
.scroll-click span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
  -webkit-animation: fade-in 2s ease infinite;
          animation: fade-in 2s ease infinite;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.book-nw-btn {
  position: fixed;
  inset-block-end: 50px;
  inset-inline-end: 100px;
  cursor: pointer;
  z-index: 9;
  display: none;
}
@media (max-width: 767.98px) {
  .book-nw-btn {
    inset-block-end: auto;
    inset-inline-end: 16px;
    inset-block-start: 100px;
  }
}
.book-nw-btn .round-btn {
  width: 84px;
  height: 84px;
  background-color: #6B50A1;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0px 0px 52px -4px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  .book-nw-btn .round-btn {
    width: 60px;
    height: 60px;
  }
}
.book-nw-btn .round-btn:before {
  background-image: url(../../assets/images/bknw-cal-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  align-items: center;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  inset-inline-start: 50%;
}
html[dir=rtl] .book-nw-btn .round-btn:before {
  transform: translateX(40%) translateY(-50%);
}
@media (max-width: 767.98px) {
  .book-nw-btn .round-btn:before {
    width: 44px;
    height: 44px;
  }
}
.book-nw-btn .round-btn:after {
  background-image: url(../../assets/images/bknw-cal-btn-pls.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  align-items: center;
  z-index: 2;
  top: 34%;
  transform: translateX(-50%) translateY(-50%);
  inset-inline-start: 41%;
  transform: rotate(0deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .book-nw-btn .round-btn:after {
    top: 30%;
    inset-inline-start: 39%;
  }
}
.book-nw-btn .lrg-btn {
  position: absolute;
  inset-inline-end: 2px;
  opacity: 0;
  white-space: nowrap;
  width: 30px;
  height: 83px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  overflow: hidden;
  top: 0px;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-padding-start: 54px;
          padding-inline-start: 54px;
  text-transform: uppercase;
  font-size: 12px !important;
  z-index: 1;
  background-color: #8E1537;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0px 0px 52px -4px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  .book-nw-btn .lrg-btn {
    width: 30px;
    height: 60px;
  }
}
.book-nw-btn .lrg-btn:after {
  transform: rotate(-180deg);
  inset-inline-end: 75%;
}
.book-nw-btn:hover .lrg-btn {
  opacity: 1;
  inset-inline-end: 10px;
  white-space: nowrap;
  width: 220px;
  height: 83px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .book-nw-btn:hover .lrg-btn {
    width: 220px;
    height: 60px;
  }
}
.book-nw-btn:hover .lrg-btn:after {
  inset-inline-end: 80%;
}
html[dir=rtl] .book-nw-btn:hover .lrg-btn:after {
  transform: rotate(360deg);
}
.book-nw-btn:hover .round-btn {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0px 0px 52px -4px rgba(0, 0, 0, 0.75);
}
.book-nw-btn:hover .round-btn:after {
  transform: rotate(-180deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-wrap {
  background-color: #F8F3F0;
  overflow: hidden;
  position: relative;
}
.intro-wrap .end-hrs {
  position: absolute;
  width: 500px;
  height: auto;
  inset-inline-end: -100px;
  inset-block-end: 0px;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .intro-wrap .end-hrs {
    width: 250px;
    height: auto;
    inset-inline-end: -50px;
  }
}
.intro-wrap .start-hrs {
  position: absolute;
  inset-inline-start: -100px;
  inset-block-end: 0px;
  transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .intro-wrap .start-hrs {
    display: none;
  }
}
.intro-wrap.on-change .end-hrs {
  inset-inline-end: -20px;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.intro-wrap.on-change .start-hrs {
  inset-inline-start: -10px;
  transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
}
.intro-wrap .sub-title {
  color: #8E1537;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
}
.intro-wrap .btn {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}

.bg-primary {
  background-color: #8E1537 !important;
}
.bg-primary h2, .bg-primary .h2 {
  color: #fff;
}
.bg-primary .sub-title {
  color: #fff;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.bg-primary p {
  color: #fff;
}

.video-wrap {
  position: relative;
  margin-block: 35px;
}
.video-wrap ul {
  position: absolute;
  inset-block-end: 5%;
  inset-inline-start: 5%;
  display: flex;
}
.video-wrap ul li {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  list-style: none;
}
.video-wrap ul li a {
  width: 69px;
  height: 69px;
  background-color: #8E1537;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.video-wrap ul li a.ply-ico:after {
  background-image: url(../../assets/images/ply-ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  inset-inline-start: 55%;
  inset-block-start: 53%;
  transform: translateX(-50%) translateY(-50%);
}
html[dir=rtl] .video-wrap ul li a.ply-ico:after {
  transform: translateX(75%) translateY(-50%);
}
@media (max-width: 767.98px) {
  .video-wrap ul li a {
    width: 39px;
    height: 39px;
  }
}
.video-wrap ul li .btn {
  background-color: #fff;
  width: auto;
  height: 69px;
  border-radius: 45px;
  padding: 0 45px;
  color: #000;
}
.video-wrap ul li .btn:after {
  display: none;
}
@media (max-width: 767.98px) {
  .video-wrap ul li .btn {
    width: auto;
    height: 39px;
  }
}
.video-wrap ul li:last-child {
  display: none;
}

.bg-dark {
  background-color: #1F1F1F !important;
}
.bg-dark h2, .bg-dark .h2 {
  color: #fff;
}
.bg-dark .sub-title {
  color: #fff;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.bg-dark p {
  color: #fff;
}

.service-wrap {
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
  -webkit-padding-after: 0px;
          padding-block-end: 0px;
}
@media (max-width: 1199.98px) {
  .service-wrap {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
  }
}
@media (max-width: 767.98px) {
  .service-wrap {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
}

.category-wrap {
  position: relative;
  -webkit-padding-before: 0px;
          padding-block-start: 0px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media (max-width: 1199.98px) {
  .category-wrap {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
@media (max-width: 767.98px) {
  .category-wrap {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.category-wrap .more {
  width: auto;
  height: auto;
  background-color: #fff;
  border: none;
  padding: 15px 50px;
  border-radius: 27px;
  opacity: 1;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}
.category-wrap .more:after {
  display: none;
}
.category-wrap .more:hover {
  background-color: #8E1537;
  color: #fff;
}

.overlay-wrap {
  position: relative;
  -webkit-padding-after: 50px;
          padding-block-end: 50px;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .overlay-wrap {
    width: auto;
    height: auto;
    -webkit-padding-after: 20px;
            padding-block-end: 20px;
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
}

.cat-section {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  .cat-section {
    display: block;
    padding: 0;
    justify-content: center;
  }
}
.cat-section .col-row {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .cat-section .col-row {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cat-section .col-row {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
.cat-section .col-row li {
  margin: 0 5px 15px;
  list-style: none;
}
@media (max-width: 991.98px) {
  .cat-section .col-row li {
    display: none;
  }
}
.cat-section .col-row li .radius-bx {
  position: relative;
  width: 240px;
  height: 240px;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  transition: all 5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1399.98px) {
  .cat-section .col-row li .radius-bx {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1199.98px) {
  .cat-section .col-row li .radius-bx {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .cat-section .col-row li .radius-bx {
    width: 125px;
    height: 125px;
  }
}
@media (max-width: 991.98px) {
  .cat-section .col-row li.fill-cont {
    display: inline-block !important;
  }
}
.cat-section .col-row li.fill-cont .radius-bx {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.cat-section .col-row li.fill-cont .radius-bx i {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cat-section .col-row li.fill-cont .radius-bx i img {
    width: 34px;
  }
}
.cat-section .col-row li.fill-cont .radius-bx p {
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Almarai-Regular";
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .cat-section .col-row li.fill-cont .radius-bx p {
    font-size: 11px;
  }
}
.cat-section .col-row li.fill-cont .radius-bx .center {
  text-align: center;
}
.cat-section .col-row li.fill-cont .radius-bx .btn {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: none;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  inset-inline-end: 60px;
  inset-block-end: -10px;
  opacity: 0;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .cat-section .col-row li.fill-cont .radius-bx .btn {
    width: 40px;
    height: 40px;
  }
}
.cat-section .col-row li.fill-cont .radius-bx .btn:after {
  background-image: url(../../assets/images/right-arow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translateX(-50%) translateY(-50%);
}
html[dir=rtl] .cat-section .col-row li.fill-cont .radius-bx .btn:after {
  transform: rotate(-180deg);
  inset-inline-start: 30%;
  inset-block-start: 40%;
}
.cat-section .col-row li.fill-cont:hover {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.cat-section .col-row li.fill-cont:hover .radius-bx {
  background-color: #8E1537;
  border: 1px solid #8E1537;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.cat-section .col-row li.fill-cont:hover .radius-bx .btn {
  inset-inline-end: 20px;
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.cat-section .col-row li.view-all-link .radius-bx {
  background-color: #6B50A1;
  border: 1px solid transparent;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.cat-section .col-row li.view-all-link .radius-bx p {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Almarai-Regular";
  letter-spacing: 1px;
}
.cat-section .col-row li.view-all-link:hover .radius-bx {
  background-color: #8E1537;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.bg-tab-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bg-tab-wrap .bg-tab {
  width: 100%;
  height: 100%;
  inset-block: 0;
  inset-inline: 0;
  display: none;
  overflow: hidden;
}
.bg-tab-wrap .bg-tab .card {
  width: 100%;
  height: 100%;
}
.bg-tab-wrap .bg-tab figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.bg-tab-wrap .bg-tab figcaption {
  display: none;
}
.bg-tab-wrap .bg-tab img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -webkit-animation: zoom-in-zoom-out 35s ease infinite;
          animation: zoom-in-zoom-out 35s ease infinite;
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.bg-tab-wrap .bg-tab .card {
  background-color: #000 !important;
}

.team-wrap {
  z-index: 2;
  overflow: visible;
}
.team-wrap h2, .team-wrap .h2 {
  color: #fff;
}
.team-wrap p {
  color: #fff;
}

.team-wrap .team-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 460px;
  grid-gap: 3rem;
  margin-bottom: -170px;
}
@media (max-width: 991.98px) {
  .team-wrap .team-grid {
    margin-top: 35px;
    margin-bottom: 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .team-wrap .team-grid {
    display: block;
  }
}
.team-wrap .team-grid li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
@media (max-width: 991.98px) {
  .team-wrap .team-grid li {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .team-wrap .team-grid li {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.team-wrap .team-grid li .grid-bx {
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 40px -6px rgba(107, 80, 161, 0.97);
}
@media (max-width: 991.98px) {
  .team-wrap .team-grid li .grid-bx {
    background: #fff;
    height: 100%;
  }
}
.team-wrap .team-grid li .grid-bx figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.team-wrap .team-grid li .grid-bx figure:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6278886555) 33%, rgba(0, 104, 126, 0) 75%, rgba(0, 212, 255, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  pointer-events: none;
}
.team-wrap .team-grid li .grid-bx figure img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: 0.5s all ease-in-out;
  transform: scale(1);
}
@media (max-width: 767.98px) {
  .team-wrap .team-grid li .grid-bx figure img {
    width: 100%;
  }
}
.team-wrap .team-grid li .grid-bx .card-body {
  padding: 25px;
  background-color: #fff;
}
.team-wrap .team-grid li .grid-bx .card-title {
  font-family: "Almarai-Regular";
  font-size: 22px;
  color: #171717;
  margin: 0 0 5px;
}
.team-wrap .team-grid li .grid-bx p {
  color: #171717;
  font-size: 16px;
  font-family: "Almarai-Regular";
  opacity: 0.5;
}
.team-wrap .team-grid li .grid-bx:hover img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  transition: 0.5s all ease-in-out;
  transform: scale(1.1);
}
.team-wrap .team-grid li.grid-1 {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 991.98px) {
  .team-wrap .team-grid li.grid-1 {
    grid-row: 2;
    grid-column: 2;
  }
}
.team-wrap .team-grid li:first-child {
  margin-top: -100px;
}
@media (max-width: 1199.98px) {
  .team-wrap .team-grid li:first-child {
    margin-top: 0px;
  }
}
.team-wrap .team-grid li:nth-child(2) {
  margin-top: -100px;
}
@media (max-width: 1199.98px) {
  .team-wrap .team-grid li:nth-child(2) {
    margin-top: 0px;
  }
}
.team-wrap .team-grid li:nth-child(3) {
  margin-top: -340px;
}
@media (max-width: 1199.98px) {
  .team-wrap .team-grid li:nth-child(3) {
    margin-top: 0px;
  }
}
.team-wrap .team-grid li:nth-child(4) {
  margin-top: -30px;
}
@media (max-width: 1199.98px) {
  .team-wrap .team-grid li:nth-child(4) {
    margin-top: 0px;
  }
}
.team-wrap .team-grid li:nth-child(5) {
  margin-top: -270px;
}
@media (max-width: 1199.98px) {
  .team-wrap .team-grid li:nth-child(5) {
    margin-top: 0px;
  }
}
.team-wrap .modal-content p {
  color: #000;
}
.team-wrap .modal-content h2, .team-wrap .modal-content .h2 {
  color: #000;
}

.accreditation-wrap {
  background-color: #ededed;
}
.accreditation-wrap h2, .accreditation-wrap .h2 {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media (max-width: 767.98px) {
  .accreditation-wrap h2, .accreditation-wrap .h2 {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.accreditation-wrap .btn {
  color: #000;
  border: 1px solid #000;
}
.accreditation-wrap .btn:hover {
  background-color: #8E1537;
  color: #fff;
  border: 1px solid #8E1537;
}

.accredit-slide {
  margin-block: 50px;
}
.accredit-slide li {
  list-style: none;
}
.accredit-slide figure {
  width: 100%;
  height: 170px;
  background-color: #fff;
  margin: 0;
}
.accredit-slide figure a {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accredit-slide.owl-carousel figure a img {
  width: auto;
  height: auto;
}

.news-filter {
  display: inline-flex;
  align-items: center;
  padding: 15px 45px 15px 30px;
  border-radius: 30px;
  position: relative;
  border: 1px solid #CECECE;
}
@media (max-width: 1199.98px) {
  .news-filter {
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .news-filter {
    padding: 10px 35px 10px 20px;
  }
}
.news-filter p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Almarai-Bold";
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
}
.news-filter .btn-group {
  position: static;
}
.news-filter .dropdown-toggle {
  white-space: nowrap;
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #8E1537;
  letter-spacing: 1px;
}
.news-filter .dropdown-toggle:after {
  background-image: url(../../assets/images/select-arow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  inset-inline-end: 20px;
  inset-block-start: 20px;
  border: none;
}
.news-filter .dropdown-menu {
  inset: 60px auto auto 0px !important;
  border-radius: 10px;
  width: 100%;
  inset-inline-end: 0px;
  transform: none !important;
  box-shadow: 0px 0px 37px -8px rgba(0, 0, 0, 0.59);
}
.news-filter .dropdown-menu:after {
  bottom: 100%;
  inset-inline-start: 90%;
  border: solid transparent;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.news-filter .dropdown-menu .dropdown-item {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px;
}
.news-filter .dropdown-menu .dropdown-item:active {
  background-color: #8E1537;
}
.news-filter form {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
@media (max-width: 1199.98px) {
  .news-filter form {
    -webkit-margin-start: -3px;
            margin-inline-start: -3px;
  }
}
.news-filter form select {
  background-color: transparent;
  border: none;
  color: #8E1537;
  text-transform: uppercase;
  font-family: "Almarai-Bold";
  font-size: 12px;
  height: 35px;
  margin-top: -22px;
}
.news-filter form .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.updates-wrap {
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
  -webkit-padding-after: 75px;
          padding-block-end: 75px;
  display: none;
}
.updates-wrap .container-lg {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .updates-wrap {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
    -webkit-padding-after: 65px;
            padding-block-end: 65px;
  }
}
@media (max-width: 767.98px) {
  .updates-wrap {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
    -webkit-padding-after: 65px;
            padding-block-end: 65px;
  }
}

.news-slider {
  position: relative;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.news-slider .card {
  border: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.11);
}
.news-slider .card-body {
  padding: 25px 36px;
}
.news-slider .card-body span {
  color: #6B50A1;
  font-size: 12px;
  font-family: "Almarai-Bold";
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px;
}
.news-slider .card-body h3, .news-slider .card-body .h3 {
  color: #000;
  font-family: "Almarai-Bold";
  font-size: 18px;
  margin: 0 0 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-slider .card-body h3 a, .news-slider .card-body .h3 a {
  color: #000;
}
.news-slider .card-body .btn {
  color: #000;
  border: 1px solid #000;
  font-size: 15px;
  padding: 8px 25px;
  display: none;
}
.news-slider .card-body .btn:hover {
  background-color: #8E1537;
  color: #fff;
  border: 1px solid #8E1537;
}
.news-slider .owl-item {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.01);
  z-index: 1;
  padding: 0 15px;
}
.news-slider .owl-item .item figure {
  margin: 0px;
  position: relative;
  overflow: hidden;
}
.news-slider .owl-item .item figure:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6278886555) 33%, rgba(0, 104, 126, 0) 75%, rgba(0, 212, 255, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  pointer-events: none;
}
.news-slider .owl-item .item img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.news-slider .owl-item.active.selected h3, .news-slider .owl-item.active.selected .h3, .news-slider .owl-item.active:first-of-type h3, .news-slider .owl-item.active:first-of-type .h3 {
  font-size: 26px;
  -webkit-line-clamp: unset;
}
@media (max-width: 1399.98px) {
  .news-slider .owl-item.active.selected h3, .news-slider .owl-item.active.selected .h3, .news-slider .owl-item.active:first-of-type h3, .news-slider .owl-item.active:first-of-type .h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .news-slider .owl-item.active.selected h3, .news-slider .owl-item.active.selected .h3, .news-slider .owl-item.active:first-of-type h3, .news-slider .owl-item.active:first-of-type .h3 {
    font-size: 16px;
  }
}
.news-slider .owl-item.active.selected .btn, .news-slider .owl-item.active:first-of-type .btn {
  display: inline-block;
}
.news-slider .owl-nav button {
  bottom: 20px;
}
@media (max-width: 1399.98px) {
  .news-slider .owl-nav button {
    bottom: -55px;
  }
}
@media (max-width: 767.98px) {
  .news-slider .owl-nav button {
    bottom: -30px;
  }
}
.news-slider .owl-nav .owl-next {
  inset-inline-end: 18%;
}
@media (max-width: 1399.98px) {
  .news-slider .owl-nav .owl-next {
    inset-inline-end: 15%;
  }
}
.news-slider .owl-nav .owl-prev {
  inset-inline-end: 28%;
  inset-inline-start: auto;
}
@media (max-width: 1399.98px) {
  .news-slider .owl-nav .owl-prev {
    inset-inline-end: 29%;
  }
}
@media (max-width: 767.98px) {
  .news-slider .owl-nav .owl-prev {
    inset-inline-end: 36%;
  }
}

.testi-wrap {
  background-color: #8E1537;
}
.testi-wrap h2, .testi-wrap .h2 {
  color: #fff;
}
@media (max-width: 767.98px) {
  .testi-wrap {
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }
}

.wrap-tesi-slider {
  border: 1px solid #fff;
  position: relative;
  padding: 35px;
  height: auto;
}
@media (max-width: 767.98px) {
  .wrap-tesi-slider {
    padding: 20px;
    height: auto;
  }
  .wrap-tesi-slider .owl-nav {
    display: block;
  }
  .wrap-tesi-slider .owl-nav button {
    width: 30px;
    height: 30px;
  }
  .wrap-tesi-slider .owl-nav button:before {
    width: 30px;
    height: 30px;
    background-size: 48%;
  }
  .wrap-tesi-slider .owl-nav button.owl-prev {
    inset-inline-start: -32px !important;
  }
  .wrap-tesi-slider .owl-nav button.owl-next {
    inset-inline-end: -32px !important;
  }
}
.wrap-tesi-slider:before {
  background-color: #8E1537;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  z-index: 1;
  content: "";
}
html[dir=rtl] .wrap-tesi-slider:before {
  transform: translateX(0);
}
@media (max-width: 767.98px) {
  html[dir=rtl] .wrap-tesi-slider:before {
    transform: translateX(10px);
  }
}
@media (max-width: 991.98px) {
  .wrap-tesi-slider:before {
    width: 70px;
    height: 60px;
    top: -21px;
  }
}
.wrap-tesi-slider:after {
  background-image: url(../../assets/images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  width: 53px;
  height: 66px;
  inset-inline-start: 50%;
  inset-block-start: -27px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991.98px) {
  .wrap-tesi-slider:after {
    width: 26px;
    height: 46px;
    top: -21px;
  }
}

.main-reviewimage {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background: #000;
  display: none;
}
.main-reviewimage img {
  opacity: 0.3;
}

#slide-testimonal .active.center .main-reviewimage img {
  opacity: 1;
}
#slide-testimonal .center .test_img:before {
  content: none;
  transition: 0.7s ease-in-out;
}

.main-reviewimage {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background: #000;
}

.main-reviewimage img {
  opacity: 1;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

#slide-testimonal .active.center .main-reviewimage img {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
}

.test_img {
  position: relative;
  opacity: 1;
  transition: 0.4s ease all;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#slide-testimonal .center .test_img:before {
  content: none;
  transition: 0.7s ease-in-out;
}

.test_img img {
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custome_slide.owl-carousel .owl-item.active.center {
  transform: scale(1.3);
  margin-top: 0 !important;
  position: relative;
  z-index: 999;
  transform: scale(1);
}

.custome_slide.owl-carousel .owl-item {
  transform: scale(0.7);
  padding: 10px 0px;
  transition: all 0.5s;
  cursor: pointer;
}
html[dir=rtl] .custome_slide.owl-carousel .owl-item:last-child.active.center {
  right: 55%;
}

.testimonial_detail {
  transform: scale(1) !important;
  width: 100%;
  position: relative;
  inset-inline-start: 0px;
  text-align: center;
  margin-top: 20px;
}

.cmnt {
  transform: scale(1) !important;
  width: 100%;
  position: static;
  inset-inline-start: 0px;
  top: 0px;
  text-align: center;
}

.testimonial_detail h3, .testimonial_detail .h3 {
  font-size: 22px;
  font-family: "Almarai-Bold";
  margin: 0;
  color: #fff;
}
@media (max-width: 767.98px) {
  .testimonial_detail h3, .testimonial_detail .h3 {
    font-size: 16px;
  }
}

.testimonial_detail span,
.cmnt p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .testimonial_detail span,
.cmnt p {
    font-size: 14px;
    line-height: 20px;
  }
}

.cmnt span {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .cmnt span {
    font-size: 14px;
    line-height: 20px;
  }
}

.custome_slide.owl-carousel .active .testimonial_detail,
.custome_slide.owl-carousel .testimonial_detail,
.custome_slide.owl-carousel .cmnt,
.custome_slide.owl-carousel .active .cmnt {
  display: none;
}

.custome_slide.owl-carousel .active.center .testimonial_detail,
.custome_slide.owl-carousel .active.center .cmnt {
  display: block !important;
}

.custome_slide.owl-carousel .active.center .test_img {
  margin: 0px auto;
}

.custome_slide .owl-nav button {
  bottom: 50%;
  background-color: #fff !important;
}
.custome_slide .owl-nav button.owl-prev {
  inset-inline-start: -32%;
}
@media (max-width: 1399.98px) {
  .custome_slide .owl-nav button.owl-prev {
    inset-inline-start: -30%;
  }
}
@media (max-width: 991.98px) {
  .custome_slide .owl-nav button.owl-prev {
    inset-inline-start: 0%;
  }
}
.custome_slide .owl-nav button.owl-next {
  inset-inline-end: -32%;
}
@media (max-width: 1399.98px) {
  .custome_slide .owl-nav button.owl-next {
    inset-inline-end: -30%;
  }
}
@media (max-width: 991.98px) {
  .custome_slide .owl-nav button.owl-next {
    inset-inline-end: 0;
  }
}
.scrol-top {
  inset-block-end: 100px;
  inset-inline-end: 15px;
  position: fixed;
  opacity: 0;
  border-radius: 50%;
  z-index: 5;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.4);
}
.scrol-top i {
  background-color: #8E1537;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 55px;
  height: 55px;
}
.scrol-top i:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  transform: rotate(-90deg);
  -webkit-mask-image: url(../../assets/images/right-arow.svg);
  mask-image: url(../../assets/images/right-arow.svg);
  -webkit-mask-size: 1.8rem;
  mask-size: 1.8rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
}
.scrol-top span {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  position: absolute;
  white-space: nowrap;
  inset-inline-start: -12px;
  inset-block-end: -20px;
}

body.on-view .scrol-top {
  opacity: 0;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0rem);
}
@media (max-width: 991.98px) {
  body.on-view .scrol-top {
    opacity: 0;
    display: none;
  }
}

.intro-wrap.bg-intro {
  display: none;
}

.card-list {
  margin: 35px 0;
}
.card-list li {
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  list-style: none;
}
.card-list .card {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  padding: 20px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  border: none;
  box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.15);
}
.card-list span {
  color: #6B50A1;
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
}
.card-list h3, .card-list .h3 {
  color: #000;
  font-size: 22px;
}
.card-list h3 a, .card-list .h3 a {
  color: #000;
}
.card-list .location {
  margin: 0px 0 10px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  color: #707070;
  display: block;
  position: relative;
  font-size: 16px;
}
.card-list .location:before {
  -webkit-mask-image: url(../../assets/images/location.svg);
  mask-image: url(../../assets/images/location.svg);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 21px;
  height: 21px;
}
.card-list .btn {
  color: #707070;
  display: inline-block;
  box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.22);
  border: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.card-list .btn:hover {
  background-color: #8E1537;
  color: #fff;
}
.card-list p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  margin: 16px 0;
}

.thump-list {
  margin: 35px 0;
}
.thump-list li {
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  list-style: none;
}
.thump-list .card {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  padding: 0px;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  border: none;
  box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.15);
}
.thump-list .card figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.thump-list .card figure:after {
  width: 100%;
  height: 430px;
  position: absolute;
  bottom: 0px;
  opacity: 0.7;
  inset-inline-start: 0;
  content: "";
  z-index: 2;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8606793059) 19%, rgba(0, 0, 0, 0) 40%);
}
.thump-list .card figure img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1);
}
.thump-list .card figcaption {
  padding: 25px;
  position: relative;
}
.thump-list .card .date-info {
  display: flex;
  justify-content: space-between;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.thump-list .card span {
  color: #6B50A1;
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
  font-weight: 600;
}
.thump-list .card h3, .thump-list .card .h3 {
  color: #000;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thump-list .card h3 a, .thump-list .card .h3 a {
  color: #000;
}
.thump-list .card .btn {
  color: #707070;
  display: inline-block;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.thump-list .card .btn:hover {
  background-color: #8E1537;
  color: #fff;
  border: 1px solid #8E1537;
  box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.22);
}
.thump-list .card p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  margin: 16px 0;
}
.thump-list .card:hover figure:after {
  width: 100%;
  height: 50px;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.2;
}
.thump-list .card:hover figure img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.1);
}
.thump-list .date-block {
  background-color: #fff;
  width: 84px;
  height: 81px;
  position: absolute;
  bottom: 25px;
  inset-inline-start: 25px;
  color: #6B50A1;
  display: inline-grid;
  font-family: "Almarai-Bold";
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.thump-list .date-block div {
  display: block;
  line-height: 23px;
}
.thump-list .date-block strong {
  display: block;
  text-align: center;
  font-family: "Almarai-Bold";
  font-weight: 900;
  font-size: 25px;
}
.thump-list .ico-calender {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  position: relative;
  font-family: "Almarai-Bold";
}
.thump-list .ico-calender:before {
  -webkit-mask-image: url(../../assets/images/calendar-icon.svg);
  mask-image: url(../../assets/images/calendar-icon.svg);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #6B50A1;
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 20px;
  height: 20px;
}
.thump-list .location-info {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  position: relative;
  color: #000;
  display: block;
  color: #6B50A1;
}
.thump-list .location-info:before {
  -webkit-mask-image: url(../../assets/images/location-ico.svg);
  mask-image: url(../../assets/images/location-ico.svg);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000000;
  -webkit-mask-size: contain;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 2px;
  content: "";
  width: 22px;
  height: 22px;
}
.thump-list .time-info {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  position: relative;
  color: #000;
  color: #6B50A1;
  display: block;
}
.thump-list .time-info:before {
  -webkit-mask-image: url(../../assets/images/md-time.svg);
  mask-image: url(../../assets/images/md-time.svg);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000000;
  content: "";
  position: absolute;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
}
.thump-list.event-list h3, .thump-list.event-list .h3 {
  font-family: "ElMessiri-Bold";
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}

.bullet-list {
  display: block;
}
.bullet-list li {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  position: relative;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  list-style: none;
}
.bullet-list li::before {
  background-color: #000;
  width: 8px;
  height: 8px;
  inset-inline-start: 0px;
  border-radius: 50%;
  inset-block-start: 7px;
  content: "";
  position: absolute;
}
.bullet-list.h-listed {
  display: flex;
}
@media (max-width: 991.98px) {
  .bullet-list.h-listed {
    display: block;
  }
}
.bullet-list.h-listed li {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  position: relative;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}

.meet-people .team-grid {
  display: flex;
  flex-wrap: wrap;
}
.meet-people .team-grid li {
  padding-inline: 15px;
  list-style: none;
  margin-bottom: 34px !important;
  position: relative;
  justify-content: center;
  align-items: center;
}
.meet-people .team-grid li .grid-bx {
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 40px -6px rgba(107, 80, 161, 0.97);
}
@media (max-width: 991.98px) {
  .meet-people .team-grid li .grid-bx {
    background: #fff;
    height: 100%;
  }
}
.meet-people .team-grid li .grid-bx figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 335px;
}
@media (max-width: 767.98px) {
  .meet-people .team-grid li .grid-bx figure {
    width: 100%;
    height: auto;
  }
}
.meet-people .team-grid li .grid-bx figure:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6278886555) 33%, rgba(0, 104, 126, 0) 75%, rgba(0, 212, 255, 0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  pointer-events: none;
}
.meet-people .team-grid li .grid-bx figure img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: 0.5s all ease-in-out;
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .meet-people .team-grid li .grid-bx figure img {
    width: 100%;
  }
}
.meet-people .team-grid li .grid-bx .card-body {
  padding: 25px;
  background-color: #fff;
}
.meet-people .team-grid li .grid-bx .card-title {
  font-family: "Almarai-Regular";
  font-size: 22px;
  color: #171717;
  margin: 0 0 5px;
}
.meet-people .team-grid li .grid-bx p {
  color: #171717;
  font-size: 16px;
  font-family: "Almarai-Regular";
  opacity: 0.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.meet-people .team-grid li .grid-bx:hover img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  transition: 0.5s all ease-in-out;
  transform: scale(1.1);
}
.news-filter.align-exposed form select {
  margin-top: 0px;
}
.document-wrap {
  background-color: #F8F8F8;
}

.download-list {
  border: 1px solid #565759;
  padding: 20px;
  display: block;
}
.download-list li {
  display: block;
  position: relative;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  color: #000;
  font-size: 20px;
  list-style: none;
}
.download-list li a {
  color: #000;
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
  position: relative;
  display: block;
}
.download-list li a:hover {
  color: #8E1537;
}
.download-list li a:before {
  -webkit-mask-image: url(../../assets/images/download-ico.svg);
  mask-image: url(../../assets/images/download-ico.svg);
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #8E1537;
  content: "";
  position: absolute;
  inset-inline-end: 0;
  width: 21px;
  height: 21px;
}

ol li li:before {
  display: none !important;
}

.breadcrums-wrap {
  background-color: #fff;
  padding-block: 20px;
  box-shadow: 0px 75px 173px 53px rgba(0, 0, 0, 0.08);
}
.breadcrums-wrap ul {
  margin: 0;
}
.breadcrums-wrap ul li {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  display: inline-block;
  list-style: none;
}
.breadcrums-wrap ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  position: relative;
}
.breadcrums-wrap ul li a:after {
  background-image: url(../../assets/images/small-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  inset-inline-end: -5px;
  transform: translateY(-50%);
  inset-block-start: 50%;
}
.breadcrums-wrap ul li.active a {
  color: #8E1537;
  font-family: "Almarai-Bold";
  text-decoration: none;
}
.breadcrums-wrap ul li.active a:after {
  display: none;
}

.job-dec {
  display: block;
  padding-block: 20px;
  margin-block: 30px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.job-dec ul {
  display: block;
}
.job-dec ul li {
  display: flex;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.job-dec ul li strong {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.career-page-wrap h3, .career-page-wrap .h3 {
  font-size: 25px;
  margin: 15px 0;
}

.inside-spot .home-slider .owl-item .fig-caption {
  top: auto;
  bottom: 100px;
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  .inside-spot .home-slider .owl-item .fig-caption {
    bottom: 0px;
  }
}
.inside-spot .home-slider .owl-item .item:after {
  height: 60%;
}

.about-page-wrap h3, .about-page-wrap .h3 {
  font-family: "Almarai-Regular";
  font-size: 26px;
  color: #8E1537;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
}
@media (max-width: 767.98px) {
  .about-page-wrap h3, .about-page-wrap .h3 {
    font-size: 20px;
  }
}

.request-page h3, .request-page .h3 {
  font-family: "Almarai-Regular";
  font-size: 26px;
  color: #8E1537;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
}
@media (max-width: 767.98px) {
  .request-page h3, .request-page .h3 {
    font-size: 20px;
  }
}

.play-more-btn {
  width: 69px;
  height: 69px;
  background-color: #8E1537;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: relative;
  display: inline-flex;
  box-shadow: 0px 0px 52px -13px rgba(0, 0, 0, 0.33);
}
.play-more-btn.btn {
  background-color: #fff;
  width: auto;
  height: 69px;
  border-radius: 45px;
  padding: 0 45px;
  -webkit-margin-start: 80px;
          margin-inline-start: 80px;
  color: #000;
}
@media (max-width: 767.98px) {
  .play-more-btn.btn {
    width: auto;
    height: 39px;
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
  }
}
.play-more-btn.ply-ico:after {
  background-image: url(../../assets/images/ply-ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 69px;
  height: 69px;
  inset-inline-start: -80px;
  inset-block-start: 53%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #8E1537;
}
@media (max-width: 767.98px) {
  .play-more-btn.ply-ico:after {
    width: 49px;
    height: 49px;
    inset-inline-start: -60px;
  }
}

.vi-mi-wrap {
  background-size: 50%;
  background-repeat: no-repeat;
}
.vi-mi-wrap.inra {
  background-size: 50% 100%;
}
@media (max-width: 767.98px) {
  .vi-mi-wrap {
    background-image: none !important;
  }
}
.vi-mi-wrap .cont-bx {
  border: 2px solid #fff;
  padding: 50px;
  align-items: center;
  display: flex;
}
@media (max-width: 1199.98px) {
  .vi-mi-wrap .cont-bx {
    padding: 25px;
  }
}
.vi-mi-wrap h2, .vi-mi-wrap .h2 {
  color: #fff;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
@media (max-width: 1199.98px) {
  .vi-mi-wrap h2, .vi-mi-wrap .h2 {
    -webkit-margin-after: 5px;
            margin-block-end: 5px;
    font-size: 23px;
  }
}
.vi-mi-wrap p {
  color: #fff;
  margin: 0;
}

.vision-wrap {
  background-color: #6B50A1;
  background-position: right center;
}
html[dir=rtl] .vision-wrap {
  background-position: left center;
}

.mission-wrap {
  background-color: #8E1537;
  background-position: left center;
}
html[dir=rtl] .mission-wrap {
  background-position: right center;
}

.meet-people {
  padding-bottom: 50px;
  z-index: 2;
  overflow: visible;
}
.meet-people h2, .meet-people .h2 {
  color: #000;
}
.meet-people p {
  color: #000;
}

ol {
  list-style: none;
  counter-reset: item;
}
ol li {
  counter-increment: item;
  margin-bottom: 5px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  position: relative;
}
ol li:before {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  content: counter(item);
  border-radius: 100%;
  color: #000;
  width: 1.2em;
  font-weight: bold;
  text-align: center;
  position: absolute;
  inset-inline-start: -6px;
  top: 0;
  display: inline-block;
}

.sub {
  font-family: "Almarai-Bold";
  font-size: 18px;
  margin-block: 15px;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.js-pager__items {
  list-style: none;
}

.faq-wrap .search-field-wrap input {
  background-color: #d3d3d3;
}

.accordion {
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
}
.accordion li {
  position: relative;
  background-color: #fff;
  -webkit-margin-after: 7px;
          margin-block-end: 7px;
  list-style: none;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.08);
}
.accordion li .inner {
  display: none;
  padding: 0 30px 25px;
  color: #000;
  font-size: 18px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .accordion li .inner {
    font-size: 14px;
    padding: 0 15px 25px;
  }
}
.accordion li .inner p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .accordion li .inner p {
    font-size: 14px;
  }
}
.accordion a.toggle {
  width: 100%;
  display: block;
  position: relative;
  padding-block: 15px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-padding-end: 70px;
          padding-inline-end: 70px;
  font-family: "Almarai-Bold";
  color: #000;
  font-size: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991.98px) {
  .accordion a.toggle {
    font-size: 15px;
    line-height: 18px;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
  }
}
.accordion a.toggle:after {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  inset-block-start: 13px;
  inset-inline-end: 30px;
  border-radius: 50%;
  background-color: #F8F8F8;
}
@media (max-width: 991.98px) {
  .accordion a.toggle:after {
    width: 30px;
    height: 30px;
    inset-block-start: 10px;
    inset-inline-end: 13px;
  }
}
.accordion a.toggle:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  inset-inline-end: 42px;
  inset-block-start: 19px;
  color: #707070;
  z-index: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .accordion a.toggle:before {
    inset-inline-end: 21px;
    inset-block-start: 16px;
  }
}
.accordion a.toggle.active:before {
  transform: rotate(-180deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.request-page .accordion {
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
}
.request-page .accordion li {
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.request-page .accordion li .inner {
  padding: 0 2px 25px;
}
.request-page .accordion .toggle {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-padding-end: 70px;
          padding-inline-end: 70px;
}
.request-page .accordion .toggle:before {
  inset-inline-end: 12px;
}
.request-page .accordion .toggle:after {
  inset-inline-end: 0px;
}

.evmc-popup .modal-body {
  position: relative;
}
.evmc-popup .modal-body .btn-close {
  position: absolute;
  inset-inline-end: 25px;
  inset-block-start: 20px;
  background: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .evmc-popup .modal-body .btn-close {
    inset-inline-end: 15px;
    inset-block-start: 10px;
  }
}
.evmc-popup .modal-body .btn-close::after {
  background-image: url(../../assets/images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  content: "";
}
.evmc-popup .modal-body h2, .evmc-popup .modal-body .h2 {
  font-size: 28px;
}
.evmc-popup .modal-body h3, .evmc-popup .modal-body .h3 {
  font-family: "Almarai-Regular";
  font-size: 18px;
}
.evmc-popup .modal-body span {
  display: block;
  margin: 0 0 20px;
}
.evmc-popup .modal-content {
  border-radius: 0px;
}
.evmc-popup .pop-content {
  padding: 50px;
}
@media (max-width: 767.98px) {
  .evmc-popup .pop-content {
    padding: 20px;
  }
}
.evmc-popup .modal-dialog {
  max-width: 1000px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
  top: 55px !important;
}
@media (max-width: 767.98px) {
  .modal {
    top: 75px !important;
  }
}

.all-tab-wrap {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.all-tab-wrap h2, .all-tab-wrap .h2 {
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
.all-tab-wrap .tab-top {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.all-tab-wrap .tab-bottom {
  position: relative;
  z-index: 2;
}
.all-tab-wrap h4, .all-tab-wrap .h4 {
  font-size: 20px;
  margin-block: 20px 10px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  width: 100%;
  height: auto;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991.98px) {
  ul.tabs {
    display: none;
  }
}
ul.tabs li {
  margin: 0 5px 0 0;
  cursor: pointer;
  list-style: none;
  overflow: hidden;
  color: #707070;
  position: relative;
  padding: 25px 45px;
  font-size: 16px;
  font-weight: 300;
  display: block;
  background-color: #fff;
  border-bottom: 2px solid #ffffff;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
ul.tabs li.active {
  background-color: #fff;
  font-family: "Almarai-Bold";
  color: #8E1537;
  border-bottom: 2px solid #8E1537;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.tab_container {
  width: 100%;
  height: auto;
  background: transparent;
}
.tab_container .tab_content {
  padding: 50px 0;
  display: none;
}
@media (max-width: 991.98px) {
  .tab_container .tab_content {
    padding: 20px 0;
  }
}
.tab_container .tab_drawer_heading {
  display: none;
}
@media (max-width: 991.98px) {
  .tab_container .tab_drawer_heading {
    background-color: #fff;
    color: #707070;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    font-family: "Almarai-Regular";
    font-weight: 200;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .tab_container .d_active {
    background-color: #fff;
    border-bottom: 2px solid #8E1537;
    font-family: "Almarai-Bold";
    color: #8E1537;
  }
}

.tab-table {
  margin-block: 35px;
}
.tab-table td {
  padding: 5px;
}

.inra-pro {
  padding-block: 70px 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .inra-pro {
    padding-block: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .inra-pro {
    padding-block: 40px;
  }
  .inra-pro h2, .inra-pro .h2 {
    color: #fff;
  }
}
.inra-pro:after {
  background-color: #8E1537;
  position: absolute;
  width: 100%;
  height: 62%;
  bottom: 50px;
  inset-inline-start: 0px;
  content: "";
  z-index: 1;
}
@media (max-width: 767.98px) {
  .inra-pro:after {
    width: 100%;
    height: 100%;
    bottom: 0px;
  }
}
.inra-pro:before {
  background-color: #1D1F22;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  inset-inline-start: 0px;
  content: "";
  z-index: 0;
}
@media (max-width: 767.98px) {
  .inra-pro:before {
    width: 100%;
    height: 100%;
    bottom: 0px;
  }
}
.inra-pro .container-lg {
  position: relative;
  z-index: 2;
}
.inra-pro .container-lg:after {
  background-image: url(../../assets/images/inra-tile.png);
  background-repeat: repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 1000%;
  height: 70%;
  inset-block-end: 50px;
  inset-inline-start: 90%;
}
@media (max-width: 1199.98px) {
  .inra-pro .container-lg:after {
    width: 1000%;
    height: 69%;
  }
}
@media (max-width: 767.98px) {
  .inra-pro .container-lg:after {
    width: 100%;
    height: 100%;
    inset-block-end: 0px;
    inset-inline-start: 0%;
  }
}
.inra-pro .slider-nav {
  position: absolute;
  inset-inline-end: 40%;
  z-index: 3;
  color: #fff;
  bottom: 130px;
}
@media (max-width: 1199.98px) {
  .inra-pro .slider-nav {
    bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .inra-pro .slider-nav {
    bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .inra-pro .slider-nav {
    position: relative;
    inset-inline-end: 0;
  }
}

.inra-slide {
  width: 100%;
  height: auto;
  margin-top: -130px;
}
.inra-slide p {
  color: #fff;
}
@media (max-width: 767.98px) {
  .inra-slide {
    margin-top: 0px;
  }
}
.inra-slide .owl-item {
  overflow: hidden;
}
.inra-slide .owl-item .item {
  -webkit-padding-end: 60px;
          padding-inline-end: 60px;
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
}
@media (max-width: 767.98px) {
  .inra-slide .owl-item .item {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    -webkit-padding-before: 0px;
            padding-block-start: 0px;
  }
}
.inra-slide .owl-item .col-md-8 {
  align-items: center;
}
.inra-slide figure {
  margin: 0;
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.29);
}
@media (max-width: 767.98px) {
  .inra-slide figure {
    display: none;
  }
}

.area-wrap {
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
}
.area-wrap h2, .area-wrap .h2 {
  color: #fff;
}

.ico-list {
  margin: 25px 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991.98px) {
  .ico-list {
    text-align: left;
    margin: 20px 0 0;
  }
}
.ico-list li {
  display: inline-block;
  text-align: center;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
  margin-block: 0px 30px;
  position: relative;
  overflow: hidden;
  list-style: none;
  border-radius: 50%;
  transition: all 5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1199.98px) {
  .ico-list li {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
@media (max-width: 991.98px) {
  .ico-list li {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    border-radius: 0;
    margin-block: 0px;
    padding-bottom: 15px;
    display: block;
  }
}
.ico-list li .radius-bx {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  transition: all 5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1399.98px) {
  .ico-list li .radius-bx {
    width: 200px;
    height: 200px;
  }
}
.ico-list li .radius-bx .center {
  padding: 0 30px;
}
.ico-list li .radius-bx i {
  display: block;
  margin: 0 0 15px;
}
@media (max-width: 991.98px) {
  .ico-list li .radius-bx i {
    margin: 0px;
    width: 40px;
    height: auto;
  }
  .ico-list li .radius-bx i img {
    width: auto;
    height: 32px;
  }
}
@media (max-width: 991.98px) {
  .ico-list li .radius-bx p {
    display: block;
    line-height: 32px;
    margin: 0;
    font-size: 16px;
    text-align: left;
  }
  .ico-list li .radius-bx p br {
    display: none;
  }
}
.ico-list li .radius-bx:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  content: "";
  inset-inline: auto;
  inset-block: auto;
  background-color: #19191d;
  border: 1px solid #fff;
  opacity: 1;
  transition: all 5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .ico-list li .radius-bx:before {
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
}
.ico-list li .radius-bx a {
  position: relative;
  padding: 0;
  border: none;
}
.ico-list li .radius-bx a:after {
  display: none;
}
.ico-list li .radius-bx a:before {
  display: none;
}
.ico-list li .radius-bx a p {
  color: #fff;
}
@media (max-width: 991.98px) {
  .ico-list li .radius-bx {
    width: auto;
    height: auto;
    display: block;
    background-image: none !important;
    background-color: transparent;
    border-radius: 0;
  }
  .ico-list li .radius-bx .center {
    display: flex;
    padding: 0;
  }
  .ico-list li .radius-bx .center img {
    max-width: 30px;
    height: auto;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
.ico-list li:hover .radius-bx {
  background-color: #000;
}
.ico-list li:hover .radius-bx:before {
  opacity: 0.8;
  background-color: #000;
}
.ico-list li:hover a:before {
  display: none;
}

.package-bx {
  background-color: #fff;
  box-shadow: 0px 0px 34px 4px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991.98px) {
  .package-bx {
    -webkit-margin-after: 25px;
            margin-block-end: 25px;
  }
}
.package-bx .pkg-top {
  border-bottom: 1px solid rgba(86, 87, 89, 0.3);
  padding: 25px 25px 15px;
}
.package-bx h3, .package-bx .h3 {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .package-bx h3, .package-bx .h3 {
    font-size: 22px;
  }
}
.package-bx span {
  font-size: 26px;
  font-family: "Almarai-Bold";
  color: #000;
}
@media (max-width: 991.98px) {
  .package-bx span {
    font-size: 16px;
  }
}
.package-bx .pkg-bottom {
  padding: 25px 25px 35px;
  text-align: center;
}
.package-bx ul {
  display: block;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.package-bx ul li {
  position: relative;
  list-style: none;
  -webkit-padding-start: 42px;
          padding-inline-start: 42px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  text-align: left;
  color: #cbcbcb;
}
.package-bx ul li:before {
  -webkit-mask-image: url(../../assets/images/pkg-tick.svg);
  mask-image: url(../../assets/images/pkg-tick.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #cbcbcb;
  content: "";
  position: absolute;
  inset-inline-start: 5px;
  inset-block-start: 3px;
  width: 21px;
  height: 21px;
  z-index: 1;
}
.package-bx ul li:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #cbcbcb;
  inset-block-start: -2px;
}
.package-bx.silver h3, .package-bx.silver .h3 {
  color: #8E1537;
}
.package-bx.silver ul {
  display: block;
}
.package-bx.silver ul li {
  list-style: none;
}
.package-bx.silver ul li.added {
  color: #000;
}
.package-bx.silver ul li.added:before {
  background-color: #fff;
}
.package-bx.silver ul li.added:after {
  background-color: #8E1537;
  border: 1px solid #8E1537;
}
.package-bx.gold h3, .package-bx.gold .h3 {
  color: #3F2767;
}
.package-bx.gold ul {
  display: block;
}
.package-bx.gold ul li.added {
  color: #000;
}
.package-bx.gold ul li.added:before {
  background-color: #fff;
}
.package-bx.gold ul li.added:after {
  background-color: #3F2767;
  border: 1px solid #3F2767;
}
.package-bx.gold .btn {
  background-color: #3F2767;
}
.package-bx.platinum h3, .package-bx.platinum .h3 {
  color: #6B50A1;
}
.package-bx.platinum ul {
  display: block;
}
.package-bx.platinum ul li.added {
  color: #000;
}
.package-bx.platinum ul li.added:before {
  background-color: #fff;
}
.package-bx.platinum ul li.added:after {
  background-color: #6B50A1;
  border: 1px solid #6B50A1;
}
.package-bx.platinum .btn {
  background-color: #6B50A1;
}

.activities-wrap h3, .activities-wrap .h3 {
  font-family: "Almarai-Regular";
  font-size: 26px;
  color: #8E1537;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
}

.related-slider figure {
  position: relative;
  overflow: hidden;
}
.related-slider figure img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1);
}
.related-slider figure:after {
  width: 100%;
  height: 430px;
  position: absolute;
  bottom: 0px;
  opacity: 0.7;
  inset-inline-start: 0;
  content: "";
  z-index: 1;
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8606793059) 19%, rgba(0, 0, 0, 0) 40%);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.related-slider figure figcaption {
  position: absolute;
  z-index: 2;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 100%;
  height: 190px;
  padding: 25px;
}
.related-slider figure figcaption span {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  display: block;
}
.related-slider figure figcaption h3, .related-slider figure figcaption .h3 {
  color: #fff;
  text-overflow: ellipsis;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-slider figure figcaption h3 a, .related-slider figure figcaption .h3 a {
  color: #fff;
}
.related-slider figure figcaption .btn {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: transparent;
  letter-spacing: 1px;
}
.related-slider figure figcaption .btn:hover {
  background-color: #8E1537;
  color: #fff;
  border: 1px solid #8E1537;
  box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.22);
}
.related-slider figure:hover:after {
  width: 100%;
  height: 180%;
  opacity: 0.8;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.related-slider figure:hover img {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(1.1);
}

.map-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.map-wrap iframe {
  height: 100%;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}

.contact-cover {
  background-color: #fff;
  padding: 0px 12px;
  box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.15);
}

.contact-form {
  padding: 50px 45px;
}
@media (max-width: 767.98px) {
  .contact-form {
    padding: 15px;
  }
}
.contact-form h4, .contact-form .h4 {
  font-family: "Almarai-Bold";
  font-size: 26px;
  display: block;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
}
@media (max-width: 767.98px) {
  .contact-form h4, .contact-form .h4 {
    font-size: 18px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.get-in-touch {
  background-color: #fff;
}
.get-in-touch h2, .get-in-touch .h2 {
  background-color: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #8E1537;
  position: relative;
}
.get-in-touch h2:before, .get-in-touch .h2:before {
  width: 35%;
  height: 1px;
  background-color: #8E1537;
  position: absolute;
  inset-inline-start: 0;
  inset-block: 50%;
  content: "";
  z-index: 0;
}
@media (max-width: 767.98px) {
  .get-in-touch h2:before, .get-in-touch .h2:before {
    width: 25%;
    height: 1px;
  }
}
.get-in-touch h2:after, .get-in-touch .h2:after {
  width: 35%;
  height: 1px;
  background-color: #8E1537;
  position: absolute;
  inset-inline-end: 0;
  inset-block: 50%;
  content: "";
  z-index: 0;
}
@media (max-width: 767.98px) {
  .get-in-touch h2:after, .get-in-touch .h2:after {
    width: 25%;
    height: 1px;
  }
}

.touch-list {
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
}
.touch-list li {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  list-style: none;
}
.touch-list li .card {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 25px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #8E1537;
  box-shadow: 0px 0px 29px -4px rgba(0, 0, 0, 0.15);
}
.touch-list li h4, .touch-list li .h4 {
  font-family: "Almarai-Bold";
  font-size: 20px;
  display: block;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
  color: #8E1537;
}
@media (max-width: 767.98px) {
  .touch-list li h4, .touch-list li .h4 {
    font-size: 15px;
  }
}
.touch-list li i {
  display: inline-block;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.touch-list li a {
  color: #000;
}
.touch-list li address {
  color: #000;
}

.log-progres {
  position: relative;
  width: 200px;
  height: auto;
}
@media (max-width: 767.98px) {
  .log-progres {
    width: 100%;
    height: auto;
    padding: 30px 0 50px;
  }
}
.log-progres:before {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: -50%;
  inset-inline-end: 30px;
  content: "";
  opacity: 0.1;
  background-color: #565759;
}
@media (max-width: 767.98px) {
  .log-progres:before {
    width: 100%;
    height: 1px;
  }
}
.log-progres ul {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .log-progres ul {
    display: flex;
    justify-content: center;
  }
}
.log-progres ul:before {
  width: 1px;
  height: 100%;
  position: absolute;
  inset-inline-start: 50%;
  inset-block: 0px;
  opacity: 0.3;
  content: "";
  background-color: #565759;
}
@media (max-width: 767.98px) {
  .log-progres ul:before {
    width: 100%;
    height: 1px;
    display: none;
  }
}
.log-progres ul li {
  position: relative;
  list-style: none;
  width: 200px;
  height: auto;
  text-align: center;
  -webkit-margin-after: 90px;
          margin-block-end: 90px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .log-progres ul li {
    width: 100px;
    height: auto;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
  }
}
.log-progres ul li:before {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #cdcdcd;
  opacity: 1;
  content: "";
  position: absolute;
  inset-inline: 50%;
  inset-block: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.log-progres ul li:after {
  background-color: #565759;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #565759;
  content: "";
  position: absolute;
  inset-inline-end: 25px;
  inset-block-start: 50%;
  padding: 2px;
  z-index: 0;
  transform: translateY(100%);
}
@media (max-width: 767.98px) {
  .log-progres ul li:after {
    transform: translate(50%, 50px);
    inset-inline-end: 50%;
  }
}
.log-progres ul li p {
  font-family: "Almarai-Bold";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  width: 100%;
  text-align: right;
  -webkit-padding-end: 120px;
          padding-inline-end: 120px;
  margin-bottom: 0;
  line-height: 38px;
  -webkit-margin-start: -15px;
          margin-inline-start: -15px;
}
html[dir=rtl] .log-progres ul li p {
  text-align: left;
}
@media (max-width: 767.98px) {
  .log-progres ul li p {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    text-align: center;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    line-height: 20px;
    inset-block-start: -30px;
  }
  html[dir=rtl] .log-progres ul li p {
    text-align: center;
  }
}
.log-progres ul li span {
  font-family: "Almarai-Bold";
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  line-height: 40px;
  inset-block: 0;
  inset-inline: 50%;
  width: 38px;
  height: 38px;
  transform: translateX(-50%);
}
.log-progres ul li.active p {
  color: #8E1537;
}
.log-progres ul li.active:before {
  width: 38px;
  height: 38px;
  background-color: #8E1537;
  opacity: 1;
}
.log-progres ul li.active:after {
  opacity: 1;
  background-color: #8E1537;
  border: 3px solid #d3a8b4;
}
.log-progres ul li.active span {
  color: #fff;
}
.log-progres ul li.added span {
  display: none;
}
.log-progres ul li.added p {
  color: #8E1537;
}
.log-progres ul li.added:before {
  background-color: #8E1537;
  background-image: url(../../assets/images/form-tick.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.log-progres ul li.added:after {
  opacity: 1;
  background-color: #8E1537;
  border: 3px solid #d3a8b4;
}
.log-progres ul li:last-child {
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

@media (max-width: 1399.98px) {
  .progress-col {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
}
@media (max-width: 991.98px) {
  .progress-col {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
}
@media (max-width: 767.98px) {
  .progress-col {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
}
.progress-col h2, .progress-col .h2 {
  font-family: "Almarai-Bold";
  color: #000;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .progress-col h2, .progress-col .h2 {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
.progress-col h3, .progress-col .h3 {
  font-family: "Almarai-Bold";
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .progress-col h3, .progress-col .h3 {
    font-size: 17px;
  }
}
.progress-col .form input {
  background-color: #e0e0e0;
}
.progress-col .form input[type=submit] {
  background-color: #8E1537;
}
.progress-col .form input[type=submit]:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0px 0px 34px -3px rgba(0, 0, 0, 0.63);
}
.progress-col .form-submit-wrap {
  display: flex;
  margin-top: 30px;
}
.progress-col .form-submit-wrap input[type=submit] {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

.step-title {
  padding-bottom: 0px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.step-count {
  font-family: "Almarai-Bold";
  font-size: 18px;
  color: #000;
  opacity: 0.4;
  display: block;
  margin-bottom: 15px;
}

.info-retry {
  display: flex;
  justify-content: space-between;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.info-retry span {
  font-size: 14px;
  color: #000;
}
.info-retry p {
  font-size: 14px;
  color: #000;
}
.info-retry p a {
  color: #8E1537;
}

.payment-list table {
  width: 100%;
  height: 100%;
  border: 1px solid #8E1537;
  margin-bottom: 20px;
}
.payment-list table tr {
  border-bottom: 1px solid #8E1537;
}
.payment-list table tr:last-child {
  border-bottom: none;
}
.payment-list table tr th {
  background-color: #8E1537;
  color: #fff;
  font-family: "Almarai-Bold";
  font-size: 18px;
  white-space: nowrap;
  text-align: center;
  padding: 13px;
  border-right: 1px solid rgba(191, 191, 191, 0.3);
}
@media (max-width: 767.98px) {
  .payment-list table tr th {
    font-size: 15px;
  }
}
.payment-list table tr th:last-child {
  border-right: none;
}
.payment-list table tr td {
  border-right: 1px solid rgba(191, 191, 191, 0.3);
  padding: 13px;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .payment-list table tr td {
    font-size: 15px;
  }
}
.payment-list table tr td:last-child {
  border-right: none;
}

.total-cost {
  display: flex;
  justify-content: flex-end;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.total-cost p {
  color: #8E1537;
  margin: 0;
}

footer {
  background-color: #1D1F22;
  padding: 5px 0 0;
  position: relative;
  color: #fff;
  border-top: 5px solid #8e1537;
}
@media (max-width: 767.98px) {
  footer {
    text-align: center;
    padding: 10px 0 0;
  }
  footer .text-right {
    text-align: center !important;
  }
}
footer:before {
  background-color: #19191d;
  position: absolute;
  inset-inline-end: 0px;
  width: 40%;
  height: 100%;
  content: "";
  pointer-events: none;
  top: 0;
}
@media (max-width: 991.98px) {
  footer:before {
    width: 34%;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  footer:before {
    display: none;
  }
}
footer h3, footer .h3 {
  font-family: var(--primary-font);
  font-size: 19px;
  margin: 35px 0 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767.98px) {
  footer h3, footer .h3 {
    margin: 10px 0;
    font-size: 16px;
  }
}
footer h3 a, footer .h3 a {
  color: rgba(255, 255, 255, 0.8);
}
footer h3 a:hover, footer .h3 a:hover {
  color: white;
}
footer p {
  color: #939393;
}
footer ul {
  margin: 15px 0;
}
footer ul li {
  list-style: none;
  margin: 0px;
}
footer ul li a {
  color: #939393;
  font-size: 17px;
  display: block;
  line-height: 26px;
}
footer ul li a:hover {
  color: #fff;
}
@media (max-width: 767.98px) {
  footer .footer-top ul {
    display: none;
  }
}
footer .social-links {
  display: none !important;
}
@media (max-width: 1199.98px) {
  footer .social-links {
    display: flex !important;
    text-align: center;
    margin-block: 25px 0;
    align-items: center;
    justify-content: end;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  footer .social-links {
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  footer .social-links li {
    list-style: none;
    margin-inline: 8px;
  }
  footer .social-links li a {
    font-size: 25px;
  }
}

.call {
  color: #939393;
  font-weight: bold;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
  background-image: url(../../assets/images/call-ico.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
html[dir=rtl] .call {
  direction: ltr;
  display: inline-block;
}
.call:hover {
  color: #fff;
}

address {
  color: #939393;
}

.footer-top {
  position: relative;
  color: #fff;
  z-index: 1;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
}
@media (max-width: 767.98px) {
  .footer-top {
    -webkit-padding-after: 15px;
            padding-block-end: 15px;
  }
}

.footer-bottom {
  background-color: #111315;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.footer-bottom .col-md-8 {
  display: flex;
}
@media (max-width: 767.98px) {
  .footer-bottom .col-md-8 {
    display: block;
  }
}
.footer-bottom .col-md-8 p {
  margin: 0;
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
}
.footer-bottom .col-md-8 ul {
  display: flex;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer-bottom .col-md-8 ul {
    display: block;
  }
}
.footer-bottom .col-md-8 ul li {
  list-style: none;
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .footer-bottom .col-md-8 ul li {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
  }
}
.footer-bottom .col-md-8 ul li a {
  font-size: 12px;
  color: #fff;
}
.footer-bottom .col-md-8 ul li a:hover {
  text-decoration: underline;
}

.social-footer-wrap {
  position: relative;
  z-index: 3;
}
.social-footer-wrap .social-links {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.social-footer-wrap .social-links li {
  list-style: none;
}
.social-footer-wrap .social-links li a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin-inline: 5px;
}
.social-footer-wrap .social-links li a:hover {
  background-color: #fff;
  color: #8E1537;
}
#webform-submission-careers-paragraph-334-form-ajax .contact-form div[role=alert] {
  display: none;
}

.webform-document-file {
  position: absolute;
  inset-inline-start: 0;
  top: 30px;
  border: none;
}

.form-item--error-message {
  color: red;
  font-size: 14px;
  position: absolute;
  bottom: -20px;
  inset-inline-start: 10px;
}

.messages.messages--error.file-upload-js-error {
  position: absolute;
  color: red;
  bottom: -60px;
  inset-inline-start: 0;
  font-size: 13px;
}

.js-webform-radios {
  width: 300px;
  display: flex;
}

.js-form-type-radio {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.js-form-type-radio .form-radio {
  float: left;
}
html[dir=rtl] .js-form-type-radio .form-radio {
  float: right;
}
.js-form-type-radio label {
  display: inline-block;
  margin-top: 0;
  float: left;
  line-height: 18px;
}
html[dir=rtl] .js-form-type-radio label {
  float: right;
}

.js-form-item.form-item.js-form-type-radio.form-item-exportation-type-radio.js-form-item-exportation-type-radio {
  float: left;
}
html[dir=rtl] .js-form-item.form-item.js-form-type-radio.form-item-exportation-type-radio.js-form-item-exportation-type-radio {
  float: right;
}

.item-list__comma-list {
  display: none !important;
}

.chosen-container {
  border: none !important;
  box-shadow: none !important;
  height: 50px !important;
  display: block;
  line-height: 43px !important;
  width: 100% !important;
}

.chosen-container-single {
  height: 50px !important;
  border: none !important;
  background-color: #ededed !important;
  border-radius: 10px !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  background-position: 96% 20px !important;
}

a.chosen-single {
  background-image: none !important;
  border: none !important;
  height: 50px !important;
  box-shadow: none !important;
  line-height: 46px !important;
  color: #7d7e79 !important;
}

.chosen-container-single .chosen-single div b {
  display: none !important;
}

.chosen-container .chosen-drop {
  inset-inline-start: 0px;
}

.js-form-type-date {
  width: 100%;
}

.description .webform-element-description {
  font-size: 12px;
  margin-top: 4px;
}
.description .webform-element-description br {
  display: none;
}

.request-page .form .form-group.attach:after {
  background-position: -10px 3px;
  width: 33px;
  height: 42px;
  line-height: 28px;
  inset-inline-start: 1px;
  inset-block-start: 33px;
  background-size: cover;
  border-radius: 7px;
  display: block;
}

.request-page .form .form-group.attach input {
  text-indent: -80px;
}

.request-page .form .form-group.attach input[type=file] {
  line-height: 35px;
}

.js-form-item-terms-conditions {
  display: flex;
}

.js-form-type-webform-document-file label {
  font-size: 16px;
  font-family: "Almarai-Bold";
  margin: 0 0 5px;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  inset-inline-start: 0;
}

em.placeholder {
  background-color: transparent;
  opacity: 1;
}

.js-form-managed-file.form-managed-file {
  background: #f2f2f2;
  text-indent: 42px;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.custome_slide .owl-nav.disabled {
  display: block !important;
}
body.user_login .PlanfyWidgetTrigger {
  display: none !important;
}

body.user_login .home-header {
  position: relative !important;
  background-color: rgb(25, 25, 29) !important;
  display: none !important;
}
body.user_login footer {
  display: none !important;
}

.request-page .form-item-custom-composite-items-0--item--upload-passport.js-form-item-custom-composite-items-0--item--upload-passport .js-form-managed-file.form-managed-file {
  background: #f2f2f2;
  text-indent: 42px;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.request-page .js-form-managed-file.form-managed-file .button.js-form-submit.form-submit {
  position: absolute;
  height: 50px;
  line-height: 23px;
  display: block;
  right: 10px;
  top: 0;
  width: auto;
  text-align: center;
  text-indent: 0;
}

.request-page .form .form-group.attach.required input[type=file] {
  background-color: #f2f2f2;
  width: 80%;
  height: 41px;
  padding-inline: 10px;
  border: none;
  color: #565759;
  text-indent: -112px;
  border: none;
}

.request-page .messages.messages--error.file-upload-js-error {
  position: absolute;
  color: red;
  bottom: -96px;
  font-size: 13px;
  line-height: 17px;
  inset-inline-start: 0;
  text-indent: 0;
}

.request-page .js-form-item.form-item.js-form-type-managed-file .form-item--error-message {
  position: absolute;
  color: red;
  bottom: -60px;
  inset-inline-start: 0;
  font-size: 13px;
  line-height: 17px;
  text-indent: 0;
}

.request-page .attach div[role=alert] {
  display: none !important;
}

.PlanfyWidgetTrigger.pwt-isLoaded {
  display: none !important;
  opacity: 0 !important;
}
