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

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

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

dd {
  margin-bottom: 0.5rem;
  margin-left: 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;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]: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;
}

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

.figure {
  display: inline-block;
}


.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: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-lg {
    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%;
}

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

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

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

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

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

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

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

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

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


.gy-4 {
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .g-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: 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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.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[size]:not([size="1"]) {
  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);
}

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

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

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

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

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


.dropdown {
  position: relative;
}

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

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

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

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

.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 {
  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-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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-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-nav .dropdown-menu {
  position: static;
}

.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 .dropdown-menu {
    position: absolute;
  }
  .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;
  }
}

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

@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 {
  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-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  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-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 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 */

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  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-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* 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-inline-flex {
  display: inline-flex !important;
}

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

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

.border-top {
  border-top: 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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

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

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

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

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

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

.mb-0 {
  margin-bottom: 0 !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;
}

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

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

.gap-4 {
  gap: 1.5rem !important;
}

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

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

.text-decoration-none {
  text-decoration: none !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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.eot");
  src: url("../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype"), url("../fonts/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraboldItalic.eot");
  src: url("../fonts/Gilroy-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-ExtraboldItalic.woff") format("woff"), url("../fonts/Gilroy-ExtraboldItalic.ttf") format("truetype"), url("../fonts/Gilroy-ExtraboldItalic.svg#Gilroy-ExtraboldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.eot");
  src: url("../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype"), url("../fonts/Gilroy-Semibold.svg#Gilroy-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.eot");
  src: url("../fonts/Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff"), url("../fonts/Gilroy-RegularItalic.ttf") format("truetype"), url("../fonts/Gilroy-RegularItalic.svg#Gilroy-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.eot");
  src: url("../fonts/Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff"), url("../fonts/Gilroy-MediumItalic.ttf") format("truetype"), url("../fonts/Gilroy-MediumItalic.svg#Gilroy-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.eot");
  src: url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype"), url("../fonts/Gilroy-Black.svg#Gilroy-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.eot");
  src: url("../fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.ttf") format("truetype"), url("../fonts/Gilroy-UltraLight.svg#Gilroy-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.eot");
  src: url("../fonts/Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy-BlackItalic.woff") format("woff"), url("../fonts/Gilroy-BlackItalic.ttf") format("truetype"), url("../fonts/Gilroy-BlackItalic.svg#Gilroy-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.eot");
  src: url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype"), url("../fonts/Gilroy-Extrabold.svg#Gilroy-Extrabold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.eot");
  src: url("../fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("truetype"), url("../fonts/Gilroy-Thin.svg#Gilroy-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.eot");
  src: url("../fonts/Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff"), url("../fonts/Gilroy-LightItalic.ttf") format("truetype"), url("../fonts/Gilroy-LightItalic.svg#Gilroy-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.eot");
  src: url("../fonts/Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff"), url("../fonts/Gilroy-BoldItalic.ttf") format("truetype"), url("../fonts/Gilroy-BoldItalic.svg#Gilroy-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.eot");
  src: url("../fonts/Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy-ThinItalic.woff") format("woff"), url("../fonts/Gilroy-ThinItalic.ttf") format("truetype"), url("../fonts/Gilroy-ThinItalic.svg#Gilroy-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.eot");
  src: url("../fonts/Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy-UltraLightItalic.woff") format("woff"), url("../fonts/Gilroy-UltraLightItalic.ttf") format("truetype"), url("../fonts/Gilroy-UltraLightItalic.svg#Gilroy-UltraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.eot");
  src: url("../fonts/Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy-HeavyItalic.woff") format("woff"), url("../fonts/Gilroy-HeavyItalic.ttf") format("truetype"), url("../fonts/Gilroy-HeavyItalic.svg#Gilroy-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --primary-font: "Gilroy", Arial, sans-serif;
}

.btn-primary {
  background: #2F1D77;
  border-color: #2F1D77;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(47, 29, 119, 0.8);
  border-color: #2F1D77;
}

.text-primary {
  color: #2F1D77 !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;
}

.bg-black1 {
  background: #242C2D !important;
}

.text-black1 {
  color: #242C2D !important;
}

.btn-secondary {
  background: #A9F2E8;
  border-color: #A9F2E8;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgba(169, 242, 232, 0.8);
  border-color: #A9F2E8;
}

.text-grey1 {
  color: #242C2D !important;
}

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

.btn-grey7 {
  background: #E6E6E6;
  border-color: #E6E6E6;
}
.btn-grey7:hover, .btn-grey7:focus, .btn-grey7:active {
  background: rgba(230, 230, 230, 0.8);
  border-color: #E6E6E6;
}

.btn-outline-green {
  background: transparent;
  border-color: #2ADFC5;
  color: #2ADFC5;
}
.btn-outline-green:hover, .btn-outline-green:focus, .btn-outline-green:active {
  background: rgba(42, 223, 197, 0.8);
  border-color: #2ADFC5;
  box-shadow: none;
  outline: none;
}

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

.btn {
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .btn {
    padding: 8px 18px;
    font-size: 17px;
  }
}
.btn.btn-primary {
  background-color: #2F1D77;
  color: #fff;
}
.btn:hover {
  background-color: #fff;
  border-color: #2F1D77;
  color: #2F1D77;
}
.btn.btn-light {
  background-color: #DFCDBD;
  color: rgba(36, 44, 45, 0.8);
  border-color: #DFCDBD;
}
.btn.btn-light:hover {
  background-color: #fff;
  border-color: #2F1D77;
  color: #2F1D77;
}
.btn.btn-white {
  background-color: #fff;
  color: rgba(47, 29, 119, 0.8);
  border-color: #fff;
}
.btn.btn-white.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.btn.btn-white.with-icon::before {
  content: "";
  display: block;
  background-image: url(../images/reach-out.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 18px;
}
.btn.with-arrow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 30px;
  transition: all 0.2s linear 0s;
}
.btn.with-arrow::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/arrow-up-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 18px;
  height: 18px;
  background-color: #242C2D;
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .btn.with-arrow::after {
  transform: rotate(-90deg);
}
.btn.with-arrow:hover::after {
  transition: all 0.2s linear 0s;
  transform: rotate(45deg);
  background-color: #361F82;
}
html[dir=rtl] .btn.with-arrow:hover::after {
  transform: rotate(-135deg);
}
.btn.upload-cv {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2F1D77;
  line-height: 2;
}
@media (max-width: 1199.98px) {
  .btn.upload-cv {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .btn.upload-cv {
    font-size: 15px;
    gap: 7px;
  }
}
.btn.upload-cv::after {
  content: "";
  display: block;
  background-image: url(../images/tab-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  transition: 400ms;
}
@media (max-width: 575.98px) {
  .btn.upload-cv::after {
    width: 25px;
    height: 25px;
  }
}
html[dir=rtl] .btn.upload-cv::after {
  transform: rotate(180deg);
}
.btn.upload-cv:hover::after {
  transform: translateX(5px);
  transition: 400ms;
}
html[dir=rtl] .btn.upload-cv:hover::after {
  transform: rotate(180deg) translateX(5px);
}

.close-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 40px;
  background-color: #FAFAFA;
}
@media (max-width: 991.98px) {
  .close-btn {
    font-size: 16px;
    padding: 8px 14px;
  }
}

.view-more {
  font-size: 18px;
  font-weight: 600;
  color: rgba(36, 44, 45, 0.8) !important;
  border: 1px solid rgba(36, 44, 45, 0.8);
  border-radius: 50px;
  padding: 16px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .view-more {
    font-size: 16px;
    padding: 12px 15px;
  }
}
.view-more::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/arrow-up-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 18px;
  height: 18px;
  background-color: #242C2D;
  transition: all 0.2s linear 0s;
}
html[dir=rtl] .view-more::after {
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  .view-more::after {
    width: 15px;
    height: 15px;
  }
}
.view-more:hover {
  background-color: #2ADFC5;
  border-color: #2ADFC5;
  color: #fff !important;
}
.view-more:hover::after {
  transition: all 0.2s linear 0s;
  transform: rotate(45deg);
  background-color: #fff;
}
html[dir=rtl] .view-more:hover::after {
  transform: rotate(-135deg);
}

.form-control,
.form-select {
  border: 1px solid #999999;
  padding: 14px 20px;
  border-radius: 30px;
  color: rgba(36, 44, 45, 0.8);
}

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

textarea {
  resize: none;
  min-height: 140px !important;
}

.newsletter {
  position: relative;
}
.newsletter .form-label {
  font-size: 0;
  margin: 0;
}
.newsletter .form-label::after {
  content: "";
  display: block;
  background-image: url(../images/email-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 70px;
  inset-inline-end: 20px;
  z-index: 1;
}
.newsletter .form-control {
  background-color: inherit;
  color: #fff;
  border-radius: 50px;
  padding: 14px 20px;
  padding-inline-end: 50px;
}
.newsletter input[type=text]:focus {
  color: #fff;
}
.upload-wrapper {
  position: relative;
  padding: 0;
  border-radius: 30px;
  color: rgba(36, 44, 45, 0.8);
}
.upload-wrapper .btn-primary {
  position: absolute;
  inset-inline-end: 4px;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 16px;
}
.upload-wrapper .wpcf7-form-control {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.upload-wrapper .wpcf7-form-control::after {
  content: "Upload";
  position: absolute;
  width: auto;
  color: #fff;
  height: 48px;
  border-radius: 30px;
  background: #2F1D77;
  top: 2px;
  inset-inline-end: 3px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
html[dir=rtl] .upload-wrapper .wpcf7-form-control::after {
  content: "رفع";
}
.upload-wrapper .form-control::file-selector-button {
  color: transparent;
  opacity: 0;
}
.upload-wrapper .wpcf7 input[type=file] {
  color: transparent;
}
.upload-wrapper label {
  position: absolute;
  inset-inline-start: 5%;
  z-index: 2;
  top: 18px;
}
.upload-wrapper .form-control[type=file]:not(:disabled):not([readonly]) {
  color: transparent;
}

.input-group-upload {
  border: 1px solid #999999;
  border-radius: 30px;
  color: rgba(36, 44, 45, 0.8);
  background-color: #fff;
  position: relative;
}
.input-group-upload .input-file {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.input-group-upload .upload-icon {
  width: 100%;
  margin-inline-start: 20px;
  color: rgba(36, 44, 45, 0.8);
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.input-group-upload input[type=file] {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  display: none;
  visibility: hidden;
}
.input-group-upload label.btn {
  color: #fff;
  height: 48px;
  border-radius: 30px;
  background: #2F1D77;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  margin: 2px;
}
.input-group-upload .wpcf7-form-control-wrap {
  position: unset;
}
.input-group-upload .wpcf7-not-valid-tip {
  position: absolute;
  inset-inline-start: 0;
  bottom: -20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-response-output {
  border: none !important;
}

html[dir=rtl] form input::-moz-placeholder {
  font-family: "Almarai", sans-serif !important;
  line-height: 1.5;
  padding: 4px 0;
  overflow: visible;
}

html[dir=rtl] form input::placeholder {
  font-family: "Almarai", sans-serif !important;
  line-height: 1.5;
  padding: 4px 0;
  overflow: visible;
}

html[dir=rtl] form input::-webkit-input-placeholder {
  font-family: "Almarai", sans-serif !important;
  line-height: 1.5;
  padding: 4px 0;
  overflow: visible;
}
.contact-form textarea {
  min-height: 80px !important;
  border-radius: 50px;
}
.contact-form .btn.with-arrow {
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 80% 45%;
  padding-inline-start: 30px;
  padding-inline-end: 60px;
}
html[dir=rtl] .contact-form .btn.with-arrow {
  background-position: 20% 50%;
  background-image: url(../images/arrow-up-right-ar.svg);
}
.contact-form .btn.with-arrow::after {
  display: none;
}
.contact-form .btn.with-arrow:hover {
  border-color: #2F1D77;
  color: #2F1D77;
}
.contact-form p {
  margin: 0;
}
.iti {
  width: 100%;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: inherit;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date] {
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  padding-inline-end: 30px;
  border: 1px solid #ccc;
}
html[dir=rtl] input[type=date] {
  background-position: left 10px center;
  text-align: right;
}

.ui-datepicker {
  width: 20em !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
  padding: 6px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border-color: #2F1D77 !important;
  background-color: #2F1D77 !important;
  color: #ffffff !important;
}

.intl-tel-input .country-list .country {
  font-size: 16px;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: inherit;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
}

html[dir=rtl] .intl-tel-input {
  direction: ltr;
}

.newsletter input::-moz-placeholder {
  color: #fff;
}

.newsletter input::placeholder {
  color: #fff;
}

.newsletter input:-ms-input-placeholder {
  color: #fff;
}

.newsletter input::-moz-placeholder {
  color: #fff;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.show-item {
  animation: fade-in 1s ease;
}

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

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

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

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

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

.from-right {
  transition: all ease 0.2s;
  transform: translateX(0);
  opacity: 1;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .breadcrumb-item {
    font-size: 16px;
  }
}
.breadcrumb-item a {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 600;
  font-size: 16px;
}
.breadcrumb-item.active {
  color: #199277;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 6px;
  height: 10px;
  background-color: #242C2D;
  float: none;
  padding: 0;
  margin-inline-end: 10px;
}
html[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  transform: rotate(180deg);
}

.breadcrumb-item + .breadcrumb-item {
  padding-inline-start: 15px;
}

.breadcrumb-wrapper .breadcrumb span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-wrapper .breadcrumb span a {
  color: rgba(36, 44, 45, 0.8);
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-inline-end: 12px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrapper .breadcrumb span a {
    font-size: 16px;
  }
}
.breadcrumb-wrapper .breadcrumb span a::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 6px;
  height: 10px;
  background-color: #242C2D;
  float: none;
  padding: 0;
  margin-inline-start: 12px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb_last {
  color: #199277;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrapper .breadcrumb .breadcrumb_last {
    font-size: 16px;
  }
}

.btn-close {
  background-image: inherit;
  background-color: #EEEEEE;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .btn-close {
    width: 30px;
    height: 30px;
  }
}
.btn-close::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close-violet.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 18px;
  height: 18px;
  background-color: #2F1D77;
}
@media (max-width: 767.98px) {
  .btn-close::before {
    width: 15px;
    height: 15px;
  }
}

body, html {
  margin: 0;
  direction: ltr;
  min-height: 100%;
}
body[dir=rtl], html[dir=rtl] {
  direction: rtl;
  font-family: "Almarai", sans-serif;
}

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

@media (min-width: 1400px) {
   .container-lg {
    max-width: 1392px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
   .container-lg {
    max-width: 1260px;
  }
}
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

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

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

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

/* Heading  */
h1, .h1 {
  font-size: 78px;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 44px;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 25px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 25px;
  }
}

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

h5, .h5 {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  h5, .h5 {
    font-size: 18px;
  }
}

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

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

.fs-14 {
  font-size: 14px !important;
}

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

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

.opacity-80 {
  opacity: 80%;
}

.pt-10 {
  padding-top: 10px;
}

.text-300 {
  font-weight: 300;
}

.text-400 {
  font-weight: 400;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.black1-op {
  color: rgba(36, 44, 45, 0.8);
}

.opacity-content {
  font-size: 22px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991.98px) {
  .opacity-content {
    font-size: 17px;
  }
}

.fig-radius {
  border-radius: 20px;
  overflow: hidden;
}

.video-radius {
  border-radius: 20px;
  overflow: hidden;
}

.mb-75 {
  margin-bottom: 75px;
}
@media (max-width: 1199.98px) {
  .mb-75 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .mb-75 {
    margin-bottom: 40px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 1199.98px) {
  .mb-90 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .mb-90 {
    margin-bottom: 40px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  color: rgba(36, 44, 45, 0.8) !important;
  border-bottom: 2px solid #2ADFC5;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .read-more {
    padding-bottom: 5px;
  }
}
.read-more::after {
  content: "";
  display: block;
  background-image: url(../images/arrow-green.svg);
  background-repeat: no-repeat;
  background-size: auto !important;
  width: 25px;
  height: 25px !important;
  transition: 400ms;
  flex-shrink: 0;
}
html[dir=rtl] .read-more::after {
  transform: rotate(180deg);
}
.read-more:hover::after {
  transform: translateX(10px);
  transition: 400ms;
}
html[dir=rtl] .read-more:hover::after {
  transform: rotate(180deg) translateX(10px);
}
.read-more.white {
  color: #fff !important;
  border-bottom-color: #fff;
}
.read-more.white::after {
  background-image: url(../images/arrow-white.svg);
}

.common-padng {
  padding-block: 60px;
}
@media (max-width: 991.98px) {
  .common-padng {
    padding-block: 30px;
  }
}

.grey-wrapper {
  background-color: #F2F2F2;
  padding-block: 100px;
  margin: 0 20px;
  border-radius: 20px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 991.98px) {
  .grey-wrapper {
    padding-block: 30px;
    padding-inline: 10px;
    margin-bottom: 20px;
  }
}

.view-detail {
  font-size: 0;
  display: block;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  html[dir=rtl] .view-detail {
    transform: rotate(-90deg);
  }
}
@media (max-width: 991.98px) {
  .view-detail {
    background-image: none;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #2F1D77;
    border: 1px solid #2F1D77;
    border-radius: 20px;
    padding: 10px 12px;
    font-weight: 600;
  }
}

.list-1 li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 22px;
  font-weight: 400;
  color: rgba(36, 44, 45, 0.8);
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .list-1 li {
    font-size: 18px;
  }
}
.list-1 li::before {
  content: "";
  display: block;
  background-image: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.list-1 p {
  font-size: 22px;
  font-weight: 400;
  color: rgba(36, 44, 45, 0.8);
}
@media (max-width: 991.98px) {
  .list-1 p {
    font-size: 18px;
  }
}

.list-default {
  margin-inline-start: 30px;
}
.list-default li {
  list-style: disc;
  margin-bottom: 10px;
  color: rgba(36, 44, 45, 0.8);
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .list-default li {
    font-size: 18px;
  }
}

.content-wrapper ul {
  margin-inline-start: 30px;
}
.content-wrapper ul li {
  list-style: disc;
  margin-bottom: 10px;
  color: rgba(36, 44, 45, 0.8);
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .content-wrapper ul li {
    font-size: 18px;
  }
}
.content-wrapper p {
  font-weight: 400;
  font-size: 22px;
  color: rgba(36, 44, 45, 0.8);
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .content-wrapper p {
    font-size: 18px;
  }
}
.content-wrapper h3, .content-wrapper .h3 {
  font-weight: 700;
  color: rgba(36, 44, 45, 0.8);
  margin-bottom: 15px;
}
.content-wrapper a {
  text-decoration: underline;
  color: #2F1D77;
}

.dir-ltr {
  direction: ltr;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
}
.slick-arrow {
  position: absolute;
  bottom: -25%;
  z-index: 1;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2ADFC5;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  border-color: #2ADFC5;
}
.slick-arrow.slick-next, .slick-arrow.banner-next, .slick-arrow.banner-next-new {
  inset-inline-start: 80px;
}
html[dir=rtl] .slick-arrow.slick-next, html[dir=rtl] .slick-arrow.banner-next, html[dir=rtl] .slick-arrow.banner-next-new {
  transform: rotate(180deg);
}
.slick-arrow.slick-prev, .slick-arrow.banner-prev, .slick-arrow.banner-prev-new {
  transform: rotate(180deg);
}
html[dir=rtl] .slick-arrow.slick-prev, html[dir=rtl] .slick-arrow.banner-prev, html[dir=rtl] .slick-arrow.banner-prev-new {
  transform: none;
}
.slick-arrow::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/slider-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 24px;
  height: 25px;
  background-color: #2ADFC5;
}
.slick-arrow.slick-disabled::before {
  opacity: 0.4;
}

.wpcf7-spinner {
  display: none;
}
.mission-wrapper .col-lg-7 p {
  margin-bottom: 30px;
}

.cursor-pointer {
  cursor: pointer;
}
.slider-news .slick-arrow {
  top: 50%;
  bottom: auto;
}
.slider-news .slick-next {
  inset-inline-end: 0;
  inset-inline-start: auto;
}
.slider-news .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 0px;
  gap: 10px;
}
.slider-news .slick-dots button {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #2F1D77;
  font-size: 0;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-news .slick-dots .slick-active button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #fff;
  flex-shrink: 0;
}
.slider-news .slick-slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-news .slick-slide figure img {
  border-radius: 20px;
}
.why-qatar-desc ul {
  margin-bottom: 20px;
}
.why-qatar-desc ul li {
  list-style: disc;
  margin-inline-start: 25px;
  margin-bottom: 10px;
  font-size: 20px;
}
.header-menu {
  background-color: #fff;
  transition: all 0.5s ease;
}
.header-menu .navbar {
  padding: 10px 30px;
}
@media (max-width: 767.98px) {
  .header-menu .navbar {
    padding: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1290px) {
  .header-menu .navbar {
    padding: 10px 14px;
  }
}
@media (max-width: 991.98px) {
  .header-menu .navbar aside {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 1600px) {
  .header-menu .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .header-menu .btn {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media (min-width: 991px) and (max-width: 1290px) {
  .header-menu .btn {
    padding: 10px 8px;
    font-size: 12px;
  }
}
.header-menu .navbar-nav .nav-link {
  color: #242C2D;
  font-size: 20px;
  padding: 0;
  font-weight: 600;
  padding-inline-end: 35px;
}
@media (max-width: 1600px) {
  .header-menu .navbar-nav .nav-link {
    font-size: 17px;
    padding-inline-end: 22px;
  }
}
@media (max-width: 1450px) {
  .header-menu .navbar-nav .nav-link {
    font-size: 15px;
    padding-inline-end: 21px;
  }
}
@media (min-width: 991px) and (max-width: 1290px) {
  .header-menu .navbar-nav .nav-link {
    font-size: 14px;
    padding-inline-end: 9px;
  }
}
.header-menu .navbar-nav .dropdown-toggle {
  display: flex;
  align-items: center;
}
.header-menu .navbar-nav .dropdown-toggle::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/down-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 12px;
  height: 7px;
  background-color: #000;
  margin: 0;
  margin-inline-start: 8px;
  border: none;
}
.header-menu .navbar-nav .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.header-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1460px) {
  .page-logo {
    width: 140px;
  }
}
@media (min-width: 991px) and (max-width: 1290px) {
  .page-logo {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  .page-logo {
    width: 160px;
  }
}

.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #E8E6E6;
  cursor: pointer;
}
@media (min-width: 991px) and (max-width: 1290px) {
  .search-icon {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 575.98px) {
  .search-icon {
    width: 40px;
    height: 40px;
  }
}
.search-icon::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/search-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 18px;
  height: 19px;
  background-color: #361F82;
}
.search-icon:hover {
  background-color: #2F1D77;
}
.search-icon:hover::before {
  background-color: #fff;
}

.language-switch {
  border: 1px solid #361F82;
  font-size: 16px;
  color: #361F82;
  padding: 12px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1450px) {
  .language-switch {
    padding: 10px 12px;
    font-size: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1290px) {
  .language-switch {
    gap: 6px;
    padding: 6px 9px;
    font-size: 13px;
  }
  .language-switch img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 575.98px) {
  .language-switch {
    padding: 7px 7px;
  }
  .language-switch img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 400px) {
  .language-switch {
    gap: 0 !important;
    font-size: 0;
  }
}

.end-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 991px) and (max-width: 1290px) {
  .end-section {
    gap: 6px;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    width: 44px;
    height: 44px;
    padding: 0px;
    background-color: #2F1D77;
    border: none;
    border-radius: 50px;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
  }
  .navbar-toggler[aria-expanded=false] .navbar-toggler-icon {
    width: 18px;
    height: 12px;
    background-image: inherit;
    -webkit-mask-image: url(../images/menu-bar.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
  }
  .navbar-toggler.collapsed .navbar-toggler-icon {
    width: 18px;
    height: 12px;
    background-image: inherit;
    -webkit-mask-image: url(../images/menu-bar.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url(../images/close-line.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
    background-image: inherit;
  }
  .header-menu .navbar-nav .dropdown-toggle {
    justify-content: space-between;
  }
  .header-menu .navbar-nav .nav-link {
    padding-inline-end: 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .header-menu .btn {
    padding: 10px 13px;
    font-size: 14px;
  }
  .end-section {
    gap: 7px;
  }
  .language-switch {
    gap: 4px;
  }
  .navbar-collapse.collapsing {
    left: 0;
    transition: left 300ms linear;
    height: 100% !important;
  }
  .navbar-collapse {
    position: fixed;
    top: 90px;
    left: -90%;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(47, 29, 119, 0.13);
    z-index: 2;
    transition: left 400ms linear;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start !important;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .navbar-collapse {
    top: 80px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse .navbar-nav {
    order: 2;
    width: 100%;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 12px;
  }
  .navbar-collapse .end-section {
    order: 1;
    gap: 0;
    margin-bottom: 20px;
  }
  .navbar-collapse.show {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .navbar-toggler {
    width: 36px;
    height: 36px;
    margin-inline-start: 0;
  }
}

.menu-dropdown {
  position: inherit;
}
.menu-dropdown .dropdown-menu {
  border: none;
  min-width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 40px 110px;
  border-top: 1px solid #E6EDEE;
}
html[dir=rtl] .menu-dropdown .dropdown-menu {
  text-align: right;
}
@media (max-width: 991.98px) {
  .menu-dropdown .dropdown-menu {
    padding: 0px 15px;
    border-top: none;
  }
}
@media (min-width: 991px) and (max-width: 1260px) {
  .menu-dropdown .dropdown-menu {
    padding: 30px 40px;
  }
}
.menu-dropdown .dropdown-menu h3, .menu-dropdown .dropdown-menu .h3 {
  font-size: 16px;
  font-weight: 400;
  color: #242C2D;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .menu-dropdown .dropdown-menu h3, .menu-dropdown .dropdown-menu .h3 {
    display: none;
    margin: 0px;
  }
}
.menu-dropdown .dropdown-menu .col h5, .menu-dropdown .dropdown-menu .col .h5 {
  font-weight: 600;
}
@media (min-width: 991px) and (max-width: 1260px) {
  .menu-dropdown .dropdown-menu .col h5, .menu-dropdown .dropdown-menu .col .h5 {
    font-size: 16px;
  }
}
.menu-dropdown .submenu li a {
  font-size: 20px;
  font-weight: 600;
  color: #242C2D;
  border-bottom: 1px solid #CCCCCC;
  width: 350px;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 8px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .menu-dropdown .submenu li a {
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1399.98px) {
  .menu-dropdown .submenu li a {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1260px) {
  .menu-dropdown .submenu li a {
    font-size: 18px;
  }
}
.menu-dropdown .submenu li a::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/arrow-up-right.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 18px;
  height: 18px;
  background-color: #242C2D;
  margin-inline-end: 4px;
}
html[dir=rtl] .menu-dropdown .submenu li a::after {
  transform: rotate(-90deg);
}
@media (max-width: 991.98px) {
  .menu-dropdown .submenu li a::after {
    width: 12px;
    height: 12px;
    margin-inline-end: 0px;
  }
}
@media (min-width: 991px) and (max-width: 1450px) {
  .menu-dropdown .menu-img-content h4, .menu-dropdown .menu-img-content .h4,
  .menu-dropdown .menu-img-content p {
    font-size: 16px;
  }
  .menu-dropdown .menu-img-content figure img {
    width: 210px;
  }
}
.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
@media (max-width: 991.98px) {
  .wpml-ls-legacy-list-horizontal {
    display: none;
  }
}
.wpml-ls-legacy-list-horizontal a {
  border: 1px solid #361F82;
  font-size: 16px;
  color: #361F82;
  padding: 12px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: revert;
}
@media (max-width: 1600px) {
  .wpml-ls-legacy-list-horizontal a {
    padding: 7px 9px;
    gap: 5px;
    font-size: 15px;
  }
  .wpml-ls-legacy-list-horizontal a .wpml-ls-flag {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1290px) {
  .wpml-ls-legacy-list-horizontal a {
    font-size: 0px;
    padding: 5px;
    gap: 0px;
  }
}

.header-menu aside .wpml-ls-statics-shortcode_actions {
  display: none;
}
@media (max-width: 991.98px) {
  .header-menu aside .wpml-ls-statics-shortcode_actions {
    display: block;
    padding: 0px;
  }
  .header-menu aside .wpml-ls-statics-shortcode_actions a {
    font-size: 15px;
    padding: 9px 8px;
    gap: 5px;
  }
}
@media (max-width: 767.98px) {
  .header-menu aside .wpml-ls-statics-shortcode_actions a {
    padding: 7px 8px;
  }
}
@media (max-width: 400px) {
  .header-menu aside .wpml-ls-statics-shortcode_actions a {
    gap: 0 !important;
    font-size: 0;
    padding: 9px;
  }
  .header-menu aside .wpml-ls-statics-shortcode_actions .wpml-ls-flag {
    width: 16px;
    height: 16px;
  }
}

.nav-link:focus-visible {
  box-shadow: none !important;
}
footer {
  max-width: 97%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px;
  color: #fff;
  margin-bottom: 30px;
  background-image: url(../images/footer-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: #2F1D77;
}
@media (max-width: 991.98px) {
  footer {
    padding: 20px;
  }
  footer .social-wrapper {
    margin-block: 20px;
  }
}

.footer-nav h3, .footer-nav .h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .footer-nav h3, .footer-nav .h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .footer-nav h3, .footer-nav .h3 {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav h3, .footer-nav .h3 {
    text-align: center;
  }
}
.footer-nav ul li {
  margin-bottom: 10px;
}
.footer-nav ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 200;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .footer-nav ul li a {
    font-size: 14px;
  }
}
.footer-nav ul li a::after {
  width: 50%;
  height: 1.5px;
  content: "";
  position: absolute;
  background-color: #fff;
  inset-inline-start: 0px;
  bottom: -5px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer-nav ul li a:hover::after {
  width: 100%;
  opacity: 0.5;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991.98px) {
  .footer-nav nav {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .footer-nav .col-xl-2 {
    width: 18%;
  }
}
.newsletter {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .newsletter {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.newsletter h3, .newsletter .h3 {
  font-size: 18px;
  font-weight: 600;
}
.newsletter .tnp-submit {
  background-color: inherit;
  border: none;
  box-shadow: none;
  border-radius: 50px;
  padding: 10px 15px;
  border: 1px solid #999999;
  color: #fff;
  margin-top: 14px;
  cursor: pointer;
}
.newsletter .tnp-submit:hover {
  background-color: #fff;
  color: #2F1D77;
}
.newsletter input[type=email]:focus {
  color: #fff;
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .footer-bottom {
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
}
.footer-bottom li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.footer-bottom li a::after {
  width: 50%;
  height: 1.5px;
  content: "";
  position: absolute;
  background-color: #fff;
  inset-inline-start: 0px;
  bottom: -5px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer-bottom li a:hover::after {
  width: 100%;
  opacity: 0.5;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.copyright-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media (max-width: 991.98px) {
  .copyright-text {
    text-align: center;
  }
}

.footer-link-item {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .footer-link-item {
    font-size: 14px;
  }
}
.footer-link-item::after {
  width: 50%;
  height: 1.5px;
  content: "";
  position: absolute;
  background-color: #fff;
  inset-inline-start: 0px;
  bottom: -5px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer-link-item:hover::after {
  width: 100%;
  opacity: 0.5;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.banner-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  max-height: 100vh;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .banner-image img {
    height: 400px;
  }
}

.banner-image {
  position: relative;
}

.bannerVideo {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  max-height: 100vh;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  html[dir=rtl] .bannerVideo {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .bannerVideo {
    height: 100%;
  }
}

.banner-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .banner-text {
    margin-inline-start: 8px;
  }
}
.banner-text h1, .banner-text .h1 {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .banner-text h1, .banner-text .h1 {
    font-size: 30px;
  }
}
.banner-holder {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding: 0 30px;
}
@media (max-width: 991.98px) {
  .banner-holder {
    padding: 0 10px;
  }
}
.banner-holder .slick-dots {
  position: absolute;
  bottom: 30%;
  display: flex;
  inset-inline-start: 12%;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .banner-holder .slick-dots {
    bottom: 10%;
    inset-inline-start: 4%;
  }
}
.banner-holder .slick-dots button {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: inherit;
  padding: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-holder .slick-dots .slick-active button {
  border: 1px solid white;
}
.banner-holder .banner-image::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/polygon-shape.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 79px;
  height: 33px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  inset-inline-start: 50px;
}
@media (max-width: 991.98px) {
  .banner-holder .banner-image::after {
    width: 50px;
    height: 20px;
  }
}
.scroll-down {
  position: absolute;
  top: 84%;
  inset-inline-start: 70px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}
html[dir=rtl] .scroll-down {
  transform: rotate(90deg);
  top: 80%;
}
@media (max-width: 1199.98px) {
  .scroll-down {
    display: none;
  }
}
@media (max-width: 1700px) {
  .scroll-down {
    top: 81%;
  }
}
.scroll-down::before {
  content: "";
  display: block;
  background-image: url(../images/scroll-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 22px;
  position: absolute;
  top: 0%;
  inset-inline-start: -30px;
  transform: rotate(90deg);
}
html[dir=rtl] .scroll-down::before {
  transform: rotate(-90deg);
}
.scroll-down span::before {
  content: "";
  width: 160px;
  height: 1px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  display: inline;
  position: absolute;
  top: 100%;
  left: 0;
}
.scroll-down span::after {
  content: "";
  position: absolute;
  left: 0%;
  height: 1px;
  width: 20%;
  background-color: #fff;
  animation: lineAnim 3s linear infinite;
  border-radius: 20px;
  top: 100%;
}

@keyframes lineAnim {
  0% {
    left: -9%;
  }
  50% {
    left: 20%;
    width: 90%;
  }
  100% {
    left: 100%;
    width: 90%;
  }
}
.social-follow {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1199.98px) {
  .social-follow {
    gap: 12px;
  }
}
.social-follow li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-follow li a::before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-color: rgba(36, 44, 45, 0.6);
}
.social-follow li a.icon-linkedin::before {
  -webkit-mask-image: url(../images/home-linkedin.svg);
}
.social-follow li a.icon-facebook::before {
  -webkit-mask-image: url(../images/home-facebook.svg);
  width: 9px;
  height: 17px;
}
.social-follow li a.icon-twitter::before {
  -webkit-mask-image: url(../images/home-twitter.svg);
  height: 16px;
}
.social-follow li a.icon-instagram::before {
  -webkit-mask-image: url(../images/home-instagram.svg);
}
.social-follow li a.icon-youtube::before {
  -webkit-mask-image: url(../images/home-youtube.svg);
  width: 21px;
}

.social-wrapper ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.social-wrapper li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
}
.social-wrapper li a::before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.social-wrapper li a.icon-linkedin::before {
  -webkit-mask-image: url(../images/linkedin.png);
  width: 15px;
  height: 18px;
  background-color: #fff;
}
.social-wrapper li a.icon-facebook::before {
  -webkit-mask-image: url(../images/facebook.png);
  width: 12px;
  height: 16px;
  background-color: #fff;
}
.social-wrapper li a.icon-twitter::before {
  -webkit-mask-image: url(../images/twitter.png);
  width: 14px;
  height: 14px;
  background-color: #fff;
}
.social-wrapper li a.icon-youtube::before {
  -webkit-mask-image: url(../images/youtube.svg);
  width: 18px;
  height: 15px;
  background-color: #fff;
}
.social-wrapper li a.icon-instagram::before {
  -webkit-mask-image: url(../images/instagram.png);
  width: 16px;
  height: 15px;
  background-color: #fff;
}
.social-wrapper li a:hover {
  background-color: #fff;
  border-color: #fff;
}
.social-wrapper li a:hover::before {
  background-color: #2F1D77;
}

.social ul.hidden {
  display: none;
}

.social {
  position: fixed;
  inset-inline-end: 50px;
  z-index: 5;
  bottom: 17%;
}
@media (max-width: 991.98px) {
  .social {
    display: none;
  }
}
@media (max-width: 1700px) {
  .social {
    bottom: 20%;
  }
}
.social ul {
  margin-inline-start: 27px;
  margin-bottom: 20px;
}
.social li {
  margin-bottom: 12px;
}
.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: #fff;
}
.social li a::before {
  content: "";
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #000;
}
.social li a.icon-linkedin::before {
  -webkit-mask-image: url(../images/linkedin.png);
  width: 15px;
  height: 18px;
}
.social li a.icon-facebook::before {
  -webkit-mask-image: url(../images/facebook.png);
  width: 12px;
  height: 16px;
}
.social li a.icon-twitter::before {
  -webkit-mask-image: url(../images/twitter.png);
  width: 14px;
  height: 14px;
}
.social li a.icon-instagram::before {
  -webkit-mask-image: url(../images/instagram.png);
  width: 16px;
  height: 15px;
}
.social li a.icon-youtube::before {
  -webkit-mask-image: url(../images/youtube.svg);
  width: 16px;
  height: 15px;
}
.social li a:hover {
  background-color: #2F1D77;
  border-color: #2F1D77;
}
.social li a:hover::before {
  background-color: #fff;
}

.search-wrapper {
  position: fixed;
  display: block;
  max-height: 0;
  top: 0;
  bottom: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s linear;
}
.search-wrapper .row {
  padding: 20px 30px;
}
@media (max-width: 767.98px) {
  .search-wrapper .row {
    padding: 15px;
  }
}
.search-open {
  overflow: hidden;
}
.search-open .search-wrapper {
  display: block;
  max-height: 100%;
  overflow: hidden;
  transition: all 0.3s linear;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.3);
}
.search-inner {
  text-align: center;
  padding: 50px;
}
@media (max-width: 767.98px) {
  .search-inner {
    padding: 20px;
  }
}
.search-inner h2, .search-inner .h2 {
  font-weight: 700;
  color: rgba(36, 44, 45, 0.8);
  margin-bottom: 40px;
}

.search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.search-form .form-control {
  border-radius: 50px;
  padding: 18px 20px;
  background-color: #FAFAFA;
  padding-inline-end: 60px;
  border: 1px solid rgba(36, 44, 45, 0.1);
}
.search-form .search-btn {
  position: absolute;
  inset-inline-end: 7px;
  top: 7px;
  border: none;
  background: #361F82;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form .search-btn::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/search-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 18px;
  height: 19px;
  background-color: #fff;
}

.search-tag-outer {
  padding: 50px;
}
@media (max-width: 767.98px) {
  .search-tag-outer {
    padding: 20px;
  }
}
.search-tag-outer .result-tag {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  border-radius: 50px;
  padding: 10px;
  margin: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.search-tag-outer .result-tag::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/search-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 18px;
  height: 19px;
  background-color: rgba(36, 44, 45, 0.8);
  flex-shrink: 0;
}

.inner-banner {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .inner-banner {
    padding: 0 10px;
  }
}
.inner-banner figure {
  position: relative;
  margin-bottom: 0;
}
.inner-banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .inner-banner figure {
    width: 100%;
    height: 200px;
  }
}
.inner-banner figure::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  pointer-events: none;
  opacity: 0.2;
}
.inner-banner.with-bg {
  background-color: #361F82;
  min-height: 320px;
  border-radius: 20px;
  max-width: 98%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .inner-banner.with-bg {
    min-height: 150px;
  }
}
.inner-banner.with-bg::before {
  content: "";
  display: block;
  background-image: url(../images/inner-banner-shape-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 286px;
  height: 90px;
  position: absolute;
  bottom: 0;
  inset-inline-start: 14%;
}
@media (max-width: 767.98px) {
  .inner-banner.with-bg::before {
    display: none;
  }
}
.inner-banner.with-bg::after {
  content: "";
  display: block;
  background-image: url(../images/inner-banner-shape-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 387px;
  height: 188px;
  position: absolute;
  top: 0;
  inset-inline-end: 14%;
}
@media (max-width: 767.98px) {
  .inner-banner.with-bg::after {
    display: none;
  }
}

.inner-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .inner-head {
    inset-inline-start: 20px;
  }
}
.inner-head h1, .inner-head .h1 {
  color: #fff;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .inner-head h1, .inner-head .h1 {
    font-size: 30px;
  }
}

.inner-head-ssdetail {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .inner-head-ssdetail {
    inset-inline-start: 20px;
  }
}
.inner-head-ssdetail h1, .inner-head-ssdetail .h1 {
  color: #fff;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .inner-head-ssdetail h1, .inner-head-ssdetail .h1 {
    font-size: 30px;
  }
}

.archive-pagination .paginate-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.archive-pagination .page-numbers {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #E6E6E6;
  color: #242C2D;
  font-size: 14px;
  font-weight: 700;
}
.archive-pagination .page-numbers.current {
  border-color: #361F82;
}
.archive-pagination .page-numbers.prev::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 6px;
  height: 10px;
  background-color: #242C2D;
  transform: rotate(180deg);
}
html[dir=rtl] .archive-pagination .page-numbers.prev::before {
  transform: rotate(0deg);
}
.archive-pagination .page-numbers.next::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 6px;
  height: 10px;
  background-color: #242C2D;
}
html[dir=rtl] .archive-pagination .page-numbers.next::before {
  transform: rotate(180deg);
}
