@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);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

 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;
}


ul {
  padding-left: 2rem;
}


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


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

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

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;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[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;
}

/* 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;
}

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.figure {
  display: inline-block;
}

.container,
.container-fluid,
.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%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

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

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}


.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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);
}

.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, .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);
}

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

.collapse:not(.show) {
  display: none;
}

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

.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-menu.show {
  display: block;
}

.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;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-fill .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.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 > hr {
  margin-right: 0;
  margin-left: 0;
}

.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-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;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

@-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, .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-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.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-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.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;
  }
}
@media (min-width: 992px) {
  
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* 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;
  }
}

@-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%;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

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

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

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

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

.position-relative {
  position: relative !important;
}

.w-100 {
  width: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !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;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

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

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

.text-decoration-underline {
  text-decoration: underline !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !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-at:before {
  content: "\e801";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-snapchat-ghost:before {
  content: "\f2ac";
} /* '' */
.icon-twitter:before {
  content: "\f309";
} /* '' */
.icon-facebook:before {
  content: "\f30c";
} /* '' */
.icon-gplus:before {
  content: "\f30f";
} /* '' */
.icon-linkedin:before {
  content: "\f318";
} /* '' */
@font-face {
  font-family: "MadaniArabic-bold";
  src: url("../fonts/MadaniArabic-Bold.eot");
  src: url("../fonts/MadaniArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MadaniArabic-Bold.woff2") format("woff2"), url("../fonts/MadaniArabic-Bold.woff") format("woff"), url("../fonts/MadaniArabic-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic-regular";
  src: url("../fonts/MadaniArabic-Regular.eot");
  src: url("../fonts/MadaniArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MadaniArabic-Regular.woff2") format("woff2"), url("../fonts/MadaniArabic-Regular.woff") format("woff"), url("../fonts/MadaniArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic-Medium";
  src: url("../fonts/MadaniArabic-Medium.eot");
  src: url("../fonts/MadaniArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MadaniArabic-Medium.woff2") format("woff2"), url("../fonts/MadaniArabic-Medium.woff") format("woff"), url("../fonts/MadaniArabic-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic-Light";
  src: url("../fonts/MadaniArabic-Light.eot");
  src: url("../fonts/MadaniArabic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MadaniArabic-Light.woff2") format("woff2"), url("../fonts/MadaniArabic-Light.woff") format("woff"), url("../fonts/MadaniArabic-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic-Thin";
  src: url("../fonts/MadaniArabic-Thin.eot");
  src: url("../fonts/MadaniArabic-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/MadaniArabic-Thin.woff2") format("woff2"), url("../fonts/MadaniArabic-Thin.woff") format("woff"), url("../fonts/MadaniArabic-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MadaniArabic-SemiBold";
  src: url("../fonts/MadaniArabic-SemiBold.eot");
  src: url("../fonts/MadaniArabic-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MadaniArabic-SemiBold.woff2") format("woff2"), url("../fonts/MadaniArabic-SemiBold.woff") format("woff"), url("../fonts/MadaniArabic-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-font: "MadaniArabic-Light", sans-serif;
}

.text-primary {
  color: #0050A0 !important;
}

.bg-primary {
  background: #0050A0 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-secondary {
  color: #2EAEA0 !important;
}

.text-green {
  color: #2FAFA1 !important;
}

.bg-green {
  background: #2FAFA1 !important;
}

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

.text-dark1 {
  color: #3C3C3C !important;
}

.btn-red {
  background: #8f1b35;
}

.btn-red {
  background: #8f1b35;
  border-color: #8f1b35;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  background: rgba(143, 27, 53, 0.8);
  border-color: #8f1b35;
}

.text-red {
  color: #8f1b35 !important;
}

.bg-red {
  background: #8f1b35 !important;
}

.text-blue1 {
  color: #023F7C !important;
}

.bg-blue1 {
  background: #023F7C !important;
}

.bg-grey3 {
  background: #FAFAFA !important;
}

.btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  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;
}
.btn.secondary-btn {
  background-color: #2EAEA0;
  color: #fff;
  text-transform: initial;
  border-radius: 4px;
  padding: 10px 22px;
}
.btn.secondary-btn:hover {
  background-color: #fff;
  color: #2EAEA0;
  border: 1px solid #2EAEA0;
  transition: all 300ms;
}

.download-btn {
  border: 1px solid #2EAEA0;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
  padding-block: 5px;
  position: relative;
  color: #2EAEA0;
  font-size: 15px;
  height: 38px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .download-btn {
    -webkit-padding-start: 9px;
            padding-inline-start: 9px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
  }
}
.download-btn:after {
  -webkit-mask-image: url(../images/download-ico.svg);
  mask-image: url(../images/download-ico.svg);
  -webkit-mask-size: 17px;
  mask-size: 17px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #2EAEA0;
  width: 17px;
  height: 16px;
  position: absolute;
  inset-inline-end: 7px;
  inset-block-start: 10px;
  content: "";
  transition: all 300ms;
}
.download-btn:hover {
  background-color: transparent;
  color: #2FAFA1;
  border: 1px solid #2FAFA1;
  color: #2FAFA1;
}
.download-btn:hover:after {
  background-color: #2FAFA1;
  transition: all 300ms;
}

body .more-secondary {
  color: #2EAEA0;
  border: none;
  width: auto;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
body .more-secondary::after {
  background-image: none;
  -webkit-mask-image: url("../images/icon-more.svg");
  mask-image: url("../images/icon-more.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #2EAEA0;
  width: 30px;
  height: 30px;
  inset-inline-end: 0;
}
body .more-secondary:hover {
  color: rgba(46, 174, 160, 0.8);
}
body .more-secondary:hover:after {
  transform: translateX(10px);
}
body .btn-red {
  color: #fff;
  background-color: #8f1b35;
  border: 1px solid #8f1b35;
}
body .btn-red:after {
  background-color: #fff;
}
body .btn-red:hover {
  border-color: #2EAEA0;
  background-color: transparent;
  color: #2EAEA0;
}
body .btn-red:hover:after {
  background-color: #2EAEA0;
}

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;
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
}

.container {
  max-width: 1320px;
}

ul.ul {
  list-style: none;
}
ul.ul.g-3 {
  gap: 10px;
}

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

.g-0 {
  gap: 0 !important;
}

.container, .container-fluid, .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, textarea, .form-control,
.dropdown-menu {
  font-size: 1.6rem;
}

.form-control {
  padding: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

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

p a {
  color: #0050A0;
}
p a:hover {
  color: #0050A0;
  text-decoration: underline;
}

p {
  text-align: justify !important;
}

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

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "MadaniArabic-Medium";
}

.section {
  padding-block: 70px;
  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: 40px;
  display: block;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
@media (max-width: 1399.98px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 23px;
  }
}

body.awareness-theam h2, body.awareness-theam .h2 {
  color: #2EAEA0;
}

body.dark-theam {
  color: #f8ef1b !important;
  background-color: #000;
  background: #000;
}
body.dark-theam header, body.dark-theam figcaption, body.dark-theam .tab-top, body.dark-theam ul, body.dark-theam .card {
  background-color: #000 !important;
}
body.dark-theam .theam-spot-slider figcaption {
  background-color: transparent !important;
}
body.dark-theam footer {
  background-color: #000 !important;
}
body.dark-theam section {
  background-color: #000 !important;
}
body.dark-theam h2, body.dark-theam .h2, body.dark-theam h3, body.dark-theam .h3, body.dark-theam h4, body.dark-theam .h4, body.dark-theam h5, body.dark-theam .h5, body.dark-theam figcaption {
  color: #f8ef1b !important;
}
body.dark-theam p {
  color: #f8ef1b !important;
}
body.dark-theam span {
  color: #f8ef1b !important;
}
body.dark-theam li {
  color: #f8ef1b !important;
}
body.dark-theam a {
  color: #f8ef1b !important;
}
body.dark-theam footer .btn {
  background-color: #000;
  border: 1px solid #f8ef1b;
}
body.dark-theam .list-style-3 li .download-btn {
  border: 1px solid #f8ef1b;
}
body.dark-theam .list-style-3 li .download-btn:after {
  filter: grayscale(1);
}
body.dark-theam .list-style-3 li .download-btn:hover {
  background-color: #000;
}
body.dark-theam .list-style-3 li:hover .download-btn {
  background-color: transparent;
}
body.dark-theam .function-list li:after {
  filter: grayscale(1);
}
body.dark-theam .social:after {
  background-color: #f8ef1b;
}
body.dark-theam .social ul {
  background-color: transparent !important;
}
body.dark-theam .more-link {
  border-bottom: 1px solid #f8ef1b;
}
body.dark-theam .more-link:after {
  filter: grayscale(1);
}
body.dark-theam .insta-call .call-info-bx {
  background-color: #191919;
}
body.dark-theam .insta-call .call-info-bx:after {
  border-top-color: #191919;
  border-width: 10px;
}
body.dark-theam .insta-call .call-info-bx a {
  border: 1px solid #f8ef1b;
}
body.dark-theam .insta-call .call-info-bx a:hover {
  background-color: transparent;
}
body.dark-theam .insta-call .call-info-bx a i img {
  filter: grayscale(1);
}
body.dark-theam .tab-list {
  border-bottom: 3px solid #f8ef1b;
}
body.dark-theam .tab-list li.active a {
  border-bottom: 3px solid #fff;
}
body.dark-theam .header .top-head-feature ul {
  border: 1px solid #f8ef1b;
}
body.dark-theam .header .top-head-feature ul li:last-child {
  border-left: 1px solid #f8ef1b;
}
html[dir=rtl] body.dark-theam .header .top-head-feature ul li:last-child {
  border-right: 1px solid #f8ef1b;
  border-left: none;
}
body.dark-theam .list-block .date-info {
  filter: grayscale(1);
}
body.dark-theam .scroll-click a {
  border: 1px solid #f8ef1b;
}
body.dark-theam .media-wrap .list-block-2 .date-info, body.dark-theam .media-wrap figcaption .date-info {
  filter: grayscale(1);
}
body.dark-theam .media-wrap .list-block-2.page-list li:first-child figcaption, body.dark-theam .media-wrap figcaption.page-list li:first-child figcaption {
  background-color: transparent !important;
}
body.dark-theam .home-banner .overlay-bnr .call-info-bx ul {
  border: 1px solid #f8ef1b;
}
body.dark-theam .home-banner .overlay-bnr .call-info-bx ul li {
  border-right: 1px solid #f8ef1b;
}
body.dark-theam .home-banner .overlay-bnr .call-info-bx ul li:first-child figcaption .date-info {
  filter: grayscale(1);
}
body.dark-theam .home-banner .overlay-bnr .call-info-bx ul li:last-child {
  border-right: none;
}
body.dark-theam .home-banner .overlay-bnr .call-info-bx ul li a:hover {
  background: transparent;
}
body.dark-theam .spin-bx {
  background-color: #000;
}
body.dark-theam .home-slider .owl-item .item:after {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 31%, rgba(0, 0, 0, 0) 92%);
}
body.dark-theam .home-slider .owl-item.active .fig-caption figcaption {
  background-color: transparent !important;
}
body.dark-theam .list-style-2 li:hover .card .more {
  padding: 0px 15px;
  color: #fff;
  background-color: transparent;
  transition: none;
}
body.dark-theam .list-style-2 li:hover .card .more:after {
  opacity: 0;
}
body.dark-theam .list-style-2 li:hover .card .more:before {
  display: none;
}
body.dark-theam .pagination-wrap .pagination li a {
  border: 1px solid #f8ef1b;
  background-color: #000;
}
body.dark-theam .pagination-wrap .pagination li a:hover {
  background-color: #fff;
  color: #000 !important;
}

@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1320px;
  }
}
.page-modal .modal-header {
  padding: 30px;
  padding-block: 20px;
}
.page-modal .modal-body {
  padding: 20px;
}
.page-modal .modal-title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

@media (min-width: 768px) {
  .me-md-3 {
    -webkit-margin-end: 1rem !important;
            margin-inline-end: 1rem !important;
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 70px !important;
  }
}

@-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;
  }
}

@-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;
  }
}

