@charset "UTF-8";
/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::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: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

h6, .h6 {
  font-size: 1rem;
}

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

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

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

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

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


strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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


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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.figure {
  display: inline-block;
}

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

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-lg, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-lg, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

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

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

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2 {
  --bs-gutter-y: 0.5rem;
}

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

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


.gx-5 {
  --bs-gutter-x: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.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: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  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 {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --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-visible {
  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);
}
 :not(.btn-check) + .btn:active, .btn:first-child: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);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  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);
}

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

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

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

.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: var(--bs-secondary-color);
  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;
  background: none;
  border: 0;
  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:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.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);
}

.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(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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%2833, 37, 41, 0.75%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(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --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-lg {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --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);
  color: var(--bs-body-color);
  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;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --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: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --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='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%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='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --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: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.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(-1 * var(--bs-accordion-border-width)) 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;
  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-header .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-header .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);
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.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: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --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: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  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: calc(var(--bs-border-width) * -1);
}
.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);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --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 {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --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: var(--bs-border-width);
  --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: var(--bs-border-width);
  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-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;
  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(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.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: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

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

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

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

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

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

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption) {
  position: absolute !important;
}

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

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

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

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

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

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

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

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

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

.h-100 {
  height: 100% !important;
}

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

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

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

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

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-2 {
  margin-top: 0.5rem !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-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

.pt-2 {
  padding-top: 0.5rem !important;
}

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

.pt-4 {
  padding-top: 1.5rem !important;
}

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

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

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

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.fw-normal {
  font-weight: 400 !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-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;
}

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

.rounded-circle {
  border-radius: 50% !important;
}

@media (min-width: 576px) {
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN2014-Regular.eot");
  src: url("../fonts/DIN2014-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Regular.woff2") format("woff2"), url("../fonts/DIN2014-Regular.woff") format("woff"), url("../fonts/DIN2014-Regular.ttf") format("truetype"), url("../fonts/DIN2014-Regular.svg#DIN2014-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN2014-Light.eot");
  src: url("../fonts/DIN2014-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Light.woff2") format("woff2"), url("../fonts/DIN2014-Light.woff") format("woff"), url("../fonts/DIN2014-Light.ttf") format("truetype"), url("../fonts/DIN2014-Light.svg#DIN2014-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDINSerif";
  src: url("../fonts/PFDINSerif-Regular.eot");
  src: url("../fonts/PFDINSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDINSerif-Regular.woff2") format("woff2"), url("../fonts/PFDINSerif-Regular.woff") format("woff"), url("../fonts/PFDINSerif-Regular.ttf") format("truetype"), url("../fonts/PFDINSerif-Regular.svg#PFDINSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDINSerif";
  src: url("../fonts/PFDINSerif-BlackItalic.eot");
  src: url("../fonts/PFDINSerif-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDINSerif-BlackItalic.woff2") format("woff2"), url("../fonts/PFDINSerif-BlackItalic.woff") format("woff"), url("../fonts/PFDINSerif-BlackItalic.ttf") format("truetype"), url("../fonts/PFDINSerif-BlackItalic.svg#PFDINSerif-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PFDINSerif";
  src: url("../fonts/PFDINSerif-Bold.eot");
  src: url("../fonts/PFDINSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDINSerif-Bold.woff2") format("woff2"), url("../fonts/PFDINSerif-Bold.woff") format("woff"), url("../fonts/PFDINSerif-Bold.ttf") format("truetype"), url("../fonts/PFDINSerif-Bold.svg#PFDINSerif-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDINSerif-Medium";
  src: url("../fonts/PFDINSerif-Medium.eot");
  src: url("../fonts/PFDINSerif-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDINSerif-Medium.woff2") format("woff2"), url("../fonts/PFDINSerif-Medium.woff") format("woff"), url("../fonts/PFDINSerif-Medium.ttf") format("truetype"), url("../fonts/PFDINSerif-Medium.svg#PFDINSerif-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QF Arabic";
  src: url("../fonts/QFArabic-Regular.eot");
  src: url("../fonts/QFArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QFArabic-Regular.woff2") format("woff2"), url("../fonts/QFArabic-Regular.woff") format("woff"), url("../fonts/QFArabic-Regular.ttf") format("truetype"), url("../fonts/QFArabic-Regular.svg#QFArabic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QF Arabic";
  src: url("../fonts/QFArabic-Medium.eot");
  src: url("../fonts/QFArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/QFArabic-Medium.woff2") format("woff2"), url("../fonts/QFArabic-Medium.woff") format("woff"), url("../fonts/QFArabic-Medium.ttf") format("truetype"), url("../fonts/QFArabic-Medium.svg#QFArabic-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QF Arabic";
  src: url("../fonts/QFArabic-Bold.eot");
  src: url("../fonts/QFArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/QFArabic-Bold.woff2") format("woff2"), url("../fonts/QFArabic-Bold.woff") format("woff"), url("../fonts/QFArabic-Bold.ttf") format("truetype"), url("../fonts/QFArabic-Bold.svg#QFArabic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text);
}

.bg-primary {
  background: #00483A !important;
}

.btn-primary {
  background: #00483A;
  border-color: #00483A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(0, 72, 58, 0.8);
  border-color: #00483A;
}

.text-primary {
  color: #00483A !important;
}

.bg-white {
  background: #fff !important;
}

.btn-white {
  background: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: rgba(255, 255, 255, 0.8);
  border-color: #fff;
}

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

.text-black1 {
  color: #1D1615 !important;
}

.text-black6 {
  color: #3B3B3B !important;
}

.text-black7 {
  color: #454545 !important;
}

.text-black8 {
  color: #3D3D3D !important;
}

.btn-secondary {
  background: #6ECEB2;
  border-color: #6ECEB2;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgba(110, 206, 178, 0.8);
  border-color: #6ECEB2;
}

.text-secondary {
  color: #6ECEB2 !important;
}

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

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

.text-disabled1 {
  color: #575757 !important;
}

.text-disabled2 {
  color: #717171 !important;
}

.text-dark-grey-2 {
  color: #3F3F3F !important;
}

.text-blue {
  color: #00BCE7 !important;
}

.text-pink {
  color: #F04E98 !important;
}

body, html {
  margin: 0;
  direction: ltr;
  min-height: 100%;
}
body[dir=rtl], html[dir=rtl] {
  direction: rtl;
}

body {
  font-size: 16px;
  font-family: "DIN";
  font-weight: 500;
  background: #fff;
  overflow-x: hidden;
}
html[dir=rtl] body {
  direction: rtl;
  font-family: "QF Arabic";
}

.container-lg {
  max-width: 1600px;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  transition: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: none;
}

p, input, select, textarea, .form-control, .form-select, .navbar-brand {
  font-size: 16px;
}

.form-control {
  padding: 10px;
}

p, .h6 {
  margin-bottom: 15px;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "PFDINSerif";
  line-height: 1.1;
  font-weight: 800;
  font-style: italic;
  font-variant-ligatures: no-common-ligatures;
}
html[dir=rtl] h1, html[dir=rtl] .h1, html[dir=rtl] h2, html[dir=rtl] .h2, html[dir=rtl] h3, html[dir=rtl] .h3, html[dir=rtl] h4, html[dir=rtl] .h4, html[dir=rtl] h5, html[dir=rtl] .h5, html[dir=rtl] h6, html[dir=rtl] .h6 {
  font-family: "QF Arabic";
  font-style: normal;
}

.font-heading-regular {
  font-family: "PFDINSerif";
  font-weight: normal;
  font-style: normal;
  font-variant-ligatures: no-common-ligatures;
}
html[dir=rtl] .font-heading-regular {
  font-family: "QF Arabic";
}

.font-heading-italic {
  font-family: "PFDINSerif";
  font-weight: 900;
  font-style: italic;
  font-variant-ligatures: no-common-ligatures;
}
html[dir=rtl] .font-heading-italic {
  font-family: "QF Arabic";
  font-style: normal;
}

.font-body-thin {
  font-family: "DIN";
  font-weight: 300;
}
html[dir=rtl] .font-body-thin {
  font-family: "QF Arabic";
}

h2, .h2 {
  font-size: 48px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 25px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 20px;
  }
}

.font-20, .font-20 > * {
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .font-20, .font-20 > * {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .font-20, .font-20 > * {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .font-20, .font-20 > * {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .font-20, .font-20 > * {
    font-size: 16px;
  }
}

.bullet-square {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .bullet-square {
    margin-bottom: 24px;
  }
}
.bullet-square li {
  position: relative;
  margin-bottom: 24px;
  padding-inline-start: 27px;
}
.bullet-square li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .bullet-square li {
    margin-bottom: 12px;
  }
}
.bullet-square li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 23px;
  background-color: #F3E500;
  margin-inline-start: -15px;
  inset-inline-start: -12px;
  position: relative;
  bottom: -2px;
}
@media (max-width: 991.98px) {
  .bullet-square li::before {
    bottom: -10px;
  }
}
.bullet-square.bullet-secondary li::before {
  background-color: #6ECEB2;
}

.radius-40 {
  border-radius: 40px;
}

.radius-32 {
  border-radius: 32px;
}

.back-link {
  font-size: 28px;
  font-weight: bold;
  color: #00483A;
  font-family: "PFDINSerif";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-variant-ligatures: no-common-ligatures;
}
html[dir=rtl] .back-link {
  font-family: "QF Arabic";
}
@media (max-width: 991.98px) {
  .back-link {
    font-size: 20px;
  }
}
.back-link img {
  transform: rotate(180deg);
}
html[dir=rtl] .back-link img {
  transform: rotate(0deg);
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .fs-18 {
    font-size: 16px;
  }
}

.font-normal {
  font-style: normal;
}

.dir-ltr {
  direction: ltr;
}

.sub-head {
  font-size: 22px;
  font-family: "PFDINSerif";
  font-weight: normal;
  font-variant-ligatures: no-common-ligatures;
}
html[dir=rtl] .sub-head {
  font-family: "QF Arabic";
}

.font-22 {
  font-size: 22px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .font-22 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .font-22 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .font-22 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .font-22 {
    font-size: 18px;
  }
}

.image-block.radius-32 {
  border-radius: 32px;
  overflow: hidden;
}
.image-block.radius-32 img {
  border-radius: 32px;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.common-head1 {
  font-size: 48px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .common-head1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .common-head1 {
    font-size: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .common-head1 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .common-head1 {
    font-size: 28px;
  }
}

.common-head2 {
  font-size: 38px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .common-head2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .common-head2 {
    font-size: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .common-head2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .common-head2 {
    font-size: 24px;
  }
}

.home-students {
  position: relative;
  z-index: 3;
  background-color: #fff;
  overflow: hidden;
}

.students-box {
  position: relative;
  transition: all 0.5s ease;
  min-width: auto;
  width: auto;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  max-width: 100%;
  cursor: pointer;
  height: 550px;
  background-color: #F5F6F3;
}
.students-box-holder {
  display: flex;
  gap: 30px;
  --var-transform: 0;
  --var-width: 11.8%;
  --var-activewidth: 58.8%;
  transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
  .students-box-holder {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .students-box-holder {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .students-box-holder {
    transform: translateX(var(--var-transform)) !important;
  }
}
@media (min-width: 1200px) {
  .students-box-holder {
    --var-activewidth: 59.4%;
  }
}
@media (min-width: 1400px) {
  .students-box-holder {
    --var-activewidth: 56.5%;
  }
}
@media (min-width: 992px) {
  .students-box-holder div.students-box {
    flex-basis: var(--var-width);
    flex-shrink: 0;
    width: calc(var(--var-width) * 1px) !important;
  }
  .students-box-holder div.students-box.open {
    flex-basis: var(--var-activewidth);
    width: calc(var(--var-activewidth) * 1px);
  }
}
@media (min-width: 992px) {
  .students-box.swiper-slide {
    flex-shrink: 1;
  }
}
@media (max-width: 991.98px) {
  .students-box {
    height: auto;
    display: block;
    min-width: calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (max-width: 767.98px) {
  .students-box {
    min-width: auto;
    width: auto;
    margin-bottom: 20px;
  }
}
.students-box figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 550px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: width 0.5s ease;
}
.students-box figure img {
  width: 100%;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .students-box figure {
    height: auto;
    display: block;
  }
  .students-box figure img {
    width: 100%;
    opacity: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 450px;
  }
}
.students-box .students-box-content {
  width: 65%;
  max-height: 550px;
  margin-inline-start: 0;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  inset-inline-start: 55%;
  top: 0;
}
@media (max-width: 991.98px) {
  .students-box .students-box-content {
    position: relative;
    inset-inline-start: auto;
    width: auto;
    max-height: none;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .students-box .students-box-content {
    width: 38vw;
    flex-shrink: 0;
  }
}
@media (min-width: 1600px) {
  .students-box .students-box-content {
    width: 580px;
  }
}
.students-box aside {
  padding-top: 100px;
  padding-inline-start: 140px;
  padding-inline-end: 40px;
  position: relative;
}
@media (max-width: 1600px) {
  .students-box aside {
    padding-top: 70px;
  }
}
@media (max-width: 1399.98px) {
  .students-box aside {
    padding-top: 50px;
    padding-inline-start: 90px;
    padding-inline-end: 10px;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .students-box aside {
    padding-top: 50px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .students-box aside {
    opacity: 0;
    transition: all 0.2s ease;
  }
}
.students-box aside h3, .students-box aside .h3 {
  display: flex;
  align-items: center;
}
html[dir=rtl] .students-box aside h3, html[dir=rtl] .students-box aside .h3 {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 991.98px) {
  html[dir=rtl] .students-box aside h3, html[dir=rtl] .students-box aside .h3 {
    font-size: 25px;
  }
}
.students-box aside p {
  color: #1D1615;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
html[dir=rtl] .students-box aside p {
  color: #000;
}
@media (max-width: 1399.98px) {
  .students-box aside p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 1600px) {
  .students-box aside p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.students-box aside .author {
  display: flex;
  flex-direction: column;
}
.students-box aside .author strong {
  font-family: "PFDINSerif";
  font-variant-ligatures: no-common-ligatures;
}
html[dir=rtl] .students-box aside .author strong {
  font-family: "QF Arabic";
  font-weight: 500;
}
.students-box aside .author span {
  color: #202027;
  font-size: 16px;
}
html[dir=rtl] .students-box aside .author span {
  color: #000;
}
html[dir=rtl] .students-box aside .author-content {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  html[dir=rtl] .students-box aside .author-content {
    margin-bottom: 15px;
  }
}
.students-box .icon-quote {
  position: absolute;
  padding-top: 13px;
  inset-inline-start: 0;
}
@media (max-width: 991.98px) {
  .students-box .icon-quote {
    top: -20px;
    inset-inline-start: 20px;
  }
}
.students-box .icon-quote::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/image-curve.svg);
  width: 20px;
  height: 116px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  position: absolute;
  inset-inline-start: 0;
  top: 18%;
  background-color: #F5F6F3;
}
html[dir=rtl] .students-box .icon-quote::before {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  html[dir=rtl] .students-box .icon-quote::before {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .students-box .icon-quote::before {
    width: 23px;
    height: 98px;
    top: 18%;
  }
}
@media (max-width: 991.98px) {
  .students-box .icon-quote::before {
    rotate: 90deg;
    top: -21px;
    width: 10px;
    inset-inline-start: 26px;
    height: 74px;
  }
}
@media (min-width: 992px) {
  .students-box .icon-quote::before {
    opacity: 0;
    transition: all 0.5s ease;
    transition-delay: 0.3s;
  }
}
.students-box .icon-quote .icon-say {
  width: 94px;
  height: 94px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6ECEB2;
  margin-inline-start: 6px;
  position: relative;
  margin-top: 21px;
}
@media (max-width: 1399.98px) {
  .students-box .icon-quote .icon-say {
    width: 70px;
    height: 70px;
  }
  .students-box .icon-quote .icon-say img {
    width: 52%;
  }
}
@media (max-width: 991.98px) {
  .students-box .icon-quote .icon-say {
    margin-top: 0;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .students-box.open {
    transition: all 0.5s ease;
  }
  .students-box.open .icon-quote:before {
    opacity: 1;
    transition: all 0s ease;
    transition-delay: 0.3s;
  }
  .students-box.open figure {
    margin: 0;
    width: 35%;
    max-width: 35%;
    background-position: left top;
    transition: all 0.5s ease;
  }
  .students-box.open figure img {
    opacity: 0;
  }
  .students-box.open .students-box-content {
    transition: all 0.7s ease;
    inset-inline-start: 35%;
    opacity: 1;
    margin-inline-start: -19px;
  }
  .students-box.open aside {
    opacity: 1;
  }
}
.students-box-holder.items-3 {
  --var-width: 15.8%;
  --var-activewidth: 58.8%;
}
@media (min-width: 1200px) {
  .students-box-holder.items-3 {
    --var-activewidth: 62.5%;
  }
}
.students-box-holder.items-2 {
  --var-width: 23%;
  --var-activewidth: 74%;
}
.btn-secondary.user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-secondary.user::before {
  content: "";
  display: block;
  background-image: url(../images/user-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.spinner-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.spinner-loader::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2.5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.9s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html[dir=rtl] .en-content.language-switcher span {
  font-family: "DIN";
}
html[dir=rtl] .en-content .page-inner-content, html[dir=rtl] .en-content .job-detail-right, html[dir=rtl] .en-content .job-list-box .tag-loc,
html[dir=rtl] .en-content .job-mod span, html[dir=rtl] .en-content .form-wrapper .form-label,
html[dir=rtl] .en-content .form-wrapper .form-control, html[dir=rtl] .en-content .form-wrapper .button-wrapper .btn, html[dir=rtl] .en-content .form-wrapper .form-select .form-wrapper .reg-text,
html[dir=rtl] .en-content .error, html[dir=rtl] .en-content .iti__country-name {
  font-family: "DIN";
}
html[dir=rtl] .en-content .page-inner-content h2, html[dir=rtl] .en-content .page-inner-content .h2, html[dir=rtl] .en-content h3, html[dir=rtl] .en-content .h3, html[dir=rtl] .en-content h4, html[dir=rtl] .en-content .h4 {
  font-family: "PFDINSerif";
}
html[dir=rtl] .opportunities-list h3.en-content, html[dir=rtl] .opportunities-list .en-content.h3, html[dir=rtl] .banner-text-item h2.en-content, html[dir=rtl] .banner-text-item .en-content.h2,
html[dir=rtl] .job-list-box h3.en-content,
html[dir=rtl] .job-list-box .en-content.h3, html[dir=rtl] .job-detail-right h4.en-content, html[dir=rtl] .job-detail-right .en-content.h4 {
  font-family: "PFDINSerif";
}
html[dir=rtl] .reg-text.en-content, html[dir=rtl] .opportunities-list .location.en-content, html[dir=rtl] .job-list-box .location.en-content,
html[dir=rtl] .job-detail-right p.en-content, html[dir=rtl] .job-detail-right span.en-content, html[dir=rtl] .job-tag.en-content, html[dir=rtl] .alert.en-content, html[dir=rtl] #exampleModalCenter .en-content,
html[dir=rtl] .footer-info.en-content, html[dir=rtl] .subscribe-form .form-control.en-content, html[dir=rtl] .job-mode.en-content, html[dir=rtl] .job-detail-left p.en-content,
html[dir=rtl] .job-detail-left h4.en-content,
html[dir=rtl] .job-detail-left .en-content.h4, html[dir=rtl] .image-content-btm.en-content h5, html[dir=rtl] .image-content-btm.en-content .h5, html[dir=rtl] .image-content-btm.en-content p,
html[dir=rtl] .text-danger.en-content, html[dir=rtl] .direction.en-content span, html[dir=rtl] .contact-info.en-content, html[dir=rtl] .error.en-content, html[dir=rtl] .form-control.en-content,
html[dir=rtl] .btn-secondary.en-content, html[dir=rtl] .faq-tab-block .accordion-body span.en-content {
  font-family: "DIN";
}

div.iti {
  display: block;
}
div.iti label.error {
  position: absolute;
}
div.iti:has(input[aria-invalid=true]) {
  padding-bottom: 20px;
}

label.form-label.no-prefix::before {
  content: none;
}

.iti__selected-country {
  max-height: 56px;
}
.btn {
  --bs-border-radius: 16px;
}
.btn-primary {
  font-weight: 400;
  font-family: "DIN";
  --bs-btn-font-size: 18px;
  --bs-btn-focus-shadow: 0;
  padding-inline: 1.8rem;
  --bs-btn-padding-y: 0.9rem;
}
html[dir=rtl] .btn-primary {
  font-family: "QF Arabic";
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .btn-primary {
    padding-inline: 1.1rem;
    --bs-btn-padding-y: 0.7rem;
    --bs-btn-font-size: 16px;
  }
}
.btn-primary .icons-arrow {
  background-color: #6ECEB2;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #00483A !important;
  box-shadow: none !important;
  border-color: #00483A !important;
}
.btn-primary:hover .icons-arrow, .btn-primary:focus .icons-arrow, .btn-primary:active .icons-arrow {
  background-color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #00483A;
  border-color: #00483A;
}
.btn-secondary {
  --bs-btn-color: #00483A;
  font-weight: 400;
  font-family: "DIN";
  --bs-btn-font-size: 18px;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-focus-shadow: 0;
  --bs-btn-active-color: #fff;
  padding-inline: 1.8rem;
  --bs-btn-padding-y: 0.9rem;
}
html[dir=rtl] .btn-secondary {
  font-family: "QF Arabic";
}
.btn-secondary .icons-arrow {
  background-color: #00483A;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #6ECEB2 !important;
  box-shadow: none !important;
  border-color: #6ECEB2 !important;
}
.btn-secondary:hover .icons-arrow, .btn-secondary:focus .icons-arrow, .btn-secondary:active .icons-arrow {
  background-color: #fff;
}

.icons-arrow {
  -webkit-mask-image: url(../images/icon-arrow.svg);
  height: 15px;
  width: 15px;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin-inline-start: 10px;
  margin-bottom: -2px;
  position: relative;
}
html[dir=rtl] .icons-arrow {
  transform: rotate(180deg);
}

.social {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.social li a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0.5px solid rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
@media (max-width: 575.98px) {
  .social li a {
    width: 45px;
    height: 45px;
  }
}
.social li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.social li a:hover::before {
  background-color: #00483A;
}
.social li a::before {
  content: "";
  display: block;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
}
.social li a.facebook::before {
  -webkit-mask-image: url(../images/icon-facebook.svg);
  width: 12px;
  height: 21px;
}
.social li a.linkedin::before {
  -webkit-mask-image: url(../images/icon-linked.svg);
  width: 21px;
  height: 19px;
}
.social li a.instagram::before {
  -webkit-mask-image: url(../images/icon-insta.svg);
  width: 22px;
  height: 22px;
}
.social li a.twitter::before {
  -webkit-mask-image: url(../images/icon-x.svg);
  width: 22px;
  height: 20px;
}
.social.with-bg a {
  background-color: rgba(0, 72, 58, 0.06);
}
.social.with-bg a::before {
  background-color: #00483A;
}
.social.with-bg a:hover {
  background-color: #00483A;
}
.social.with-bg a:hover::before {
  background-color: #fff;
}

.form-label {
  font-size: 22px;
  font-weight: 400;
  color: #141414;
}
@media (max-width: 767.98px) {
  .form-label {
    font-size: 18px;
  }
}

.form-control {
  background-color: #F8F8F8;
  border-radius: 14px;
  padding: 14px 20px;
  border: none;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: none;
  background-color: #F8F8F8;
}

textarea.form-control {
  resize: none;
  min-height: 130px;
}

@media (min-width: 992px) {
  .login-form {
    max-width: 516px;
  }
}

.form-wrapper {
  margin-block: 30px;
}
@media (max-width: 991.98px) {
  .form-wrapper {
    margin-block: 15px;
  }
}
.form-wrapper .form-label {
  font-size: 18px;
  font-weight: 400;
  color: #2D2D2D;
}
@media (max-width: 991.98px) {
  .form-wrapper .form-label {
    font-size: 16px;
  }
}
.form-wrapper .form-label span {
  color: #D24B4B;
}
.form-wrapper .form-label::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 22px;
  height: 20px;
  position: absolute;
  inset-inline-start: 15px;
  z-index: 9;
  top: 51px;
  background-color: #ACACAC;
}
.form-wrapper .form-label.email::before {
  -webkit-mask-image: url(../images/icon-mail.svg);
}
.form-wrapper .form-label.pswd::before {
  -webkit-mask-image: url(../images/password-label.svg);
}
.form-wrapper .form-label.user::before {
  -webkit-mask-image: url(../images/user.svg);
  -webkit-mask-size: contain;
}
.form-wrapper .form-label.entity::before {
  -webkit-mask-image: url(../images/entity.svg);
  -webkit-mask-size: contain;
}
.form-wrapper .form-control {
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  padding: 15px 20px;
  background-color: #fff;
  padding-inline-start: 48px;
  color: #2D2D2D;
}
.form-wrapper .form-control::-moz-placeholder {
  color: #9D9C9D;
}
.form-wrapper .form-control::placeholder {
  color: #9D9C9D;
}
.form-wrapper .form-control:focus {
  border-color: #6ECEB2;
}
.form-wrapper .select-dp label::before {
  display: none;
}
.form-wrapper .select-dp .form-select {
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  background-image: url(../images/select-arrow.svg);
  background-size: auto;
  color: #9D9C9D;
}

html[dir=rtl] .form-select {
  background-position: left 0.75rem center;
}

.password-wrapper {
  position: relative;
}
.password-wrapper .pswd-icon {
  font-size: 0;
  box-shadow: none;
  background-color: inherit;
  border: none;
  display: block;
}
.password-wrapper .pswd-icon::after {
  content: "";
  display: block;
  background-image: url(../images/pswd-eye.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 23px;
  inset-inline-end: 13px;
}
.password-wrapper .pswd-icon.show::after {
  background-image: url(../images/pswd-eye-show.svg);
  height: 13px;
}
.iti--inline-dropdown .iti__dropdown-content {
  z-index: 10 !important;
}
.pagination {
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .pagination {
    gap: 20px;
    margin-top: 30px;
  }
}
.pagination .page-link {
  border: none;
  font-size: 22px;
  color: #3B3B3B;
  background-color: inherit;
  padding: 0;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .pagination .page-link {
    font-size: 18px;
  }
}
.pagination .page-link:focus {
  box-shadow: none;
  border: none;
  background-color: inherit;
}
.pagination .page-link.active {
  color: #00483A;
  border-bottom: 2px solid #00483A;
  font-family: "PFDINSerif";
  font-weight: bold;
}
html[dir=rtl] .pagination .page-link.active {
  font-family: "QF Arabic";
}

#passwordSuccessModal .modal-body {
  text-align: center;
}
#passwordSuccessModal .modal-content {
  border-radius: 16px;
}
#passwordSuccessModal .modal-header {
  border: none;
  padding: 25px;
}
#passwordSuccessModal .modal-dialog {
  margin-top: 100px;
}
#passwordSuccessModal .btn-close {
  background-image: none;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
#passwordSuccessModal .btn-close::before {
  content: "";
  display: block;
  background-image: url(../images/close-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}
#passwordSuccessModal h2, #passwordSuccessModal .h2 {
  font-size: 28px;
  font-weight: 600;
  color: #322F2F;
  font-style: normal;
}
@media (max-width: 767.98px) {
  #passwordSuccessModal h2, #passwordSuccessModal .h2 {
    font-size: 20px;
  }
}
#passwordSuccessModal p {
  color: #979797;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #passwordSuccessModal p {
    font-size: 16px;
  }
}
.modal-backdrop.show {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
}
.header {
  padding: 25px 60px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header {
    padding: 18px 20px;
  }
  .header .navbar-expand-lg .navbar-nav {
    margin-inline-start: 30px !important;
  }
  .header .navbar-expand-lg .navbar-nav .nav-link {
    margin-inline-end: 30px !important;
    font-size: 18px !important;
  }
}
@media (max-width: 991.98px) {
  .header {
    padding: 20px;
  }
}
.header .navbar-expand-lg .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #1D1615;
  font-family: "PFDINSerif-Medium";
  font-variant-ligatures: no-common-ligatures;
}
html[dir=rtl] .header .navbar-expand-lg .nav-link {
  font-family: "QF Arabic";
}
.header .navbar-expand-lg .nav-link.active::after {
  width: 100% !important;
  opacity: 1 !important;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
@media (min-width: 992px) {
  .header .navbar-expand-lg .navbar-nav {
    margin-inline-start: 50px;
  }
  .header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
    padding: 0;
    margin-inline-end: 60px;
    position: relative;
  }
  .header .navbar-expand-lg .navbar-nav .nav-link::after {
    width: 50%;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #00483A;
    inset-inline-start: 0px;
    bottom: -5px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover::after {
    width: 100%;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    margin-inline-end: 0px;
  }
  .header .navbar-expand-lg aside .mb-view {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-expand-lg aside {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header .navbar-expand-lg aside .mb-view {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.header .navbar-expand-lg .navbar-toggler {
  border: none;
  padding: 0;
}
.header .navbar-expand-lg .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
  background-image: url("../images/toggler-icon.svg");
  background-size: auto;
  width: 18px;
  height: 18px;
  filter: brightness(0%);
}
.header .navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/close-line.svg");
  background-size: auto;
  width: 18px;
  height: 18px;
  filter: brightness(0%);
}
.header .navbar-expand-lg .navbar-toggler:focus {
  box-shadow: none;
}

.search {
  font-size: 0;
}
.search::before {
  content: "";
  display: block;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 27px;
}

.language-switcher {
  border: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 22px;
  padding: 6px 10px;
  color: #004438;
  margin-inline-end: 20px;
}
@media (max-width: 991.98px) {
  .language-switcher {
    margin-inline-end: 0px;
  }
}

.end-section {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .end-section {
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .end-section {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .end-section {
    flex-direction: column;
    align-items: start;
  }
}

.btn-header {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
html[dir=rtl] .btn-header {
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .btn-header {
    gap: 8px;
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .btn-header {
    font-size: 14px;
    padding: 12px 20px;
  }
}
.btn-header::before {
  content: "";
  display: block;
  background-image: url(../images/employer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 22px;
}
.btn-header.btn-primary::before {
  background-image: url(../images/students.svg);
}

.footer {
  padding-top: 120px;
  padding-bottom: 60px;
  border-top: 10px solid #6ECEB2;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer .footer-head {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .footer .footer-head {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .footer .social {
    margin-bottom: 30px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 20px;
  }
}

.footer-logo img {
  filter: brightness(0) invert(1);
}

.subscribe-form label {
  font-size: 0;
}
.subscribe-form label::before {
  content: "";
  display: block;
  background-image: url(../images/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  inset-inline-start: 15px;
  z-index: 9;
  top: 15px;
}
.subscribe-form .form-control {
  background-color: inherit;
  border: 1px solid #6ECEB2;
  color: #AFB5BE;
  padding-inline-start: 50px;
}
.subscribe-form .input-group .btn {
  border-radius: 6px;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.subscribe-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-start-start-radius: 6px;
  border-end-start-radius: 6px;
}

@media (max-width: 991.98px) {
  .footer-nav {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.22);
    margin-bottom: 20px;
  }
}
.footer-nav li a {
  font-size: 16px;
  font-weight: 400;
  color: #C8C9CA;
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 6px;
}
.footer-nav li a::after {
  width: 50%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #6ECEB2;
  inset-inline-start: 0px;
  bottom: -5px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer-nav li a:hover::after {
  width: 100% !important;
  opacity: 1 !important;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.address {
  color: #C8C9CA;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .address {
    font-size: 14px;
  }
  .address br {
    display: none;
  }
}

.footer-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #C8C9CA;
}
@media (max-width: 991.98px) {
  .footer-info {
    font-size: 14px;
  }
}

.footer-bottom {
  border-top: 0.5px solid rgba(255, 255, 255, 0.22);
  padding-top: 30px;
  margin-top: 90px;
}
@media (max-width: 991.98px) {
  .footer-bottom {
    margin-top: 20px;
  }
}
.footer-bottom .copyright-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .footer-bottom ul {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .footer-bottom ul {
    justify-content: end;
  }
}
.footer-bottom ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #AFB5BE;
}
@media (max-width: 991.98px) {
  .footer-bottom ul li a {
    font-size: 14px;
  }
}

.subscribe-form .form-control::-moz-placeholder {
  color: #AFB5BE;
}

.subscribe-form .form-control::placeholder {
  color: #AFB5BE;
}

.inner-banner {
  background-color: #F5F6F3;
}
.inner-banner .banner-image {
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  position: relative;
}
.inner-banner .banner-image:before {
  background: linear-gradient(106.41deg, #FFFFFF -2.59%, rgba(255, 255, 255, 0) 74.49%);
  content: "";
  width: 50%;
  height: 100%;
  min-width: 200px;
  max-width: 950px;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  pointer-events: none;
}
[dir=rtl] .inner-banner .banner-image:before {
  background: linear-gradient(253.59deg, #FFFFFF -2.59%, rgba(255, 255, 255, 0) 74.49%);
}
.inner-banner .banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-banner .banner-image img {
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .inner-banner .banner-image img {
    height: 200px;
  }
}
.inner-banner .banner-heading {
  position: absolute;
  inset-block-end: 15%;
  inset-inline-start: 0;
  width: 100%;
}
.inner-banner .banner-heading h1, .inner-banner .banner-heading .h1 {
  font-size: 48px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-banner .banner-heading h1, .inner-banner .banner-heading .h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-banner .banner-heading h1, .inner-banner .banner-heading .h1 {
    font-size: 37px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-banner .banner-heading h1, .inner-banner .banner-heading .h1 {
    font-size: 33px;
  }
}
@media (max-width: 575.98px) {
  .inner-banner .banner-heading h1, .inner-banner .banner-heading .h1 {
    font-size: 27px;
  }
}
.inner-banner .banner-breadcrumb {
  padding: 37px 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-banner .banner-breadcrumb {
    padding: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-banner .banner-breadcrumb {
    padding: 20px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-banner .banner-breadcrumb {
    padding: 16px 0;
  }
}
@media (max-width: 575.98px) {
  .inner-banner .banner-breadcrumb {
    padding: 12px 0;
  }
}
.inner-banner .banner-breadcrumb .breadcrumb {
  font-family: "PFDINSerif";
  font-weight: normal;
  margin-block-end: 0;
  font-variant-ligatures: no-common-ligatures;
}
html[dir=rtl] .inner-banner .banner-breadcrumb .breadcrumb {
  font-family: "QF Arabic";
}
.inner-banner .banner-breadcrumb .breadcrumb li {
  font-size: 23.07px;
  color: #696969;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner-banner .banner-breadcrumb .breadcrumb li {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner-banner .banner-breadcrumb .breadcrumb li {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .inner-banner .banner-breadcrumb .breadcrumb li {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .inner-banner .banner-breadcrumb .breadcrumb li {
    font-size: 14px;
  }
}
.inner-banner .banner-breadcrumb .breadcrumb li a {
  font-weight: bold;
}
html[dir=rtl] .inner-banner .banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
}

.no-banner .banner-breadcrumb {
  padding: 25px 0;
}