.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: 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: 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);
}

.form-control:focus {
  border-color: #0050A0;
  box-shadow: 0 0 0 0.1rem #0050A0;
}
.form label {
  font-size: 16px;
  font-family: "Almarai-Bold";
  margin: 0 0 5px;
}
.form input {
  background-color: #EEEDEB;
  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: #EEEDEB;
  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 input[type=submit] {
  padding: 15px 42px;
  background-color: #0050A0;
  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;
  }
}
.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: #0050A0;
  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: #0050A0;
  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: #0050A0;
  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: #0050A0;
  display: block;
  text-decoration: underline;
}

.request-page .form .accordion .form-group.attach {
  margin-bottom: 50px;
}
.bg-primary {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.bg-primary figure {
  -webkit-margin-start: -120px;
          margin-inline-start: -120px;
  -webkit-margin-after: -160px;
          margin-block-end: -160px;
  display: block;
}
.bg-primary figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .bg-primary figure img {
    height: 150px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .bg-primary figure {
    -webkit-margin-start: -120px;
            margin-inline-start: -120px;
    -webkit-margin-after: -120px;
            margin-block-end: -120px;
  }
}
@media (max-width: 767.98px) {
  .bg-primary figure {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.bg-primary .more-link {
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}
.bg-primary .more-link:after {
  background-image: url(../../assets/images/more-link2.svg);
}

.float-spin {
  width: 100%;
  height: 100%;
  position: absolute !important;
  inset-block-end: 0;
  inset-inline-end: 0;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .float-spin {
    width: 100%;
    height: 100%;
  }
}

.partners-cover {
  position: relative;
  overflow: hidden;
  -webkit-padding-before: 120px;
          padding-block-start: 120px;
}
@media (max-width: 991.98px) {
  .partners-cover {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}
@media (max-width: 767.98px) {
  .partners-cover {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
}
.partners-cover .partners-slide {
  overflow: hidden;
}
html[dir=rtl] .partners-cover .slider {
  direction: ltr;
}
.partners-cover .slider .slide-wrapper {
  transform: translateX(0px);
  width: 450%;
  height: auto;
  position: relative;
  white-space: nowrap;
  display: flex;
}
.partners-cover .slider .item {
  padding: 10px;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.partners-cover .slider .item figure {
  text-decoration: none;
  display: flex;
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  height: 100%;
  padding: 10px 0;
}
.partners-cover .slider .item img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1); /* IE 9 */ /* Safari 3-8 */
  transform: scale(1);
}
@media (max-width: 991.98px) {
  .partners-cover .slider .item img {
    width: 100%;
    height: 80px;
  }
}
.partners-cover .slider .item:hover img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .partners-cover .slider .item {
    flex: 0 0 200px;
  }
}

.news-wrap {
  position: relative;
  overflow: hidden;
}

.about-hm .align-center {
  -webkit-padding-before: 30%;
          padding-block-start: 30%;
}
@media (max-width: 767.98px) {
  .about-hm .align-center {
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
  }
}

@media (max-width: 575.98px) {
  .news-wrap .col-sm {
    flex: 0 0 auto;
    width: 50%;
  }
}
p {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  p {
    font-size: 14px;
  }
}

.header {
  position: relative;
  display: block;
  width: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: #fff;
  padding: 15px 20px;
  z-index: 9;
  box-shadow: 0px 10px 31px 3px rgba(0, 0, 0, 0.22);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .header {
    padding: 5px 0;
    height: 65px;
  }
  .header .d-flex {
    display: block !important;
  }
}
.header nav {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  padding: 30px 0 0;
}
.header nav.navbar-expand-lg {
  justify-content: center;
}
.header nav li {
  display: inline-block;
  list-style: none;
  position: relative;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.header nav li a {
  color: #000;
  padding: 0 0 35px;
  position: relative;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.header nav li a:after {
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  pointer-events: none;
  bottom: 0px;
  transform: translateY(-20px);
  inset-inline-start: 0;
  content: "";
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1199.98px) {
  .header nav li a {
    font-size: 13px;
  }
}
@media (max-width: 1399.98px) {
  .header nav li {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
}
@media (max-width: 1199.98px) {
  .header nav li {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
    -webkit-margin-start: 4px;
            margin-inline-start: 4px;
  }
}
@media (max-width: 991.98px) {
  .header nav li {
    width: 100%;
    height: auto;
  }
  .header nav li a {
    text-align: left;
    display: block;
    padding-inline: 15px;
    color: #000;
  }
  html[dir=rtl] .header nav li a {
    text-align: right;
  }
}
.header nav li:hover a {
  color: #F9950B;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.header nav li:hover a:after {
  background-color: #F9950B;
  transform: translateY(-30px);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1199.98px) {
  .header nav li:hover a {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .header nav {
    padding: 0px !important;
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 95, 170, 0.9);
    top: 75px;
    overflow: hidden;
    pointer-events: none;
    inset-inline-end: 0px;
    transform: translateX(0px);
    width: 0px;
    height: 100vh;
  }
  .header nav li {
    pointer-events: fill;
  }
  .header nav li a {
    padding: 10px;
    text-transform: none;
    color: #fff;
  }
  .header nav li a:after {
    display: none;
  }
}
.header nav .subnav.dropdown-menu {
  background: #fff;
  position: absolute;
  top: 50px;
  padding: 0px 0px;
  inset-inline-start: 0;
  width: 260px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  transform: translateX(0%);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.26);
  opacity: 0;
  pointer-events: none;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
html[dir=rtl] .header nav .subnav.dropdown-menu {
  transform: translateX(0%);
}
.header nav .subnav.dropdown-menu:after {
  display: none;
}
.header nav .subnav.dropdown-menu.open {
  max-height: 500px;
  opacity: 1;
  pointer-events: fill;
  top: 40px;
  transform: translateX(0%);
  overflow: visible;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
html[dir=rtl] .header nav .subnav.dropdown-menu.open {
  transform: translateX(0%);
}
@media (max-width: 991.98px) {
  .header nav .subnav.dropdown-menu.open {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.header nav .subnav.dropdown-menu ul {
  margin: 0;
  padding: 15px 0;
}
.header nav .subnav.dropdown-menu ul li a {
  padding: 5px 8px;
  font-size: 15px;
  display: block;
  width: 100%;
  white-space: nowrap;
  color: #000;
}
.header nav .subnav.dropdown-menu ul li a:hover {
  color: #0050A0;
}
.header nav .subnav.dropdown-menu ul li a:after {
  display: none;
}
.header nav .subnav.dropdown-menu ul li:last-child a {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .header nav .subnav.dropdown-menu ul {
    padding: 5px 2px;
  }
  .header nav .subnav.dropdown-menu ul li a {
    font-size: 12px;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .header nav .subnav.dropdown-menu {
    position: static;
    top: 0px;
    padding: 0px 0px;
    left: 0;
  }
}
.header nav .subnav .navbar-expand-lg {
  justify-content: center;
}
.header.header-education .logo-container img {
  height: 75px;
}
@media (max-width: 767.98px) {
  .header.header-education .logo-container img {
    height: 50px;
  }
}
.header.header-education nav li a {
  font-size: 14px;
}
.header .logo-container {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.header .logo-container img {
  width: 330px;
  height: 90px;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .header .logo-container img {
    width: 200px;
    height: 55px;
  }
}
@media (max-width: 767.98px) {
  .header .logo-container img {
    width: 200px;
    height: 55px;
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
@media screen and (max-width: 359px) {
  .header .logo-container img {
    width: 170px;
    height: 55px;
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
.header .top-head-feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  -webkit-padding-before: 17px;
          padding-block-start: 17px;
  margin: 0;
}
.header .top-head-feature ul {
  display: flex;
  list-style: none;
  border: 1px solid #000;
  padding: 0px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .header .top-head-feature ul {
    -webkit-margin-end: 55px;
            margin-inline-end: 55px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
@media (max-width: 767.98px) {
  .header .top-head-feature ul {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.header .top-head-feature ul li {
  padding: 10px 0 0;
  border-left: 1px solid transparent;
}
.header .top-head-feature ul li:first-child {
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
}
.header .top-head-feature ul li:last-child {
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  border-left: 1px solid #000;
}
html[dir=rtl] .header .top-head-feature ul li:last-child {
  border-right: 1px solid #000;
  border-left: none;
}
.header .top-head-feature ul li:last-child .lang-switcher {
  display: flex;
}
@media (max-width: 991.98px) {
  .header .top-head-feature ul li {
    display: none;
  }
  .header .top-head-feature ul li.lang {
    display: block;
    -webkit-padding-end: 4px;
            padding-inline-end: 4px;
    -webkit-padding-start: 5px;
            padding-inline-start: 5px;
    border-left: none;
    padding: 0;
  }
}
.header .top-head-feature .d-flex {
  margin-top: 0px;
}
.header .top-head-feature .d-flex .nav-item .nav-link {
  padding: 6px 9px 0;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-family: "MadaniArabic-bold";
}
@media (max-width: 767.98px) {
  .header .top-head-feature {
    position: absolute;
    inset-inline-end: 55px;
    top: 3px;
  }
}
.header.sticky {
  position: fixed;
  inset-inline-start: 0;
  inset-block-start: 0;
  padding: 10px 0;
  z-index: 9;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.header.sticky .logo-container {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.header.sticky .logo-container img {
  width: 200px;
  height: 55px;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .header.sticky .logo-container img {
    width: 200px;
    height: 55px;
    -webkit-margin-before: -4px;
            margin-block-start: -4px;
  }
}
@media screen and (max-width: 359px) {
  .header.sticky .logo-container img {
    width: 170px;
    height: 55px;
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
.header.sticky nav {
  padding: 10px 0 0;
}
.header.sticky .top-head-feature {
  -webkit-padding-before: 0px;
          padding-block-start: 0px;
  -webkit-margin-before: -3px;
          margin-block-start: -3px;
}
.header.sticky .top-head-feature ul {
  display: flex;
  list-style: none;
  border: 1px solid #000;
  padding: 0px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .header.sticky .top-head-feature ul {
    -webkit-margin-end: 55px;
            margin-inline-end: 55px;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .header.sticky .top-head-feature ul {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .header.sticky .top-head-feature {
    top: 23px;
  }
}
@media (max-width: 991.98px) {
  .header.sticky nav {
    top: 66px;
  }
}
.header .contrast {
  -webkit-mask-image: url(../images/contrast-ico.svg);
  mask-image: url(../images/contrast-ico.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  width: 21px;
  height: 22px;
  -webkit-margin-before: 3px;
          margin-block-start: 3px;
  -webkit-margin-end: 14px;
          margin-inline-end: 14px;
  display: inline-block;
}
.header .lang a {
  color: #000;
  padding: 0px;
  margin: 0 5px;
  font-family: "MadaniArabic-bold";
  border-bottom: 3px solid transparent;
}
.header .lang a:hover {
  border-bottom: 3px solid #2EAEA0;
}
.header .lang a.active {
  border-bottom: 3px solid #2EAEA0;
}

@media (max-width: 991.98px) {
  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 nav {
    pointer-events: fill;
    opacity: 1;
    top: 78px;
    inset-inline-end: 0px;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 3px;
    transform: translateX(0px);
    width: 260px;
    height: 100vh;
    box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.79);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  body.open-nv nav ul {
    display: block;
    width: 100%;
    height: 100%;
  }
  body.open-nv nav ul li {
    display: block;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  body.open-nv nav ul li a {
    color: #fff;
    font-size: 13px;
    padding: 10px;
    text-transform: none;
    display: block;
    text-align: left;
  }
  body.open-nv nav ul li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
  }
  html[dir=rtl] body.open-nv nav ul li a {
    text-align: right;
  }
  body.open-nv nav ul li a:after {
    bottom: 0px;
    transform: translateY(0px);
    width: 100%;
    height: 1px;
  }
  body.open-nv .sticky nav {
    top: 66px;
  }
}
@media (max-width: 767.98px) {
  .header nav {
    top: 65px;
  }
  body.open-nv nav {
    top: 65px;
  }
  body.open-nv .sticky nav {
    top: 65px;
  }
}
@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: 30px;
    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;
  }
  .toggle-btn {
    bottom: -5px;
  }
  .toggle-btn .toggle-start {
    border-top: 2px solid #0050A0;
  }
  .toggle-btn .toggle-start:before {
    background-color: #0050A0;
  }
  .toggle-btn .toggle-start:after {
    background-color: #0050A0;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .toggle-btn .toggle-btn {
    top: 28px;
  }
}
body.dark-theam .contrast {
  background-color: #f8ef1b;
}

body.awareness-theam .header nav li:hover a {
  color: #2FAFA1;
}
body.awareness-theam .header nav li:hover a:after {
  background-color: #2FAFA1;
}
body.awareness-theam .header nav li:hover .subnav.dropdown-menu ul li a {
  color: #000;
}
body.awareness-theam .header nav li:hover .subnav.dropdown-menu ul li:hover a {
  color: #2FAFA1;
}
@media (max-width: 991.98px) {
  body.awareness-theam .toggle-btn .toggle-start {
    border-top: 2px solid #2FAFA1;
  }
  body.awareness-theam .toggle-btn .toggle-start:before {
    background-color: #2FAFA1;
  }
  body.awareness-theam .toggle-btn .toggle-start:after {
    background-color: #2FAFA1;
  }
  body.awareness-theam.open-nv .toggle-start {
    border-top: 3px solid transparent;
  }
  body.awareness-theam .header nav {
    background-color: #2FAFA1;
  }
  body.awareness-theam .header nav li:hover a {
    color: #ffffff;
  }
  body.awareness-theam .header nav .subnav.dropdown-menu ul li a {
    font-size: 12px;
    color: #fff;
  }
}

.hm-page .header:not(.sticky) {
  background-color: transparent !important;
  box-shadow: none;
  position: absolute;
}
.hm-page .header:not(.sticky) > * {
  position: relative;
  z-index: 1;
}
.hm-page .header:not(.sticky):after {
  content: "";
  inset: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%);
  position: absolute;
  z-index: 0;
  bottom: -60px;
}
@media (max-width: 991.98px) {
  .hm-page .header:not(.sticky):after {
    bottom: -30px;
  }
}
.hm-page .header:not(.sticky) nav li a,
.hm-page .header:not(.sticky) .top-head-feature .d-flex .nav-item .nav-link,
.hm-page .header:not(.sticky) .lang a {
  color: #fff;
}
.hm-page .header:not(.sticky) .top-head-feature ul {
  border-color: #fff;
}
.hm-page .header:not(.sticky) .top-head-feature ul li:last-child {
  border-left-color: #fff;
}
html[dir=rtl] .hm-page .header:not(.sticky) .top-head-feature ul li:last-child {
  border-right-color: #fff;
  border-left: none;
}
.hm-page .header:not(.sticky) .contrast {
  background-color: #fff;
}

.social-wrap {
  position: absolute;
  inset-inline-start: 0;
  top: 35%;
  z-index: 4;
  transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .social-wrap {
    display: none;
  }
}

body.hm-page .social-wrap {
  top: 50%;
}

.social {
  position: absolute;
  inset-inline-start: 0rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.social ul.hidden {
  display: none;
}
.social ul {
  display: block;
}
.social li {
  padding-bottom: 1rem;
  list-style: none;
}
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 20px;
}
.social li a:hover {
  color: #0050A0;
}
.social span {
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  top: 0;
  letter-spacing: 1px;
  font-weight: 300;
  writing-mode: tb;
  display: inline-block;
  margin-bottom: 10px;
}
.social .on i {
  transform: rotate(180deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.social .on:after {
  opacity: 0;
}
.social:after {
  width: 1px;
  height: 150px;
  content: "";
  position: absolute;
  transform: rotate(180deg);
  inset-inline-end: 0;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  background-color: #fff;
  inset-inline-start: 50%;
  top: 100%;
}

.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: 60%;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 2;
  opacity: 0.5;
}
.home-banner .overlay-bnr {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 40px;
  inset-inline-start: 0px;
  z-index: 4;
  pointer-events: none;
}
.home-banner .overlay-bnr .call-info-bx {
  color: #fff;
  pointer-events: fill;
}
.home-banner .overlay-bnr .call-info-bx p {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}
.home-banner .overlay-bnr .call-info-bx ul {
  list-style: none;
  border: 1px solid #fff;
  display: flex;
}
@media (max-width: 1199.98px) {
  .home-banner .overlay-bnr .call-info-bx ul {
    display: block;
  }
}
.home-banner .overlay-bnr .call-info-bx ul li {
  list-style: none;
  width: 50%;
  height: auto;
  border-right: 1px solid #fff;
}
html[dir=rtl] .home-banner .overlay-bnr .call-info-bx ul li {
  border-left: 1px solid #fff;
  border-right: none;
}
@media (max-width: 1199.98px) {
  .home-banner .overlay-bnr .call-info-bx ul li {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.home-banner .overlay-bnr .call-info-bx ul li:last-child {
  border-right: none;
}
html[dir=rtl] .home-banner .overlay-bnr .call-info-bx ul li:last-child {
  border-right: 1px solid #fff;
  border-left: none;
}
@media (max-width: 1199.98px) {
  .home-banner .overlay-bnr .call-info-bx ul li:last-child {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.home-banner .overlay-bnr .call-info-bx ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-family: "MadaniArabic-Medium";
  font-size: 17px;
}
.home-banner .overlay-bnr .call-info-bx ul li a:hover {
  background-color: #F9950B;
}
.home-banner .overlay-bnr .call-info-bx ul li i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
@media (max-width: 1199.98px) {
  .home-banner .overlay-bnr .call-info-bx ul li {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1399.98px) {
  .home-banner .overlay-bnr .col-md-4 {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .home-banner .overlay-bnr {
    display: none;
  }
}

.home-slider {
  width: 100%;
  height: calc(100vh - 112px);
  position: relative;
}
@media (max-width: 767.98px) {
  .home-slider {
    height: calc(100vh - 65px);
  }
}
.home-slider .item {
  height: calc(100vh - 112px);
  position: relative;
}
@media (max-width: 767.98px) {
  .home-slider .item {
    height: calc(100vh - 65px);
  }
}
.home-slider .item figure {
  height: 100%;
}
.home-slider .item figure: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: 60%;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 2;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .home-slider .item figure {
    height: calc(100vh - 65px);
  }
}
.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: 100vh;
  }
}
.home-slider .owl-item {
  position: relative;
}
.home-slider .owl-item .fig-caption {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 22%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: 3;
}
@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(-45%);
  }
}
.home-slider .owl-item .fig-caption figcaption {
  transform: translateX(35rem);
  visibility: hidden;
  opacity: 0;
  transition: all 1s 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: translateX(0rem);
  visibility: visible;
  opacity: 1;
  transition: all 1s cubic-bezier(0.36, 1, 0.3, 1);
  transition-delay: 1s;
}
.home-slider .owl-item h1, .home-slider .owl-item .h1 {
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  font-family: "MadaniArabic-SemiBold";
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.37);
}
@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;
}
.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: 100vh;
  }
}
.home-slider .owl-item .item:after {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0px;
  opacity: 1;
  inset-inline-start: 0;
  content: "";
  z-index: 1;
  background: rgb(21, 81, 153);
  background: linear-gradient(0deg, rgba(21, 81, 153, 0.8883928571) 0%, rgb(0, 80, 160) 0%, rgb(0, 101, 175) 31%, rgba(0, 212, 255, 0) 92%);
}
.home-slider .owl-nav {
  position: relative;
  width: auto;
  height: auto;
  inset-inline-start: 35px;
  inset-block-end: 40px;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .home-slider .owl-nav {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .home-slider .owl-nav {
    max-width: 830px;
  }
}
@media (max-width: 991.98px) {
  .home-slider .owl-nav {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home-slider .owl-nav {
    inset-block-end: 150px;
    inset-inline-start: 0px;
  }
}
.home-slider .owl-nav button {
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 16px;
  border-radius: 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .owl-nav button.disabled {
  display: block;
}
.home-slider .owl-nav button:before {
  background-image: url(../../assets/images/right-arw.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 16px;
  bottom: 0;
  inset-inline-end: 0;
}
.home-slider .owl-nav button.owl-prev:before {
  background-image: url(../../assets/images/left-arw.png);
  transform: rotate(0deg);
  width: 40px;
  height: 16px;
  bottom: 0;
  inset-inline-start: 0;
}
@media (max-width: 767.98px) {
  .home-slider .owl-nav button.owl-prev {
    inset-inline-start: 15px;
  }
}
.home-slider .owl-nav button.owl-next {
  inset-inline-start: 80px;
}
@media (max-width: 767.98px) {
  .home-slider .owl-nav button.owl-next {
    inset-inline-start: auto;
    inset-inline-end: 15px;
  }
}
.home-slider .owl-carousel .owl-stage-outer {
  height: calc(100vh - 65px);
}

.scroll-click {
  position: absolute;
  bottom: 50px;
  transform: translateX(-50%);
  inset-inline-start: 50%;
  z-index: 3;
}
html[dir=rtl] .scroll-click {
  transform: translateX(50%);
}
@media (max-width: 767.98px) {
  .scroll-click {
    bottom: 6px;
  }
}
.scroll-click a {
  width: 40px;
  height: 60px;
  background-color: transparent;
  border-radius: 50px;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #fff;
  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);
}
html[dir=rtl] .scroll-click a:after {
  inset-inline-start: 7px;
}
@-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;
  }
}

.theam-spot-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.theam-spot-slider .owl-item {
  position: relative;
  height: 70vh;
  width: 100%;
}
.theam-spot-slider .owl-item .fig-caption {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 22%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .theam-spot-slider .owl-item .fig-caption {
    -webkit-padding-start: 10%;
            padding-inline-start: 10%;
    bottom: 5%;
  }
}
@media (max-width: 991.98px) {
  .theam-spot-slider .owl-item .fig-caption {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media (max-width: 767.98px) {
  .theam-spot-slider .owl-item .fig-caption {
    transform: translateY(-40%);
    bottom: 32%;
  }
}
.theam-spot-slider .owl-item .fig-caption figcaption {
  transform: translateX(35rem);
  visibility: hidden;
  opacity: 0;
  transition: all 1s cubic-bezier(0.36, 1, 0.3, 1);
  transition-delay: 1s;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .theam-spot-slider .owl-item .fig-caption {
    transform: translateY(-40%);
  }
  .theam-spot-slider .owl-item .fig-caption .col-md-5 {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
  }
}
.theam-spot-slider .owl-item.active .fig-caption figcaption {
  transform: translateX(0rem);
  visibility: visible;
  opacity: 1;
  transition: all 1s cubic-bezier(0.36, 1, 0.3, 1);
  transition-delay: 1s;
}
.theam-spot-slider .owl-item h1, .theam-spot-slider .owl-item .h1 {
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  font-family: "MadaniArabic-SemiBold";
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.37);
}
@media (max-width: 1199.98px) {
  .theam-spot-slider .owl-item h1, .theam-spot-slider .owl-item .h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1199.98px) {
  .theam-spot-slider .owl-item h1, .theam-spot-slider .owl-item .h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .theam-spot-slider .owl-item h1, .theam-spot-slider .owl-item .h1 {
    font-size: 50px;
    line-height: 50px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
@media (max-width: 767.98px) {
  .theam-spot-slider .owl-item h1, .theam-spot-slider .owl-item .h1 {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.theam-spot-slider .owl-item p {
  color: #fff;
}
.theam-spot-slider .owl-item h3, .theam-spot-slider .owl-item .h3 {
  color: #fff;
}
.theam-spot-slider .owl-item .item {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .theam-spot-slider .owl-item .item {
    height: 70vh;
  }
}
.theam-spot-slider .owl-item .item:after {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  opacity: 1;
  inset-inline-start: 0;
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.theam-spot-slider .owl-item figure {
  height: 70vh;
  width: 100%;
  margin: 0;
}
@media (max-width: 767.98px) {
  .theam-spot-slider .owl-item figure {
    height: 70vh;
  }
}
.theam-spot-slider .owl-item figure img {
  height: 70vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .theam-spot-slider .owl-item figure img {
    height: 70vh;
    -o-object-position: 25% bottom;
       object-position: 25% bottom;
  }
}
@media (max-width: 767.98px) {
  .theam-spot-slider .owl-item {
    height: 70vh;
  }
}
.theam-spot-slider .owl-stage-outer {
  height: 70vh;
  width: 100%;
}
@media (max-width: 767.98px) {
  .theam-spot-slider .owl-stage-outer {
    height: 70vh;
  }
}
.theam-spot-slider .overlay {
  position: absolute;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  z-index: 2;
}
.theam-spot-slider .overlay h1, .theam-spot-slider .overlay .h1 {
  font-size: 40px;
  display: block;
  color: #fff;
  font-family: "MadaniArabic-Medium";
}
@media (max-width: 1399.98px) {
  .theam-spot-slider .overlay h1, .theam-spot-slider .overlay .h1 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .theam-spot-slider .overlay h1, .theam-spot-slider .overlay .h1 {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .theam-spot-slider .overlay h1, .theam-spot-slider .overlay .h1 {
    font-size: 20px;
  }
}
.theam-spot-slider .overlay figcaption {
  padding-top: 10%;
  transform: translateY(80%);
}
.theam-spot-slider .overlay.spin-bx {
  background-color: transparent;
}
.theam-spot-slider > .row {
  height: 70vh;
}
.theam-spot-slider > .row .col-md-6 {
  height: 70h;
}
.theam-spot-slider > .row .col-md-6 figure {
  height: 70vh;
}
.theam-spot-slider > .row .col-md-6 figure img {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767.98px) {
  .theam-spot-slider {
    height: 70vh;
  }
}

@media (min-width: 768px) {
  body .home-banner {
    height: 100vh;
  }
  body .home-banner .home-slider, body .home-banner .owl-stage-outer {
    height: 100% !important;
  }
  body .home-banner .home-slider .owl-item, body .home-banner .owl-stage-outer .owl-item {
    height: inherit;
  }
  body .home-banner .home-slider .owl-item .item, body .home-banner .owl-stage-outer .owl-item .item {
    height: inherit;
  }
  body .home-banner .owl-item .fig-caption {
    top: 40%;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  body .home-slider .owl-item .fig-caption {
    top: 35%;
  }
}

body.hm-page .social-wrap {
  top: 40%;
  transform: none;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  body.hm-page .social-wrap {
    top: 20%;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  body.hm-page .social-wrap {
    top: 35%;
  }
}

.home-banner .overlay-bnr .call-info-bx p {
  font-family: "MadaniArabic-Medium";
}

.more-link {
  position: relative;
  color: #0050A0;
  font-size: 16px;
  border-bottom: 2px solid #0050A0;
  padding-block: 8px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  text-align: start;
  width: 200px;
  height: auto;
  display: inline-block;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.more-link:after {
  background-image: url(../../assets/images/more-link.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  inset-inline-end: 20px;
  inset-block-end: 10px;
  content: "";
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
html[dir=rtl] .more-link:after {
  transform: rotate(-180deg);
}
.more-link:hover {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.more-link:hover:after {
  inset-inline-end: 0px;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .more-link {
    width: 150px;
    height: auto;
    -webkit-padding-before: 0px;
            padding-block-start: 0px;
    -webkit-padding-after: 7px;
            padding-block-end: 7px;
  }
}

.bg-primary {
  color: #fff;
}
.bg-primary h2, .bg-primary .h2 {
  color: #fff;
}
.bg-primary p {
  color: #fff;
}

.about-sec {
  position: relative;
  overflow: hidden;
  padding: 160px 0;
}
@media (max-width: 1199.98px) {
  .about-sec {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .about-sec {
    padding: 30px 0;
  }
}
.about-sec .container-lg {
  z-index: 1;
}

.spin-bx {
  position: relative;
  background-color: #0050A0;
}
.spin-bx .container-lg {
  z-index: 1;
}
.spin-bx:after {
  position: absolute;
  z-index: 0;
  width: 850px;
  height: 660px;
  background-image: url(../../assets/images/tri-them-lft.png);
  inset-inline-start: -400px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -100px;
  opacity: 0.2;
  pointer-events: none;
  content: "";
  -webkit-animation: spin 90s linear infinite;
  animation: spin 90s linear infinite;
}
.spin-bx:before {
  position: absolute;
  z-index: 0;
  width: 850px;
  height: 660px;
  background-image: url(../../assets/images/tri-them-right.png);
  inset-inline-end: -240px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -100px;
  opacity: 0.2;
  pointer-events: none;
  content: "";
  -webkit-animation: spin 110s linear infinite;
  animation: spin 110s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin-bx2 {
  position: relative;
  background-color: #0050A0;
}
.spin-bx2 .container-lg {
  z-index: 1;
}
.spin-bx2:before {
  position: absolute;
  z-index: 0;
  width: 1300px;
  height: 760px;
  background-image: url(../../assets/images/theam-line.png);
  inset-inline-start: -240px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -100px;
  opacity: 0.2;
  pointer-events: none;
  content: "";
  -webkit-animation: spin2 120s linear infinite;
  animation: spin2 120s linear infinite;
}
@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin2 {
  100% {
    transform: rotate(360deg);
  }
}

.pr-wrap {
  position: relative;
  overflow: hidden;
}
.pr-wrap .container-lg {
  position: relative;
  z-index: 1;
}
.pr-wrap:before {
  width: 440px;
  height: 340px;
  background-image: url(../../assets/images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  inset-inline-start: 10%;
  background-size: contain;
  position: absolute;
  top: -60px;
  content: "";
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .pr-wrap:before {
    width: 120px;
    height: 230px;
    inset-inline-start: 50px;
  }
}
@media (max-width: 767.98px) {
  .pr-wrap:before {
    width: 120px;
    height: 62px;
    inset-inline-start: 0;
    top: 0;
  }
}
.pr-wrap:after {
  width: 440px;
  height: 230px;
  background-image: url(../../assets/images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  inset-inline-end: 10%;
  background-size: contain;
  position: absolute;
  bottom: 0;
  content: "";
  pointer-events: none;
  z-index: 0;
  transform: rotate(-180deg);
}
@media (max-width: 1199.98px) {
  .pr-wrap:after {
    width: 120px;
    height: 230px;
    inset-inline-end: 50px;
  }
}
@media (max-width: 767.98px) {
  .pr-wrap:after {
    width: 120px;
    height: 62px;
    inset-inline-end: 0;
    bottom: 0;
  }
}

.agency-title {
  padding: 50px;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background-color: #0050A0;
  align-items: center;
  display: flex;
}
.agency-title h3, .agency-title .h3 {
  color: #fff;
  font-size: 27px;
  -webkit-padding-end: 170px;
          padding-inline-end: 170px;
  line-height: 35px;
}
@media (max-width: 1199.98px) {
  .agency-title h3, .agency-title .h3 {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    line-height: 33px;
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .agency-title {
    min-height: 0px;
  }
}
@media (max-width: 767.98px) {
  .agency-title {
    padding: 25px;
  }
}
.agency-title.spin-bx:after {
  width: 560px;
  height: 400px;
  inset-inline-start: -200px;
  bottom: -150px;
  opacity: 0.3;
}
.agency-title.spin-bx:before {
  width: 650px;
  height: 480px;
  inset-inline-end: -160px;
  opacity: 0.3;
}

.agency-wrap .over-lay {
  position: absolute;
  width: 100%;
  height: auto;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .agency-wrap .over-lay {
    position: relative;
    transform: none;
  }
}
.agency-wrap .agency-list {
  list-style: none;
  background-color: #F9F9F9;
  padding: 35px 25px 0;
}
.agency-wrap .agency-list li {
  list-style: none;
  display: flex;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media (max-width: 767.98px) {
  .agency-wrap .agency-list li {
    flex: 0 0 auto;
    width: 100%;
    display: block;
  }
}
.agency-wrap .agency-list li p {
  margin: 0;
  font-size: 14px;
}
.agency-wrap .agency-list li figure {
  width: 100px;
  height: 100%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .agency-wrap .agency-list li figure {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.agency-wrap .agency-list li figure img {
  width: 100px;
  height: 100px;
  max-width: initial;
}
.agency-wrap .agency-list li figcaption {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .agency-wrap .agency-list li figcaption {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .agency-wrap .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .agency-wrap .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.insta-call {
  position: fixed;
  inset-inline-end: 10px;
  bottom: 0px;
  z-index: 7;
  pointer-events: none;
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.insta-call .call-click {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px;
  background-color: #F9950B;
  pointer-events: auto;
  background-size: 33px;
  font-size: 0;
  inset-inline-end: 15px;
  position: absolute;
  bottom: 0px;
  background-color: #F9950B;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.insta-call .call-click:before {
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  background-image: url(../../assets/images/call-stick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -3px;
  position: relative;
}
@media (max-width: 991.98px) {
  .insta-call .call-click:before {
    width: 30px;
    height: 30px;
    background-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .insta-call .call-click {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
}
.insta-call .call-info-bx {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: 270px;
  bottom: 0px;
  opacity: 0;
  inset-inline-start: -40px;
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.7);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.insta-call .call-info-bx:after {
  top: 100%;
  inset-inline-end: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  -webkit-margin-start: -10px;
          margin-inline-start: -10px;
}
.insta-call .call-info-bx p {
  font-size: 14px;
  color: #000;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.insta-call .call-info-bx a {
  display: block;
  border: 1px solid #0050A0;
  padding: 5px 8px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  color: #0050A0;
  font-family: "MadaniArabic-bold";
}
.insta-call .call-info-bx a i {
  width: 37px;
  height: 25px;
  display: inline-block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.insta-call .call-info-bx a i img {
  width: 26px;
  position: absolute;
  top: 11px;
  inset-inline-start: 10px;
}
.insta-call .call-info-bx a i img:nth-child(1) {
  display: block;
}
.insta-call .call-info-bx a i img:nth-child(2) {
  display: none;
}
.insta-call .call-info-bx a:hover {
  background-color: #F9950B;
  border: 1px solid #F9950B;
  color: #fff;
}
.insta-call .call-info-bx a:hover i img:nth-child(1) {
  display: none;
}
.insta-call .call-info-bx a:hover i img:nth-child(2) {
  display: block;
}
@media (max-width: 767.98px) {
  .insta-call .call-info-bx {
    inset-inline-start: 0px;
    bottom: 0px;
  }
}

body.hm-page .insta-call {
  opacity: 0;
}
body.on-view .insta-call {
  opacity: 1;
}

.layer-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 6;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  inset-block-start: 0;
  inset-block-end: 0;
  pointer-events: none;
}

.insta-call {
  bottom: 20px;
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.insta-call.info-view .call-info-bx {
  width: 300px;
  bottom: 110px;
  inset-inline-start: -40px;
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .insta-call.info-view .call-info-bx {
    inset-inline-start: 0px;
    bottom: 65px;
  }
}

body.layer .layer-wrap {
  opacity: 1;
  pointer-events: fill;
}
body.layer .insta-call {
  pointer-events: fill;
}

body.on-view.layer .layer-wrap {
  opacity: 1;
  pointer-events: fill;
}
body.on-view.layer .insta-call {
  pointer-events: fill;
}

.default-content {
  background-color: #fff;
  position: relative;
}
.default-content:before {
  background-image: url(../../assets/images/logo-cut.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 300px;
  height: 198px;
  content: "";
  inset-inline-start: 50px;
  inset-block-start: 20px;
  pointer-events: none;
  position: absolute;
  display: none;
}

.cyber-list {
  list-style: none;
}
.cyber-list li {
  list-style: none;
  margin-bottom: 24px;
}
.cyber-list li .card {
  background-color: #F8FAFB;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  padding: 30px;
  width: 100%;
  height: 180px;
}
.cyber-list li .card figure {
  margin: 0 0 20px;
}
.cyber-list li .card figure img {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cyber-list li .card figcaption {
  font-size: 18px;
  color: #000;
  margin: 0 0 25px;
}
.cyber-list li .card a {
  color: #000;
}
.cyber-list li .card .hd-view {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  display: flex;
  opacity: 0;
  align-items: center;
}
.cyber-list li .card .hd-view a {
  text-align: center;
  width: 100%;
  color: #fff;
  position: relative;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
}
.cyber-list li .card .hd-view a:after {
  background-image: url(../../assets/images/more-link2.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 20px;
  position: absolute;
  inset-inline-end: 0px;
  inset-block-end: 0px;
  content: "";
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
html[dir=rtl] .cyber-list li .card .hd-view a:after {
  transform: rotate(-180deg);
}
.cyber-list li:hover .card {
  background-color: #2FAFA1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.cyber-list li:hover .card figure img {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.cyber-list li:hover .card .hd-view {
  opacity: 1;
}
.cyber-list li:hover .card figure {
  display: none;
}
.cyber-list li:hover .card figcaption {
  display: none;
}
.cyber-list li:hover a {
  color: #000;
}

.list-style-2 {
  position: relative;
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
}
.list-style-2 li {
  list-style: none;
  margin-bottom: 24px;
}
.list-style-2 li .card {
  background-color: transparent;
  border-left: none;
  border-right: none;
  position: relative;
  overflow: visible;
  border-top: none;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #E0A641;
}
.list-style-2 li .card figure {
  margin: 0px;
  overflow: hidden;
}
.list-style-2 li .card figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1); /* IE 9 */ /* Safari 3-8 */
  transform: scale(1);
}
.list-style-2 li .card figcaption {
  display: block;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .list-style-2 li .card figcaption {
    padding: 20px 0 0;
  }
}
.list-style-2 li .card figcaption h3, .list-style-2 li .card figcaption .h3 {
  color: #2FAFA1;
  margin-bottom: 10px;
}
.list-style-2 li .card figcaption h3 a, .list-style-2 li .card figcaption .h3 a {
  color: #2FAFA1;
}
.list-style-2 li .card figcaption p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-style-2 li .card .more {
  text-align: left;
  width: 100%;
  color: #fff;
  position: absolute;
  background-color: #E0A641;
  padding: 0 15px;
  display: block;
  inset-inline-start: 0;
  inset-block-start: 100%;
  color: transparent;
  height: 0px;
  overflow: visible;
  -webkit-margin-after: 2px;
          margin-block-end: 2px;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
html[dir=rtl] .list-style-2 li .card .more {
  text-align: right;
}
.list-style-2 li .card .more:after {
  background-image: url(../../assets/images/more-link2.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 20px;
  position: absolute;
  inset-inline-end: auto;
  opacity: 0;
  inset-block-end: 11px;
  content: "";
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
html[dir=rtl] .list-style-2 li .card .more:after {
  transform: rotate(-180deg);
}
.list-style-2 li .card .more:before {
  background-color: #E0A641;
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: -2px;
  content: "";
}
.list-style-2 li:hover .card figure img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.list-style-2 li:hover .card .more {
  padding: 12px 15px;
  height: auto;
  color: #fff;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.list-style-2 li:hover .card .more:after {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .list-style-2 li {
    margin-bottom: 65px;
  }
}
@media (max-width: 991.98px) {
  .list-style-2 li .card .more {
    padding: 12px 15px;
    height: auto;
    color: #fff;
    transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .list-style-2 li .card .more:after {
    opacity: 1;
  }
}

.cyber-slider {
  padding-bottom: 24px;
}
.cyber-slider .owl-stage-outer {
  padding-bottom: 24px;
}
.cyber-slider .item {
  padding-inline: 12px;
}
@media (max-width: 991.98px) {
  .cyber-slider .item {
    margin-bottom: 24px;
  }
}
.cyber-slider .owl-nav button {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2EAEA0 !important;
  width: 40px;
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none !important;
  margin-top: -15px;
}
.cyber-slider .owl-nav button:before {
  filter: invert(1);
  width: 100%;
  height: 100%;
}
.cyber-slider .owl-nav button.disabled {
  background-color: #e1e1e1 !important;
  cursor: default;
}
.cyber-slider .owl-nav button.disabled:before {
  filter: invert(0);
  opacity: 0.5;
}
.cyber-slider .owl-nav .owl-prev {
  inset-inline-start: -80px;
}
@media (max-width: 1399.98px) {
  .cyber-slider .owl-nav .owl-prev {
    inset-inline-start: -50px;
  }
}
@media (max-width: 991.98px) {
  .cyber-slider .owl-nav .owl-prev {
    inset-inline-start: 0;
  }
}
.cyber-slider .owl-nav .owl-next {
  inset-inline-end: -80px;
}
@media (max-width: 1399.98px) {
  .cyber-slider .owl-nav .owl-next {
    inset-inline-end: -50px;
  }
}
@media (max-width: 991.98px) {
  .cyber-slider .owl-nav .owl-next {
    inset-inline-end: 0;
  }
}

@media (max-width: 1199.98px) {
  .spot-new {
    height: auto;
  }
  .spot-new figure {
    margin-bottom: 0;
  }
  .spot-new > .row {
    height: inherit;
  }
}

.theam-spot-slider .owl-item .item:after {
  opacity: 0;
  visibility: hidden;
}

.gallery-list figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-list figure:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.gallery-list figure:before {
  content: "\f00e";
  font: normal normal normal 14px/1 FontAwesome;
  background-color: #fff;
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  color: #2EAEA0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  pointer-events: none;
}
html[dir=rtl] .gallery-list figure:before {
  transform: translateY(-50%) translateX(50%);
}

.no-link {
  pointer-events: none;
}
.no-link::after {
  display: none;
}

@media (min-width: 992px) {
  .aw-list .row {
    margin-inline: -20px;
  }
}
.aw-list .item {
  margin-bottom: 24px;
  padding-inline: 12px;
}
@media (min-width: 992px) {
  .aw-list .item {
    padding-inline: 20px;
    margin-bottom: 40px;
  }
}
.aw-list .item figure {
  margin-bottom: 20px;
}
.aw-list .item figure img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .aw-list .item figure img {
    height: 200px;
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .aw-list .item .f-32 {
    font-size: 20px !important;
  }
}
.aw-list .inner {
  position: relative;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  .aw-list .inner {
    padding: 40px;
  }
}
.aw-list .inner > * {
  position: relative;
  z-index: 1;
}
.aw-list .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 50%;
  -webkit-mask-image: url("../images/pattern-logo-1.png");
  mask-image: url("../images/pattern-logo-1.png");
  -webkit-mask-position: right top;
  mask-position: right top;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ccc;
  opacity: 0.15;
  z-index: 0;
}
.aw-list .item:hover .inner {
  box-shadow: 0px 1px 10px rgba(46, 174, 160, 0.3);
}

.call-click-top {
  width: 80px;
  height: 80px;
  font-size: 0;
  inset-inline-end: 15px;
  position: absolute;
  z-index: 9;
  bottom: 12px;
  background-color: #F9950B;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.call-click-top:before {
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  background-image: url(../images/right-arw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -3px;
  inset-inline-start: 4px;
  position: relative;
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  .call-click-top:before {
    width: 30px;
    height: 30px;
    background-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .call-click-top {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
}

.media-wrap figcaption {
  margin-top: 35px;
}
.media-wrap figcaption h3, .media-wrap figcaption .h3 {
  font-size: 30px;
  color: #000;
  margin: 10px 0 20px;
  line-height: 40px;
  font-family: "MadaniArabic-regular";
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .media-wrap figcaption h3, .media-wrap figcaption .h3 {
    font-size: 23px;
    line-height: 30px;
  }
}
.media-wrap figcaption h3 a, .media-wrap figcaption .h3 a {
  color: #000;
}
.media-wrap figcaption .date-info {
  font-size: 14px;
  color: #0050A0;
  margin: 10px 0;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-weight: 200;
}
.media-wrap figcaption .date-info:before {
  content: "";
  background-image: url(../../assets/images/calender-ico.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
html[dir=rtl] .media-wrap figcaption .date-info {
  background-position: right 0;
}
html[dir=rtl] .media-wrap figcaption .date-info span {
  display: inline-block;
  direction: ltr;
}
.media-wrap figcaption p {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  line-height: 23px;
  font-weight: 300;
}
.media-wrap .list-block-2 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  --bs-gutter-x: 2.4rem;
  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));
}
.media-wrap .list-block-2 li {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
  list-style: none;
  flex: 0 0 auto;
  width: 33.33333333%;
  height: auto;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.9);
  padding-left: calc(var(--bs-gutter-x) * 0.9);
  margin-top: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .media-wrap .list-block-2 li {
    width: 100%;
    height: auto;
  }
}
.media-wrap .list-block-2 li:first-child article figure img {
  width: 100%;
  height: 250px !important;
}
.media-wrap .list-block-2 li article {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
  border-bottom: 2px solid #EEEDEB;
}
.media-wrap .list-block-2 li article figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.media-wrap .list-block-2 li article figure img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1); /* IE 9 */ /* Safari 3-8 */
  transform: scale(1);
}
.media-wrap .list-block-2 li:hover article figure img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}
.media-wrap .list-block-2 figcaption {
  display: block;
  margin-top: 0px;
  padding: 20px;
  background-color: #F9F9F9;
}
.media-wrap .list-block-2 small, .media-wrap .list-block-2 .small {
  font-size: 14px;
  color: #000;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.media-wrap .list-block-2 h3, .media-wrap .list-block-2 .h3 {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
  line-height: 25px;
  font-family: "MadaniArabic-regular";
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
.media-wrap .list-block-2 h3 a, .media-wrap .list-block-2 .h3 a {
  color: #000;
}
.media-wrap .list-block-2 .date-info {
  font-size: 14px;
  color: #0050A0;
  margin: 10px 0;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-weight: 200;
}
.media-wrap .list-block-2 .date-info:before {
  content: "";
  background-image: url(../../assets/images/calender-ico.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
html[dir=rtl] .media-wrap .list-block-2 .date-info {
  background-position: right 0;
}
html[dir=rtl] .media-wrap .list-block-2 .date-info span {
  display: inline-block;
  direction: ltr;
}
.media-wrap .list-block-2 p {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  line-height: 23px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 46px;
}
.media-wrap .list-block-2.page-list li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  position: relative;
  flex: 0 0 auto;
  width: 66.66666667%;
  height: auto;
}
@media (max-width: 767.98px) {
  .media-wrap .list-block-2.page-list li:first-child {
    width: 100%;
    height: 350px;
  }
}
.media-wrap .list-block-2.page-list li:first-child figcaption {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 30px;
  background-color: transparent;
  inset-inline-start: 0;
}
.media-wrap .list-block-2.page-list li:first-child figcaption:before {
  background: rgb(21, 81, 153);
  background: linear-gradient(0deg, rgba(21, 81, 153, 0.8883928571) 0%, rgba(0, 0, 0, 0.9251050762) 0%, rgba(0, 212, 255, 0) 100%);
  width: 100%;
  height: 330px;
  position: absolute;
  bottom: 0;
  content: "";
  opacity: 1;
  inset-inline-start: 0;
  z-index: 0;
}
.media-wrap .list-block-2.page-list li:first-child figcaption .date-info {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-weight: 200;
  position: relative;
}
.media-wrap .list-block-2.page-list li:first-child figcaption .date-info:before {
  content: "";
  background-image: url(../../assets/images/wht-calender-ico.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
html[dir=rtl] .media-wrap .list-block-2.page-list li:first-child figcaption .date-info {
  background-position: right 0;
}
html[dir=rtl] .media-wrap .list-block-2.page-list li:first-child figcaption .date-info span {
  display: inline-block;
  direction: ltr;
}
.media-wrap .list-block-2.page-list li:first-child figcaption h3, .media-wrap .list-block-2.page-list li:first-child figcaption .h3 {
  color: #fff;
  position: relative;
  font-size: 30px;
  line-height: 35px;
  z-index: 2;
  height: auto;
}
@media (max-width: 767.98px) {
  .media-wrap .list-block-2.page-list li:first-child figcaption h3, .media-wrap .list-block-2.page-list li:first-child figcaption .h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.media-wrap .list-block-2.page-list li:first-child figcaption h3 a, .media-wrap .list-block-2.page-list li:first-child figcaption .h3 a {
  color: #fff;
  text-decoration: none;
}
.media-wrap .list-block-2.page-list li:first-child figcaption p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.media-wrap .list-block-2.page-list li:first-child figure {
  width: 100%;
  height: 100%;
}
.media-wrap .list-block-2.page-list li:first-child figure img {
  width: 100%;
  height: 100%;
}
.media-wrap.similer-list .list-block-2.page-list {
  margin-top: 25px;
}
.media-wrap.similer-list .list-block-2.page-list li:first-child {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
  list-style: none;
  flex: 0 0 auto;
  width: 33.33333333%;
  height: auto;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.9);
  padding-left: calc(var(--bs-gutter-x) * 0.9);
  margin-top: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .media-wrap.similer-list .list-block-2.page-list li:first-child {
    width: 100%;
    height: auto;
  }
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figcaption {
  display: block;
  margin-top: 0px;
  padding: 20px;
  background-color: #F9F9F9;
}
@media (max-width: 991.98px) {
  .media-wrap.similer-list .list-block-2.page-list li:first-child figcaption {
    position: relative;
  }
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figcaption:before {
  display: none;
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figcaption .date-info {
  font-size: 14px;
  color: #0050A0;
  margin: 10px 0;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-weight: 200;
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figcaption .date-info:before {
  content: "";
  background-image: url(../../assets/images/calender-ico.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
html[dir=rtl] .media-wrap.similer-list .list-block-2.page-list li:first-child figcaption .date-info {
  background-position: right 0;
}
html[dir=rtl] .media-wrap.similer-list .list-block-2.page-list li:first-child figcaption .date-info span {
  display: inline-block;
  direction: ltr;
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figcaption h3, .media-wrap.similer-list .list-block-2.page-list li:first-child figcaption .h3 {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
  line-height: 25px;
  font-family: "MadaniArabic-regular";
  font-weight: 400;
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figcaption h3 a, .media-wrap.similer-list .list-block-2.page-list li:first-child figcaption .h3 a {
  color: #000;
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figcaption p {
  color: #000;
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figure {
  width: 100%;
  height: 100%;
}
.media-wrap.similer-list .list-block-2.page-list li:first-child figure img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .media-wrap.similer-list .list-block-2.page-list li:first-child figure {
    width: 100%;
    height: auto;
  }
  .media-wrap.similer-list .list-block-2.page-list li:first-child figure img {
    width: 100%;
    height: 250px;
  }
}

.list-block {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  --bs-gutter-x: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.list-block li {
  margin-bottom: 50px;
  -webkit-box-flex: 0;
  list-style: none;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .list-block li {
    width: 100%;
    height: auto;
  }
}
.list-block li article {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
  border-bottom: 2px solid #EEEDEB;
}
.list-block li article figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.list-block li article figure img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1); /* IE 9 */ /* Safari 3-8 */
  transform: scale(1);
}
.list-block li:hover article figure img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}
.list-block figcaption {
  display: block;
  margin-top: 0px;
  padding: 20px;
  background-color: #F9F9F9;
}
.list-block small, .list-block .small {
  font-size: 14px;
  color: #000;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.list-block h3, .list-block .h3 {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
  line-height: 25px;
  font-family: "MadaniArabic-regular";
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
.list-block h3 a, .list-block .h3 a {
  color: #000;
}
.list-block .date-info {
  font-size: 14px;
  color: #0050A0;
  margin: 10px 0;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-weight: 200;
}
.list-block .date-info:before {
  content: "";
  background-image: url(../../assets/images/calender-ico.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
html[dir=rtl] .list-block .date-info {
  background-position: right 0;
}
html[dir=rtl] .list-block .date-info span {
  display: inline-block;
  direction: ltr;
}
.list-block p {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  line-height: 23px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 46px;
}
.list-block.page-list li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  position: relative;
  flex: 0 0 auto;
  width: 66.66666667%;
  height: auto;
}
@media (max-width: 767.98px) {
  .list-block.page-list li:first-child {
    width: 100%;
    height: 350px;
  }
}
.list-block.page-list li:first-child figcaption {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 30px;
  background-color: transparent;
  inset-inline-start: 0;
}
.list-block.page-list li:first-child figcaption:before {
  background: rgb(21, 81, 153);
  background: linear-gradient(0deg, rgba(21, 81, 153, 0.8883928571) 0%, rgba(0, 0, 0, 0.9251050762) 0%, rgba(0, 212, 255, 0) 100%);
  width: 100%;
  height: 330px;
  position: absolute;
  bottom: 0;
  content: "";
  opacity: 1;
  inset-inline-start: 0;
  z-index: 0;
}
.list-block.page-list li:first-child figcaption .date-info {
  color: #fff;
  position: relative;
  background-image: url(../../assets/images/wht-calender-ico.svg);
  z-index: 2;
}
.list-block.page-list li:first-child figcaption h3, .list-block.page-list li:first-child figcaption .h3 {
  color: #fff;
  position: relative;
  font-size: 30px;
  line-height: 35px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .list-block.page-list li:first-child figcaption h3, .list-block.page-list li:first-child figcaption .h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.list-block.page-list li:first-child figcaption h3 a, .list-block.page-list li:first-child figcaption .h3 a {
  color: #fff;
  text-decoration: none;
}
.list-block.page-list li:first-child figcaption p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.list-block.page-list li:first-child figure {
  width: 100%;
  height: 100%;
}
.list-block.page-list li:first-child figure img {
  width: 100%;
  height: 100%;
}
.list-block.news-slider article {
  border-bottom: none;
}

.pagination-wrap {
  display: block;
}
@media (max-width: 767.98px) {
  .pagination-wrap {
    display: flex;
  }
}
.pagination-wrap .pagination {
  float: left;
}
@media (max-width: 767.98px) {
  .pagination-wrap .pagination {
    float: none;
    margin: 0 auto 35px;
  }
}
.pagination-wrap .pagination li {
  margin: 0 2px;
}
.pagination-wrap .pagination li a {
  width: 38px;
  height: 38px;
  background-color: #F9F9F9;
  text-align: center;
  color: #0050A0;
  border: none;
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.pagination-wrap .pagination li a:hover {
  background-color: #0050A0;
  color: #fff;
}
.pagination-wrap .pagination li.active a {
  background-color: #0050A0;
  color: #fff;
}
.pagination-wrap .pagination li.pager__item--previous {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.pagination-wrap .pagination li.pager__item--previous i {
  color: #EEEDEB;
}
.pagination-wrap .pagination li.pager__item--next {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.pagination-wrap .pagination li.pager__item--next i {
  color: #EEEDEB;
}
html[dir=rtl] .pagination-wrap .pagination li a i {
  transform: rotate(-180deg);
}

.function-list {
  list-style: none;
}
.function-list li {
  list-style: none;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
}
@media (max-width: 767.98px) {
  .function-list li {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
  }
}
.function-list li:after {
  background-image: url(../../assets/images/more-link.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 5px;
  content: "";
}
html[dir=rtl] .function-list li:after {
  transform: rotate(-180deg);
}
@media (max-width: 767.98px) {
  .function-list li:after {
    inset-inline-start: 11px;
  }
}

/*
.editor-section.awareness {
    ul {
        li {
            &:after {
                background-image: url(../images/more-link-green.svg);
            }
        }
    }
    img {
        width: 100%;
        margin-bottom: 12px;
    }
    a {
        color: $green;
    }
}*/
.list-style-3 {
  list-style: none;
}
.list-style-3 li {
  list-style: none;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.list-style-3 li .card {
  padding: 20px;
  background-color: #fff;
  border: none;
  box-shadow: 0px 15px 24px -5px rgba(0, 0, 0, 0.13);
}
.list-style-3 li .card h3 a, .list-style-3 li .card .h3 a {
  color: #000;
}
@media (max-width: 767.98px) {
  .list-style-3 li .card {
    padding: 10px;
  }
}
.list-style-3 li figure {
  width: 100%;
  height: 220px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 0;
}
.list-style-3 li figure img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767.98px) {
  .list-style-3 li figure {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .list-style-3 li figure img {
    width: 100%;
    height: auto;
  }
}
.list-style-3 li .card-body {
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  height: 100%;
  padding: 0;
}
.list-style-3 li .card-cnt {
  margin-bottom: auto;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media (max-width: 767.98px) {
  .list-style-3 li .card-cnt {
    margin-bottom: 15px;
    margin-top: 0px;
  }
}
.list-style-3 li .card-btm {
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.list-style-3 li span {
  font-size: 15px;
}
.list-style-3 li .download-btn {
  border: 1px solid #2FAFA1;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
  padding-block: 5px;
  position: relative;
  color: #2FAFA1;
  font-size: 15px;
  height: 38px;
}
@media (max-width: 991.98px) {
  .list-style-3 li .download-btn {
    -webkit-padding-start: 9px;
            padding-inline-start: 9px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
  }
}
.list-style-3 li .download-btn:after {
  background-image: url(../../assets/images/download-ico.svg);
  width: 17px;
  height: 16px;
  position: absolute;
  inset-inline-end: 7px;
  inset-block-start: 10px;
  content: "";
}
.list-style-3 li .download-btn:hover {
  background-color: #F9950B;
  border: 1px solid #F9950B;
  color: #fff;
}
.list-style-3 li .download-btn:hover:after {
  background-image: url(../../assets/images/more-link2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  position: absolute;
  inset-inline-end: 10px;
  inset-block-start: 8px;
  content: "";
  transform: rotate(90deg);
}
.list-style-3 li:hover {
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.list-style-3 li:hover .download-btn {
  background-color: #2FAFA1;
  border: 1px solid #2FAFA1;
  color: #fff;
}
.list-style-3 li:hover .download-btn:after {
  background-image: url(../../assets/images/more-link2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  position: absolute;
  inset-inline-end: 10px;
  inset-block-start: 8px;
  content: "";
  transform: rotate(90deg);
}
.list-style-3 li:hover .download-btn:hover {
  background-color: #2FAFA1;
  color: #fff;
}
@media (max-width: 767.98px) {
  .list-style-3 .card .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .list-style-3 .card .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.pdf-ico, .excl-ico, .wrd-ico, .ppt-ico {
  width: 32px;
  height: 30px;
  text-indent: -999999px;
  display: inline-block;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pdf-ico {
  background-image: url(../../assets/images/pdf-ico.svg);
}

.excl-ico {
  background-image: url(../../assets/images/excl-icon.svg);
}

.wrd-ico {
  background-image: url(../../assets/images/word-icon.svg);
}

.ppt-ico {
  background-image: url(../../assets/images/ppt-icon.svg);
}

@media (max-width: 991.98px) {
  .icon-wrap {
    width: 134px;
    display: inline-block;
    text-align: right;
  }
  html[dir=rtl] .icon-wrap {
    text-align: left;
  }
}
.dark-theam .public-nav .nav-link {
  border: 1px solid #f8ef1b;
  background-color: transparent;
  color: #f8ef1b;
}
.dark-theam .public-nav .nav-link.active {
  background: #f8ef1b;
  color: #000 !important;
}
.dark-theam .public-nav .nav-link.active:after {
  display: none;
}
.public-nav .nav-link {
  background-color: #F9F9F9;
  border-radius: 0;
  margin-bottom: 16px;
  text-align: start;
  padding-top: 13px;
  padding-bottom: 15px;
  color: #3C3C3C;
}
@media (max-width: 1199.98px) {
  .public-nav .nav-link {
    font-size: 12px;
    margin-bottom: 6px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
.public-nav .nav-link.active {
  background-color: #0050A0;
  position: relative;
}
.public-nav .nav-link.active:after {
  top: 0;
  inset-inline-end: -9px;
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  background: no-repeat center center url(../../assets/images/public-nav.svg);
  background-size: contain;
}
[dir=rtl] .public-nav .nav-link.active:after {
  transform: scaleX(-1);
}
@media (max-width: 1199.98px) {
  .public-nav .nav-link.active:after {
    inset-inline-end: -8px;
    width: 11px;
  }
}
@media (max-width: 767.98px) {
  .public-nav .nav-link.active:after {
    background: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f078";
    inset-inline-end: 10px;
    top: 10px;
  }
}
@media (max-width: 767.98px) {
  .public-nav {
    padding-top: 36px;
    position: relative;
    overflow: hidden;
    max-height: 36px;
  }
  .public-nav.showw {
    padding-top: 45px;
    max-height: 1000px;
  }
  .public-nav .nav-link.active {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.public-detail {
  height: 100%;
}
.public-detail h2, .public-detail .h2 {
  margin-bottom: 20px;
  color: #343434;
}
@media (max-width: 767.98px) {
  .public-detail-heading {
    display: none;
  }
}
.dark-theam .public-detail-heading {
  color: #fff !important;
}
.public-detail .tab-list {
  margin-bottom: 20px;
}
.public-detail .tab-list li a {
  padding: 10px 21px 14px;
  font-size: 14.5px;
}
.dark-theam .public-detail .accordion-item .accordion-button {
  background-color: #f8ef1b;
  color: #000;
}
.public-detail .accordion-item {
  border-radius: 0;
  border: 0;
  margin-block: 20px;
  background: none;
}
@media (max-width: 1199.98px) {
  .public-detail .accordion-item {
    margin-block: 15px;
  }
}
.public-detail .accordion-item .accordion-button {
  background-color: #F9F9F9;
  border-radius: 0;
  font-size: 17px;
  padding: 20px 15px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .public-detail .accordion-item .accordion-button {
    font-size: 12px;
    padding: 10px 10px;
  }
}
.public-detail .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.public-detail .accordion-item .accordion-button::after {
  background: no-repeat left top url(../../assets/images/plus-symbol.svg);
  width: 16px;
  height: 16px;
}
[dir=rtl] .public-detail .accordion-item .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.public-detail .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: var(--bs-accordion-btn-icon-transform);
  border: 1px solid #000;
  width: 16px;
  height: 2px;
}
.public-detail .accordion-body {
  padding-inline: 0;
  padding-block: 30px;
}
@media (max-width: 1199.98px) {
  .public-detail .accordion-body {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.public-list {
  border: 1px solid #E8E8E8;
  margin: 0;
  padding: 20px 20px 15px;
  min-height: 100%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .public-list-holder {
    --bs-gutter-x: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .public-list-holder {
    --bs-gutter-x: 1rem;
  }
}
.public-list .stretched-link {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.public-list p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: start !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 36px;
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
}
.public-list figure {
  padding-bottom: 10px;
  display: block;
}
.public-list .d-flex {
  justify-content: space-between;
}
.public-list .icon-wrap {
  min-height: 18px;
  max-height: 20px;
  width: 25px;
}
.public-list .icon-wrap .pdf-ico, .public-list .icon-wrap .excl-ico, .public-list .icon-wrap .wrd-ico, .public-list .icon-wrap .ppt-ico {
  width: 21px;
  height: 18px;
  background-position: right center;
}
.public-tab {
  margin-bottom: 20px;
  border-bottom: 3px solid #EFEFEF;
}
.dark-theam .public-tab .nav-link {
  border-color: #f8ef1b;
}
@media (max-width: 1199.98px) {
  .public-tab {
    border-bottom: 2px solid #EFEFEF;
  }
}
.dark-theam .public-tab .nav-link {
  color: #f8ef1b;
}
.dark-theam .public-tab .nav-link.active {
  border-bottom: 3px solid #fff;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .dark-theam .public-tab .nav-link.active {
    border-bottom: 2px solid #fff;
  }
}
.public-tab .nav-link {
  padding: 10px 20px 14px;
  font-size: 14.5px;
  margin-bottom: 0;
  border-bottom: 3px solid transparent;
  color: #000;
  margin-inline: auto;
  min-width: 100%;
}
@media (max-width: 1199.98px) {
  .public-tab .nav-link {
    padding: 10px 10px 10px;
    margin-bottom: -2px;
    font-size: 12px;
    border-bottom: 2px solid transparent;
  }
}
.public-tab .nav-link.active {
  border-bottom: 3px solid #004E99;
  color: #004E99;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .public-tab .nav-link.active {
    border-bottom: 2px solid #004E99;
    border-color: transparent;
  }
}

.f-32 {
  font-size: 32px;
}

.f-normal {
  font-family: "MadaniArabic-regular";
}

.public-tab .owl-nav button {
  width: 24px;
  height: 25px;
  bottom: 50%;
  border: 0 !important;
  margin-bottom: -11px;
}
.public-tab .owl-nav button.owl-prev {
  inset-inline-start: -8px;
}
.public-tab .owl-nav button.owl-next {
  inset-inline-end: -8px;
}
.public-tab .owl-nav button:before {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 24px;
  height: 25px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-tab .owl-item {
  display: flex;
}
.public-tab .owl-stage {
  display: flex;
}
.public-tab.owl-carousel .owl-stage-outer {
  margin-bottom: -3px;
}
@media (max-width: 1199.98px) {
  .public-tab.owl-carousel .owl-stage-outer {
    margin-bottom: 0;
  }
}

.modal-header .btn-close {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.resource-tab-wrap {
  background-color: #FAFAFA;
  position: relative;
  overflow: visible;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 70px;
          padding-block-end: 70px;
  z-index: 2;
}
.resource-tab-wrap:before {
  width: 100%;
  height: 65px;
  background-color: #fff;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
}
.resource-tab-wrap .tab-top {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .resource-tab-wrap {
    -webkit-padding-after: 0px;
            padding-block-end: 0px;
  }
}

.tab-list {
  list-style: none;
  border-bottom: 3px solid #EFEFEF;
  display: flex;
  position: relative;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .tab-list {
    display: block;
    text-align: center;
  }
}
.tab-list li {
  list-style: none;
}
@media (max-width: 767.98px) {
  .tab-list li {
    display: inline-block;
    text-align: center;
  }
}
.tab-list li a {
  padding: 10px 45px;
  color: #000;
  display: block;
  margin-bottom: -3px;
  border-bottom: 3px solid transparent;
}
.tab-list li.active a {
  color: #000;
  border-bottom: 3px solid #2FAFA1;
  color: #2FAFA1;
}

.tab-container {
  padding: 50px 0;
}
.tab-container .tab-content {
  display: none;
}
.tab-container .pagination-wrap .pagination li a {
  color: #000;
}
.tab-container .pagination-wrap .pagination li a:hover {
  background-color: #2fafa1;
  color: #fff;
}
@media (max-width: 767.98px) {
  .tab-container {
    padding: 50px 0 0;
  }
}

.video-thumb-list {
  --bs-gutter-x: 4rem;
}
.video-thumb-list li {
  list-style: none;
  margin-bottom: 40px;
}
.video-thumb-list li .card {
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}
.video-thumb-list li .card figure {
  position: relative;
  margin: 0;
}
.video-thumb-list li .card figure::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  pointer-events: none;
  z-index: 1;
}
.video-thumb-list li .card figure::after {
  background-image: url(../../assets/images/play-ico.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  inset-inline-start: 50%;
  pointer-events: none;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
html[dir=rtl] .video-thumb-list li .card figure::after {
  inset-inline-start: 33%;
}
.video-thumb-list li .card figure img {
  width: 100%;
}
.video-thumb-list li .card figcaption {
  background-color: #fff;
  padding: 20px;
}
.video-thumb-list li .card figcaption h3, .video-thumb-list li .card figcaption .h3 {
  color: #000;
  margin: 15px 0;
}
.video-thumb-list li .card figcaption h3 a, .video-thumb-list li .card figcaption .h3 a {
  color: #000;
}
.video-thumb-list li .card figcaption .link {
  color: #2FAFA1;
  text-transform: uppercase;
  position: relative;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.video-thumb-list li .card figcaption .link:after {
  background-color: #2FAFA1;
  width: 0%;
  height: 1px;
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  inset-block-end: -5px;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
  content: "";
}
.video-thumb-list li .card figcaption .link:hover:after {
  background-color: #2FAFA1;
  width: 100%;
  height: 1px;
  opacity: 1;
}
.video-thumb-list li .card figcaption p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-popup .modal-header {
  padding: 30px;
  padding-block: 20px;
}
.video-popup .modal-header h1, .video-popup .modal-header .h1 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
html[dir=rtl] .video-popup .modal-header .btn-close {
  margin: 0;
}
.video-popup .video-holder {
  padding: 20px;
}
.video-popup .video-holder video, .video-popup .video-holder iframe {
  width: 100%;
  height: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-color: #023F7C;
  background-image: url(../../assets/images/footer-mask.png);
  background-repeat: no-repeat;
  background-position: 10% bottom;
  padding: 65px 0 30px;
  position: relative;
  z-index: 5;
  color: #fff;
}
@media (max-width: 767.98px) {
  footer {
    text-align: center;
    padding: 30px 0 0;
  }
}
footer h3, footer .h3 {
  font-family: "MadaniArabic-SemiBold";
  font-size: 19px;
  margin: 0px 0 25px;
  font-weight: normal;
  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: #fff;
}
footer ul {
  margin: 15px 0;
}
footer ul li {
  list-style: none;
  width: 49%;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  footer ul li {
    width: 100%;
  }
}
footer ul li a {
  color: #A9CDF0;
  font-size: 15px;
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  footer ul li a {
    font-size: 13px;
  }
}
footer ul li a i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
footer ul li a:hover {
  color: #fff;
}
footer .btn {
  background-color: #023F7C;
}
@media (max-width: 991.98px) {
  footer .btn {
    padding: 5px 15px;
    font-size: 13px;
  }
}
footer .btn:hover {
  background-color: #F9950B;
  border: 1px solid #F9950B;
}
footer.secondary-footer ul li {
  width: 40%;
}
@media (max-width: 1199.98px) {
  footer.secondary-footer ul li {
    width: 100%;
  }
}

.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: 0px;
          padding-block-end: 0px;
}
@media (max-width: 767.98px) {
  .footer-top {
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
}

.footer-bottom {
  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;
  line-height: 27px;
  color: #A9CDF0;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .footer-bottom .col-md-8 p {
    font-size: 13px;
  }
}

body.awareness-theam footer {
  background-color: #2FAFA1;
}
body.awareness-theam footer li a {
  color: #fff;
}
body.awareness-theam footer .footer-bottom .col-md-8 p {
  color: #fff;
}
body.awareness-theam footer .btn {
  background-color: #2FAFA1;
}
body.awareness-theam footer .btn:hover {
  background-color: #F9950B;
  border: 1px solid #F9950B;
}
body.awareness-theam.dark-theam footer .btn {
  background-color: #000;
}
body.awareness-theam.dark-theam footer .btn:hover {
  border: 1px solid #f8ef1b;
}

@media (max-width: 767.98px) {
  .foot-social {
    display: flex;
    margin: 0 auto 25px;
    width: 150px;
    padding: 0;
    flex-wrap: wrap;
  }
  .foot-social li {
    list-style: none;
    display: inline-block;
    padding: 0;
  }
}
.media-wrap img {
  width: 100%;
}

.media-wrap .list-block-2.page-list li:first-child figure img {
  height: 100% !important;
  position: absolute;
}

.media-wrap .list-block-2.page-list li:first-child figure {
  min-height: 350px;
}

.team-member {
  text-align: center;
  margin: 15px 0;
  background: #fff;
  box-shadow: 5px 5px 17px rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  border-radius: 10px;
}
.team-member figure {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.team-member figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact-us-bg {
  background: url(../../assets/images/contact-us-bg.png) center no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  color: #fff;
  z-index: 5;
  position: relative;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
[dir=rtl] .contact-us-bg {
  border-radius: 0 8px 8px 0;
}
.contact-us-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.contact-us-bg ul li {
  list-style: none;
}
.contact-us-bg .contacts {
  z-index: 5;
  position: relative;
  background-color: transparent !important;
}
.contact-us-bg .contacts li a {
  color: #fff;
}
.contact-us-bg .contacts li a:hover {
  text-decoration: underline;
}
.contact-us-bg .contacts li a i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.contact-us-bg .social-media {
  display: flex;
  justify-content: center;
  z-index: 5;
  position: relative;
  background-color: transparent !important;
}
.contact-us-bg .social-media li a {
  display: inline-block;
  height: 34px;
  width: 34px;
  background-color: rgba(255, 255, 255, 0.4117647059);
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  margin: 0 7px;
}
.contact-us-bg .social-media li a i {
  color: #fff;
}
.contact-us-bg .social-media li a:hover {
  background-color: #2FAFA1;
  transition: all 300ms;
}

.contact-form {
  padding: 25px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.11);
  border-radius: 0px 8px 8px 0;
}
[dir=rtl] .contact-form {
  border-radius: 8px 0 0 8px;
}
.contact-form h3, .contact-form .h3 {
  font-size: 25px;
}
.contact-form .form-label {
  color: #6C6C6C;
  font-size: 14px;
}
.contact-form .input-field-icon {
  position: absolute;
  inset-inline-end: 15px;
  inset-block-start: 35px;
}

.about-heading {
  font-size: 22px;
}

.cyb-slider .title {
  font-size: 22px;
}
.cyb-slider .owl-nav {
  position: relative;
  width: auto;
  height: auto;
  inset-inline-start: 35px;
  inset-block-end: 40px;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .cyb-slider .owl-nav {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .cyb-slider .owl-nav {
    max-width: 830px;
  }
}
@media (max-width: 991.98px) {
  .cyb-slider .owl-nav {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cyb-slider .owl-nav {
    inset-block-end: 150px;
    inset-inline-start: 0px;
  }
}
.cyb-slider .owl-nav button {
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 16px;
  border-radius: 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cyb-slider .owl-nav button.disabled {
  display: block;
}
.cyb-slider .owl-nav button:before {
  background-image: url(../../assets/images/right-arw.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 16px;
  bottom: 0;
  inset-inline-end: 0;
}
.cyb-slider .owl-nav button.owl-prev:before {
  background-image: url(../../assets/images/left-arw.png);
  transform: rotate(0deg);
  width: 40px;
  height: 16px;
  bottom: 0;
  inset-inline-start: 0;
}
@media (max-width: 767.98px) {
  .cyb-slider .owl-nav button.owl-prev {
    inset-inline-start: 15px;
  }
}
.cyb-slider .owl-nav button.owl-next {
  inset-inline-start: 80px;
}
@media (max-width: 767.98px) {
  .cyb-slider .owl-nav button.owl-next {
    inset-inline-start: auto;
    inset-inline-end: 15px;
  }
}

.cyb-slider-2 .title {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cyb-slider-2 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 72px;
}
.cyb-slider-2 .owl-nav button {
  background-color: #023F7C !important;
}

.list-partners .row {
  margin-inline: -5px;
}
.list-partners .item {
  padding-inline: 5px;
  padding-bottom: 10px;
}

.part-card {
  border: none;
}
.part-card .card-title {
  background: url("../images/bg-title.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  margin-bottom: 0;
}
.part-card .card-title h2, .part-card .card-title .h2 {
  color: #fff;
  font-family: "MadaniArabic-Light";
}
.part-card .card-title h2 strong, .part-card .card-title .h2 strong {
  font-family: "MadaniArabic-Bold";
}
.part-card .card-body {
  background-color: #F4F4F4;
}
.part-card .card-body figure img {
  width: 100%;
}
.part-card .card-title, .part-card .card-body {
  padding: 15px;
}

.list-partners {
  overflow: hidden;
  direction: ltr !important;
}

.part-slider {
  display: flex;
  flex-wrap: nowrap;
  width: 400%;
}
@media (max-width: 767.98px) {
  .part-slider {
    width: 800%;
  }
}
.part-slider .item {
  width: 200px;
}

@media (min-width: 768px) {
  .line-2 {
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.foot-nav a, footer a {
  white-space: normal;
}
.foot-nav a:hover, footer a:hover {
  opacity: 0.7;
}
.footer-cnt {
  display: flex;
  flex-wrap: wrap;
}

.footer-cnt ul {
  margin: 0;
  flex: 0 0 50%;
}

.footer-cnt ul li {
  width: 100%;
}

@media (max-width: 1024px) {
  .footer-cnt ul {
    flex: 0 0 100%;
  }
}

@media (max-width: 991.98px) {
  .img-auto img {
    height: auto !important;
  }
}
.home-slider .owl-item .fig-caption {
  bottom: auto;
  top: 40%;
  transform: none;
}

@media (max-width: 767.98px) {
  .theam-spot-slider .owl-item figure img,
.theam-spot-slider .owl-item figure,
.theam-spot-slider .owl-item .item,
.theam-spot-slider .owl-item,
.theam-spot-slider .owl-stage-outer,
.theam-spot-slider {
    height: auto;
  }
  .theam-spot-slider .owl-item .fig-caption {
    display: none;
  }
}
.content-404 {
  position: relative;
}
@media (min-width: 768px) {
  .content-404 {
    margin-top: 30px;
    min-height: calc(100vh - 105px - 320px);
  }
}
.content-404:before {
  background-image: url(../images/logo-cut.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 650px;
  height: 100%;
  max-width: 100%;
  max-height: 430px;
  content: "";
  inset-inline-start: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
  position: absolute;
}
.content-404 .title-lg {
  font-size: 120px;
  line-height: 120px;
}
@media (min-width: 992px) {
  .content-404 .title-lg {
    font-size: 200px;
    line-height: 200px;
  }
}
.content-404 p {
  text-align: center !important;
}
