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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

.figure {
  display: inline-block;
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

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

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

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

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

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

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

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

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

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

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

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

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

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

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.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: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 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;
}
.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, .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: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  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));
  background: none;
  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.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-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;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

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

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.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: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  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: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

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

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

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

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

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --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);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
 .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
 .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
 .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-visible {
  overflow: visible !important;
}

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

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

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

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

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

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

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

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

.border-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-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

.justify-content-start {
  justify-content: flex-start !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;
}

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

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

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

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

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

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

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

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

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

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

.me-3 {
  margin-right: 1rem !important;
}

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

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

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

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

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

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

.ms-3 {
  margin-left: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-light {
  font-weight: 300 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

/* rtl:begin:remove */

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "almujadilah";
  src: url("../fonts/almujadilah.eot?10885387");
  src: url("../fonts/almujadilah.eot?10885387#iefix") format("embedded-opentype"), url("../fonts/almujadilah.woff2?10885387") format("woff2"), url("../fonts/almujadilah.woff?10885387") format("woff"), url("../fonts/almujadilah.ttf?10885387") format("truetype"), url("../fonts/almujadilah.svg?10885387#almujadilah") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Adelle-Sans-ARA";
  src: url("../../assets/fonts/AdelleSansARA-Regular.eot");
  src: url("../../assets/fonts/AdelleSansARA-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AdelleSansARA-Regular.woff2") format("woff2"), url("../../assets/fonts/AdelleSansARA-Regular.woff") format("woff"), url("../../assets/fonts/AdelleSansARA-Regular.ttf") format("truetype"), url("../../assets/fonts/AdelleSansARA-Regular.svg#AdelleSansARA-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelle-Sans-ARA";
  src: url("assets/fonts/fonnts.com-Adelle_Sans_Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'almujadilah';
    src: url('../font/almujadilah.svg?10885387#almujadilah') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "almujadilah";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/x-twitter.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  width: 22px;
  height: 22px;
  background-color: #fff;
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */

/* '' */

/* '' */
.icon-whatsapp:before {
  content: "\f232";
}

/* '' */

/* '' */
.icon-linkedin:before {
  content: "\f31a";
}

/* '' */
:root {
  --primary-font: "adelle-sans";
  --secondary-font: "brando-arabic";
}
html[dir=rtl] :root {
  --primary-font: "brando-arabic", sans-serif;
  --secondary-font: "brando-arabic", sans-serif;
}

.btn-primary {
  background: #0F1B55;
}

.btn-primary {
  background: #0F1B55;
  border-color: #0F1B55;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgba(15, 27, 85, 0.8);
  border-color: #0F1B55;
}

.text-primary {
  color: #0F1B55 !important;
}

.bg-primary {
  background: #0F1B55 !important;
}

.btn-black {
  background: #000;
}

.btn-black {
  background: #000;
  border-color: #000;
}
.btn-black:hover, .btn-black:focus, .btn-black:active {
  background: rgba(0, 0, 0, 0.8);
  border-color: #000;
}

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

.bg-black {
  background: #000 !important;
}

.btn-white {
  background: #fff;
}

.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-white {
  background: #fff !important;
}

.btn-secondary {
  background: #004C2C;
}

.btn-secondary {
  background: #004C2C;
  border-color: #004C2C;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgba(0, 76, 44, 0.8);
  border-color: #004C2C;
}

.text-secondary {
  color: #004C2C !important;
}

.bg-secondary {
  background: #004C2C !important;
}

.btn-grey {
  background: #fafafa;
}

.btn-grey {
  background: #fafafa;
  border-color: #fafafa;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
  background: rgba(250, 250, 250, 0.8);
  border-color: #fafafa;
}

.text-grey {
  color: #fafafa !important;
}

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

.btn-grey2 {
  background: #adafbd;
}

.btn-grey2 {
  background: #adafbd;
  border-color: #adafbd;
}
.btn-grey2:hover, .btn-grey2:focus, .btn-grey2:active {
  background: rgba(173, 175, 189, 0.8);
  border-color: #adafbd;
}

.text-grey2 {
  color: #adafbd !important;
}

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

.btn-cream {
  background: #FCF8F5;
}

.btn-cream {
  background: #FCF8F5;
  border-color: #FCF8F5;
}
.btn-cream:hover, .btn-cream:focus, .btn-cream:active {
  background: rgba(252, 248, 245, 0.8);
  border-color: #FCF8F5;
}

.text-cream {
  color: #FCF8F5 !important;
}

.bg-cream {
  background: #FCF8F5 !important;
}

.btn-meroon {
  background: #D43B2C;
}

.btn-meroon {
  background: #D43B2C;
  border-color: #D43B2C;
}
.btn-meroon:hover, .btn-meroon:focus, .btn-meroon:active {
  background: rgba(212, 59, 44, 0.8);
  border-color: #D43B2C;
}

.text-meroon {
  color: #D43B2C !important;
}

.bg-meroon {
  background: #D43B2C !important;
}

.btn-grey3 {
  background: #DEDEE4;
}

.btn-grey3 {
  background: #DEDEE4;
  border-color: #DEDEE4;
}
.btn-grey3:hover, .btn-grey3:focus, .btn-grey3:active {
  background: rgba(222, 222, 228, 0.8);
  border-color: #DEDEE4;
}

.text-grey3 {
  color: #DEDEE4 !important;
}

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

.btn-grey4 {
  background: #C4C6CC;
}

.btn-grey4 {
  background: #C4C6CC;
  border-color: #C4C6CC;
}
.btn-grey4:hover, .btn-grey4:focus, .btn-grey4:active {
  background: rgba(196, 198, 204, 0.8);
  border-color: #C4C6CC;
}

.text-grey4 {
  color: #C4C6CC !important;
}

.bg-grey4 {
  background: #C4C6CC !important;
}

.btn-yellow {
  background: #f8ef1b;
}

.btn-yellow {
  background: #f8ef1b;
  border-color: #f8ef1b;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background: rgba(248, 239, 27, 0.8);
  border-color: #f8ef1b;
}

.text-yellow {
  color: #f8ef1b !important;
}

.bg-yellow {
  background: #f8ef1b !important;
}

.btn-black-1 {
  background: #191919;
}

.btn-black-1 {
  background: #191919;
  border-color: #191919;
}
.btn-black-1:hover, .btn-black-1:focus, .btn-black-1:active {
  background: rgba(25, 25, 25, 0.8);
  border-color: #191919;
}

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

.bg-black-1 {
  background: #191919 !important;
}

.btn-meroon1 {
  background: #8C1D1A;
}

.btn-meroon1 {
  background: #8C1D1A;
  border-color: #8C1D1A;
}
.btn-meroon1:hover, .btn-meroon1:focus, .btn-meroon1:active {
  background: rgba(140, 29, 26, 0.8);
  border-color: #8C1D1A;
}

.text-meroon1 {
  color: #8C1D1A !important;
}

.bg-meroon1 {
  background: #8C1D1A !important;
}

.btn-yellow1 {
  background: #F1E9CD;
}

.btn-yellow1 {
  background: #F1E9CD;
  border-color: #F1E9CD;
}
.btn-yellow1:hover, .btn-yellow1:focus, .btn-yellow1:active {
  background: rgba(241, 233, 205, 0.8);
  border-color: #F1E9CD;
}

.text-yellow1 {
  color: #F1E9CD !important;
}

.bg-yellow1 {
  background: #F1E9CD !important;
}

.btn-yellow2 {
  background: #8C7A1A;
}

.btn-yellow2 {
  background: #8C7A1A;
  border-color: #8C7A1A;
}
.btn-yellow2:hover, .btn-yellow2:focus, .btn-yellow2:active {
  background: rgba(140, 122, 26, 0.8);
  border-color: #8C7A1A;
}

.text-yellow2 {
  color: #8C7A1A !important;
}

.bg-yellow2 {
  background: #8C7A1A !important;
}

.btn-grey5 {
  background: #F7F7F7;
}

.btn-grey5 {
  background: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-grey5:hover, .btn-grey5:focus, .btn-grey5:active {
  background: rgba(247, 247, 247, 0.8);
  border-color: #F7F7F7;
}

.text-grey5 {
  color: #F7F7F7 !important;
}

.bg-grey5 {
  background: #F7F7F7 !important;
}

.btn-grey6 {
  background: #F0F1F2;
}

.btn-grey6 {
  background: #F0F1F2;
  border-color: #F0F1F2;
}
.btn-grey6:hover, .btn-grey6:focus, .btn-grey6:active {
  background: rgba(240, 241, 242, 0.8);
  border-color: #F0F1F2;
}

.text-grey6 {
  color: #F0F1F2 !important;
}

.bg-grey6 {
  background: #F0F1F2 !important;
}

.btn-brown {
  background: #58452E;
}

.btn-brown {
  background: #58452E;
  border-color: #58452E;
}
.btn-brown:hover, .btn-brown:focus, .btn-brown:active {
  background: rgba(88, 69, 46, 0.8);
  border-color: #58452E;
}

.text-brown {
  color: #58452E !important;
}

.bg-brown {
  background: #58452E !important;
}

.btn-light-orange {
  background: #D98240;
}

.btn-light-orange {
  background: #D98240;
  border-color: #D98240;
}
.btn-light-orange:hover, .btn-light-orange:focus, .btn-light-orange:active {
  background: rgba(217, 130, 64, 0.8);
  border-color: #D98240;
}

.text-light-orange {
  color: #D98240 !important;
}

.bg-light-orange {
  background: #D98240 !important;
}

.btn-yellow3 {
  background: #F9F6EB;
}

.btn-yellow3 {
  background: #F9F6EB;
  border-color: #F9F6EB;
}
.btn-yellow3:hover, .btn-yellow3:focus, .btn-yellow3:active {
  background: rgba(249, 246, 235, 0.8);
  border-color: #F9F6EB;
}

.text-yellow3 {
  color: #F9F6EB !important;
}

.bg-yellow3 {
  background: #F9F6EB !important;
}

.btn-grey7 {
  background: #545454;
}

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

.text-grey7 {
  color: #545454 !important;
}

.bg-grey7 {
  background: #545454 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  transition: all 300ms;
  padding: 7px 20px;
  font-size: 18px;
  white-space: nowrap;
  font-family: var(--secondary-font);
  font-weight: 400;
  border: none;
  border-radius: 0px;
  color: #0F1B55;
}
@media (max-width: 767.98px) {
  .btn {
    padding: 5px 15px;
  }
}
.btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
  color: #0F1B55;
  transition: all 300ms;
}

html[dir=rtl] .btn {
  font-family: "brando-arabic", sans-serif !important;
}

.btn-arrow {
  padding: 0;
  font-size: 27px !important;
  background-color: inherit !important;
  position: relative;
  font-weight: 600;
}
.btn-arrow:hover, .btn-arrow:active {
  color: #0F1B55 !important;
}
@media (max-width: 1399.98px) {
  .btn-arrow {
    font-size: 16px !important;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .btn-arrow {
    font-size: 20px !important;
  }
}

.btn-primary {
  font-size: 16px;
  background-color: inherit;
  padding: 7px 18px;
  color: #004C2C;
  border: 1px solid #004C2C;
  border-top-right-radius: 20px !important;
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #004C2C;
  border: 1px solid #004C2C;
  color: #fff;
}

.btn-disable {
  font-size: 18px;
  background-color: inherit;
  padding: 7px 18px;
  color: #adafbd;
  border: 1px solid #adafbd;
  border-top-right-radius: 20px !important;
  font-weight: 600;
  pointer-events: none;
}

.btn-secondary {
  font-size: 18px;
  background-color: transparent;
  padding: 0;
  border-top-right-radius: 20px !important;
  border-bottom: 1px solid #0F1B55;
  color: #0F1B55;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .btn-secondary {
    font-size: 16px;
  }
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: inherit !important;
  border-color: inherit !important;
  color: #0F1B55 !important;
}

.btn-white {
  font-size: 18px;
  background-color: #fff;
  padding: 10px 18px;
  color: #004C2C;
  border: 1px solid #fff;
  border-top-right-radius: 20px;
  font-weight: 600;
}
.btn-white:hover, .btn-white:focus {
  background-color: inherit;
  border: 1px solid #fff;
  color: #fff;
}

.browse-btn {
  color: #004C2C;
  background-color: #fff;
  border: 1px solid #004C2C;
  padding: 15px 20px;
  border-top-right-radius: 20px;
}
.browse-btn:hover, .browse-btn:active, .browse-btn:focus {
  border: 1px solid #004C2C !important;
  background-color: #004C2C !important;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .browse-btn {
    order: 3;
    display: flex;
    padding: 10px 15px;
    font-size: 15px;
  }
}
#btn_send_notification {
  border: none;
  background: no-repeat;
  border-bottom: 1px solid #004C2C;
  color: #004C2C;
  padding: 0;
}
#btn_send_notification:hover {
  color: #004C2C;
}
.btn-pdf {
  position: relative;
}
.btn-pdf::before {
  content: "";
  display: block;
  background-image: url(../images/pdf.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 20px;
  position: absolute;
  inset-inline-start: 25px;
}
@media (max-width: 1600px) {
  .btn-pdf::before {
    inset-inline-start: 20px;
  }
}
@media (max-width: 991.98px) {
  .btn-pdf::before {
    inset-inline-start: 8px;
  }
}

.btn-meroon-arrow {
  background-color: #D43B2C;
  border-radius: 29px;
  padding: 10px 14px;
  color: #fff;
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  z-index: 2;
}
@media (min-width: 768px) {
  .btn-meroon-arrow {
    padding: 14px 29px;
  }
}
.btn-meroon-arrow:after {
  content: "";
  position: relative;
  -webkit-mask-image: url(../images/down-arrow.svg);
  background: #fff;
  -webkit-margin-start: 14px;
          margin-inline-start: 14px;
  width: 18px;
  height: 16px;
  display: inline-block;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  vertical-align: middle;
}
.btn-meroon-arrow:hover, .btn-meroon-arrow:focus, .btn-meroon-arrow:active {
  background-color: #0F1B55 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.btn-meroon-arrow.view-more::after {
  transform: rotate(-145deg);
}

.btn-common {
  padding: 10px 12px;
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .btn-common {
    font-size: 16px;
    padding: 14px 20px;
    max-width: 2000px;
  }
}

.red-btn {
  background-color: #D43B2C;
}

.green-btn {
  background-color: #004C2C;
}

.grey-btn {
  background-color: #5E5E5E;
}

html[dir=rtl] .btn-meroon-arrow.view-more::after {
  transform: rotate(145deg);
}

.program-card {
  display: block;
}

.modal-body .btn.btn-primary-outline {
  height: 44px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  min-width: 150px;
  text-align: start;
  background-color: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(15, 27, 85, 0.4);
  border-top-right-radius: 20px !important;
  color: #0F1B55;
}

body, html {
  margin: 0;
  scroll-behavior: smooth;
  min-height: 100%;
}
html[dir=rtl] body, html[dir=rtl] html {
  direction: rtl;
  font-family: "brando-arabic", sans-serif !important;
}

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: "brando-arabic", sans-serif !important;
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .container-xxl, .container-lg {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

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

ul {
  padding: 0;
  margin: 0;
}

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

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

.form-control {
  padding: 10px;
}

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

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

.gap-96 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 1400px) {
  .gap-96 {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
}

.gap-20 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media (min-width: 768px) {
  .gap-20 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (min-width: 1200px) {
  .gap-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.fs-18 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .fs-18 {
    font-size: 18px;
  }
}
.fs-32 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 32px;
  }
}
.fs-64 {
  font-size: 34px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .fs-64 {
    font-size: 64px;
    line-height: 1.25;
  }
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-32 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .mb-32 {
    margin-bottom: 32px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-56 {
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .mb-56 {
    margin-bottom: 56px;
  }
}

.section-padding {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 70px 0;
  }
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 100px 0;
  }
}

.size-24 {
  width: 24px;
  height: 24px;
}
.size-48 {
  width: 48px;
  height: 48px;
}

.radius-6 {
  border-radius: 6px;
}
.radius-50 {
  border-radius: 50%;
}

h1.ttl, .ttl.h1, h2.ttl, .ttl.h2, h3.ttl, .ttl.h3, h4.ttl, .ttl.h4, h5.ttl, .ttl.h5, h6.ttl, .ttl.h6 {
  font-size: 28px;
  line-height: 1.17;
}
@media (min-width: 1200px) {
  h1.ttl, .ttl.h1, h2.ttl, .ttl.h2, h3.ttl, .ttl.h3, h4.ttl, .ttl.h4, h5.ttl, .ttl.h5, h6.ttl, .ttl.h6 {
    font-size: 48px;
    font-weight: 700;
  }
}
h1.ttl span, .ttl.h1 span, h2.ttl span, .ttl.h2 span, h3.ttl span, .ttl.h3 span, h4.ttl span, .ttl.h4 span, h5.ttl span, .ttl.h5 span, h6.ttl span, .ttl.h6 span {
  color: #F1E9CD;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}
.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.mt-32 {
  margin-top: 32px;
}

.fw-900 {
  font-weight: 900;
}

.mask-wrap i {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.p-10 {
  padding: 10px;
}
.p-32 {
  padding: 32px;
}

.border-primary-light {
  border: 1px solid rgba(15, 27, 85, 0.1019607843);
}

.font-primary {
  font-family: var(--primary-font);
}

.border-top-black-10 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pb-100 {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}
.pb-24 {
  padding-bottom: 24px;
}

.px-32 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

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

strong {
  font-weight: 700 !important;
}

p a,
h6 a,
.h6 a {
  color: #0F1B55;
}
p a:hover,
h6 a:hover,
.h6 a:hover {
  color: #0F1B55;
}

p {
  font-size: 19px;
  font-weight: 300;
  font-style: normal;
  color: #000;
}
@media (max-width: 991.98px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  p {
    font-size: 17px;
  }
}

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

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-style: normal;
}

html[dir=rtl] h1, html[dir=rtl] .h1,
html[dir=rtl] h2,
html[dir=rtl] .h2,
html[dir=rtl] h3,
html[dir=rtl] .h3,
html[dir=rtl] h4,
html[dir=rtl] .h4,
html[dir=rtl] h5,
html[dir=rtl] .h5,
html[dir=rtl] h6,
html[dir=rtl] .h6 {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 991.98px) {
  html[dir=rtl] body.hm-page h1, html[dir=rtl] body.hm-page .h1,
html[dir=rtl] body.hm-page h2,
html[dir=rtl] body.hm-page .h2,
html[dir=rtl] body.hm-page h3,
html[dir=rtl] body.hm-page .h3,
html[dir=rtl] body.hm-page h4,
html[dir=rtl] body.hm-page .h4,
html[dir=rtl] body.hm-page h5,
html[dir=rtl] body.hm-page .h5,
html[dir=rtl] body.hm-page h6,
html[dir=rtl] body.hm-page .h6 {
    width: 100%;
  }
}

h1, .h1 {
  font-weight: 400;
  font-style: normal;
  font-size: calc(2rem + 9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 8.75rem;
  }
}
@media (max-width: 1399.98px) {
  h1, .h1 {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 64px;
  }
}

h2, .h2 {
  font-size: 54px;
}
@media (max-width: 1600px) {
  h2, .h2 {
    font-size: 54px;
  }
}
@media (max-width: 1199.98px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 27px;
  }
}

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

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

@media (min-width: 1400px) and (max-width: 1630px) {
  .container-lg {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .container-lg {
    max-width: 1040px;
  }
}
.section {
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.section.bg-grey {
  background-color: rgba(196, 198, 204, 0.2) !important;
}
.section.bg-blue-shape {
  background-color: #0F1B55;
  border-top-right-radius: 40px;
  padding: 50px 0;
  overflow: unset;
}
.section.bg-green-shape {
  background-color: #004C2C;
  border-start-end-radius: 40px;
  padding: 50px 0;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .section.bg-green-shape {
    margin-top: 40px;
  }
}
.section.bg-orange-shape {
  background-color: #D43B2C;
  border-top-right-radius: 40px;
  padding: 50px 0;
  margin-top: 105px;
}
@media (max-width: 1199.98px) {
  .section.bg-orange-shape {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .section.bg-orange-shape {
    margin-top: 35px;
  }
}

html[dir=rtl] body.hm-page section.bg-blue-shape {
  border-top-right-radius: 0px;
}

html[dir=rtl] body.hm-page section.bg-blue-shape {
  border-top-right-radius: 0px;
}

.list-points-text {
  font-size: 24px !important;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .list-points-text {
    font-size: 17px !important;
  }
}
@media (max-width: 1600px) {
  .list-points-text {
    font-size: 20px !important;
  }
}

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

.fs-30 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 1.875rem;
  }
}

.inner-pages .section.theam-space-wrap {
  padding-top: 67px !important;
}
@media (max-width: 991.98px) {
  .inner-pages .section.theam-space-wrap {
    padding-top: 0px !important;
  }
}
.inner-pages .section.theam-space-wrap .accordion {
  -webkit-margin-before: 105px;
          margin-block-start: 105px;
}
@media (max-width: 991.98px) {
  .inner-pages .section.theam-space-wrap .accordion {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
@media (max-width: 767.98px) {
  .inner-pages .section.theam-space-wrap {
    padding-top: 0px !important;
  }
}

.font-700 {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-secondary {
  font-family: var(--secondary-font);
}
html[dir=rtl] .font-secondary {
  font-family: "brando-arabic", sans-serif !important;
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

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

.fs-36 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 2.25rem;
  }
}

.fs-85 {
  font-size: calc(1.65625rem + 4.875vw);
}
@media (min-width: 1200px) {
  .fs-85 {
    font-size: 5.3125rem;
  }
}

.box-curve {
  background-color: #fff;
  border: 0.5px solid #0F1B55;
  padding: 40px;
  border-top-right-radius: 46px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .box-curve {
    padding: 15px;
  }
}
.box-curve h4, .box-curve .h4 {
  color: #0F1B55;
  font-family: var(--primary-font);
  font-weight: 600;
}
.box-curve p {
  color: #0F1B55;
}
.box-curve:hover .btn-primary {
  background-color: #004C2C;
  border: 1px solid #004C2C;
  color: #fff;
}
.box-curve .btn-primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  white-space: break-spaces;
}
.box-curve .cell {
  color: #0F1B55;
  font-weight: 100;
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .box-curve .cell {
    font-size: 13px;
  }
}
.box-curve .cell p {
  color: #000;
}
.box-curve .row {
  height: 100%;
}

.cell {
  font-size: 15px;
  color: rgba(15, 27, 85, 0.5);
  font-weight: 300;
}
.cell p {
  font-size: 15px !important;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .cell p {
    font-size: 14px !important;
  }
}

.table-holder .table {
  background-color: rgba(196, 198, 204, 0.08);
}
.table-holder .table td {
  vertical-align: middle;
  padding: 20px;
  border: none;
}
.table-holder .table tr {
  border-bottom: 1px solid rgba(173, 175, 189, 0.3);
}
.table-holder .table tr:last-child {
  border: none;
}
.table-holder.no-bg .table {
  background-color: inherit;
  border: 1px solid rgba(173, 175, 189, 0.3);
}
@media (max-width: 767.98px) {
  .table-holder.no-bg .table .user-details .user-mail,
.table-holder.no-bg .table .user-details .user-name {
    min-width: 160px;
  }
}
.table-holder .user-mail::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ADAFBD;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.action::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/edit.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 15px;
  height: 15px;
  background-color: #000;
}
.action.delete {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  cursor: pointer;
}
.action.delete::before {
  -webkit-mask-image: url(../images/close.svg);
  background-color: #ADAFBD;
}

.user-details {
  font-family: var(--secondary-font);
}
.user-details .user-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  flex-shrink: 0;
}
.user-details .user-name {
  font-size: 16px;
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
  color: #000;
  flex-shrink: 1;
}

.user-mail {
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
  display: flex;
  align-items: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .user-mail {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
  }
}

.text-link {
  color: #0F1B55;
  font-weight: 400;
  font-family: var(--secondary-font);
  text-decoration: underline;
}
.text-link:hover {
  color: #0F1B55;
  text-decoration: underline;
}
.text-link:hover .link-second {
  text-decoration: none;
}

.section-grey {
  background-color: rgba(196, 198, 204, 0.08);
  padding: 25px;
}
@media (max-width: 767.98px) {
  .section-grey {
    padding: 15px;
  }
}
.section-grey .search-wrap {
  display: flex;
}
.section-grey .search-wrap::before {
  display: none;
}
.section-grey .search-wrap .form-control {
  border-radius: 0;
  padding: 0 18px;
  line-height: 0;
  position: relative;
  border: 0.5px solid rgba(173, 175, 189, 0.4);
}
.section-grey .action {
  display: none;
}

.ticket-wrapper {
  margin: 25px 0;
  padding: 25px 0;
  border-top: dashed 1px rgba(173, 175, 189, 0.5);
  border-bottom: dashed 1px rgba(173, 175, 189, 0.5);
}

.ticket-details h6, .ticket-details .h6,
.ticket-details p {
  margin: 0;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 400;
  font-family: var(--primary-font);
}
@media (max-width: 767.98px) {
  .ticket-details h6, .ticket-details .h6,
.ticket-details p {
    font-size: 14px !important;
  }
}
.ticket-details.ticket-final h6, .ticket-details.ticket-final .h6,
.ticket-details.ticket-final p {
  font-size: 18px !important;
}
@media (max-width: 767.98px) {
  .ticket-details.ticket-final h6, .ticket-details.ticket-final .h6,
.ticket-details.ticket-final p {
    font-size: 16px !important;
  }
}

.featured-image {
  padding: 40px 70px;
  position: relative;
  border-top-right-radius: 46px;
  background-color: rgba(196, 198, 204, 0.2);
}
@media (max-width: 991.98px) {
  .featured-image {
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.featured-image figure {
  margin: 0;
}
.featured-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 71px 62px rgba(0, 0, 0, 0.09), 0px 25.9162px 22.631px rgba(0, 0, 0, 0.0620983), 0px 12.5818px 10.9869px rgba(0, 0, 0, 0.0500662), 0px 6.16784px 5.386px rgba(0, 0, 0, 0.0399338), 0px 2.43877px 2.12963px rgba(0, 0, 0, 0.0279017);
}
@media (max-width: 991.98px) {
  .featured-image figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.text-ltr {
  direction: ltr;
  display: inline-block;
}

.featured-slider {
  margin-top: 43px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .featured-slider {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .featured-slider .featured-image {
    padding: 20px 30px;
  }
}
.featured-slider .featured-image figure {
  min-width: 100%;
  min-height: 290px;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .featured-slider .featured-image figure {
    min-height: 260px;
    height: 100%;
  }
}
.featured-slider .owl-nav {
  position: absolute;
  width: 140px;
  height: 52px;
  inset-inline-end: 11%;
  inset-block-start: 0px;
  transform: translateY(-135px);
}
.featured-slider .owl-nav button {
  border: 1px solid rgba(173, 175, 189, 0.5) !important;
}
@media (max-width: 991.98px) {
  .featured-slider .owl-nav {
    transform: translateY(0);
    width: inherit;
    height: inherit;
    inset-inline-end: auto;
    inset-block-start: 50%;
  }
}
.featured-slider .owl-stage {
  margin: 0 170px;
}
@media (max-width: 991.98px) {
  .featured-slider .owl-stage {
    margin: 0;
  }
}

.ui-tooltip {
  display: none !important;
}

.featured-wrap .item .prgrm-list-block p br,
.prgrm-list-block p br {
  display: none;
}
.topic-wrapper {
  padding-bottom: 83px !important;
}
@media (max-width: 991.98px) {
  .topic-wrapper {
    padding-bottom: 20px !important;
  }
}

.topic-list {
  margin-bottom: 85px;
}
@media (max-width: 991.98px) {
  .topic-list {
    margin-bottom: 15px;
  }
}
.topic-list .featured-image {
  padding: 0;
  width: 227px;
  height: 227px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .topic-list .featured-image {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .topic-list .featured-image {
    width: unset;
    max-width: 100%;
    width: 300px;
    height: 300px;
    margin: 0;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .topic-list .featured-image {
    width: 187px;
  }
}
.topic-list .featured-image img {
  width: 131px;
  height: 131px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topic-list .prgrm-list-block {
  border-radius: 0;
  border-top-right-radius: 45px;
  overflow: inherit;
  background-color: inherit;
}
.topic-list .prgrm-list-block h4, .topic-list .prgrm-list-block .h4 {
  max-width: 100% !important;
}
.topic-list .prgrm-list-block .card-details {
  display: flex;
  justify-content: start;
  font-family: var(--primary-font);
  font-size: 19px;
  margin-bottom: 6px !important;
}
@media (max-width: 1600px) {
  .topic-list .prgrm-list-block .card-details {
    font-size: 17px;
  }
}
.topic-list .prgrm-list-block .card-details span {
  color: #D43B2C !important;
  font-family: var(--primary-font);
  font-size: 19px;
}
@media (max-width: 1600px) {
  .topic-list .prgrm-list-block .card-details span {
    font-size: 17px;
  }
}
html[dir=rtl] .topic-list .prgrm-list-block .card-details {
  font-family: "brando-arabic", sans-serif !important;
}
.topic-list .prgrm-list-block .card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topic-list .prgrm-list-block .card-body {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
@media (max-width: 991.98px) {
  .topic-list .prgrm-list-block .card-body {
    padding: 12px 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
@media (max-width: 767.98px) {
  .topic-list .prgrm-list-block .card-body {
    padding-top: 20px !important;
  }
}
.topic-list .prgrm-list-block .start-date {
  margin-block: 0;
  margin-bottom: 30px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .topic-list .prgrm-list-block .start-date {
    margin-bottom: 10px;
  }
}
.topic-list .prgrm-list-block .share-pgm {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
  height: 20px;
}
.topic-list .prgrm-list-block .share-pgm:before {
  inset-block-start: 45%;
}
.topic-list .prgrm-list-block .share-pgm .social-share {
  inset-inline-start: -70px;
}
@media (max-width: 575.98px) {
  .topic-list .prgrm-list-block .share-pgm .social-share {
    inset-inline-start: -20px;
  }
}
@media (max-width: 991.98px) {
  .topic-list .prgrm-list-block .share-pgm .social-share li a {
    width: 30px;
    height: 30px;
  }
}
.topic-list .prgrm-list-block .share-pgm .social-share::before, .topic-list .prgrm-list-block .share-pgm .social-share::after {
  left: 40%;
}
html[dir=rtl] .topic-list .prgrm-list-block .share-pgm .social-share::before, html[dir=rtl] .topic-list .prgrm-list-block .share-pgm .social-share::after {
  left: 70%;
}
@media (max-width: 575.98px) {
  html[dir=rtl] .topic-list .prgrm-list-block .share-pgm .social-share::before, html[dir=rtl] .topic-list .prgrm-list-block .share-pgm .social-share::after {
    left: 20%;
  }
}
@media (max-width: 575.98px) {
  .topic-list .prgrm-list-block .share-pgm .social-share::before, .topic-list .prgrm-list-block .share-pgm .social-share::after {
    left: 80%;
  }
}
.topic-list .prgrm-list-block .share-pgm .social-share.open {
  bottom: -65px;
}
@media (max-width: 991.98px) {
  .topic-list .prgrm-list-block .share-pgm .social-share.open {
    bottom: -43px;
    padding: 4px 8px;
  }
}
@media (max-width: 991.98px) {
  .topic-list .prgrm-list-block .share-pgm p {
    font-size: 14px;
  }
}
.topic-list .tag-list {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .topic-list .tag-list {
    margin-top: 18px;
  }
}
@media (max-width: 991.98px) {
  .topic-list .col {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .topic-list .col:first-child {
    margin-top: 45px;
  }
}

.feature-tag {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 6px;
}
.feature-tag li {
  background-color: rgba(15, 27, 85, 0.06);
  padding: 8px 18px;
  color: #0F1B55;
  font-family: var(--secondary-font);
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
  font-weight: 600;
  font-size: 18px;
}
html[dir=rtl] .feature-tag li {
  font-family: "brando-arabic", sans-serif !important;
}
.feature-tag li:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
@media (max-width: 991.98px) {
  .feature-tag li {
    font-size: 15px;
    padding: 8px 14px;
  }
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .tag-list {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
  }
}
.tag-list span {
  font-size: 16px;
  font-weight: 500;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: #000;
}
@media (max-width: 991.98px) {
  .tag-list span {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tag-list span {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    margin-bottom: 12px;
    white-space: nowrap;
    font-size: 13px;
  }
}
.tag-list span img {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
@media (max-width: 575.98px) {
  .tag-list span img {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
}
.tag-list span a {
  color: #000;
}
.tag-list span:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.page-404 {
  padding-top: 130px !important;
}
.page-404 figure img {
  margin-bottom: 50px;
}

.detail-info .row .col:last-child .cell:last-child p {
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  .detail-info .row .col:last-child .cell:last-child p {
    white-space: normal;
  }
}

.link-second {
  color: #000;
  font-weight: 400;
}

.event-slider .event-image {
  margin-bottom: 0;
  width: 100%;
  height: 359px;
}
.event-slider .event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-slider .prgrm-list-block {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  border-radius: 0;
  border-top-right-radius: 45px;
}
.event-slider .prgrm-list-block .card-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .event-slider .prgrm-list-block .card-title {
    font-size: 18px;
  }
}
.event-slider .prgrm-list-block p {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .event-slider .prgrm-list-block p {
    font-size: 16px;
  }
}

.table > :not(caption) > * > * {
  padding: 0;
}

.agree-text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 16px !important;
  margin: 0;
}
.agree-text a {
  text-decoration: underline;
}

.program-title {
  padding-bottom: 65px !important;
}
@media (max-width: 991.98px) {
  .program-title {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .section-block {
    padding: 30px 0;
  }
  .section-block.about-wrap {
    padding: 10px 0px 30px;
  }
  .section-block.related-wrap {
    padding: 30px 0px;
  }
}
@media (min-width: 992px) {
  .section-block {
    padding: 50px 0;
  }
  .section-block.about-wrap {
    padding: 50px 0px;
  }
  .section-block.bg-grey {
    padding: 40px 0;
  }
}
@media (min-width: 1400px) {
  .section-block {
    padding: 90px 0;
  }
  .section-block.bg-grey {
    padding: 110px 0;
  }
  .section-block.about-wrap {
    padding: 130px 0px;
  }
}
.text-primary a {
  color: #0F1B55;
}
.row-cols-2.row-cols-md-3.g-2 .col .cell p {
  font-size: 15px !important;
}

.space a path,
.space a text {
  display: block;
  transition: all 0.4s;
}
.space a:hover path {
  opacity: 0.5;
  transition: all 0.4s;
}
.space a:hover text {
  opacity: 1;
  transition: all 0.4s;
}

.yellow-wrapper {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .yellow-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 1600px) {
  .yellow-wrapper h2, .yellow-wrapper .h2 {
    font-size: 46px;
  }
}
@media (max-width: 991.98px) {
  .yellow-wrapper h2, .yellow-wrapper .h2 {
    font-size: 25px;
  }
}

.min-w-auto {
  min-width: auto !important;
}
html[dir=rtl] .ar-fs-22 {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  html[dir=rtl] .ar-fs-22 {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  html[dir=rtl] .ar-fs-22 {
    font-size: 21px;
  }
}

.side-vector {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 216px;
  height: 400px;
  transform: translateY(-15%);
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.side-vector::before {
  content: "";
  display: block;
  background-image: url(../images/side-vector.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 202px;
  height: 430px;
  position: absolute;
  z-index: 2;
  inset-inline-start: 14px;
}
html[dir=rtl] .side-vector::before {
  transform: scaleX(-1);
}
@media (max-width: 1199.98px) {
  .side-vector::before {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1710px) {
  .side-vector::before {
    height: 313px !important;
    width: 150px !important;
    inset-inline-start: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .side-vector::before {
    width: 100px;
    height: 200px;
    inset-inline-start: 8px;
  }
}
.side-vector h3, .side-vector .h3 {
  width: 100px;
  z-index: 2;
  color: #D43B2C;
  margin: 0;
  font-weight: 200;
  text-align: center;
  display: flex;
  font-size: 38px;
  line-height: 38px;
  width: 100px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) and (max-width: 1710px) {
  .side-vector h3, .side-vector .h3 {
    font-size: 28px !important;
    line-height: 28px;
  }
}
@media (max-width: 1199.98px) {
  .side-vector h3, .side-vector .h3 {
    font-size: 32px;
    width: 100%;
    justify-content: start;
  }
  .side-vector h3 br, .side-vector .h3 br {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .side-vector h3, .side-vector .h3 {
    font-size: 17px;
    line-height: 18px;
  }
}
@media (max-width: 1199.98px) {
  .side-vector {
    width: auto;
    height: 100%;
    position: relative;
    align-items: baseline;
    transform: translateY(0);
    justify-content: start;
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
    z-index: 0;
  }
}
@media (min-width: 1400px) and (max-width: 1710px) {
  .side-vector {
    width: 170px !important;
    height: 200px;
    transform: translateY(6%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .side-vector {
    height: 150px;
    width: 110px;
    transform: translateY(15%);
  }
}
.side-vector .avoidOverlap {
  width: 170px !important;
  height: 200px;
  transform: translateY(6%);
}
.side-vector .avoidOverlap h3, .side-vector .avoidOverlap .h3 {
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 1199.98px) {
  .side-vector .avoidOverlap {
    height: auto;
    width: auto !important;
    transform: none;
  }
}
.side-vector .avoidOverlap::before {
  height: 313px !important;
  width: 150px !important;
  inset-inline-start: 15px;
}

body.scrolside .side-vector {
  transform: translateY(-50%);
  transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}
.border-line {
  position: relative;
}
.border-line::before {
  content: "";
  display: block;
  background-color: #0F1B55;
  width: 15px;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  z-index: 2;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .border-line::before {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .border-line::before {
    width: 8px;
  }
}

.top-right-rs {
  border-top-right-radius: 40px;
}

.border-rtRadius {
  border-top-right-radius: 45px;
}

.mbottom-60 {
  margin-bottom: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .mbottom-60 {
    margin-bottom: 3.75rem;
  }
}

.join-research {
  position: fixed;
  inset-inline-end: 0;
  inset-block-start: 50%;
  z-index: 9;
  transform-origin: right;
  -webkit-margin-end: 33px;
          margin-inline-end: 33px;
  transform: rotate(-90deg) translateX(50%);
  /* purgecss start end */
}
html[dir=rtl] .join-research {
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
}
@media (max-width: 991px) {
  .join-research {
    display: none;
  }
}
.join-research a {
  background: #D43B2C;
  color: #fff;
  border-start-end-radius: 45px;
  border-start-start-radius: 45px;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s;
  padding: 20px 32px;
  text-transform: capitalize;
  font-family: var(--secondary-font);
}
.join-research a:hover {
  background: #0F1B55;
}
.join-research.riaya {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
@media (max-width: 991.98px) {
  .join-research.riaya {
    display: block;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
.join-research.riaya a {
  padding: 14px 70px;
  box-shadow: -2px 4px 22px rgba(0, 0, 0, 0.34);
}
@media (max-width: 991.98px) {
  .join-research.riaya a {
    font-size: 16px;
    padding: 14px 50px;
  }
}

.form input {
  background-color: transparent !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .logo-container img {
    width: 120px;
  }
}

.img-425x {
  -o-object-fit: cover;
     object-fit: cover;
  height: 425px;
}
@media (max-width: 991.98px) {
  .img-425x {
    height: auto;
    max-height: 425px;
  }
}
@media (max-width: 767.98px) {
  .img-425x {
    height: auto;
    width: 100%;
  }
}

.img385x {
  -o-object-fit: cover;
     object-fit: cover;
  height: 385px;
}
@media (max-width: 991.98px) {
  .img385x {
    height: auto;
    max-height: 385px;
  }
}
@media (max-width: 767.98px) {
  .img385x {
    height: auto;
    width: 100%;
  }
}

.accordion-item:has(.space-block-1):has(.show) {
  padding-block: 20px 90px;
}

.gx-10 {
  --bs-gutter-x: 10rem;
}
@media (max-width: 991.98px) {
  .gx-10 {
    --bs-gutter-x: 4rem;
  }
}

.lineclamp-inherit {
  -webkit-line-clamp: inherit !important;
}

.list-points h4, .list-points .h4 {
  font-weight: 500;
  font-size: 20px;
}
.list-points p {
  font-size: 15px;
  font-weight: 100;
}

.cursor-pointer {
  cursor: pointer;
}

.list-style {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  margin-bottom: 20px;
}
.list-style li {
  font-size: 19px;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (max-width: 1600px) {
  .list-style li {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .list-style li {
    font-size: 15px;
  }
}

.text-inner .line-text {
  color: #F1E9CD;
  position: relative;
}
.text-inner .line-text::after {
  position: absolute;
  content: "";
  background-image: url(../images/path.png);
  background-repeat: no-repeat;
  height: 22px;
  bottom: -20px;
  left: 0;
  width: 0%;
  background-size: contain;
  transition: width 0.5s cubic-bezier(0.43, 0.08, 0.41, 0.78) 0.5s;
}
.text-inner span {
  white-space: nowrap;
}

@media (min-width: 1400px) {
  .page-loaded .text-inner .line-text:after {
    width: 100%;
  }
}

@-webkit-keyframes bounceUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounceUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.modal-bottom-text {
  font-size: 16px;
  color: #0F1B55;
  font-weight: 500;
}
.modal-bottom-text a {
  text-decoration: underline;
}

.bottom-btn.bottom-link-wrap {
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}

.modal-form {
  background-color: #FAFBFB;
  padding: 15px;
}
@media (min-width: 1200px) {
  .modal-form {
    padding: 20px 24px;
  }
}

.publish_to_mujadilah .form-check-label,
.edit_paper_title .form-check-label {
  font-size: 20px;
  font-weight: 300;
}

.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.image-cover {
  position: relative;
}

.image-cover:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

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

.animated.animationDelayMed {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.animationDelayLong {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  animation-name: fadeBgColor;
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated.moveUp {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
}

.animated.image-cover:after {
  -webkit-animation-name: image-cover;
  animation-name: image-cover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

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

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

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

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

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

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

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

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

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

.bounce {
  color: #000;
  display: inline-block;
  -webkit-animation: swing-top-fwd 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: swing-top-fwd 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

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

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

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

.modal-content-custom {
  border: 2px solid #0F1B55;
  border-radius: 0;
  overflow: hidden;
  border-top-right-radius: 46px;
  padding: 35px;
}
@media (max-width: 767.98px) {
  .modal-content-custom {
    padding: 30px 10px;
  }
}
.modal-content-custom .modal-body p {
  font-size: 18px;
  color: #0F1B55;
}
@media (max-width: 767.98px) {
  .modal-content-custom .modal-body p {
    font-size: 16px;
  }
}
.btn-close {
  background: none;
  opacity: 1;
  border-radius: 0;
}
html[dir=rtl] .btn-close {
  margin-right: auto;
  margin-left: 0;
}
.btn-close::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close-blue.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 20px;
  height: 20px;
  background-color: #0F1B55;
}
.quiz-count .modal-body .custom input[type=radio] {
  top: 5px;
}

.modal-header,
.modal-footer {
  border: none;
  padding: 0px;
}

@media (max-width: 767.98px) {
  .modal-header {
    padding: 1rem;
  }
}

.modal-title {
  font-size: 30px;
  color: #0F1B55;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .modal-title {
    font-size: 20px;
  }
}

.prompt-modal .modal-dialog {
  max-width: 690px;
}
.prompt-modal .form-wrap {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.prompt-modal .form-wrap .btn-secondary {
  background-color: inherit;
  color: #0F1B55;
  border: none;
  text-decoration: underline;
}
.prompt-modal .btn {
  min-width: 150px;
  text-align: start;
}
.prompt-modal .error-list li p {
  color: #000;
}
.prompt-modal .btn-primary {
  background-color: #004C2C;
  color: #fff;
  font-weight: 500;
}
.prompt-modal .btn-primary:hover {
  background-color: #fff;
  color: #004C2C;
}
.prompt-modal .btn-secondary {
  font-weight: 400;
}
.prompt-modal#questionnaire-modal .modal-content-custom {
  padding: 50px;
}
@media (max-width: 991.98px) {
  .prompt-modal#questionnaire-modal .modal-content-custom {
    padding: 20px;
  }
}
.prompt-modal#questionnaire-modal .modal-dialog {
  max-width: 569px;
  position: absolute;
  bottom: 30px;
  inset-inline-end: 60px;
}
@media (max-width: 767.98px) {
  .prompt-modal#questionnaire-modal .modal-dialog {
    inset-inline-end: 0px;
  }
}
.prompt-modal#questionnaire-modal h3, .prompt-modal#questionnaire-modal .h3 {
  color: #0F1B55;
  font-size: 30px;
  font-weight: 500;
}

.modal-footer .btn {
  min-width: 108px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.modal-footer .btn:first-child {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}

.bottom-btn .btn {
  padding: 7px 18px;
  min-width: 108px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.bottom-btn .btn:first-child {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.bottom-btn .btn-secondary {
  padding: 7px 18px;
  min-width: auto !important;
  border: none !important;
  background-color: inherit !important;
  text-decoration: underline;
  color: #0F1B55 !important;
  -webkit-margin-start: 20px !important;
          margin-inline-start: 20px !important;
  height: auto !important;
}

.add-calendar-modal .addto-list li {
  list-style: none;
  margin-bottom: 15px;
}
.add-calendar-modal .addto-list li a {
  color: #004C2C;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.add-calendar-modal .addto-list li a::before {
  content: "";
  display: block;
  background-image: url(../images/apple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  min-width: 32px;
}
.add-calendar-modal .addto-list li a.google::before {
  background-image: url(../images/google.svg);
  width: 24px;
  height: 24px;
}
.add-calendar-modal .addto-list li a.office::before {
  background-image: url(../images/office.svg);
  width: 20px;
  height: 24px;
}
.add-calendar-modal .addto-list li a.outlook::before {
  background-image: url(../images/outlook.svg);
  width: 21px;
  height: 21px;
}
.add-calendar-modal .modal-dialog {
  max-width: 500px;
  margin: 0 auto;
}
.add-calendar-modal .modal-content-custom .modal-title {
  font-size: 20px;
}
.add-calendar-modal .modal-content-custom .modal-body {
  margin-top: 0px;
  padding-block: 0px !important;
  margin-bottom: 10px;
}
.add-calendar-modal .modal-content-custom .modal-body figure img {
  width: 82px;
  height: 88px;
}
.add-calendar-modal .modal-content-custom .modal-body p {
  margin: 0px;
}

#passwordSuccessModal .modal-body figure,
#paymentSuccessModal .modal-body figure,
#paymentFailModal .modal-body figure {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  #passwordSuccessModal .modal-body figure,
#paymentSuccessModal .modal-body figure,
#paymentFailModal .modal-body figure {
    margin-bottom: 15px;
  }
}

.quest-modal .modal-dialog {
  max-width: 980px;
}
.quest-modal .modal-content-custom {
  padding: 0px;
}
.quest-modal .modal-content-custom p {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .quest-modal .modal-content-custom p {
    font-size: 14px;
  }
}
.quest-modal figure {
  margin: 0;
}
@media (max-width: 767.98px) {
  .quest-modal figure {
    margin-bottom: 15px;
  }
  .quest-modal figure img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.quest-modal .btn-close {
  position: absolute;
  inset-inline-end: 20px;
  inset-block-start: 15px;
  z-index: 2;
}
.quest-modal h3, .quest-modal .h3 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .quest-modal h3, .quest-modal .h3 {
    font-size: 18px;
  }
}
.quest-modal .pop-btn {
  color: #004C2C;
  background-color: #fff;
  border: 1px solid #004C2C;
  padding: 10px 20px;
  border-top-right-radius: 20px;
}
.quest-modal .pop-btn:hover {
  color: #ffffff;
  background-color: #004C2C;
}
@media (max-width: 767.98px) {
  .quest-modal .modal-text-content {
    padding: 5px 20px 30px;
  }
}
.quest-modal .btn-secondary {
  min-width: auto !important;
  background-color: inherit !important;
  color: #0F1B55 !important;
  text-decoration: underline;
  border: none !important;
}
.quest-modal .custom input[type=checkbox]:after {
  border-color: #ADAFBD;
  border-radius: 5px;
}

.end-radius {
  border: none;
  border-radius: 0;
  border-top-right-radius: 46px;
  overflow: hidden;
}

.quiz-count .modal-header {
  background-color: #0F1B55;
  display: block;
  padding: 50px;
  border-top-left-radius: 0;
}
.quiz-count .modal-header p {
  color: #fff;
}
@media (max-width: 767.98px) {
  .quiz-count .modal-header {
    padding: 20px 14px;
  }
}
.quiz-count .btn-close::after {
  background-color: #fff;
}
.quiz-count .progress {
  height: 18px;
  margin: 25px 0;
  border-radius: 50px;
}
.quiz-count .progress-bar {
  background-color: #F1E9CD;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .quiz-count .modal-content-custom .modal-body .justify-content-between {
    justify-content: center !important;
  }
  .quiz-count .modal-content-custom .modal-body .justify-content-between .col-5 {
    width: 30.666667%;
  }
  .quiz-count .modal-content-custom .modal-body .justify-content-between .col-5 .btn-secondary {
    padding-top: 10px;
  }
}

.oops-title {
  background-image: url(../images/oops-ico.png);
  background-repeat: no-repeat;
  -webkit-padding-start: 65px;
          padding-inline-start: 65px;
  height: 63px;
  padding-top: 10px;
}
html[dir=rtl] .oops-title {
  background-position: right;
}

.modal-content-custom {
  position: relative;
}
.modal-content-custom .btn-close {
  position: absolute;
  inset-inline-end: 25px;
  top: 25px;
}

.modal-body .form-wrap {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.modal-body.application-wrap {
  padding-bottom: 0;
  padding-top: 0;
}
.modal-body.application-wrap .form-wrap .form-group {
  margin-bottom: 30px;
}
.modal-body h2, .modal-body .h2 {
  text-align: start;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .modal-body h2, .modal-body .h2 {
    font-size: 1.875rem;
  }
}

#abstractModal .modal-dialog {
  max-width: 900px;
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #0F1B55;
  box-shadow: none;
  background-color: #fff;
}
.form-control:disabled {
  cursor: no-drop;
}

.form-select:focus {
  color: #000;
}

.form-title {
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media (max-width: 1199.98px) {
  .form-title {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
@media (max-width: 991.98px) {
  .form-title {
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
  }
}
@media (max-width: 767.98px) {
  .form-title h2 br, .form-title .h2 br {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 430px) {
  .form-title h2 br, .form-title .h2 br {
    display: block;
  }
}

.form .form-group {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  position: relative;
}
.form .required {
  position: relative;
}
.form .required label:after {
  content: "*";
  position: absolute;
  inset-inline-end: auto;
  inset-block-start: -5px;
  font-size: 20px;
  color: #0F1B55;
}
.form label {
  font-size: 16px;
  margin: 0 0 5px;
}
.form input {
  background-color: transparent !important;
  width: 100%;
  height: 50px;
  border: none;
  color: #0F1B55 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #0F1B55;
  font-weight: 300;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .form input {
    font-size: 17px;
  }
}
.form input.error {
  color: #dc3545;
  border-bottom: 1px solid #dc3545;
  margin-top: 0;
}
.form textarea {
  background-color: #fafafa;
  width: 100%;
  height: 135px;
  padding-inline: 10px;
  border: none;
  color: #0F1B55 !important;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ADAFBD;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form textarea.error {
  color: #dc3545;
  border-bottom: 1px solid #dc3545;
}
.form select {
  background-color: inherit;
  width: 100%;
  height: 50px;
  border: none;
  color: #000;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ADAFBD;
  border-radius: 0;
  font-weight: 500;
}
.form select.error {
  color: #dc3545;
  border-bottom: 1px solid #dc3545;
}
.form input[type=submit] {
  padding: 15px 42px;
  background-color: #0F1B55;
  position: relative;
  border: none;
  color: #fff;
  border-radius: 36px !important;
  width: auto;
  height: auto;
  font-size: 14px !important;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.form input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.form input[type=submit]:hover:after {
  inset-inline-end: 10px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 991.98px) {
  .form input[type=submit] {
    padding: 15px 30px;
  }
}
@media (max-width: 767.98px) {
  .form input[type=submit] {
    padding: 8px 20px;
  }
}
.form .btn-wrap {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}
@media (max-width: 991.98px) {
  .form .btn-wrap {
    display: block;
  }
}
.form .btn-wrap .btn {
  height: 44px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  min-width: 150px;
  text-align: start;
  background-color: #004C2C;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .form .btn-wrap .btn {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
  }
}
.form .btn-wrap .btn:hover {
  background-color: #fff;
  color: #004C2C;
}
.form a {
  font-size: 19px;
  font-family: var(--secondary-font);
  text-decoration: underline !important;
  color: #0F1B55;
}
@media (max-width: 991.98px) {
  .form .reg-link {
    margin-top: 24px;
  }
}
.form .reg-link p {
  font-family: var(--secondary-font);
  color: #000;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .form .reg-link p {
    font-size: 16px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
.form .reg-link p a {
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .form .reg-link p a {
    font-size: 16px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.form .input-group-addon {
  position: absolute;
  inset-inline-end: 0px;
  bottom: 9px;
  z-index: 5;
}
.form .input-group-addon .pswd {
  background: none;
  outline: none;
  border: none;
  width: 32px;
  height: 32px;
  background-color: inherit;
  border-radius: 50% !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .input-group-addon i {
  position: relative;
}
.form .input-group-addon i:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 20px;
  height: 17px;
  position: absolute;
  inset-inline-start: -10px;
  inset-block-end: -10px;
  background-color: #0F1B55;
}
html[dir=rtl] .form .input-group-addon i:after {
  font-family: "brando-arabic", sans-serif !important;
}
.form .input-group-addon i.eye-class-hide:after {
  -webkit-mask-image: url(../images/eye-close.svg);
}
.form .input-group-addon i.eye-class-show:after {
  -webkit-mask-image: url(../images/eye-open.svg);
}
.form form > div {
  position: relative;
}

.subscription-form input {
  border: 1px solid #adafbd;
  background-color: #fff !important;
  border-radius: 0px;
  height: 45px;
  padding-inline: 15px;
  font-family: var(--secondary-font);
}
@media (max-width: 991.98px) {
  .subscription-form input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .subscription-form input {
    height: 40px;
    font-size: 16px;
  }
}
.subscription-form .form {
  margin-block: 35px;
}
.subscription-form .btn-arrow {
  font-size: 18px !important;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  display: flex;
  align-items: baseline;
}
.subscription-form .btn-arrow:hover {
  opacity: 0.7;
}
.subscription-form .btn-primary {
  font-size: 16px;
  font-weight: 500;
}
.subscription-form .col-lg-3 {
  padding: 0px !important;
}
@media (max-width: 991.98px) {
  .subscription-form .col-lg-3 {
    -webkit-padding-start: 15px !important;
            padding-inline-start: 15px !important;
  }
}
.iti--separate-dial-code .iti__selected-flag {
  padding: 0;
  background-color: inherit;
  border-bottom: 1px solid #000;
}
html[dir=rtl] .iti {
  direction: ltr;
}

html[dir=rtl] .iti--separate-dial-code .iti__selected-dial-code {
  margin-right: 11px;
  margin-left: 0;
}

.iti--separate-dial-code .iti__flag-container:hover .iti__selected-flag {
  background-color: inherit;
}
html[dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--separate-dial-code .form-control {
  border-bottom: none;
  background: linear-gradient(#000, #000) bottom -14px left 0/100% 1px content-box padding-box no-repeat;
  padding: 15px 0;
  -webkit-padding-start: 95px !important;
          padding-inline-start: 95px !important;
}

.promocode-validation {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  color: #000;
}

.text-secondary {
  color: #004C2C;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 19px !important;
}
.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper::after {
  content: "";
  display: block;
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 18px;
  position: absolute;
  inset-inline-end: 0;
  top: 18px;
}

.error-list {
  margin: 35px 0px;
}
@media (max-width: 991.98px) {
  .error-list {
    margin: 15px 0px;
  }
}
.error-list ul li {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  margin-bottom: 0px;
}
.error-list ul li p {
  margin: 0;
  color: #000;
  font-weight: 350;
}
.error-list ul li.fail {
  list-style: none;
  display: flex;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  align-items: baseline;
}
.error-list ul li.fail::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 10px;
  height: 10px;
  background-color: #D43B2C;
}
.error-list ul li.fail p {
  color: #D43B2C;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  font-weight: 500;
}
.error-list ul li.sucess {
  list-style: none;
  display: flex;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  align-items: baseline;
}
.error-list ul li.sucess::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/tick.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 14px;
  height: 10px;
  background-color: #004C2C;
}
.error-list ul li.sucess p {
  color: #004C2C;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  font-weight: 500;
}

.detailed-search-wrap input {
  height: 50px;
  padding: 0px;
  background-color: transparent !important;
}
.detailed-search-wrap select {
  height: 50px;
}
.detailed-search-wrap select:focus {
  background-color: transparent !important;
}
.detailed-search-wrap .datepicker-wrapper::after {
  top: 10px;
}

.search-wrap {
  position: relative;
}
.search-wrap input {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.search-wrap .search-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  inset-inline-end: 0;
  text-indent: -9999px;
  bottom: 0;
  background-color: inherit;
  text-align: center;
  line-height: 50px;
  outline: none;
  border: none;
}
.search-wrap .search-btn::before {
  content: "";
  display: block;
  text-indent: 0;
  position: absolute;
  -webkit-mask-image: url(../images/icon-search.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 15px;
  height: 15px;
  background-color: #0F1B55;
  inset-inline-start: 12px;
  bottom: 12px;
}
.search-wrap::before {
  content: "";
  display: none;
  position: absolute;
  -webkit-mask-image: url(../images/search-ico.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  inset-inline-start: 0px;
  bottom: 13px;
}

.promo-code .action.delete {
  position: absolute;
  inset-inline-end: 100px;
  top: 14px;
  display: block;
}
.promo-code .btn-primary:disabled {
  background-color: #004C2C;
  border-color: #004C2C;
}

.buttonload {
  padding: 7px 32px;
}
.buttonload span {
  font-size: 0;
}

@media (max-width: 1399.98px) {
  .sm-bl {
    --bs-gutter-x: 2rem !important;
  }
}
@media (max-width: 1199.98px) {
  .sm-bl {
    --bs-gutter-x: 1rem !important;
  }
}
@media (max-width: 991.98px) {
  .sm-bl {
    --bs-gutter-x: 1rem !important;
  }
  .sm-bl .col {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  .sm-bl {
    --bs-gutter-x: 0rem !important;
  }
  .sm-bl .col {
    flex: 0 0 auto;
    width: 100%;
  }
}
.ui-widget.ui-widget-content {
  border-top-right-radius: 26px;
  border: 1px solid #e7dddd;
  overflow: hidden;
  z-index: 1090 !important;
}

.ui-datepicker .ui-datepicker-header {
  border-top-right-radius: 26px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  text-align: center;
}

.ui-widget-header {
  border: none;
  background: #f6f6f6;
  color: #0f1b55;
  font-weight: normal;
}

.ui-datepicker th {
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #0f1b55;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #adafbd;
  background: #adafbd;
  color: #fcfcfc;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #004c2c;
  background: #004c2c;
  font-weight: normal;
  color: #ffffff;
}

.fv-plugins-message-container.invalid-feedback {
  position: absolute;
  right: 0;
  color: red;
  bottom: -24px;
}

.btn:disabled,
.btn.disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: #adafbd;
  border-color: #adafbd;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .alert-verified {
    max-width: 88%;
    position: absolute;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    top: 158px;
    z-index: 9;
    padding: 8px;
    font-size: 12px;
  }
  .alert-verified .btn {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .form-wrap #filter_form .mb-5 {
    margin-bottom: 0rem !important;
  }
  .form-wrap #filter_form .select-wrap {
    margin-bottom: 10px;
  }
}
.calendar-table .start-date:after {
  display: none !important;
}
.form-wrap .mb-4 {
  position: relative;
}
@media (max-width: 991.98px) {
  .form-wrap .error-list {
    margin: 15px 0px 22px;
  }
}

.form-check {
  display: flex;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.form-check label {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  color: #0F1B55;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0px;
  font-size: 16px;
}
.form-check label:after {
  display: none;
}
html[dir=rtl] .form-check label {
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
}
.form-check input {
  width: 20px;
  height: 20px;
  border-radius: 3px !important;
  border: 1px solid #adafbd;
  cursor: pointer;
  flex-shrink: 0;
}
.form-check .form-check-input {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.form-check .form-check-input:checked {
  background-color: #0F1B55;
  border-color: inherit;
  border: none;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}

.avatar_wrapper figure {
  position: relative;
}
.avatar_wrapper #btn_remove_profile_photo {
  font-size: 0;
  position: absolute;
  top: -8px;
  inset-inline-end: -4px;
  background-color: #0F1B55;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar_wrapper #btn_remove_profile_photo::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.select-wrap {
  position: relative;
}
.select-wrap .select2-container--default .select2-selection--single {
  background-color: transparent;
  height: 50px;
  border: none;
  color: #0F1B55;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #0F1B55;
  border-radius: 0;
  font-weight: 500;
}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0F1B55;
  font-weight: 300;
  line-height: 50px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  font-size: 19px;
}
@media (max-width: 991.98px) {
  .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
  }
}
.select-wrap .select2-container--below.select2-container--default.select2-active .select2-selection__rendered,
.select-wrap .select2-container.select2-container--default.select2-active .select2-selection__rendered {
  color: #000 !important;
}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-style: solid;
  border-width: 0px;
  margin-left: -4px;
  margin-top: 3px;
  -webkit-mask-image: url(../images/select-down.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  width: 16px;
  height: 9px;
  background-color: #0F1B55;
}

.modal .select-wrap .select2-selection__rendered {
  text-align: start;
}

.event-search .select-wrap .select2-container--below.select2-container--default.select2-active .select2-selection__rendered {
  color: #0F1B55 !important;
}
.event-search .form-wrap {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0F1B55;
  color: white;
}

.login-page-wrap .select2-container--default.select2-container--below .select2-selection__rendered {
  color: #0F1B55;
}

.select-wrap .select2-container {
  width: 100% !important;
}

.select2-dropdown {
  background-color: white;
  border: none;
  border-radius: 4px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border: 1px solid #eae7e7;
  padding: 5px;
}

.select2-container--open .select2-dropdown--above {
  border: 1px solid #eae7e7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: none;
  border-top: none;
}

label.error {
  color: #D43B2C;
  margin: 0;
  font-size: 14px;
  margin-top: 6px;
}

.error {
  color: #D43B2C;
  margin: 0;
  font-size: 15px;
  margin-top: 6px;
  font-weight: 300;
  display: block;
}

@media (max-width: 575.98px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
  }
}

.iti__flag {
  height: 17px !important;
  width: 17px !important;
}

.contact-wrap .select2-container--below.select2-container--default .select2-selection__rendered {
  color: #000 !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 18px;
  }
}
.select2-container {
  z-index: 1090;
}
.form input::-webkit-input-placeholder {
  color: black;
}

.form input::-moz-placeholder {
  color: black;
}

.form input::-ms-input-placeholder {
  color: black;
}

.form input::-moz-placeholder {
  color: black;
}

.login-page-wrap .form input::-webkit-input-placeholder {
  color: black;
}

.login-page-wrap .form input::-moz-placeholder {
  color: black;
}

.login-page-wrap .form input::-ms-input-placeholder {
  color: black;
}

.login-page-wrap .form input::-moz-placeholder {
  color: black;
}

.subscription-form.form input::-webkit-input-placeholder {
  color: #bbaacc;
}
.subscription-form.form input::-moz-placeholder {
  color: #bbaacc;
}
.subscription-form.form input::-ms-input-placeholder {
  color: #bbaacc;
}
.subscription-form.form input::-moz-placeholder {
  color: #bbaacc;
}

@media (max-width: 767.98px) {
  .wrap-verified {
    margin-top: 30px;
  }
}

.form-check-label {
  white-space: nowrap;
}

.modal .form-check-label {
  white-space: normal;
}

.custom {
  margin-bottom: 16px;
  position: relative;
}

.custom.checkbox > label,
.custom.radio > label {
  position: relative;
  cursor: pointer;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  color: #0F1B55;
}

@media (max-width: 767.98px) {
  .custom.checkbox > label,
.custom.radio > label {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
    font-size: 12px;
  }
}
.custom input[type=checkbox],
.custom input[type=radio] {
  position: absolute;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  cursor: pointer;
  top: 5px;
}

.custom input[type=checkbox]:after,
.custom input[type=radio]:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #C8C8C8;
  cursor: pointer;
}

.custom input[type=checkbox]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 4px;
  z-index: 1;
  width: 11px;
  top: 4px;
  height: 5.5px;
  border: 2px solid #004C2C;
  border-top-style: none;
  border-right-style: none;
}

.custom input[type=checkbox]:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}

.custom input[type=checkbox]:checked + label,
.custom input[type=radio]:checked + label {
  font-weight: 600;
}

.custom input[type=checkbox]:after {
  border-radius: 2px;
}

.custom input[type=radio] {
  top: 0px;
}

.custom input[type=radio]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #004C2C;
  border-radius: 50%;
}

.custom input[type=radio]:checked:before {
  transform: scale(1, 1);
}

.custom input[type=radio]:after {
  border-radius: 50%;
  top: -3px;
}
@media (max-width: 767.98px) {
  .program-events-form .toggle-nav {
    top: 280px;
  }
}

#cluster_form #cv_file {
  min-height: 310px;
}
#cluster_form .mobile-number-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 1630px) {
  #cluster_form .mobile-number-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  #cluster_form .mobile-number-wrapper {
    margin-bottom: 0px;
  }
}

#search-clear,
#search_button {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}

.datepicker-wrapper .comiseo-daterangepicker-triggerbutton.ui-button,
.datepicker-wrapper .comiseo-daterangepicker-triggerbutton.ui-button:active,
.datepicker-wrapper .comiseo-daterangepicker-triggerbutton.ui-button:focus-visible {
  height: 50px;
  border: none;
  background: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ADAFBD;
  border-radius: 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.ui-widget {
  font-family: var(--primary-font);
  font-size: 1em;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
}

.comiseo-daterangepicker-presets .ui-menu-item > * {
  text-decoration: none;
  display: block;
  padding: 0px 0.4em;
  line-height: 2.5;
  min-height: 0;
  font-size: 14px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 25px;
  height: 25px;
  left: 7px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.ui-datepicker .ui-datepicker-next {
  right: 7px;
  left: auto;
}
html[dir=rtl] .ui-datepicker .ui-datepicker-next {
  left: 7px;
  right: auto;
}

.owl-nav button.owl-prev.disabled:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.ui-datepicker .ui-datepicker-next:after {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-image: url(../images/right-arrow.svg);
  width: 12px;
  height: 8px;
  background-color: #004C2C;
  transform: rotate(-180deg);
}
html[dir=rtl] .ui-datepicker .ui-datepicker-next:after {
  transform: none;
}

.ui-datepicker .ui-datepicker-prev:after {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-image: url(../images/right-arrow.svg);
  width: 12px;
  height: 8px;
  background-color: #004C2C;
}
html[dir=rtl] .ui-datepicker .ui-datepicker-prev:after {
  transform: rotate(-180deg);
}

@media (max-width: 767.98px) {
  .comiseo-daterangepicker-triggerbutton.ui-button {
    min-width: 100%;
    padding: 10px 0;
  }
  .comiseo-daterangepicker-presets .ui-menu-item > * {
    font-size: 12px;
  }
  .comiseo-daterangepicker-right .comiseo-daterangepicker-presets {
    padding: 2px 0px 5px 0px;
    height: auto;
    width: 100%;
    display: block;
  }
  .comiseo-daterangepicker-right .comiseo-daterangepicker-calendar {
    border-left-width: 0;
    padding-left: 0;
    float: left;
    width: 100%;
  }
}
.form #update_form #email {
  color: rgba(0, 0, 0, 0.6) !important;
}

@media (max-width: 767.98px) {
  #filter_form .detailed-search-wrap {
    min-height: 0;
  }
}

.highcontrast .detailed-search-wrap .form-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000 !important;
  font-size: 19px;
}

#contact_form .select-wrap .select2-container--default .select2-selection--single {
  padding-inline: 10px;
}
#contact_form .iti--separate-dial-code label.error {
  position: absolute;
}
html[dir=rtl] #contact_form .iti--separate-dial-code label.error {
  right: 0;
}
#contact_form .iti--separate-dial-code:has(.error) .iti__selected-flag {
  border: none;
}
#contact_form .iti--separate-dial-code:has(.error) .form-control {
  background: none;
}

.select-wrap .select2-container--default .select2-selection--single {
  color: #000;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

#filter_form .select-wrap .select2-container--default .select2-selection--single {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.ui-tooltip.ui-widget-content {
  display: none !important;
}

#kt_password_reset_form input {
  padding-inline: 0 !important;
}

.modal-body .btn {
  height: 44px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  min-width: 150px;
  text-align: start;
  background-color: #004C2C;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #004C2C;
  border-top-right-radius: 20px !important;
}

html[dir=rtl] #add_public_user_form .iti--separate-dial-code input[type=tel],
html[dir=rtl] #contact_form .iti--separate-dial-code input[type=tel] {
  padding-right: 0 !important;
  padding-left: 85px !important;
  text-align: right;
}

html[dir=rtl] #contact_form .iti--separate-dial-code .form-control {
  padding-right: 0 !important;
  padding-left: 85px !important;
  text-align: right;
}
.checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.checkbox-wrapper input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox-wrapper label {
  font-weight: 400;
  font-size: 16px;
  -webkit-padding-start: 38px;
          padding-inline-start: 38px;
  text-align: start;
  cursor: pointer;
  margin: 0;
  color: #0F1B55;
}
.checkbox-wrapper label a {
  font-weight: 400;
  font-size: 16px;
}
.checkbox-wrapper label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0F1B55;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  top: 2px;
  position: absolute;
  inset-inline-start: 0;
  border-radius: 4px;
}
.checkbox-wrapper input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 11px;
  border: solid #0F1B55;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  inset-inline-start: 7px;
  top: 5px;
}

body.highcontrast {
  background-color: #000 !important;
}
body.highcontrast .header {
  background-color: #000;
}
body.highcontrast .header .logo-container img {
  filter: brightness(0) invert(1);
}
body.highcontrast .nav-wrapper .nav-tab a {
  color: #f8ef1b;
}
body.highcontrast .end-section {
  background-color: #000;
  border: none;
}
body.highcontrast .lang {
  color: #f8ef1b;
}
body.highcontrast .btn {
  color: #fff;
}
body.highcontrast h2, body.highcontrast .h2, body.highcontrast h3, body.highcontrast .h3, body.highcontrast p {
  color: #fff !important;
}
body.highcontrast .browse-btn {
  background-color: inherit;
  border-color: #f8ef1b;
}
body.highcontrast .social-links li a {
  color: #f8ef1b;
}
body.highcontrast .social-links li:hover a {
  background-color: #f8ef1b;
  color: #000;
}
body.highcontrast .footer-top, body.highcontrast .event-search.bg-grey, body.highcontrast .profile-head, body.highcontrast .info-bx, body.highcontrast .booking-wrap .nav-tabs li a, body.highcontrast .booking-list .card,
body.highcontrast .booking-list .tab_content .h-100.bg-white, body.highcontrast .section.bg-primary.instructor-pro,
body.highcontrast .section-block.detailed-search-wrap.bg-grey, body.highcontrast .box-curve, body.highcontrast .certificate-list .h-100.bg-white, body.highcontrast .meet-speaker .accordion-collapse,
body.highcontrast .meet-speaker .accordian-main-btn:not(.collapsed), body.highcontrast .cluster-banner-bg, body.highcontrast .theme-tag, body.highcontrast .section-keyarea.bg-primary,
body.highcontrast .accordian-question, body.highcontrast .accordian-question .accordion-item, body.highcontrast .accordian-question .accordion-button,
body.highcontrast .section-award.bg-secondary, body.highcontrast .conatct-bg, body.highcontrast .form-bg,
body.highcontrast .green-tag, body.highcontrast .section-contactus.bg-white.section-block {
  background-color: #191919 !important;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu {
  background: #000;
  border: 1px solid #f8ef1b;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu li {
  color: #fff;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu .nav-item .nav-link {
  color: #f8ef1b;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu .t-changer {
  background-color: #f8ef1b;
}
body.highcontrast .accessibility .theme-switcher .acces-list.dropdown-menu::after {
  border-bottom-color: #f8ef1b;
}
body.highcontrast .gif-image img {
  filter: brightness(0) invert(1);
}
body.highcontrast .video-wrap .control-button .control-play {
  border-color: #f8ef1b;
}
body.highcontrast .video-wrap .control-button .control-play::before {
  background-color: #f8ef1b;
}
body.highcontrast .form a {
  color: #f8ef1b;
}
body.highcontrast .form a:hover {
  color: #f8ef1b;
}
body.highcontrast .accessibility .theme-switcher .accec-ico:after, body.highcontrast .owl-nav button, body.highcontrast .form .input-group-addon i:after,
body.highcontrast .age-list li .card:hover:after, body.highcontrast .event-search .search-wrap .search-btn, body.highcontrast .share-pgm:before, body.highcontrast .booking-wrap .nav-tabs li a:before,
body.highcontrast .booking-wrap .nav-tabs li.active a:after, body.highcontrast .edit-action::before, body.highcontrast .dot-nav a::after, body.highcontrast .dot-nav ul li:hover a, body.highcontrast .search-wrap .search-btn, body.highcontrast .profile-dropdown .dropdown-menu li .dropdown-item:hover,
body.highcontrast .avatar_wrapper #btn_remove_profile_photo, body.highcontrast .btn-speaker, body.highcontrast .accordian-question .accordion-button:not(.collapsed)::after,
body.highcontrast .btn-application, body.highcontrast .add-link::after, body.highcontrast .vertical-step li.current .number, body.highcontrast .file-upload .custom-upload-design .btn,
body.highcontrast .btn-with-arrow {
  background-color: #f8ef1b !important;
}
body.highcontrast .browse-btn:hover, body.highcontrast .browse-btn:active, body.highcontrast .browse-btn:focus, body.highcontrast .box-curve:hover .btn-primary {
  background-color: inherit !important;
  border-color: #f8ef1b !important;
  color: #f8ef1b !important;
}
body.highcontrast .footer-bottom, body.highcontrast .section-block.bg-white, body.highcontrast .owl-nav button:after, body.highcontrast .bg-grey.explore-age,
body.highcontrast .search-wrap .search-btn::before, body.highcontrast .section.bg-white, body.highcontrast .accordion li, body.highcontrast .dot-nav ul,
body.highcontrast .section-block.bg-grey.related-wrap, body.highcontrast .profile-dropdown .dropdown-menu,
body.highcontrast .avatar_wrapper #btn_remove_profile_photo::after, body.highcontrast .bg-white.accordian-list, body.highcontrast .btn-speaker::before,
body.highcontrast .section-theme.bg-yellow3, body.highcontrast .green-curve, body.highcontrast .section-research.bg-yellow3 {
  background-color: #000 !important;
}
body.highcontrast .subscription-form .btn-arrow, body.highcontrast .btn-secondary {
  border-bottom-color: #f8ef1b;
}
body.highcontrast .btn-arrow:hover, body.highcontrast .btn-arrow:active, body.highcontrast .view-all, body.highcontrast .prgrm-list-block h4 a, body.highcontrast .prgrm-list-block .h4 a, body.highcontrast .programe-stream-wrap .grid-item .text-primary a,
body.highcontrast .explore-age h2 a,
body.highcontrast .explore-age .h2 a, body.highcontrast .age-list li .card a, body.highcontrast .breadcrums li a, body.highcontrast .share-pgm .social-share li a, body.highcontrast .share-pgm p, body.highcontrast .tag-list span a,
body.highcontrast .accordion a.toggle, body.highcontrast .accordion a.toggle:before, body.highcontrast .booking-wrap .nav-tabs li.active a, body.highcontrast .profile-head a, body.highcontrast .dot-nav ul li a,
body.highcontrast .booking-list .card .card-title h3 a,
body.highcontrast .booking-list .card .card-title .h3 a,
body.highcontrast .breadcrumb-item + .breadcrumb-item::before, body.highcontrast .profile-dropdown .dropdown-menu li .dropdown-item, body.highcontrast .accordian-main .accordian-main-btn, body.highcontrast .accordian-question .accordion-button:not(.collapsed),
body.highcontrast .accordian-question .accordion-button, body.highcontrast .award-left p a, body.highcontrast .contact-aside p a, body.highcontrast .back-link,
body.highcontrast .add-link, body.highcontrast .research-block .action-btn {
  color: #f8ef1b !important;
}
body.highcontrast .form input {
  background-color: inherit !important;
  color: #fff !important;
}
body.highcontrast .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
 body.highcontrast h1.text-primary, body.highcontrast .text-primary.h1, body.highcontrast .start-date,
body.highcontrast .age-list .courses-tag, body.highcontrast .event-search .search-wrap input:focus, body.highcontrast .location-ico, body.highcontrast .breadcrumb-item.active,
body.highcontrast .topic-list .prgrm-list-block .card-details, body.highcontrast .user-mail.text-meroon1, body.highcontrast .tag-list span, body.highcontrast .result-wrap strong, body.highcontrast .schedule-info,
body.highcontrast .accordion li .inner ul li, body.highcontrast .profile-head h4, body.highcontrast .profile-head .h4, body.highcontrast .contact-wrap textarea, body.highcontrast .map-wrap .timing-list li h5, body.highcontrast .map-wrap .timing-list li .h5,
body.highcontrast .map-wrap .tm-bx span, body.highcontrast .instructor-slide h4, body.highcontrast .instructor-slide .h4, body.highcontrast .instructor-slide span,
body.highcontrast .box-curve h4,
body.highcontrast .box-curve .h4, body.highcontrast .date-wrapper .date-dot, body.highcontrast .date-wrapper .date-info, body.highcontrast .banner-inner-text h1 .text-yellow1, body.highcontrast .banner-inner-text .h1 .text-yellow1,
body.highcontrast .theme-subtext, body.highcontrast .theme-subtext span, body.highcontrast .section-research-ques .grey-content span {
  color: #fff !important;
}
body.highcontrast .btn-primary, body.highcontrast .file-upload {
  border-color: #fff;
}
body.highcontrast .btn-primary:hover, body.highcontrast .btn-primary:focus {
  background-color: inherit;
  border-color: #f8ef1b;
  color: #f8ef1b !important;
}
body.highcontrast .dot-nav ul li:hover a,
body.highcontrast .profile-dropdown .dropdown-menu li .dropdown-item:hover, body.highcontrast .btn-application,
body.highcontrast .file-upload .custom-upload-design .btn {
  color: #000 !important;
}
body.highcontrast .modal .modal-body p, body.highcontrast .modal .form input {
  color: #fff !important;
}
body.highcontrast .modal .form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .modal .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .modal .form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .modal .form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .prgrm-list-block, body.highcontrast .edit-form-wrap .form-wrap.bg-white {
  background-color: inherit !important;
}
body.highcontrast .prgrm-list-block .feature-list li {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
}
body.highcontrast .featured-slide .owl-nav button {
  border: none !important;
}
body.highcontrast .featured-slide .owl-nav button.disabled:after {
  background-color: #ADAFBD !important;
}
body.highcontrast .owl-nav button.owl-prev.disabled:hover, body.highcontrast .owl-nav button.owl-next.disabled:hover {
  background-color: inherit !important;
  border: 1px solid #f8ef1b !important;
}
body.highcontrast .share-pgm .social-share {
  border-color: #fff;
  background-color: #000;
}
body.highcontrast .share-pgm .social-share li:hover a {
  background-color: #f8ef1b;
  color: #000 !important;
}
body.highcontrast .feature-tag li {
  background-color: #fff;
  color: #000;
}
body.highcontrast .accordion li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.highcontrast .booking-wrap .nav-tabs li a {
  color: rgba(248, 239, 27, 0.6);
}
body.highcontrast .booking-wrap .nav-tabs li a:after, body.highcontrast .date-wrapper .date-dot::before, body.highcontrast .note-text,
body.highcontrast .bottom-slidetext span {
  background-color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .info-bx span, body.highcontrast .card-footer ul li span, body.highcontrast .cell {
  color: rgba(255, 255, 255, 0.6) !important;
}
body.highcontrast .booking-list ul.tabs li {
  background-color: #191919;
  color: rgba(255, 255, 255, 0.6);
}
body.highcontrast .booking-list ul.tabs li.active {
  color: #f8ef1b;
  border-bottom-color: #f8ef1b;
  border-color: #f8ef1b;
}
body.highcontrast .booking-list .card .feature-list li {
  background-color: #000;
  color: #fff;
}
body.highcontrast .booking-list .card .feature-list li.pass {
  border: none;
}
body.highcontrast .dot-nav a {
  background-color: rgba(0, 0, 0, 0.6);
}
body.highcontrast .booking-list .card.on .card-footer, body.highcontrast .accordian-question .accordion-body ul li {
  background-color: inherit !important;
}
body.highcontrast .btn-secondary:hover, body.highcontrast .btn-secondary:focus, body.highcontrast .btn-secondary:active {
  color: #f8ef1b !important;
  border-bottom-color: #f8ef1b !important;
}
body.highcontrast .form-control:focus {
  border-color: #fff;
}
body.highcontrast .accordion li .inner ul li:before, body.highcontrast .instructor-pro .title-sub:before, body.highcontrast .date-wrapper .date-dot span::before {
  background-color: #fff;
}
body.highcontrast .booking-list .card .card-footer {
  border-top-color: rgba(255, 255, 255, 0.6);
  background-color: inherit;
}
body.highcontrast .profile-dropdown .dropdown-menu {
  border: 1px solid #f8ef1b;
}
body.highcontrast .pattern-1:before {
  background-color: #000;
}
body.highcontrast .pattern-2:before {
  background-color: #000;
}
body.highcontrast .pattern-3:before {
  background-color: #000;
}
body.highcontrast .pattern-4:before {
  background-color: #000;
}
body.highcontrast .text-link {
  color: #f8ef1b;
  text-decoration: underline;
}
body.highcontrast .link-second {
  color: #fff;
}
body.highcontrast .user-details .user-name, body.highcontrast .user-mail {
  color: #fff;
}
body.highcontrast .text-primary {
  color: #ffffff !important;
}
body.highcontrast .banner-image-wrapper .white-shape img, body.highcontrast.cluster-page .join-research a::after,
body.highcontrast .btn-with-arrow::after {
  filter: grayscale(1) brightness(0);
}
body.highcontrast .text-welcome h1, body.highcontrast .text-welcome .h1, body.highcontrast .prgrm-list-block .h3 a, body.highcontrast .application-wrap .form-wrap .form-group label,
body.highcontrast .dropzone .dz-message .dz-button, body.highcontrast .terms-sec .terms-subContent ul li,
body.highcontrast .terms-sec .terms-subContent .title-sub h4, body.highcontrast .terms-sec .terms-subContent .title-sub .h4,
body.highcontrast .ticket-details h6, body.highcontrast .ticket-details .h6, body.highcontrast .ticket-details p, body.highcontrast .section-grey .search-wrap .form-control,
body.highcontrast .copyright p, body.highcontrast .modal-title, body.highcontrast .error-list ul li, body.highcontrast .alert-info, body.highcontrast .form textarea, body.highcontrast .accordion-wrapper .card-body .btn-white.text-primary,
body.highcontrast .banner-inner-text .amount-text span, body.highcontrast .deliver-table th, body.highcontrast .research-block .author-section span {
  color: #fff !important;
}
body.highcontrast .icon-twitter:before, body.highcontrast .pagination-wrap nav li.active .page-link, body.highcontrast .nav-dropdown .dropdown-menu .dropdown-item:hover,
body.highcontrast .custom-pagination .next, body.highcontrast .vertical-step li.done .number {
  background-color: #f8ef1b;
}
body.highcontrast .tabs-wrapper .nav-tabs li a, body.highcontrast .btn-arrow, body.highcontrast .accordion-wrapper .accordion-item button,
body.highcontrast .prgrm-list-block h3 a,
body.highcontrast .prgrm-list-block .h3 a, body.highcontrast .box-curve .btn-primary, body.highcontrast .custom.checkbox > label, body.highcontrast .custom.radio > label,
body.highcontrast #btn_send_notification, body.highcontrast .nav-dropdown .dropdown-menu .dropdown-item:hover, body.highcontrast .read-more-button,
body.highcontrast .custom-pagination .previous, body.highcontrast .vertical-step li.done a, body.highcontrast .bottom-slidetext p a {
  color: #f8ef1b !important;
}
body.highcontrast .form input {
  border-bottom-color: #fff !important;
}
body.highcontrast .prgrm-list-block .feature-list li.find-more.bg-secondary, body.highcontrast .pagination-wrap nav li.active .page-link {
  background-color: #f8ef1b !important;
  color: #000 !important;
}
body.highcontrast .join-research a, body.highcontrast .pagination-wrap nav .page-link.active,
body.highcontrast .pagination-wrap nav .page-link:hover, body.highcontrast .nav-dropdown .dropdown-menu .dropdown-item:hover,
body.highcontrast .vertical-step li.current .number, body.highcontrast .custom-pagination .next, body.highcontrast .btn-with-arrow {
  color: #000 !important;
}
body.highcontrast .section-block.detailed-search-wrap.bg-yellow1, body.highcontrast .timing-wrap,
body.highcontrast .section.map-wrap.bg-yellow1 .bg-secondary, body.highcontrast .featured-wrap::after,
body.highcontrast .section.bg-green-shape.featured-wrap .bg-yellow1, body.highcontrast .pagination-wrap nav li:first-child .page-link:hover:before,
body.highcontrast .pagination-wrap nav li:last-child .page-link:hover:before, body.highcontrast .quiz-count .modal-body,
body.highcontrast .custom input[type=radio]:before, body.highcontrast #questionnaire-modal .modal-content,
body.highcontrast #quiz-complete .modal-content, body.highcontrast .modal-content-custom, body.highcontrast .key-box figure, body.highcontrast .section-theme::after,
body.highcontrast .radio-new [type=checkbox]:checked + label:before {
  background-color: #000 !important;
}
body.highcontrast .booking-wrap .nav-tabs, body.highcontrast .edit-profile .prof-pic.name, body.highcontrast .card-footer,
body.highcontrast .accordion-wrapper .accordion-item:hover,
body.highcontrast .share-pgm .social-share li:hover a.icon-twitter::before,
body.highcontrast .tabs-wrapper .nav-tabs li:hover a::before, body.highcontrast .tabs-wrapper .nav-tabs li:hover a::after,
body.highcontrast .research-tab::after, body.highcontrast .tabs-wrapper .tab-content::after, body.highcontrast .tabs-wrapper .nav-tabs li a.active::before,
body.highcontrast .tabs-wrapper .nav-tabs li a.active::after, body.highcontrast .section.bg-green-shape, body.highcontrast .yellow-wrapper.bg-yellow1,
body.highcontrast .accordion-wrapper .accordion-item.bg-primary, body.highcontrast .section.bg-orange-shape,
body.highcontrast .section.director-wrap.bg-yellow1, body.highcontrast .section.map-wrap.bg-yellow1, body.highcontrast .cluster-topic,
body.highcontrast .prgrm-list-block .prgrm-status, body.highcontrast .section-block.bg-meroon.featured-wrap, body.highcontrast .form-check .form-check-input:checked,
body.highcontrast .quiz-count .modal-header, body.highcontrast .vector-1::before, body.highcontrast .section.bg-blue-shape, body.highcontrast .alert-info, body.highcontrast .nav-dropdown .dropdown-menu,
body.highcontrast .accessibility .theme-switcher .accec-ico, body.highcontrast.border-line::before, body.highcontrast .video-play video, body.highcontrast .add-description,
body.highcontrast .grey-head {
  background-color: #191919 !important;
}
body.highcontrast .quiz-count .modal-content-custom, body.highcontrast .alert-info {
  border-color: #191919 !important;
}
body.highcontrast #questionnaire-modal .modal-body .btn {
  border-color: #fff;
}
body.highcontrast .btn-secondary, body.highcontrast .modal-body p a, body.highcontrast .mapouter .text-primary a,
body.highcontrast .cluster-topic ul li a, body.highcontrast .prgrm-list-block .feature-list li.find-more a, body.highcontrast .nav-wrapper .nav-tab a {
  color: #f8ef1b !important;
}
body.highcontrast .form .btn-wrap .btn {
  background-color: #f8ef1b !important;
  color: #000 !important;
  border-color: #f8ef1b;
}
body.highcontrast .profile-dropdown.name .btn {
  background-color: #191919;
  color: #f8ef1b;
}
body.highcontrast .pagination-wrap nav .page-link:hover, body.highcontrast .join-research a,
body.highcontrast .share-pgm .social-share li a.icon-twitter::before, body.highcontrast .cluster-topic ul li a.download-cluster::after,
body.highcontrast .pagination-wrap nav .page-link.active {
  background-color: #f8ef1b;
}
body.highcontrast .btn-close::after, body.highcontrast .popovertext span {
  background-color: #fff;
}
body.highcontrast .modal-body .btn {
  background-color: inherit;
  color: #f8ef1b;
}
body.highcontrast .accordion-wrapper .accordion-item button:after, body.highcontrast .dropzone .dz-message .dz-button:before,
body.highcontrast .box .add-descriptionTitle i::before, body.highcontrast .accordian-main .accordian-main-btn:after,
body.highcontrast .meet-speaker .accordian-main .accordian-main-btn > div:after, body.highcontrast .info-head a img, body.highcontrast .back-link img, body.highcontrast .delete-action img,
body.highcontrast .custom-upload-design img, body.highcontrast .research-block .author-section p img, body.highcontrast .research-block button.action-btn img {
  filter: brightness(0) invert(1);
}
body.highcontrast .map-wrap .timing-list li, body.highcontrast .deliver-table th,
body.highcontrast .deliver-table tbody td {
  border-bottom-color: #fff;
}
body.highcontrast .prompt-modal .btn-primary, body.highcontrast .form .btn-wrap .btn.btn-secondary {
  background-color: inherit !important;
  color: #f8ef1b !important;
}
body.highcontrast .section-grey .search-wrap .form-control {
  background-color: inherit;
}
body.highcontrast .custom input[type=checkbox]::before, body.highcontrast #quiz-complete .modal-content-custom {
  border-color: #000;
}
body.highcontrast .section-explore {
  border-bottom-color: #191919;
}
body.highcontrast .pagination-wrap nav li.active .page-link, body.highcontrast .vertical-step li.current .number,
body.highcontrast .radio-new [type=checkbox]:checked + label:before, body.highcontrast .custom-pagination .previous, body.highcontrast .vertical-step li.done .number,
body.highcontrast .research-block .action-btn {
  border-color: #f8ef1b;
}
body.highcontrast .error-list ul li.sucess::before {
  background-color: #fff;
}
body.highcontrast #btn_send_notification, body.highcontrast .add-link {
  border-bottom-color: #f8ef1b;
}
body.highcontrast .side-vector::before {
  -webkit-mask-image: url(../images/side-vector.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #191919 !important;
  background-image: none;
}
body.highcontrast .featured-slide .owl-nav .owl-prev.disabled, body.highcontrast .featured-slide .owl-nav .owl-next.disabled {
  background-color: #000 !important;
  border: 1px solid #f8ef1b !important;
}
body.highcontrast .tabs-wrapper.home-tab .tab-content::after {
  height: 480px;
}
body.highcontrast .box .add-descriptionTitle, body.highcontrast .slider-wrap, body.highcontrast .btn-white.text-primary, body.highcontrast .annual-research .btn-pdf {
  background-color: inherit;
}
body.highcontrast .box-curve, body.highcontrast .modal-content-custom {
  border-color: #191919;
}
body.highcontrast .accept-text {
  background-color: #191919;
}
body.highcontrast .accordion-wrapper .accordion-item .accordion-body li {
  background-color: inherit !important;
}
body.highcontrast .cluster-banner-bg figure::after {
  background: linear-gradient(264.97deg, rgba(15, 27, 85, 0) 12.29%, #191919 66.11%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
body.highcontrast .gradient-green::before {
  background: linear-gradient(271.29deg, rgba(0, 76, 44, 0) 1.22%, #191919 77.83%);
}
body.highcontrast .btn-application::after {
  filter: brightness(1) invert(1);
}
body.highcontrast .circle-image {
  border-color: #000;
  background-color: #000;
}
body.highcontrast .theme-overview::after {
  background-image: none;
}
body.highcontrast .vertical-step li.current::after, body.highcontrast .vertical-step li.done::after {
  background-color: #f8ef1b !important;
}
body.highcontrast .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.6) !important;
}

body.highcontrast .select2-container--default.select2-container--below .select2-selection--single .select2-selection__rendered {
  color: rgb(255, 255, 255) !important;
}

body.highcontrast .select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: #fff !important;
}

body.highcontrast .select-wrap .select2-container--below.select2-container--default .select2-selection__rendered {
  color: rgb(255, 255, 255);
}

body.highcontrast .contact-wrap .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
body.highcontrast .wizard > .steps .disabled a, body.highcontrast .wizard > .steps .disabled a:hover, body.highcontrast .wizard > .steps .disabled a:active {
  color: rgba(255, 255, 255, 0.6) !important;
}

body.highcontrast .btn-more-less.btn-view-more {
  color: transparent !important;
}

body.highcontrast .btn-more-less.btn-view-more::after {
  color: #f8ef1b;
}

body.highcontrast .iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}

body.highcontrast .select-wrap .select2-container--default .select2-selection--single,
body.highcontrast .iti--separate-dial-code .iti__selected-flag {
  border-bottom-color: #fff !important;
}

body.highcontrast .iti--separate-dial-code .form-control {
  background: linear-gradient(#fff, #fff) bottom -14px left 0/100% 1px content-box padding-box no-repeat !important;
}

body.highcontrast .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000;
}

body.modal-open.highcontrast .modal {
  background-color: rgba(255, 255, 255, 0.5);
}
body.modal-open.highcontrast .modal-content {
  background-color: #000;
}
body.modal-open.highcontrast .modal-title {
  color: #fff;
}

body.highcontrast .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

body.highcontrast .event-search .select-wrap .select2-container--below.select2-container--default.select2-active .select2-selection__rendered,
body.highcontrast .wizard > .content > .body label {
  color: #fff !important;
}

body.highcontrast .detailed-search-wrap .form-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.6);
}

body.highcontrast .btn-white,
body.highcontrast .btn-white.text-primary {
  color: #000 !important;
}

body.highcontrast .bg-transparent.text-white {
  color: #fff !important;
}

body.highcontrast #addCompanionFormModal.show, body.highcontrast #paymentSuccessModal.show,
body.highcontrast #confirmBookModal.show, body.highcontrast #confirmModal.show,
body.highcontrast #paymentFailModal.show, body.highcontrast #BookingFailedModal.show,
body.highcontrast #prerequisiteModal.show, body.highcontrast #loginRegisterModal.show {
  background-color: rgba(255, 255, 255, 0.5);
}

body.highcontrast .wizard > .content > .body {
  background-color: #000 !important;
}

body.highcontrast .wizard > .steps .current a, body.highcontrast .wizard > .steps .current a:hover, body.highcontrast .wizard > .steps .current a:active {
  color: #f8ef1b;
}
.owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-85px);
}
.owl-nav button {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.owl-nav button:after {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-image: url(../images/right-arrow.svg);
  width: 17px;
  height: 12px;
  background-color: #004C2C;
}
@media (max-width: 767.98px) {
  .owl-nav button:after {
    width: 15px;
    height: 11px;
  }
}
html[dir=rtl] .owl-nav button:after {
  transform: rotate(-180deg);
}
.owl-nav button.owl-prev {
  inset-inline-start: 15px;
}
.owl-nav button.owl-prev.disabled:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-nav button.owl-prev.disabled:hover {
  background-color: inherit !important;
  border-color: rgba(173, 175, 189, 0.5) !important;
}
.owl-nav button.owl-next {
  inset-inline-end: 15px;
}
.owl-nav button.owl-next:after {
  transform: rotate(-180deg);
}
html[dir=rtl] .owl-nav button.owl-next:after {
  transform: rotate(0deg);
}
.owl-nav button.owl-next.disabled:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-nav button.owl-next.disabled:hover {
  background-color: inherit !important;
  border-color: rgba(173, 175, 189, 0.5) !important;
}
.owl-nav button:hover {
  background-color: #004C2C !important;
  border-color: #004C2C !important;
}
.owl-nav button:hover::after {
  background-color: #fff;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  border: 2px solid white;
}

.instructor-slide .owl-nav {
  width: 140px;
  top: 5%;
  transform: translateY(-50%);
  inset-inline-end: 0;
}
.instructor-slide .owl-nav button {
  border: 1px solid #f0f1f5 !important;
}
@media (max-width: 767.98px) {
  .instructor-slide .owl-nav {
    width: 100px;
  }
}

.video-wrap {
  position: relative;
  padding: 60px 0;
}
.video-wrap video {
  display: block;
  width: 100%;
  height: 90vh;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 80px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .video-wrap video {
    height: 100%;
  }
}
.video-wrap .control-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.video-wrap .control-button .control-play {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .video-wrap .control-button .control-play {
    width: 100%;
    height: 100%;
  }
}
.video-wrap .control-button .control-play::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-image: url(../images/play-new.svg);
  background-color: #0F1B55;
  width: 74px;
  height: 74px;
}
@media (max-width: 767.98px) {
  .video-wrap .control-button .control-play::before {
    width: 20px;
    height: 20px;
  }
}
.video-wrap .control-button .control-play.control-pause::before {
  content: "";
  display: block;
  border: 2px solid #0F1B55;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 74px;
  height: 74px;
  -webkit-mask-image: url(../images/pause.svg);
  background-color: #0F1B55;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .video-wrap .control-button .control-play.control-pause::before {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .video-wrap .control-button .control-play {
    width: 100%;
    height: 100%;
  }
}

.pattern-1:before,
.pattern-2:before,
.pattern-3:before,
.pattern-4:before {
  z-index: 2;
}
.pattern-1 img,
.pattern-2 img,
.pattern-3 img,
.pattern-4 img {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .pattern-1,
.pattern-2,
.pattern-3,
.pattern-4 {
    display: flex;
    order: 2;
  }
}

.pattern-1 {
  position: relative;
}
.pattern-1::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: right;
  -webkit-mask-image: url(../images/shape-1.svg);
  position: absolute;
  inset: -3px;
  background-color: #fff;
}

.pattern-2 {
  position: relative;
}
.pattern-2::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/shape-2.svg);
  -webkit-mask-position: 0 0;
  position: absolute;
  inset: -2px;
  bottom: -3px;
  background-color: #fff;
}
html[dir=rtl] .pattern-2::before {
  -webkit-mask-position: right;
}

.pattern-3 {
  position: relative;
}
.pattern-3::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/shape-3.svg);
  position: absolute;
  inset: -1px;
  background-color: #fff;
}

.pattern-4 {
  position: relative;
}
.pattern-4::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/shape-4.svg);
  position: absolute;
  inset: -2px;
  background-color: #fff;
}
html[dir=rtl] .pattern-4::before {
  transform: rotateY(180deg);
}
.gif-image img {
  width: 400px;
}
@media (max-width: 767.98px) {
  .gif-image img {
    width: 250px;
  }
}

.vector-1 {
  position: relative;
  overflow: unset;
}
.vector-1::before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/vector-1.svg);
  -webkit-mask-position: 0 0;
  width: 440px;
  height: 340px;
  position: absolute;
  bottom: -75px;
  background-color: #0F1B55;
}
@media (max-width: 991.98px) {
  .vector-1::before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .vector-1::before {
    inset-inline-start: -50px;
  }
}

.text-welcome {
  position: relative;
}
.text-welcome h1, .text-welcome .h1 {
  color: #D43B2C;
  margin: 0;
  font-size: 46px;
  font-weight: 100;
  position: absolute;
  top: -180px;
  inset-inline-start: 135px;
}
@media (max-width: 1199.98px) {
  .text-welcome h1, .text-welcome .h1 {
    inset-inline-start: 80px;
  }
}
@media (max-width: 991.98px) {
  .text-welcome h1, .text-welcome .h1 {
    position: inherit;
    top: inherit;
    inset-inline-start: inherit;
    text-align: center;
    inset-inline-start: 0px;
  }
}

@media (max-width: 1700px) {
  .home-tab.tabs-wrapper .fig-circle img {
    -webkit-border-before: 2px solid transparent;
            border-block-start: 2px solid transparent;
    -webkit-border-start: 2px solid transparent;
            border-inline-start: 2px solid transparent;
  }
}
@media (max-width: 1199px) {
  .home-tab.tabs-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .home-tab.tabs-wrapper ul {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .home-tab.tabs-wrapper ul li a:after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-tab.tabs-wrapper h3, .home-tab.tabs-wrapper .h3 {
    font-size: 18px !important;
  }
}
.home-tab.tabs-wrapper .tab-content .tab-pane {
  transition: opacity 0s ease-in-out !important;
}
@media (max-width: 1199px) {
  .home-tab.tabs-wrapper .tab-content {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .home-tab.tabs-wrapper .tab-content .fig-circle {
    height: 180px !important;
    width: 180px !important;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .home-tab.tabs-wrapper .tab-content .fig-circle {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1199px) {
  .home-tab.tabs-wrapper .tab-content:after {
    height: 100%;
    -webkit-margin-start: -8px;
            margin-inline-start: -8px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .home-tab.tabs-wrapper .tab-content:after {
    height: 550px;
    width: 900px;
  }
}
.home-announcement .owl-stage .item {
  padding-inline: 10px;
}
@media (max-width: 767.98px) {
  .home-announcement .featured-slide .owl-nav {
    transform: translateY(0) !important;
  }
}

.announcement-image figure {
  width: 100% !important;
  max-height: 432px;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .announcement-image figure {
    max-height: 300px;
  }
}
.announcement-image figure img {
  -o-object-fit: contain;
     object-fit: contain;
  border-top-right-radius: 45px;
  overflow: hidden;
}
.captche {
  margin-bottom: 0;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
@media (max-width: 991.98px) {
  .captche {
    padding: 0px 0 30px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
}

@media (min-width: 1299px) {
  .login-page-wrap {
    margin-top: 0px;
  }
}
@media (max-width: 991.98px) {
  .login-page-wrap {
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    padding-bottom: 0;
    margin-top: 0px;
  }
}
.login-page-wrap .pattern {
  position: relative;
  border-top-right-radius: 100px;
  overflow: hidden;
  margin-bottom: 0;
}
.login-page-wrap .pattern img {
  display: block;
  width: 100%;
  height: auto;
}
.login-page-wrap .pattern .login-graphic {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .login-page-wrap .pattern .login-graphic {
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .login-page-wrap .justify-content-between .col-md-5 {
    width: 40%;
  }
  .login-page-wrap .justify-content-between .col-md-6 {
    width: 60%;
  }
}
.login-page-wrap .btn.btn-primary {
  font-size: 16px;
  font-weight: 500;
}
.login-page-wrap .form-title {
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
}
.login-page-wrap .captche {
  margin-bottom: 0;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
@media (max-width: 991.98px) {
  .login-page-wrap .captche {
    padding: 0px 0 30px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
}
.ui-datepicker .ui-datepicker-title select {
  margin: 1px 3px;
  border: 0;
  height: 27px;
}

.menu-open {
  overflow: hidden;
}
.title-section {
  padding-block: 100px;
}
@media (max-width: 991.98px) {
  .title-section {
    padding-block: 10px;
  }
}

.result-wrap p {
  color: black;
  font-size: 16px;
}
.result-wrap strong {
  color: #000;
  font-weight: 600;
}

.featured-wrap .item .prgrm-list-block p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.instructor-slide span {
  font-size: 16px;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .instructor-slide span {
    font-size: 14px;
  }
}

.prgrm-list-block {
  border: none;
  position: relative;
  border-radius: 0;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  background-color: inherit;
}
.prgrm-list-block figure {
  overflow: hidden;
  width: 390px;
  height: 390px;
  border-top-right-radius: 45px;
  margin: 0 0 25px;
  position: relative;
}
@media (max-width: 991.98px) {
  .prgrm-list-block figure {
    margin: 0 0 10px;
  }
}
.prgrm-list-block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.prgrm-list-block h3, .prgrm-list-block .h3 {
  color: #0F1B55;
  font-weight: 600;
}
@media (min-width: 992px) {
  .prgrm-list-block h3, .prgrm-list-block .h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.prgrm-list-block h3 a, .prgrm-list-block .h3 a {
  color: #0F1B55;
}
.prgrm-list-block p {
  font-size: 19px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .prgrm-list-block p {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .prgrm-list-block p {
    font-size: 16px;
  }
}
.prgrm-list-block .feature-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
}
.prgrm-list-block .feature-list li {
  background-color: inherit;
  border: 1px solid #fff;
  padding: 7px 18px;
  color: #fff;
  font-family: var(--secondary-font);
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  font-size: 16px;
  font-weight: 500;
  min-width: 130px;
  text-align: start;
}
@media (max-width: 1600px) {
  .prgrm-list-block .feature-list li {
    font-size: 15px;
    padding: 7px 15px;
    min-width: 120px;
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
}
@media (max-width: 991.98px) {
  .prgrm-list-block .feature-list li {
    font-size: 14px;
    -webkit-margin-end: 6px;
            margin-inline-end: 6px;
    padding: 7px 8px;
    min-width: 90px;
  }
}
html[dir=rtl] .prgrm-list-block .feature-list li {
  font-family: "brando-arabic", sans-serif !important;
}
.prgrm-list-block .feature-list li.find-more {
  background-color: #fff;
  border-top-right-radius: 20px;
  padding: 0;
}
.prgrm-list-block .feature-list li.find-more a {
  color: #004C2C;
  padding: 7px 18px;
  display: block;
}
.prgrm-list-block .feature-list .download-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prgrm-list-block .feature-list .download-pdf a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.prgrm-list-block .feature-list .download-pdf a::before {
  content: "";
  display: block;
  background-image: url(../images/pdf.svg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 20px;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}
.prgrm-list-block .feature-list .download-pdf.abstract a::before {
  background-image: url(../images/abstract.svg);
}
.prgrm-list-block:hover figure {
  overflow: hidden;
}
.prgrm-list-block:hover figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 767.98px) {
  .prgrm-list-block {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.prgrm-list-block.col-lg-7 {
  display: grid;
  align-items: center;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .prgrm-list-block.col-lg-7 {
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
  }
}
.prgrm-list-block .detail-info .btn-wrap {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .prgrm-list-block .detail-info .btn-wrap {
    margin-top: 0px;
  }
  .prgrm-list-block .detail-info .btn-wrap .btn-primary {
    padding: 3px 10px 0;
  }
}
.prgrm-list-block .card-body {
  padding: 0;
}
.prgrm-list-block .prgrm-status {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  padding: 10px 20px;
  min-width: 150px;
  background-color: #D43B2C;
  border-top-right-radius: 25px;
  color: #fff;
  font-family: var(--secondary-font);
}

@media (max-width: 767.98px) {
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
}
.detail-slide .prgrm-list-block {
  border-radius: 0;
  border-top-right-radius: 45px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.detail-slide .owl-nav button:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.detail-slide .owl-nav button:hover:after {
  background-color: white;
}

.start-date {
  position: relative;
  font-size: 17px;
  color: #0F1B55;
  font-weight: 300;
  font-family: var(--primary-font);
  display: flex;
  align-items: flex-start;
}
.start-date::before {
  content: "";
  display: block;
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 18px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  flex-shrink: 0;
}
html[dir=rtl] .start-date {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 1600px) {
  .start-date {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .start-date {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .start-date {
    margin-block: 15px;
  }
}
.start-date.event {
  margin-top: 0;
}
.start-date.event::before {
  background-image: url(../images/event-calendar.svg);
  width: 16px;
  height: 15px;
}
.start-date.time {
  margin-top: 0;
}
.start-date.time::before {
  background-image: url(../images/clock.svg);
  width: 16px;
  height: 16px;
}
.start-date.user {
  margin-top: 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  display: block;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
}
.start-date.user::before {
  background-image: url(../images/instructor.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  inset-inline-start: 0;
}

.pagination-wrap {
  text-align: center;
}
@media (max-width: 767.98px) {
  .pagination-wrap .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pagination-wrap nav {
  width: auto;
  height: auto;
}
.pagination-wrap nav li {
  margin: 5px;
}
.pagination-wrap nav li:first-child .page-link {
  border-radius: 50%;
  position: relative;
}
.pagination-wrap nav li:first-child .page-link:before {
  position: absolute;
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/page-arow.svg);
  width: 18px;
  height: 14px;
  position: absolute;
  inset-inline-start: 12px;
  transform: rotate(0deg);
  background-color: #0F1B55;
}
@media (max-width: 767.98px) {
  .pagination-wrap nav li:first-child .page-link:before {
    inset-inline-start: 9px;
    width: 14px;
  }
}
html[dir=rtl] .pagination-wrap nav li:first-child .page-link:before {
  transform: rotate(-180deg);
}
.pagination-wrap nav li:first-child .page-link:hover:before {
  background-color: #fff;
}
.pagination-wrap nav li:last-child .page-link {
  border-radius: 50%;
}
.pagination-wrap nav li:last-child .page-link:before {
  position: absolute;
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/page-arow.svg);
  width: 18px;
  height: 14px;
  position: absolute;
  inset-inline-start: 12px;
  transform: rotate(180deg);
  background-color: #0F1B55;
}
@media (max-width: 767.98px) {
  .pagination-wrap nav li:last-child .page-link:before {
    inset-inline-start: 9px;
    width: 14px;
  }
}
html[dir=rtl] .pagination-wrap nav li:last-child .page-link:before {
  transform: rotate(0deg);
}
.pagination-wrap nav li:last-child .page-link:hover:before {
  background-color: #fff;
}
.pagination-wrap nav li.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination-wrap nav li.active .page-link {
  background-color: #0F1B55;
  border-color: #0F1B55;
  color: #fff;
}
.pagination-wrap nav .page-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 31px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0F1B55;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .pagination-wrap nav .page-link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.pagination-wrap nav .page-link:hover {
  background-color: #0F1B55;
  color: #fff;
}
.pagination-wrap nav .page-link.active {
  background-color: #0F1B55;
  color: #fff;
}

.form-wrap {
  position: relative;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
@media (max-width: 767.98px) {
  .form-wrap {
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    margin-top: 20px;
  }
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.fv-plugins-message-container.invalid-feedback {
  right: auto;
  inset-inline-start: 0;
  font-weight: 300;
  color: #D43B2C;
}

.select-wrap-reg + .fv-plugins-message-container.invalid-feedback {
  inset-inline-start: 15px;
}

.iti--separate-dial-code + .fv-plugins-message-container.invalid-feedback {
  inset-inline-start: 95px;
}
html[dir=rtl] .iti--separate-dial-code + .fv-plugins-message-container.invalid-feedback {
  inset-inline-start: 0;
}
.toggle-nav {
  display: none;
  position: absolute;
  inset-inline-end: 0px;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 130px;
  overflow: hidden;
  border-top: 2px solid #0F1B55;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.toggle-nav::before {
  content: "";
  position: absolute;
  background-color: #0F1B55;
  width: 20px;
  height: 2px;
  inset-block-start: 0;
  top: 5px;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.toggle-nav::after {
  content: "";
  position: absolute;
  background-color: #0F1B55;
  width: 20px;
  height: 2px;
  inset-block-start: 0;
  top: 12px;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 767.98px) {
  .toggle-nav {
    display: block;
    top: 150px;
  }
}
.toggle-nav.close {
  border-top: 1px solid transparent;
}
.toggle-nav.close::before {
  top: 7px;
  transform: rotate(45deg);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.toggle-nav.close::after {
  transform: rotate(-45deg);
  top: 7px;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mobile-burger {
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (max-width: 767.98px) {
  .mobile-burger {
    opacity: 0;
    padding-top: 10px;
    transform: translateY(-50px);
    height: 0px;
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .mobile-burger.on {
    display: block;
    height: auto;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0px);
    transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding-top: 15px;
  }
}
.sub-text {
  font-family: var(--secondary-font);
  color: #0F1B55;
  font-weight: 500;
}
html[dir=rtl] .sub-text {
  font-family: "brando-arabic", sans-serif !important;
}
.featured-slide figure {
  width: 280px;
  height: 280px;
  border: none;
  position: relative;
  border-top-right-radius: 45px;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .featured-slide figure {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.featured-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-slide .prgrm-list-block {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
@media (max-width: 1600px) {
  .featured-slide .prgrm-list-block {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }
}
@media (max-width: 991.98px) {
  .featured-slide .prgrm-list-block {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
}
.featured-slide.img-size figure {
  max-height: 280px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .featured-slide .owl-stage {
    display: block;
  }
}
.featured-slide .owl-stage .item {
  padding-inline: 10px;
}
.featured-wrap {
  z-index: 1;
}
.featured-wrap .mt-5 {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .featured-wrap .mt-5 {
    padding-top: 0px;
  }
}
.featured-wrap .featured-slide .col-lg-4 {
  width: 25%;
}
@media (max-width: 991.98px) {
  .featured-wrap .featured-slide .col-lg-4 {
    width: 100%;
  }
}
.featured-wrap .featured-slide .card-body {
  padding: 0;
}
@media (max-width: 1199.98px) {
  .featured-wrap .featured-slide .card-body {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .featured-wrap .featured-slide .card-body {
    margin-bottom: 50px;
  }
}
.featured-wrap .featured-slide .owl-nav {
  bottom: 50%;
  transform: translateY(-15px);
}
@media (max-width: 767.98px) {
  .featured-wrap .featured-slide .owl-nav {
    transform: translateY(-45px);
    bottom: 0;
    top: 100%;
  }
}
.featured-wrap .view-all {
  padding-top: 0px;
}
.featured-wrap::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/clip-path.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 1700px;
  height: 468px;
  background-color: #003E25;
  position: absolute;
  top: 0;
  z-index: -1;
  inset-inline-end: 0;
}
@media (max-width: 991.98px) {
  .featured-wrap::after {
    display: none;
  }
}
html[dir=rtl] .featured-wrap::after {
  transform: scaleY(-1) rotate(-180deg);
}
.featured-wrap .start-date {
  color: #fff;
}
.featured-wrap.bg-meroon::after {
  display: none;
}
@media (max-width: 767.98px) {
  .featured-wrap.bg-meroon .featured-slide .owl-nav {
    transform: none;
    bottom: 0;
    top: auto;
  }
}
.featured-wrap.bg-none::after {
  display: none;
}
.featured-wrap.bg-white .owl-nav button {
  border-color: #0F1B55 !important;
}
.featured-wrap.bg-white .owl-nav button::after {
  background-color: #0F1B55;
}

@media (max-width: 1600px) and (min-width: 1400px) {
  .featured-slide.event-slider .card-body {
    padding: 0 30px;
  }
}
.featured-slide .owl-nav {
  position: absolute;
  width: 140px;
  height: 52px;
  inset-inline-end: 0;
  inset-block-end: 0px;
  bottom: 0;
  top: auto;
  transform: translateY(-40px);
}
@media (max-width: 1199.98px) {
  .featured-slide .owl-nav {
    transform: translateY(-80px);
  }
}
@media (max-width: 991.98px) {
  .featured-slide .owl-nav {
    inset-block-start: 90px;
  }
}
.featured-slide .owl-nav button {
  border: 1px solid #fff !important;
  background-color: inherit !important;
}
.featured-slide .owl-nav button:after {
  background-color: #fff;
}
.featured-slide .owl-nav button.disabled:after {
  background-color: #ADAFBD;
}
@media (max-width: 767.98px) {
  .featured-slide .owl-nav {
    width: 100px;
    bottom: 90%;
    inset-block-end: 40px;
  }
}
@media (max-width: 1199.98px) {
  .featured-slide .prgrm-list-block {
    padding-top: 0rem !important;
  }
}
@media (max-width: 767.98px) {
  .featured-slide .start-date {
    margin-block: 15px 0;
  }
}

.event-slider .owl-nav {
  bottom: 50%;
  top: auto;
  transform: translateY(-10%);
}

.right-radius {
  border: none;
  position: relative;
  border-top-right-radius: 45px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  overflow: hidden;
}
.right-radius img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.right-radius:hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 991.98px) {
  .explore-age .age-list {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
  .explore-age .age-list li {
    width: 40% !important;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .explore-age .right-radius {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.explore-age .prgrm-list-block {
  border: none;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  -webkit-margin-after: 35px;
  margin-block-end: 35px;
  overflow: hidden;
  border-radius: 0;
  border-top-right-radius: 45px;
}
.explore-age h2, .explore-age .h2 {
  max-width: 80%;
}
@media (max-width: 991.98px) {
  .explore-age h2, .explore-age .h2 {
    max-width: 100%;
  }
}
.explore-age h2 a, .explore-age .h2 a {
  color: #0F1B55;
}
.explore-age .gx-5 {
  --bs-gutter-x: 5rem !important;
}
@media (max-width: 1199.98px) {
  .explore-age .gx-5 {
    --bs-gutter-x: 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .explore-age .gx-5 {
    --bs-gutter-x: 0rem !important;
  }
}
@media (max-width: 991.98px) {
  .explore-age .p-5 {
    padding: 0 !important;
  }
}

.text-end {
  text-align: right !important;
}
html[dir=rtl] .text-end {
  text-align: left !important;
}

.age-list {
  list-style: none;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media (max-width: 991.98px) {
  .age-list {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
  }
}
.age-list li {
  padding-block: 15px;
}
@media (max-width: 991.98px) {
  .age-list li:last-child {
    padding-block: 15px 0;
  }
}
.age-list li .card {
  border-bottom: 1px solid rgba(173, 175, 189, 0.3);
  border-left: none;
  border-right: none;
  position: relative;
  border-top: none;
  background-color: transparent;
  border-radius: 0;
  display: block;
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .age-list li .card {
    padding: 0;
  }
}
.age-list li .card:after {
  background-color: rgba(173, 175, 189, 0.3);
  content: "";
  position: absolute;
  width: 10%;
  height: 1px;
  opacity: 0;
  inset-inline-start: 0;
  bottom: -1px;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.age-list li .card:hover:after {
  background-color: #0F1B55;
  width: 100%;
  height: 1px;
  opacity: 1;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.age-list li .card a {
  color: #0F1B55;
}
.age-list li .courses-tag {
  margin: 0;
  background-color: transparent;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
.age-list li h4, .age-list li .h4 {
  font-weight: 600;
}

.detailed-search-wrap .form-wrap {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
@media (max-width: 767.98px) {
  .detailed-search-wrap {
    min-height: 230px;
  }
}

.programe-stream-wrap figure {
  border: none;
  position: relative;
  border-top-right-radius: 45px;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 42px;
}
.programe-stream-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199.98px) {
  .programe-stream-wrap figure {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .programe-stream-wrap figure {
    margin-bottom: 20px;
  }
}
.programe-stream-wrap .grid-item {
  margin-bottom: 116px;
}
@media (max-width: 991.98px) {
  .programe-stream-wrap .grid-item {
    margin-bottom: 8px;
  }
}
.programe-stream-wrap .grid-item p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .programe-stream-wrap .grid-item p {
    font-size: 16px;
  }
}
.programe-stream-wrap .grid-item:first-child {
  margin-bottom: 62px;
}
@media (max-width: 991.98px) {
  .programe-stream-wrap .grid-item:first-child {
    margin-bottom: 8px;
  }
}
.programe-stream-wrap .grid-item:first-child p {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .programe-stream-wrap .grid-item:first-child p {
    font-size: 16px;
  }
}

.explore-age .col-lg-7 {
  -webkit-padding-start: 42px;
          padding-inline-start: 42px;
}
@media (max-width: 991.98px) {
  .explore-age .col-lg-7 {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
  }
}
@media (max-width: 991.98px) {
  .explore-age .prgrm-list-block {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.explore-age .prgrm-list-block p {
  font-size: 22px !important;
}
@media (max-width: 991.98px) {
  .explore-age .prgrm-list-block p {
    font-size: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .explore-age .prgrm-list-block .card-body {
    padding: 0;
  }
}
.explore-age .age-list .card h4, .explore-age .age-list .card .h4 {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .explore-age .age-list .card h4, .explore-age .age-list .card .h4 {
    font-size: 18px;
  }
}
.explore-age .age-list .card .courses-tag {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .explore-age .age-list .card .courses-tag {
    font-size: 15px;
  }
}

.section-block.pb-0 .sub-text {
  margin: 0px;
}

@media (max-width: 767.98px) {
  .explore-stream .grid-wrapper .grid-item:last-child {
    margin-bottom: 0px;
  }
}
#checkout-result-title {
  opacity: 0;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  height: 0px;
  font-size: 32px;
  position: absolute;
  transform: translateY(0px);
  top: -60px;
  inset-inline-start: 25px;
}
@media (max-width: 767.98px) {
  #checkout-result-title {
    font-size: 20px;
    top: -35px;
  }
}
#checkout-result-title.show-hide {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  height: auto;
  transform: translateY(0px);
}

@media (max-width: 767.98px) {
  .section-recommended .owl-carousel {
    padding-top: 30px;
  }
}
.section-recommended .owl-nav {
  top: 0;
  inset-inline-end: 65px;
}
@media (max-width: 767.98px) {
  .section-recommended .owl-nav {
    top: 70px;
  }
}
@media (max-width: 1199.98px) {
  .section-recommended .owl-nav {
    inset-inline-end: 0px;
  }
}
.section-recommended .owl-prev {
  inset-inline-end: 0;
  inset-inline-start: auto !important;
}
@media (max-width: 1199.98px) {
  .section-recommended .owl-prev {
    inset-inline-end: 70px;
  }
}

.feature-list.green li {
  color: #004C2C;
  border-color: #004C2C;
}

.featured-slide-hide .owl-nav {
  display: none;
}

.card-subcontent span:first-child {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.mCSB_scrollTools.mCSB_1_scrollbar.mCS-light.mCSB_scrollTools_horizontal {
  display: none !important;
}
.no-result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.no-result p {
  margin: 0;
  color: #0F1B55;
  font-weight: 500;
}
.no-result .fa {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.article-section p {
  color: #fff;
  font-size: 18px;
  -webkit-line-clamp: inherit !important;
  -webkit-box-orient: inherit !important;
  overflow: visible !important;
  display: block !important;
}
.article-section.js-article-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-section.js-article-wrapper.expand {
  -webkit-line-clamp: inherit;
}

.section-upcoming .prgrm-list-block h3, .section-upcoming .prgrm-list-block .h3 {
  font-size: 17px;
}

.research-slider .prgrm-list-block h3, .research-slider .prgrm-list-block .h3 {
  -webkit-line-clamp: inherit;
  margin-bottom: 12px !important;
  font-size: 25px;
}
@media (max-width: 991.98px) {
  .research-slider .prgrm-list-block h3, .research-slider .prgrm-list-block .h3 {
    font-size: 20px;
  }
}

.start-date.icon-day:before {
  -webkit-mask-image: url(../images/days.svg);
          mask-image: url(../images/days.svg);
  background: #fff;
  width: 24px;
  height: 24px;
}
.start-date.icon-session:before {
  -webkit-mask-image: url(../images/session.svg);
          mask-image: url(../images/session.svg);
  background: #fff;
  width: 24px;
  height: 24px;
}
.start-date.icon-rate:before {
  -webkit-mask-image: url(../images/cost.svg);
          mask-image: url(../images/cost.svg);
  background: #fff;
  width: 24px;
  height: 24px;
}
.start-date.icon-time:before {
  -webkit-mask-image: url(../images/time.svg);
          mask-image: url(../images/time.svg);
  background: #fff;
  width: 24px;
  height: 24px;
}

.see-more-link a {
  text-decoration: underline;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

@media (min-width: 991px) and (max-width: 1230px) {
  .info-wrapper .start-date {
    text-wrap: nowrap;
    font-size: 15px;
  }
  .info-wrapper .start-date::before {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .info-wrapper .start-date.icon-time::before {
    width: 21px;
    height: 21px;
  }
}

.current-status {
  display: block;
  position: absolute;
  top: 30px;
  inset-inline-start: -140px;
  width: 370px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transform: rotate(-45deg);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #004C2C;
  border: none;
}
html[dir=rtl] .current-status {
  transform: rotate(45deg);
}
.current-status.past {
  background-color: #C4C6CC;
}
.current-status.future {
  background-color: #0F1B55;
}
.instructor-slider .owl-height {
  height: 100% !important;
}
.inner-pages {
  background-color: #fff;
}
.inner-pages h1, .inner-pages .h1 {
  font-size: 88px;
  font-weight: 600;
  margin-bottom: 105px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .inner-pages h1, .inner-pages .h1 {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .inner-pages h1, .inner-pages .h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.inner-pages .title-section {
  padding-block: 15px;
}

.share-pgm {
  display: inline-flex;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  position: relative;
  color: #000;
  align-items: center;
  height: 50px;
  cursor: pointer;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.share-pgm p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #0F1B55;
}
@media (max-width: 767.98px) {
  .share-pgm {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
  }
}
.share-pgm:before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/share-ico.svg);
  width: 24px;
  height: 20px;
  position: absolute;
  inset-inline-start: 0px;
  background-color: #ADAFBD;
  inset-block-start: 47%;
  transform: translateY(-50%);
}
.share-pgm .social-share {
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  padding: 10px 15px;
  bottom: -80px;
  inset-inline-start: 0px;
  list-style: none;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: #fff;
  border-top-right-radius: 20px;
  border: 1px solid rgba(173, 175, 189, 0.5);
}
@media (max-width: 767.98px) {
  .share-pgm .social-share {
    padding: 11px 8px;
  }
}
@media (max-width: 575.98px) {
  .share-pgm .social-share {
    inset-inline-start: -80px;
  }
}
.share-pgm .social-share li {
  list-style: none;
}
.share-pgm .social-share li a {
  font-size: 15px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F1B55;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background-color: rgba(173, 175, 189, 0.15);
  white-space: nowrap;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
@media (max-width: 991.98px) {
  .share-pgm .social-share li a {
    font-size: 13px;
  }
}
.share-pgm .social-share li a i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.share-pgm .social-share li a:hover {
  color: #0F1B55;
  background-color: white;
  opacity: 0.7;
}
.share-pgm .social-share li a:hover.icon-twitter::before {
  background-color: #fff;
}
.share-pgm .social-share li a.icon-twitter::before {
  background-color: #0F1B55;
  width: 14px;
  height: 14px;
}
.share-pgm .social-share li:hover a {
  background-color: #0F1B55;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
}
.share-pgm .social-share li:last-child a {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.share-pgm .social-share.open {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  pointer-events: fill;
  bottom: -50px;
}
@media (max-width: 991.98px) {
  .share-pgm .social-share.open {
    bottom: -50px;
  }
}
.share-pgm:hover {
  color: #0F1B55;
}

.slider-wrap {
  background-color: #fff;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  border-top-right-radius: 46px;
}
.slider-wrap .card-body {
  padding: 0;
}
.slider-wrap .prgrm-list-block {
  background: transparent;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  border-radius: 0;
  border-top-right-radius: 45px;
}
.slider-wrap .prgrm-list-block figure {
  border-radius: 0;
  border-top-right-radius: 45px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .slider-wrap .prgrm-list-block figure {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .slider-wrap .prgrm-list-block figure {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .slider-wrap .prgrm-list-block figure {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .slider-wrap {
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
    background-color: inherit;
  }
}
.slider-wrap .item {
  border-top-right-radius: 46px;
  overflow: hidden;
}
.slider-wrap .owl-nav {
  transform: translateY(0);
}

.about-wrap {
  padding-block: 100px;
}
@media (max-width: 1199.98px) {
  .about-wrap {
    padding-block: 50px;
  }
}
@media (max-width: 767.98px) {
  .about-wrap {
    padding-block: 0px;
  }
}

.detail-spot {
  -webkit-padding-before: 35px;
          padding-block-start: 35px;
  -webkit-padding-after: 0px;
          padding-block-end: 0px;
  overflow: visible;
  z-index: 2;
}
.detail-spot .col-lg-4 {
  margin-bottom: -80px;
}
@media (max-width: 991.98px) {
  .detail-spot .col-lg-4 {
    margin-bottom: 0px;
  }
}
.detail-spot .gx-5 {
  --bs-gutter-x: 4rem !important;
}
@media (max-width: 1199.98px) {
  .detail-spot .gx-5 {
    --bs-gutter-x: 3rem !important;
  }
}
.detail-spot .owl-nav {
  transform: translateY(0);
}
@media (max-width: 991.98px) {
  .detail-spot .pt-5 {
    padding-top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .detail-spot.title-section .slider-wrap {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}
@media (max-width: 767.98px) {
  .detail-spot.title-section .slider-wrap {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
.detail-spot .prgrm-list-block .col .cell p {
  white-space: nowrap;
}

.instructor-pro {
  padding-top: 0 !important;
}
@media (max-width: 991.98px) {
  .instructor-pro {
    padding-top: 20px !important;
  }
}
.instructor-pro .gx-5 {
  --bs-gutter-x: 6rem !important;
}
.instructor-pro .title-sub {
  position: relative;
  -webkit-padding-before: 150px;
          padding-block-start: 150px;
}
@media (max-width: 1599px) {
  .instructor-pro .title-sub {
    -webkit-padding-before: 110px;
            padding-block-start: 110px;
  }
}
@media (max-width: 991.98px) {
  .instructor-pro .title-sub {
    -webkit-padding-before: 65px;
            padding-block-start: 65px;
  }
}
.instructor-pro .title-sub:before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/qout-icon.svg);
  width: 88px;
  height: 80px;
  position: absolute;
  inset-block-start: 0;
  background-color: #004C2C;
}
@media (max-width: 991.98px) {
  .instructor-pro .title-sub:before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .instructor-pro .title-sub:before {
    width: 40px;
    height: 40px;
  }
}
.instructor-pro .container-lg {
  position: relative;
}
.instructor-pro .overlay-title {
  width: 100%;
  height: auto;
  margin-bottom: -21%;
  position: relative;
  z-index: 1;
}
.instructor-pro .overlay-title .title-sub {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
@media (max-width: 991.98px) {
  .instructor-pro .overlay-title .title-sub {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .instructor-pro .overlay-title {
    margin-bottom: 0;
  }
  .instructor-pro .overlay-title .col-md-6 {
    width: 100%;
  }
}
.instructor-pro .align-v-end {
  padding-bottom: 50px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}
@media (max-width: 1630px) {
  .instructor-pro .align-v-end {
    padding-top: 35%;
  }
}
@media (max-width: 991.98px) {
  .instructor-pro .align-v-end {
    padding-top: 0;
    padding-bottom: 0px;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.instructor-pro.section-block {
  padding-top: 54px !important;
}
@media (max-width: 991.98px) {
  .instructor-pro.section-block {
    padding-top: 15px !important;
  }
}

.accordion li.space-tab {
  position: relative;
  background-color: #fff;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  list-style: none;
  padding-block: 40px;
}
@media (max-width: 991.98px) {
  .accordion li.space-tab {
    padding-block: 20px;
  }
}
.accordion li.space-tab .inner {
  display: none;
  margin: 0;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  -webkit-border-start: 2px solid #F1E9CD;
          border-inline-start: 2px solid #F1E9CD;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .accordion li.space-tab .inner {
    font-size: 14px;
    padding: 0 15px 0px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
}
.accordion li.space-tab .inner ul {
  list-style: none;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.accordion li.space-tab .inner ul li {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  border: none;
  font-weight: 300;
  padding-block: 0px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .accordion li.space-tab .inner ul li {
    font-size: 14px;
    padding-block: 0px;
  }
}
.accordion li.space-tab .inner ul li:before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/arrow-list.svg);
  width: 14px;
  height: 13px;
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 4px;
  background-color: #fff;
}
html[dir=rtl] .accordion li.space-tab .inner ul li:before {
  inset-block-start: 12px;
  transform: rotate(-180deg);
}
.accordion li.space-tab .inner p {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .accordion li.space-tab .inner p {
    font-size: 16px;
  }
}
.accordion li.space-tab.active a.toggle:before {
  content: "_";
  font-size: 26px;
  line-height: 56px;
  transform: rotate(-180deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion li.space-tab:last-child {
  border-bottom: none;
  padding-block: 40px;
}
@media (max-width: 991.98px) {
  .accordion li.space-tab:last-child {
    padding-block: 20px;
  }
}
.accordion li.space-tab.bg-primary a.toggle {
  color: #fff;
}
.accordion li.space-tab.bg-primary a.toggle::before {
  color: #fff;
}
.accordion a.toggle {
  width: 100%;
  display: block;
  position: relative;
  padding-block: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  -webkit-padding-end: 70px;
          padding-inline-end: 70px;
  font-family: var(--secondary-font);
  color: #0F1B55;
  font-size: 40px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 991.98px) {
  .accordion a.toggle {
    font-size: 18px;
    line-height: 18px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    padding-block: 0px;
  }
}
.accordion a.toggle:after {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  inset-block-start: 13px;
  inset-inline-end: 30px;
  border-radius: 50%;
  font-weight: 400;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .accordion a.toggle:after {
    width: 30px;
    height: 30px;
    inset-block-start: 10px;
    inset-inline-end: 13px;
  }
}
.accordion a.toggle:before {
  position: absolute;
  content: "+";
  font-size: 40px;
  font-weight: 500;
  inset-inline-end: 0px;
  inset-block-start: 0px;
  line-height: 31px;
  color: #0F1B55;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .accordion a.toggle:before {
    inset-block-start: -5px;
    font-size: 30px;
  }
}
html[dir=rtl] .accordion a.toggle {
  font-family: "brando-arabic", sans-serif !important;
}
.accordion a.toggle.active:before {
  content: "_";
  font-size: 40px;
  line-height: 56px;
  transform: rotate(-180deg);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.instructor-pro figure {
  position: relative;
  border-top-right-radius: 45px;
  overflow: hidden;
}
.instructor-pro figure img {
  width: 100%;
  height: auto;
}
.instructor-pro .d-flex {
  display: flex !important;
  height: 100%;
  width: 100%;
  position: relative;
  align-items: flex-end;
}

.title-sub {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .title-sub {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .title-sub {
    margin-bottom: 0px;
  }
}

.courses-tag {
  position: relative;
  background-color: #f0f1f5;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  padding-block: 6px;
  color: #0F1B55;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  font-family: var(--secondary-font);
  font-weight: 600;
  width: auto;
  display: inline-block;
  margin: 0 0 20px;
}
html[dir=rtl] .courses-tag {
  font-family: "brando-arabic", sans-serif !important;
}
.courses-tag:before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/book-ico.svg);
  width: 18px;
  height: 14px;
  position: absolute;
  inset-inline-start: 11px;
  inset-block-end: 11px;
  background-color: #0F1B55;
  display: none;
}

.instructor-slide .courses-tag {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  margin: 25px 0 18px;
}
@media (max-width: 767.98px) {
  .instructor-slide .courses-tag {
    margin: 10px 0 18px;
  }
}
.instructor-slide .courses-tag:before {
  display: none;
}
.instructor-slide .title-sub {
  margin-bottom: 0;
}

.instructor-slide p {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .instructor-slide p {
    font-size: 16px;
  }
}
.instructor-slide h4, .instructor-slide .h4 {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .instructor-slide h4, .instructor-slide .h4 {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .related-wrap .prgrm-list-block figure {
    height: auto;
  }
}
.related-wrap .col {
  display: flex;
  align-items: end;
}
.related-wrap .related-slide {
  margin-bottom: 0;
  margin-block: 20px 0;
}
.related-wrap .related-slide .prgrm-list-block .start-date {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .related-wrap .related-slide .prgrm-list-block .start-date {
    margin-block: 25px 0;
  }
}
@media (min-width: 1200px) {
  .related-wrap .related-slide .owl-nav button.owl-next {
    inset-inline-end: -65px;
  }
  .related-wrap .related-slide .owl-nav button.owl-prev {
    inset-inline-start: -65px;
  }
}
.related-wrap .prgrm-list-block {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .related-wrap .col-auto {
    flex: none;
    width: 100%;
  }
  .related-wrap .col-auto .view-all {
    padding-top: 0;
  }
}

.view-all {
  font-family: var(--secondary-font);
  font-size: 22px;
  color: #0F1B55;
  text-decoration: underline;
  display: block;
  padding-top: 25px;
  font-weight: 600;
}
html[dir=rtl] .view-all {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 991.98px) {
  .view-all {
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
  }
  html[dir=rtl] .view-all {
    text-align: right;
  }
}
.view-all:hover {
  color: #004C2C;
}

.related-slide .prgrm-list-block {
  border-radius: 0;
  border-top-right-radius: 45px;
  background: transparent;
}
.related-slide .prgrm-list-block .card-body {
  padding: 0px;
}
@media (max-width: 767.98px) {
  .related-slide {
    margin-block: 20px 0;
  }
}
.related-slide .owl-nav button {
  border: 1px solid #0F1B55 !important;
}
.related-slide .owl-nav button::after {
  background-image: none !important;
}
.related-slide .owl-nav button.owl-next {
  inset-inline-end: 50px;
}

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

.event-search {
  position: relative;
  background-color: rgba(196, 198, 204, 0.2);
  border-top-right-radius: 46px;
}
.event-search.section {
  padding-block: 110px;
}
@media (max-width: 767.98px) {
  .event-search.section {
    padding-block: 30px;
    padding-bottom: 35px;
  }
}
.event-search .form-wrap {
  position: relative;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (max-width: 767.98px) {
  .event-search .form-wrap {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
.event-search .search-wrap input {
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent !important;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.event-search .search-wrap input:focus {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.6) !important;
  border-color: #adafbd !important;
}
.event-search .search-wrap:before {
  display: none;
}
.event-search .search-wrap select {
  color: black;
}
.event-search .search-wrap input::-moz-placeholder {
  color: black;
}
.event-search .search-wrap input::placeholder {
  color: black;
}
.event-search .search-wrap .search-btn {
  background-color: #000;
}
.event-search select {
  color: black;
  position: relative;
  background-position: right 22px;
  background-repeat: no-repeat;
  background-size: 13px;
  background-image: url(../images/select-arw-grey.svg);
}
.event-search select:focus {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.6) !important;
  border-color: #adafbd !important;
}
.event-search select option {
  color: #000;
}
.event-search .datepicker-wrapper .form-control {
  background-color: inherit !important;
  color: rgba(0, 0, 0, 0.6);
}
.event-search .datepicker-wrapper .form-control:focus {
  color: black !important;
}
@media (max-width: 767.98px) {
  .event-search .toggle-nav {
    top: 125px;
  }
  .event-search .toggle-nav.close {
    border-top: none;
  }
}
@media (max-width: 767.98px) {
  .event-search {
    padding-bottom: 40px;
  }
  .event-search.section-block .form-wrap {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
  .event-search .row.gy-3 {
    --bs-gutter-y: 0rem !important;
  }
  .event-search .select-wrap {
    padding-top: 5px;
  }
}

.search-result-wrap .gx-5 {
  --bs-gutter-x: 5rem !important;
}
@media (max-width: 1199.98px) {
  .search-result-wrap .gx-5 {
    --bs-gutter-x: 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .search-result-wrap .gx-5 {
    --bs-gutter-x: 0rem !important;
  }
}
.search-result-wrap .result-wrap {
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  display: none;
}
.search-result-wrap .prgrm-list-block {
  -webkit-margin-after: 65px;
          margin-block-end: 65px;
  border-radius: 0;
  border-top-right-radius: 45px;
}
@media (max-width: 767.98px) {
  .search-result-wrap .prgrm-list-block {
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
}
.search-result-wrap .prgrm-list-block h4, .search-result-wrap .prgrm-list-block .h4 {
  font-weight: 600;
  max-width: 85%;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .search-result-wrap .prgrm-list-block h4, .search-result-wrap .prgrm-list-block .h4 {
    max-width: 100%;
  }
}

.similar-slide,
.program-eve-list {
  -webkit-margin-before: 62px;
          margin-block-start: 62px;
}
@media (max-width: 767.98px) {
  .similar-slide,
.program-eve-list {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}
.similar-slide .prgrm-list-block,
.program-eve-list .prgrm-list-block {
  border-radius: 0;
  border-top-right-radius: 45px;
  background: transparent;
}
.similar-slide .card-body,
.program-eve-list .card-body {
  padding: 0;
}
.similar-slide h4, .similar-slide .h4,
.program-eve-list h4,
.program-eve-list .h4 {
  font-weight: 600;
  margin: 15px 0;
}
@media (max-width: 991.98px) {
  .similar-slide h4, .similar-slide .h4,
.program-eve-list h4,
.program-eve-list .h4 {
    max-width: 100%;
  }
}
.similar-slide .d-flex,
.program-eve-list .d-flex {
  margin-top: 15px;
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .similar-slide .d-flex,
.program-eve-list .d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .similar-slide .d-flex,
.program-eve-list .d-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .similar-slide .d-flex,
.program-eve-list .d-flex {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .similar-slide .d-flex,
.program-eve-list .d-flex {
    flex-wrap: wrap;
  }
}
.similar-slide .start-date,
.program-eve-list .start-date {
  margin-block: 0;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .similar-slide .start-date,
.program-eve-list .start-date {
    font-size: 14px;
  }
}
.similar-slide .feature-list,
.program-eve-list .feature-list {
  padding-bottom: 10px;
}
.similar-slide .location-ico,
.program-eve-list .location-ico {
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .similar-slide .location-ico,
.program-eve-list .location-ico {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .similar-slide .owl-nav button.owl-prev,
.program-eve-list .owl-nav button.owl-prev {
    inset-inline-start: -65px;
  }
  .similar-slide .owl-nav button.owl-next,
.program-eve-list .owl-nav button.owl-next {
    inset-inline-end: -65px;
  }
}
.similar-slide .prgrm-list-block figure,
.program-eve-list .prgrm-list-block figure {
  width: 100%;
}

@media (max-width: 991.98px) {
  .section-block.related-wrap .similar-slide,
.section-block.related-wrap .program-eve-list {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.program-eve-list .prgrm-list-block figure {
  width: 100%;
}

.search-result-wrap .prgrm-list-block {
  border-radius: 0;
  border-top-right-radius: 45px;
}
.search-result-wrap .prgrm-list-block .start-date {
  margin-block: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  white-space: nowrap;
  min-width: 120px;
}
@media (max-width: 1199.98px) {
  .search-result-wrap .prgrm-list-block .start-date {
    margin-block: 5px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
}
@media (max-width: 991.98px) {
  .search-result-wrap .prgrm-list-block .start-date {
    min-width: auto;
  }
}
.search-result-wrap .prgrm-list-block .d-flex {
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .search-result-wrap .prgrm-list-block .d-flex {
    margin-top: 10px;
    display: block !important;
  }
}
.search-result-wrap .prgrm-list-block .card-body {
  padding: 15px 0 0;
}
@media (max-width: 767.98px) {
  .search-result-wrap .prgrm-list-block .card-body {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .search-result-wrap.section-block .prgrm-list-block {
    -webkit-margin-after: 25px;
            margin-block-end: 25px;
  }
}

.location-ico {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  white-space: nowrap;
}
.location-ico:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/location-pin.svg);
  width: 18px;
  height: 20px;
  position: absolute;
  inset-inline-start: 4px;
  inset-block-start: 0;
}

.contact-wrap {
  padding-bottom: 17px;
  padding-top: 35px;
  z-index: 2;
  overflow: unset;
}
@media (max-width: 991.98px) {
  .contact-wrap {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
.contact-wrap .form-wrap {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
@media (max-width: 991.98px) {
  .contact-wrap .form-wrap {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
.contact-wrap .form-wrap .form-group {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .contact-wrap .form-wrap .form-group {
    margin-bottom: 20px;
  }
}
.contact-wrap .form-wrap .select-wrap {
  display: flex;
  flex-direction: column;
}
.contact-wrap .form-wrap .select-wrap .form-control {
  order: 1;
}
.contact-wrap .form-wrap .select-wrap .error {
  order: 2;
}
.contact-wrap .gx-5 {
  --bs-gutter-x: 7rem !important;
}
.contact-wrap h1, .contact-wrap .h1 {
  font-size: 80px;
}
@media (max-width: 1199.98px) {
  .contact-wrap h1, .contact-wrap .h1 {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .contact-wrap h1, .contact-wrap .h1 {
    font-size: 40px;
  }
}
.contact-wrap textarea {
  background-color: rgba(196, 198, 204, 0.15);
  border-top-right-radius: 45px !important;
  padding: 28px;
  height: 265px;
  outline: none;
  border: none;
  overflow: hidden;
  resize: none;
}
@media (max-width: 991.98px) {
  .contact-wrap textarea {
    height: 100%;
    margin-top: 13px;
  }
}
.contact-wrap textarea::-moz-placeholder {
  font-weight: 300;
}
.contact-wrap textarea::placeholder {
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .contact-wrap .pt-5 {
    padding-top: 0 !important;
  }
}

.mapouter {
  position: relative;
  width: 530px;
  height: 530px;
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .mapouter {
    width: 430px;
    height: 500px;
  }
}
@media (max-width: 1399.98px) {
  .mapouter {
    width: 400px;
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .mapouter {
    width: 400px;
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .mapouter {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .mapouter {
    height: 300px;
  }
}

.gmap_canvas {
  overflow: hidden;
  background: #60573b !important;
  height: 100%;
  border-top-right-radius: 46px;
  margin-bottom: 40px;
}
.gmap_canvas iframe {
  height: 100%;
  width: 100%;
  border: 0;
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: #b0a78d;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

.download {
  padding-block: 12px;
  -webkit-padding-start: 17px;
          padding-inline-start: 17px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}

.download:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/download-ico-png.png);
  width: 24px;
  height: 20px;
  position: absolute;
  inset-inline-end: 10px;
  inset-block-end: 33px;
}

.timing-wrap {
  background-color: #fff;
  border-top-right-radius: 46px;
  padding: 44px;
  margin-top: -70px;
}
@media (max-width: 991.98px) {
  .timing-wrap {
    padding: 20px;
    margin-top: 20px;
  }
}
.timing-wrap p {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .timing-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .timing-wrap h2, .timing-wrap .h2 {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .timing-wrap h2, .timing-wrap .h2 {
    font-size: 27px;
  }
}

.map-wrap {
  padding: 50px 0;
  border-top-right-radius: 46px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .map-wrap {
    padding: 20px 0;
  }
}
.map-wrap .d-flex {
  align-items: center;
}
.map-wrap .timing-list {
  list-style: none;
}
.map-wrap .timing-list li {
  padding-block: 42px;
  border-bottom: 1px solid #0F1B55;
}
@media (max-width: 991.98px) {
  .map-wrap .timing-list li {
    padding-block: 20px;
  }
}
.map-wrap .timing-list li:last-child {
  border-bottom: none;
  -webkit-padding-after: 0px;
          padding-block-end: 0px;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
.map-wrap .timing-list li h5, .map-wrap .timing-list li .h5 {
  margin-bottom: 35px !important;
}
@media (max-width: 991.98px) {
  .map-wrap .timing-list li h5, .map-wrap .timing-list li .h5 {
    margin-bottom: 15px !important;
  }
}
.map-wrap .timing-list h3, .map-wrap .timing-list .h3 {
  font-weight: 400;
}
.map-wrap .tm-bx {
  display: flex;
  position: relative;
  justify-content: flex-start !important;
}
.map-wrap .tm-bx:before {
  content: "";
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: rgba(212, 59, 44, 0.1);
  background-image: url(../images/timing.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  inset-inline-start: 0px;
  inset-block-end: 0px;
  border-top-right-radius: 10px;
}
.map-wrap .tm-bx p {
  font-size: 19px;
  color: #000;
  font-weight: 300;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  margin-bottom: 0;
  width: 220px;
  height: auto;
}
@media (max-width: 991.98px) {
  .map-wrap .tm-bx p {
    width: auto;
    height: auto;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .map-wrap .tm-bx {
    display: block;
  }
}
.map-wrap .tm-bx span {
  font-size: 19px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .map-wrap .tm-bx span {
    font-size: 15px;
  }
}

.banner-image-wrapper {
  position: relative;
}
.banner-image-wrapper .white-shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  margin: 0;
}
.banner-image-wrapper .white-shape.end {
  inset-inline-end: 0;
}
.banner-image-wrapper .white-shape.end.bottom {
  bottom: -1px;
}
@media (max-width: 1199.98px) {
  .banner-image-wrapper .white-shape.end.bottom {
    top: 30%;
  }
}
.banner-image-wrapper .white-shape.end.bottom.bottom-1 {
  bottom: 0px;
  top: 40%;
}
html[dir=rtl] .banner-image-wrapper .white-shape.end.bottom.bottom-1 {
  bottom: -2px;
}
.banner-image-wrapper .white-shape.start {
  inset-inline-start: 0;
  inset-inline-end: auto;
}
.banner-image-wrapper .white-shape.start.bottom {
  bottom: -38px;
}
@media (max-width: 1199.98px) {
  .banner-image-wrapper .white-shape.start.bottom {
    top: 30%;
  }
}
.banner-image-wrapper .white-shape.start.bottom.bottom-1 {
  bottom: -1px;
  top: 40%;
}
@media (max-width: 991.98px) {
  .banner-image-wrapper .white-shape.start.bottom.start-1 {
    top: 50%;
    bottom: -1px;
  }
}
.banner-image-wrapper .white-shape.start.start-1 {
  bottom: -3px;
  top: 40%;
}
.banner-image-wrapper .white-shape img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
html[dir=rtl] .banner-image-wrapper .white-shape img {
  transform: scale(-0.999999) scaleY(-0.999999);
}
.banner-image-wrapper .banner-image img {
  width: 100%;
}

.section-between p {
  color: #fff;
}

.visit-details p {
  margin: 0;
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .visit-details p {
    font-size: 1.625rem;
  }
}
@media (max-width: 1599px) {
  .visit-details p {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media (max-width: 1599px) and (min-width: 1200px) {
  .visit-details p {
    font-size: 1.3125rem;
  }
}

.booking-title {
  -webkit-padding-after: 0 !important;
          padding-block-end: 0 !important;
  -webkit-padding-before: 70px !important;
          padding-block-start: 70px !important;
}

aside {
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
}

.booking-wrap {
  -webkit-padding-after: 100px !important;
          padding-block-end: 100px !important;
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .booking-wrap {
    padding-top: 15px;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .booking-wrap {
    padding-top: 15px;
    padding-bottom: 30px !important;
  }
}
.booking-wrap .nav-tabs {
  list-style: none;
  border: none;
  background-color: #F0F1F2;
  border-top-right-radius: 30px;
}
.booking-wrap .nav-tabs h3, .booking-wrap .nav-tabs .h3 {
  padding-top: 20px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
@media (max-width: 1199.98px) {
  .booking-wrap .nav-tabs h3, .booking-wrap .nav-tabs .h3 {
    -webkit-padding-start: 13px;
            padding-inline-start: 13px;
  }
}
.booking-wrap .nav-tabs li {
  display: block;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}
.booking-wrap .nav-tabs li a {
  padding: 17px 25px;
  position: relative;
  font-size: 19px;
  font-weight: 600;
  background-color: inherit;
  display: block;
  color: #0F1B55;
  font-family: var(--secondary-font);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
html[dir=rtl] .booking-wrap .nav-tabs li a {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 1199.98px) {
  .booking-wrap .nav-tabs li a {
    padding: 13px 10px;
  }
}
@media (max-width: 767.98px) {
  .booking-wrap .nav-tabs li a {
    font-size: 16px;
  }
}
.booking-wrap .nav-tabs li a:hover {
  background-color: #0F1B55;
  color: #fff;
  border-top-right-radius: 30px;
}
.booking-wrap .nav-tabs li.active a {
  background-color: #0F1B55;
  color: #fff;
  border-top-right-radius: 30px;
}

.profile-head {
  background-color: #0F1B55;
  padding: 25px 20px;
  margin-bottom: 2px;
  display: flex;
  border-top-right-radius: 40px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .profile-head {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .profile-head {
    padding: 25px 10px;
  }
}
.profile-head h4, .profile-head .h4 {
  margin: 0;
  font-weight: 600;
  color: #fff;
  line-height: 19px;
  font-size: 19px;
  word-break: break-all;
}
.profile-head a {
  color: #fff;
  font-size: 19px;
  font-weight: 100;
  word-break: break-all;
}
.profile-head .prof-info {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  -webkit-padding-end: 36px;
          padding-inline-end: 36px;
}

.prof-pic {
  border-radius: 50%;
  text-align: center;
  width: 80px;
  height: 80px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 80px;
}
.prof-pic figure {
  margin: 0;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(205, 205, 205, 0.8392156863);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.prof-pic figure figcaption {
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 600;
  color: #0F1B55;
}
.prof-pic figure img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prof-pic.name {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  border-radius: 50%;
  background-color: #fff;
  color: #0F1B55;
  font-size: 27px;
  font-family: var(--secondary-font);
  position: relative;
}

.edit-action {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  inset-inline-end: 14px;
  top: 40px;
}
.edit-action::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/edit.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.info-bx {
  background-color: #0F1B55;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .info-bx {
    padding: 25px 10px;
  }
}
.info-bx ul {
  list-style: none;
}
@media (max-width: 991.98px) {
  .info-bx ul {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .info-bx ul {
    flex-wrap: wrap;
  }
}
.info-bx ul li {
  width: 49%;
  height: auto;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
  display: inline-block;
}
@media (max-width: 1399.98px) {
  .info-bx ul li {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .info-bx ul li {
    width: 50%;
    height: auto;
  }
}
html[dir=rtl] .info-bx ul li:last-child p {
  direction: ltr;
}
.info-bx span {
  color: #fff;
  font-size: 19px;
  display: block;
  font-family: var(--secondary-font);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .info-bx span {
    font-size: 17px;
  }
}
.info-bx p {
  font-size: 17px;
  margin: 0;
  display: block;
  font-weight: 100;
  color: #fff;
}
@media (max-width: 767.98px) {
  .info-bx p {
    font-size: 15px;
  }
}

.booking-list ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .booking-list ul.tabs {
    display: none;
  }
}
.booking-list ul.tabs li {
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--secondary-font);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004C2C;
  border: 1px solid transparent;
  color: #fff;
  border-top-right-radius: 30px;
}
html[dir=rtl] .booking-list ul.tabs li {
  font-family: "brando-arabic", sans-serif !important;
}
.booking-list ul.tabs li.active {
  background-color: #fff;
  border: 2px solid #004C2C;
  color: #004C2C;
}
.booking-list .tab_container {
  width: 100%;
  height: auto;
  background: transparent;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.booking-list .tab_container .tab_content {
  padding: 0px;
  display: none;
  min-height: 290px;
}
.booking-list .tab_container .tab_content .h-100 .text-center {
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .booking-list .tab_container .tab_content {
    padding: 0px;
  }
  .booking-list .tab_container .tab_content .pagination-wrap {
    margin-bottom: 15px;
  }
}
.booking-list .tab_container .tab_drawer_heading {
  display: none;
}
@media (max-width: 767.98px) {
  .booking-list .tab_container .tab_drawer_heading {
    background-color: #004C2C;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin: 0;
    padding: 10px 20px;
    border-top-right-radius: 26px;
    font-size: 16px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
  }
  .booking-list .tab_container .tab_drawer_heading:after {
    content: "";
    display: block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-image: url(../images/right-arow.svg);
    width: 18px;
    height: 14px;
    position: absolute;
    inset-inline-end: 25px;
    position: absolute;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
  }
  .booking-list .tab_container .d_active {
    border-bottom: 2px solid #004C2C;
    color: #004C2C;
    border-color: #fff;
    color: #fff;
  }
  .booking-list .tab_container .d_active:after {
    background-color: #fff;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    transform: rotate(-90deg) translateY(-50%);
    inset-inline-end: 11px;
    top: 22%;
  }
  html[dir=rtl] .booking-list .tab_container .d_active:after {
    inset-inline-end: 22px;
  }
}
.booking-list .card {
  border: none;
  padding: 30px 48px;
  background-color: #004C2C;
  position: relative;
  -webkit-margin-after: 1px;
          margin-block-end: 1px;
  border-radius: 0;
  border-top-right-radius: 46px;
}
.booking-list .card .feature-list {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .booking-list .card .feature-list {
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 5px;
  }
}
.booking-list .card .feature-list li {
  background-color: inherit;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  position: relative;
  font-weight: 500;
  font-family: var(--secondary-font);
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 10px;
  min-width: 115px;
}
html[dir=rtl] .booking-list .card .feature-list li {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 767.98px) {
  .booking-list .card .feature-list li {
    font-size: 15px;
    padding: 8px 14px;
    -webkit-margin-end: 6px;
            margin-inline-end: 6px;
  }
}
.booking-list .card .feature-list li.pass {
  background-color: #fff;
  color: #000;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  padding-block: 8px 5px;
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 500;
  border: 1px solid rgba(173, 175, 189, 0.6);
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .booking-list .card .feature-list li.pass {
    width: 100%;
    max-width: 215px;
    padding-inline: 15px;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
@media (max-width: 767.98px) {
  .booking-list .card .feature-list li.pass {
    font-size: 15px;
    white-space: nowrap;
    width: 100%;
    width: 100%;
    max-width: 215px;
  }
}
.booking-list .card .feature-list li.pass:before {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/ref-code.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  inset-inline-start: 9px;
  inset-block-end: 10px;
  background-color: #004C2C;
}
.booking-list .card .feature-list li.fail {
  background-color: #fff;
  color: #000;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  padding: 8px 32px 5px;
  font-size: 18px;
  font-family: var(--primary-font);
  font-weight: 500;
  border: 1px solid rgba(173, 175, 189, 0.6);
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.booking-list .card .feature-list li.fail:before {
  content: "";
  display: block;
  background-image: url(../images/fail-ico.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  inset-inline-start: 9px;
  inset-block-end: 10px;
}
@media (max-width: 767.98px) {
  .booking-list .card .feature-list li.fail {
    font-size: 15px;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
  }
}
.booking-list .card .card-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 20px 0 0;
}
.booking-list .card .card-title h3, .booking-list .card .card-title .h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 991.98px) {
  .booking-list .card .card-title h3, .booking-list .card .card-title .h3 {
    -webkit-padding-end: 100px;
            padding-inline-end: 100px;
  }
}
@media (max-width: 767.98px) {
  .booking-list .card .card-title h3, .booking-list .card .card-title .h3 {
    font-size: 17px;
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
}
.booking-list .card .card-title h3 a, .booking-list .card .card-title .h3 a {
  color: #000;
}
.booking-list .card .card-title p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 100;
}
html[dir=rtl] .booking-list .card .card-title p {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 767.98px) {
  .booking-list .card .card-title p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .booking-list .card {
    padding: 25px 35px 22px;
  }
}
.booking-list .card:last-child {
  inset-block-end: 0px;
}
.booking-list.certificate-list .card-figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.booking-list.certificate-list .card-figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .booking-list.certificate-list .card-figure {
    margin: 0;
  }
}
.booking-list.certificate-list .card .feature-list {
  margin-bottom: 24px;
}
.booking-list.certificate-list .card .card-title h3, .booking-list.certificate-list .card .card-title .h3 {
  margin-bottom: 6px;
}
.booking-list.certificate-list .card .card-title h3 a, .booking-list.certificate-list .card .card-title .h3 a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .booking-list.certificate-list .card .card-title {
    margin: 10px 0 0;
  }
}
@media (max-width: 767.98px) {
  .booking-list.certificate-list .card {
    padding: 15px 30px 15px;
  }
}
@media (max-width: 1299px) {
  .booking-list .card-figcaption {
    padding-inline: 0px;
    padding-block: 12px;
  }
}

.dot-nav {
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
  z-index: 2;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.dot-nav a {
  background-color: #fff;
  padding: 11px 17px;
  display: block;
  color: #0F1B55;
  font-weight: 500;
  font-size: 15px;
}
.dot-nav a::after {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/3-dots.svg);
  width: 3px;
  height: 15px;
  background-color: #0F1B55;
}
.dot-nav ul {
  list-style: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #cccccc;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  padding: 0;
  inset-inline-end: 0px;
  pointer-events: none;
  width: 150px;
  height: auto;
  transform: translateY(50px);
  padding: 10px 0;
  border-top-right-radius: 27px;
}
.dot-nav ul li a {
  background-color: inherit;
  color: #0F1B55;
  font-size: 14px;
  width: auto;
  height: auto;
  font-family: var(--secondary-font);
  padding: 6px 15px;
  font-weight: 500;
}
.dot-nav ul li a::after {
  display: none;
}
.dot-nav ul li:hover a {
  background-color: #0F1B55;
  color: #fff;
  border-top-right-radius: 10px;
}
.dot-nav.on {
  overflow: visible;
}
.dot-nav.on ul {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
  transform: translateY(-5px);
  pointer-events: fill;
}
.dot-nav .cancel {
  border-top: 1px solid #eee;
}

.card-footer {
  border-top: 1px solid rgba(173, 175, 189, 0.3);
  padding: 15px 30px;
  display: flex;
  background-color: #004C2C;
  justify-content: space-between !important;
}
@media (max-width: 767.98px) {
  .card-footer {
    padding: 15px 16px;
  }
}
.card-footer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.card-footer ul li {
  display: inline-block;
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .card-footer ul li {
    flex: 0 0 25.5%;
  }
}
@media (max-width: 1199.98px) {
  .card-footer ul li {
    flex: 0 0 19%;
  }
}
@media (max-width: 1099px) {
  .card-footer ul li {
    flex: 0 0 22%;
  }
}
@media (max-width: 991.98px) {
  .card-footer ul li {
    flex: 0 0 25%;
  }
}
@media (max-width: 575.98px) {
  .card-footer ul li {
    flex: 0 0 50%;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    padding-inline: 5px;
  }
}
.card-footer ul li span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.card-footer ul li p {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding-top: 0px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .card-footer ul li p {
    font-size: 15px;
  }
}
.card-footer .browse-btn {
  line-height: 16px;
  max-height: 45px;
}
@media (max-width: 991.98px) {
  .card-footer .browse-btn {
    margin: 0 2px;
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .card-footer {
    display: block;
  }
}

.progress-bar {
  background-color: #8C1D1A;
}

.approved {
  color: #004C2C !important;
  font-weight: 600;
}

.edit-form-wrap .form-wrap {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.edit-form-wrap .btn-wrap {
  display: block;
}
.edit-form-wrap .btn-wrap .btn {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  min-width: auto;
  text-align: center;
}
.edit-form-wrap .btn-wrap .btn-secondary {
  background-color: inherit !important;
  height: auto;
}
.edit-form-wrap .btn-primary {
  border-top-right-radius: 0px;
}
@media (max-width: 991.98px) {
  .edit-form-wrap .captche {
    padding: 0px 0 20px;
  }
}
@media (max-width: 767.98px) {
  .edit-form-wrap .error-list {
    margin: 15px 0px 15px;
  }
}

.card-footer p {
  margin: 0;
  padding-top: 14px;
}

.btn-border {
  background-color: #fff;
  border: 1px solid #adafbd;
  color: #000;
}
.btn-border:hover {
  background-color: #004C2C;
  color: #fff;
}

.card-figcaption {
  padding-block: 0;
  padding-inline: 30px;
}
@media (max-width: 1199.98px) {
  .card-figcaption {
    padding-inline: 0px;
    padding-block: 12px;
  }
}

.card-figure {
  width: 155px;
  height: 155px;
  background-color: #F0F1F2;
  overflow: hidden;
  border-top-right-radius: 30px;
  padding: 25px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .card-figure {
    width: 100px;
    height: 100px;
  }
}
.card-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.btn-more-less {
  color: #0F1B55;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  font-family: var(--secondary-font);
  border-bottom: 2px solid #0F1B55;
  padding: 0 0 0;
  width: auto;
  position: absolute;
  inset-inline-end: 5px;
  inset-block-start: 50%;
  transform: translateY(0);
}
html[dir=rtl] .btn-more-less {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 767.98px) {
  .btn-more-less {
    font-size: 14px;
  }
}
.btn-more-less:hover {
  color: #004C2C;
  border-bottom: 2px solid #004C2C;
}
.btn-more-less.btn-view-more {
  display: block;
  color: transparent;
}
.btn-more-less.btn-view-more::after {
  content: "View less";
  color: #0F1B55;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 2;
}
html[dir=rtl] .btn-more-less.btn-view-more::after {
  content: "تفاصيل أقل";
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 1399.98px) {
  .btn-more-less {
    inset-block-start: 80%;
  }
}
@media (max-width: 767.98px) {
  .btn-more-less {
    position: static;
  }
}

.btn-more {
  color: #0F1B55;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  font-family: var(--secondary-font);
  border-bottom: 2px solid #0F1B55;
  padding: 0 0 0;
  width: auto;
  position: absolute;
  inset-inline-end: 5px;
  inset-block-start: 50%;
  transform: translateY(0);
}
html[dir=rtl] .btn-more {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 767.98px) {
  .btn-more {
    font-size: 14px;
  }
}
.btn-more:hover {
  color: #004C2C;
  border-bottom: 2px solid #004C2C;
}

.btn-load {
  color: #0F1B55;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  font-family: var(--secondary-font);
  border-bottom: 2px solid #0F1B55;
  padding: 0 0 0;
  width: auto;
  position: absolute;
  inset-inline-end: 5px;
  inset-block-start: 50%;
  transform: translateY(0);
}
html[dir=rtl] .btn-load {
  font-family: "brando-arabic", sans-serif !important;
}
@media (max-width: 767.98px) {
  .btn-load {
    font-size: 14px;
  }
}
.btn-load:hover {
  color: #004C2C;
  border-bottom: 2px solid #004C2C;
}
@media (max-width: 1399.98px) {
  .btn-load {
    inset-block-start: 80%;
  }
}
@media (max-width: 767.98px) {
  .btn-load {
    position: static;
  }
}

.booking-list .card .row {
  position: relative;
  align-items: center;
}
.booking-list .card .card-footer {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  height: 0px;
  pointer-events: none;
  padding: 0px;
  border-top: 1px solid transparent;
}
.booking-list .card.on .card-footer {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  height: auto;
  margin: 30px 0 0;
  pointer-events: fill;
  padding: 30px 0 0;
  border-top: 1px solid rgba(173, 175, 189, 0.3);
}
@media (max-width: 991.98px) {
  .booking-list .card.on .card-footer {
    padding: 15px 0 0;
    margin: 20px 0 0;
  }
}
.booking-list.certificate-list .btn-more-less.btn-view-more {
  color: #0F1B55;
}
.booking-list.certificate-list .btn-more-less.btn-view-more::after {
  display: none;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 3px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 1px;
  margin: 0px auto;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 0;
  border-radius: 5px;
  background-color: #cccccc;
}

#confirmCancelModal .fv-plugins-message-container {
  position: inherit !important;
  margin-top: 7px;
}
.booking-list.result-list-tab .tabs li {
  opacity: 0.8;
  background-color: #f1f2f5;
  border-bottom: 2px solid #f1f2f5;
}

.booking-list.result-list-tab .tabs li.active {
  background-color: #edeeef;
  border-bottom: 2px solid #0F1B55;
  opacity: 1;
}
.edit-profile {
  width: 100px;
  height: 100px;
}
.edit-profile .prof-pic.name {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
}
.edit-profile .edit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0F1B55;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: absolute;
  inset-inline-end: -10px;
  bottom: 0;
}
.edit-profile .edit-icon::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/edit.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 20px;
  height: 20px;
  background-color: #0F1B55;
}

.booking-table {
  margin: 0;
}
.booking-table td {
  box-shadow: none;
  border: none;
  padding: 6px;
}
@media (max-width: 1400px) {
  .booking-table td {
    padding: 8px;
  }
}
.booking-table span, .booking-table p {
  font-size: 15px;
  color: #fff;
}
.booking-table span {
  font-family: var(--secondary-font);
  display: block;
  font-weight: 600;
  text-wrap: nowrap;
}
.booking-table p {
  padding-top: 0;
}

.prof-pic img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.theam-space-wrap svg {
  height: auto;
}
.theam-space-wrap .accordion li {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.theam-space-wrap .accordion li .inner {
  -webkit-border-start: none;
          border-inline-start: none;
  padding: 0;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .theam-space-wrap .accordion li .inner {
    margin-bottom: 8px;
  }
}
.theam-space-wrap .accordion li .inner figure {
  border-top-right-radius: 46px;
  overflow: hidden;
}
.theam-space-wrap .accordion li .inner figure img {
  width: 100%;
}
.theam-space-wrap .accordion li .inner p {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .theam-space-wrap .accordion li .inner p {
    font-size: 16px;
  }
}
.theam-space-wrap .accordion li.active .inner {
  display: block;
}
.theam-space-wrap .accordion li:hover {
  background-color: #0F1B55;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.theam-space-wrap .accordion li:hover a {
  color: #fff;
}
.theam-space-wrap .accordion li:hover a::before {
  color: #fff;
}
.theam-space-wrap .accordion .space-tab {
  border-top-right-radius: 80px;
}
@media (max-width: 991.98px) {
  .theam-space-wrap .accordion .space-tab:last-child a.toggle {
    padding-bottom: 0;
  }
}

.schedule-info {
  background-color: rgba(196, 198, 204, 0.15);
  padding: 10px 50px;
  padding-block: 18px;
  padding-inline: 58px 20px;
  border-top-right-radius: 30px;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  overflow: hidden;
  position: relative;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 15px;
  color: #000;
}
@media (max-width: 991.98px) {
  .schedule-info {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.schedule-info:before {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  background-image: url(../images/schedule-ico.svg);
  content: "";
  position: absolute;
  inset-inline-start: 10px;
  inset-block-start: 12px;
  box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.43);
}
.schedule-info span {
  font-family: var(--primary-font);
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .p-5 {
    padding: 1rem !important;
  }
}

.img-slide .owl-nav {
  inset-block-start: 50% !important;
}
.img-slide .owl-nav button {
  background-color: rgba(217, 217, 217, 0.44) !important;
  border: 1px solid #fff !important;
}
.img-slide .owl-nav button:hover {
  background-color: #004C2C !important;
}
.img-slide .owl-nav button:after {
  background-color: #fff !important;
}
.img-slide .img-wrap:after {
  content: "";
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(103, 110, 143, 0.56) 43.75%, #0F1B55 100%);
  width: 100%;
  height: 168px;
  display: inline-block;
  position: absolute;
  inset-block-end: 0;
}
@media (max-width: 991.98px) {
  .img-slide .img-wrap:after {
    height: 84px;
  }
}
.img-slide .img-wrap .slider-text {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 25px;
  z-index: 2;
}
.img-slide .img-wrap .slider-text p {
  font-size: calc(1.375rem + 1.5vw);
  color: #fff;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .img-slide .img-wrap .slider-text p {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .img-slide .img-wrap .slider-text p {
    font-size: 18px;
  }
}

.event-slider {
  margin-bottom: 17px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media (max-width: 767.98px) {
  .event-slider {
    margin-bottom: 0px;
  }
}
.event-slider .event-image {
  margin-bottom: 0;
}
.event-slider .event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-slider .prgrm-list-block {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  background-color: transparent;
  border-radius: 0;
  border-top-right-radius: 45px;
}
@media (max-width: 991.98px) {
  .event-slider .prgrm-list-block {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    padding-top: 25px !important;
  }
}
.event-slider .prgrm-list-block .card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
}
@media (max-width: 991.98px) {
  .event-slider .prgrm-list-block .card-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1199.98px) {
  .event-slider .card-body {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .event-slider .owl-nav {
    bottom: 85%;
  }
}

.cluser-section {
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .cluser-section {
    padding: 20px 0;
  }
}
.cluser-section .gx-5 {
  --bs-gutter-x: 3rem;
}
@media (max-width: 991.98px) {
  .cluser-section .gx-5 {
    --bs-gutter-x: 1rem;
  }
}

.cluster-topic {
  background-color: #D43B2C;
  border-top-right-radius: 45px;
  padding: 30px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .cluster-topic {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .cluster-topic h3, .cluster-topic .h3 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .cluster-topic ul {
    padding-top: 10px;
  }
}
.cluster-topic ul li {
  list-style: none;
}
.cluster-topic ul li a {
  cursor: inherit;
  color: #fff;
  font-size: 30px;
  font-family: var(--secondary-font);
  font-weight: 100;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .cluster-topic ul li a {
    font-size: 15px;
  }
}
.cluster-topic ul li a.download-cluster {
  cursor: pointer;
}
.cluster-topic ul li a.download-cluster::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/download-new.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  width: 22px;
  height: 22px;
  background-color: #fff;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .cluster-topic ul li a.download-cluster::after {
    width: 15px;
    height: 15px;
  }
}

.instructor-pro.bg-primary {
  padding: 115px 0 !important;
}
@media (max-width: 991.98px) {
  .instructor-pro.bg-primary {
    padding: 50px 0 !important;
  }
}
.instructor-pro.bg-primary .title-sub:before {
  background-color: #fff;
}
.instructor-pro.bg-primary .title-sub h2, .instructor-pro.bg-primary .title-sub .h2 {
  margin-bottom: 25px;
}
.instructor-pro.bg-primary .title-sub p {
  font-family: var(--secondary-font);
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 22px;
}
html[dir=rtl] .instructor-pro.bg-primary .title-sub p {
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
}
@media (max-width: 767.98px) {
  .instructor-pro.bg-primary .title-sub p {
    font-size: 16px;
  }
}
.instructor-pro.bg-primary p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .instructor-pro.bg-primary p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1399.98px) {
  .instructor-pro.bg-primary figure {
    width: auto;
    height: auto;
  }
}

.director-wrap {
  padding-block: 85px 40px !important;
}
@media (max-width: 1199.98px) {
  .director-wrap {
    padding: 80px 0 !important;
  }
}
@media (max-width: 991.98px) {
  .director-wrap {
    padding: 80px 0 0 !important;
  }
}
@media (max-width: 767.98px) {
  .director-wrap {
    padding: 30px 0 !important;
  }
}
.director-wrap .title-sub:before {
  display: none;
}
.director-wrap .title-sub h2, .director-wrap .title-sub .h2 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .director-wrap .title-sub h2, .director-wrap .title-sub .h2 {
    margin-bottom: 10px;
  }
}
.director-wrap p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .director-wrap p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1399.98px) {
  .director-wrap figure {
    width: auto;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .director-wrap figure {
    margin-bottom: 30px !important;
  }
}
.director-wrap .sub {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  .director-wrap .sub {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .director-wrap .sub {
    font-size: 16px;
    line-height: 25px;
  }
}
.director-wrap .title-sub {
  position: relative;
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.director-wrap .item h4, .director-wrap .item .h4 {
  font-size: 24px !important;
}
@media (max-width: 767.98px) {
  .director-wrap .item h4, .director-wrap .item .h4 {
    font-size: 18px !important;
  }
}

.v-mission p {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .v-mission p {
    font-size: 16px;
  }
}

.video-play video {
  border-top-right-radius: 80px;
  background-color: #ADAFBD;
  height: 100%;
}
.box {
  position: relative;
  color: #fff;
  border-top-right-radius: 45px;
}
@media (max-width: 767px) {
  .box {
    margin-bottom: 15px;
  }
}
.box .box-inner {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 45px;
}
.box .box-inner:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease 0s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  border-top-right-radius: 45px;
}
.box .box-inner:hover:before {
  opacity: 1;
}
.box .box-inner:hover .box-content {
  bottom: 0;
  z-index: 2;
}
.box .box-inner:hover .add-descriptionTitle {
  inset-inline-end: 15px;
  inset-block-end: 15px;
}
.box img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box .box-content {
  position: absolute;
  inset-block-end: -100%;
  inset-inline-start: 0;
  width: 100%;
  padding: 27px 20px 20px 20px;
  transition: all 0.5s ease 0s;
}
.box .box-content h3, .box .box-content .h3 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  margin-bottom: 0;
}
.box .box-content span {
  display: block;
  font-size: 19px;
  font-weight: 300;
}
.box .add-descriptionTitle {
  background-color: rgba(15, 27, 85, 0.79);
  width: 38px;
  height: 47px;
  border-top-right-radius: 5px;
  display: inline-block;
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
  transition: all 0.5s ease 0s;
  z-index: 9;
}
.box .add-descriptionTitle i::before {
  content: "";
  display: block;
  background-image: url("../images/about-plus-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 39px;
  height: 47px;
}
.box .add-descriptionTitle.box-description {
  padding: 8px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  inset-inline-end: 15px;
  inset-block-end: 15px;
  background-color: #0F1B55;
}
.box .add-descriptionTitle.box-description i {
  transform: none;
}
.box .add-descriptionTitle.box-description i::before {
  background-image: url("../images/about-close-icon.svg");
  width: 21px;
  height: 21px;
}
.box.full-height::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 45px;
}
.box.full-height .add-description {
  bottom: auto;
  overflow: visible;
  width: 97%;
}
.box.full-height.showing .add-descriptionTitle {
  inset-inline-end: -94%;
  bottom: -18px;
  position: relative;
}
.box.full-height.showing .add-descriptionTitle i::before {
  background-image: url("../images/close-icon.svg");
  background-size: 22px;
  bottom: 0;
  position: absolute;
}
html[dir=rtl] .box.full-height.showing .add-descriptionTitle i::before {
  background-position: 87% 60%;
}
html[dir=rtl] .box.full-height.showing .add-descriptionTitle i {
  inset-inline-end: 15px;
  border-top-right-radius: 0;
  border-top-left-radius: 45px;
}
.box.full-height.showing .box-inner .add-descriptionTitle {
  display: none;
}
.box.full-height.showing .add-description {
  height: 600px;
  overflow-y: auto;
}

.space-block-1 .add-description {
  width: 94%;
}

.add-description {
  display: none;
  position: absolute;
  inset-block-start: 0;
  bottom: 0;
  margin: 10px;
  background: #0F1B55;
  padding: 10px;
  border-top-right-radius: 45px;
  overflow: auto;
  z-index: 4;
}
html[dir=rtl] .add-description {
  padding-right: 18px;
  border-top-right-radius: 45px;
  border-top-left-radius: 0px;
}
.add-description h6, .add-description .h6 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
}
.add-description p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
.add-description.full-height {
  bottom: auto;
}

.box-description i {
  transform: rotate(45deg);
}

.director-content p {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .director-content p {
    font-size: 16px;
  }
}
.director-content .box img {
  height: 100%;
}
.director-content .box .box-inner {
  max-height: 370px;
}
@media (max-width: 991px) and (min-width: 700px) {
  .director-content .box {
    width: 400px;
  }
}

.our-team .accordion-body figcaption span {
  color: #fff !important;
}
.our-team .accordion-body figcaption h4, .our-team .accordion-body figcaption .h4 {
  color: #fff !important;
}

.read-toggle {
  color: #0F1B55;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .end-side {
    margin-bottom: 20px;
  }
}

.end-side,
.hidden-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.end-side.show,
.hidden-content.show {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  transition: all 0.8s ease;
}

/* purgecss ignore end */
@media (max-width: 991px) {
  .research-result .featured-image {
    width: 100%;
    max-width: 100%;
  }
}
.research-result .prgrm-list-block .card-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #0F1B55;
}
@media (max-width: 1600px) {
  .research-result .prgrm-list-block .card-title {
    font-size: 16px;
  }
}
.research-result .prgrm-list-block .card-details {
  color: #0F1B55;
}
@media (max-width: 767px) {
  .research-result .prgrm-list-block .card-details {
    gap: 15px;
    align-items: center;
  }
}
.research-result .prgrm-list-block .feature-tag li {
  background-color: #fff;
  border: 1px solid #004C2C;
  color: #004C2C;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  white-space: nowrap;
  min-width: 100px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.research-result .prgrm-list-block .tag-list {
  margin-top: 15px;
  align-items: center;
}
@media (max-width: 991px) {
  .research-result .prgrm-list-block .tag-list {
    align-items: baseline;
  }
}
.research-result .prgrm-list-block .tag-list span {
  color: #0F1B55;
  font-weight: 300;
}
.research-result .topic-list .featured-image {
  background-color: inherit;
}
@media (max-width: 991.98px) {
  .research-result .topic-list .featured-image {
    max-width: 100%;
    width: 300px;
    height: 300px;
  }
}
.research-result .topic-list .featured-image figure {
  border-top-right-radius: 46px;
  overflow: hidden;
}
.research-result .topic-list .featured-image img {
  box-shadow: none;
  width: 100%;
  height: 100%;
}

.research-tab {
  border-bottom: none !important;
}
.research-tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background-color: #D43B2C;
}
@media (max-width: 1399.98px) {
  .research-tab::after {
    height: 110px;
  }
}
@media (max-width: 991.98px) {
  .research-tab::after {
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .research-tab::after {
    height: 210px;
  }
}
@media (max-width: 1600px) {
  .research-tab .tabs-wrapper {
    margin-top: 29px;
  }
}
@media (max-width: 1199px) {
  .research-tab .tabs-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .research-tab .tabs-wrapper ul {
    width: 100%;
  }
}
.research-tab .tabs-wrapper ul li {
  padding: 0 !important;
}
.research-tab .tabs-wrapper ul li a {
  padding: 27px 0px !important;
  display: block;
}
@media (min-width: 1199px) and (max-width: 1630px) {
  .research-tab .tabs-wrapper ul li a {
    padding: 25px 0px !important;
  }
}
@media (max-width: 991.98px) {
  .research-tab .tabs-wrapper ul li a {
    padding: 16px 0px !important;
  }
}
@media (max-width: 1199px) {
  .research-tab .tabs-wrapper ul li a:after {
    width: 100%;
  }
}
.research-tab .tabs-wrapper h3, .research-tab .tabs-wrapper .h3 {
  font-size: calc(1.375rem + 1.5vw) !important;
  text-transform: capitalize;
  margin: 0;
}
@media (min-width: 1200px) {
  .research-tab .tabs-wrapper h3, .research-tab .tabs-wrapper .h3 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .research-tab .tabs-wrapper h3, .research-tab .tabs-wrapper .h3 {
    font-size: 18px !important;
  }
}
@media (min-width: 1600px) {
  .research-tab .tabs-wrapper h3 a, .research-tab .tabs-wrapper .h3 a {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .research-tab .tabs-wrapper h3, .research-tab .tabs-wrapper .h3 {
    font-size: 30px !important;
  }
}
@media (max-width: 1199px) {
  .research-tab .tabs-wrapper .tab-content {
    width: 100%;
  }
}
.research-tab .tabs-wrapper .tab-content .fig-circle {
  height: 640px;
  width: 100%;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media (max-width: 1700px) {
  .research-tab .tabs-wrapper .tab-content .fig-circle {
    -webkit-margin-after: -1px;
            margin-block-end: -1px;
  }
}
@media (max-width: 1199px) {
  .research-tab .tabs-wrapper .tab-content .fig-circle {
    height: 158px !important;
    width: 158px !important;
  }
  html[dir=rtl] .research-tab .tabs-wrapper .tab-content .fig-circle {
    margin-top: 2px;
  }
}
@media (max-width: 1630px) and (min-width: 1200px) {
  .research-tab .tabs-wrapper .tab-content .fig-circle {
    height: 507px;
    width: 520px;
    min-width: 520px;
  }
}
.research-tab .tabs-wrapper .tab-content:after {
  height: 645px;
  bottom: -1px;
  -webkit-margin-start: -30px;
          margin-inline-start: -30px;
  width: 100vw;
}
@media (max-width: 1199px) {
  .research-tab .tabs-wrapper .tab-content:after {
    height: 100%;
    -webkit-margin-start: -8px;
            margin-inline-start: -8px;
  }
}
@media (max-width: 1630px) and (min-width: 1200px) {
  .research-tab .tabs-wrapper .tab-content:after {
    height: 530px;
  }
}
.research-tab .tabs-wrapper ul.py-18 li a {
  padding-block: 18px !important;
}

.accordion-wrapper {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.accordion-wrapper .accordion-item {
  border: 0;
  background-color: transparent;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  border-top-right-radius: 65px;
}
@media (max-width: 1199.98px) {
  .accordion-wrapper .accordion-item {
    border-top-right-radius: 35px;
  }
}
.accordion-wrapper .accordion-item .accordion-header {
  padding-top: 0px;
  padding-block: 40px;
}
@media (max-width: 991px) {
  .accordion-wrapper .accordion-item .accordion-header {
    padding-block: 10px;
  }
}
.accordion-wrapper .accordion-item .accordion-body {
  padding: 15px 0 40px;
}
.accordion-wrapper .accordion-item .accordion-body li {
  margin-bottom: 10px;
  font-size: 17px;
}
.accordion-wrapper .accordion-item .accordion-body p a {
  color: #fff;
  text-decoration: underline;
}
.accordion-wrapper .accordion-item button {
  color: #0F1B55;
  background-color: transparent;
  border-bottom: 0;
  font-size: calc(1.375rem + 1.5vw) !important;
  padding: 0;
}
@media (min-width: 1200px) {
  .accordion-wrapper .accordion-item button {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .accordion-wrapper .accordion-item button {
    margin-block: 15px;
    font-size: 20px !important;
    padding: 0;
  }
}
.accordion-wrapper .accordion-item button:focus {
  box-shadow: none;
}
.accordion-wrapper .accordion-item button:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjY0MDYzIDExLjAyVjguNUg4LjUwNDA2VjAuOUgxMS4xNDQxVjguNUgxOS4zODQxVjExLjAySDExLjE0NDFWMTkuMjJIOC41MDQwNlYxMS4wMkgwLjI2NDA2M1oiIGZpbGw9IiMwRjFCNTUiLz4KPC9zdmc+Cg==");
  transition: transform 0.1s ease-in-out !important;
}
html[dir=rtl] .accordion-wrapper .accordion-item button:after {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.accordion-wrapper .accordion-item button:not(.collapsed) {
  box-shadow: none !important;
  color: #fff !important;
}
.accordion-wrapper .accordion-item .btn-primary:hover, .accordion-wrapper .accordion-item .btn-primary:focus, .accordion-wrapper .accordion-item .btn-primary:active {
  color: #fff !important;
  background-color: inherit;
}
.accordion-wrapper .accordion-item:hover {
  background-color: #0F1B55;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-wrapper .accordion-item:hover button {
  color: #fff;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-wrapper .accordion-item:hover .accordion-button {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-wrapper .accordion-item:hover .accordion-button:after {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjY0MDYzIDExLjAyVjguNUg4LjUwNDA2VjAuOUgxMS4xNDQxVjguNUgxOS4zODQxVjExLjAySDExLjE0NDFWMTkuMjJIOC41MDQwNlYxMS4wMkgwLjI2NDA2M1oiIGZpbGw9IiMwRjFCNTUiLz4KPC9zdmc+Cg==);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  background-image: none;
}
.accordion-wrapper .accordion-item:hover .accordion-button:not(.collapsed):after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEzIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc2NDA2MyA0LjA2VjAuODU5OTk5SDEyLjQwNDFWNC4wNkgwLjc2NDA2M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) !important;
  -webkit-mask-image: none;
  background-color: transparent;
}
.accordion-wrapper .accordion-item:hover .accordion-body {
  color: #fff;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.accordion-wrapper .accordion-item:hover .accordion-body p {
  color: #fff;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
html[dir=rtl] .accordion-wrapper .accordion-item .owl-nav button:after {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.accordion-wrapper .listing-items ul li {
  position: relative;
  background-color: transparent;
  list-style: none;
  border-bottom: none;
  padding-block: 5px;
}
.dropzone {
  width: 50%;
  margin: 1%;
  border: 2px dashed #3498db !important;
  border-radius: 5px;
}
.dropzone.dropzone-cv {
  min-height: 310px;
}

.accordion-wrapper .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEzIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc2NDA2MyA0LjA2VjAuODU5OTk5SDEyLjQwNDFWNC4wNkgwLjc2NDA2M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") !important;
}

.fs-19 {
  font-size: 19px;
}

.mtop-100 {
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  .mtop-100 {
    margin-top: 20px;
  }
}

.pLeft-20 {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .pLeft-20 {
    padding-left: 0;
  }
}

.mblock-40 {
  margin-block: 40px;
}
@media (max-width: 991px) {
  .mblock-40 {
    margin-block: 15px;
  }
}
.mx-width50 {
  max-width: 50%;
}
@media (max-width: 991px) {
  .mx-width50 {
    max-width: 100%;
  }
}

.research-tab .fade {
  transition: opacity 0s linear !important;
}

.mapouter p {
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .mapouter p {
    font-size: 1.625rem;
  }
}
@media (max-width: 1599px) {
  .mapouter p {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media (max-width: 1599px) and (min-width: 1200px) {
  .mapouter p {
    font-size: 1.3125rem;
  }
}

.detailed-search-wrap .prgrm-list-block .btn-white {
  font-weight: 400 !important;
  text-align: start;
  min-width: 150px;
  padding: 8px 18px;
}

.accordion-body .prgrm-list-block figure {
  width: 100% !important;
}
@media (max-width: 991px) {
  .accordion-body .prgrm-list-block figure {
    height: 350px;
  }
}
.research-area-wrapper .accordion-item {
  border-top-right-radius: 45px;
}
.research-area-wrapper .card-body p {
  -webkit-line-clamp: 1;
}
.research-area-wrapper .prgrm-list-block h3 a, .research-area-wrapper .prgrm-list-block .h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.annual-research .btn {
  min-width: 150px;
  font-weight: 500;
  border-color: #fff;
  padding: 6px;
  font-size: 16px;
}
.annual-research .btn-pdf {
  background-color: #fff;
}
.annual-research .accordion-body .prgrm-list-block figure {
  width: 469px !important;
  height: 469px !important;
}
@media (max-width: 1630px) {
  .annual-research .accordion-body .prgrm-list-block figure {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .annual-research .accordion-body .prgrm-list-block figure {
    height: 100% !important;
  }
}
.meet-speaker .accordian-main-btn:not(.collapsed) {
  background-color: #0F1B55;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.meet-speaker .accordian-main .accordion-header {
  padding: 0;
}
.meet-speaker .accordian-main .accordian-main-btn {
  padding-block: 40px;
  position: relative;
  border-start-end-radius: 40px;
}
@media (max-width: 991.98px) {
  .meet-speaker .accordian-main .accordian-main-btn {
    margin-block: 0;
  }
}
.meet-speaker .accordian-main .accordian-main-btn::after {
  display: none;
}
.meet-speaker .accordian-main .accordian-main-btn > div:after {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background-image: none;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjY0MDYzIDExLjAyVjguNUg4LjUwNDA2VjAuOUgxMS4xNDQxVjguNUgxOS4zODQxVjExLjAySDExLjE0NDFWMTkuMjJIOC41MDQwNlYxMS4wMkgwLjI2NDA2M1oiIGZpbGw9IiMwRjFCNTUiLz4KPC9zdmc+Cg==);
  width: 20px;
  height: 20px;
}
.meet-speaker .accordian-main .accordian-main-btn:not(.collapsed) > div:after {
  -webkit-mask-image: url(../images/minus-blue.svg) !important;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  width: 20px;
  height: 20px;
  background-image: none !important;
}
.meet-speaker .accordion-collapse {
  background-color: #0F1B55;
  padding-top: 15px;
}
.meet-speaker .highlights-slider {
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .meet-speaker .highlights-slider {
    margin-block: 0 40px;
  }
}
.application-wrap {
  padding-bottom: 17px;
  padding-top: 35px;
}
@media (max-width: 991.98px) {
  .application-wrap {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
.application-wrap .form-wrap {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
@media (max-width: 991.98px) {
  .application-wrap .form-wrap {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
.application-wrap .form-wrap .form-group {
  margin-bottom: 54px;
}
@media (max-width: 991.98px) {
  .application-wrap .form-wrap .form-group {
    margin-bottom: 20px;
  }
}
.application-wrap .form-wrap .form-group label {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .application-wrap .form-wrap .form-group label {
    font-size: 15px;
    padding-bottom: 0;
  }
}
.application-wrap .form-wrap .form-group label span {
  color: #D43B2C;
}
.application-wrap .gx-5 {
  --bs-gutter-x: 7rem !important;
}
.application-wrap h1, .application-wrap .h1 {
  font-size: 80px;
}
@media (max-width: 1199.98px) {
  .application-wrap h1, .application-wrap .h1 {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .application-wrap h1, .application-wrap .h1 {
    font-size: 40px;
  }
}
.application-wrap textarea {
  background-color: rgba(196, 198, 204, 0.15);
  border-top-right-radius: 45px !important;
  padding: 28px;
  outline: none;
  border: none;
  overflow-y: auto;
  resize: none;
  height: 310px;
}
@media (max-width: 991.98px) {
  .application-wrap textarea {
    height: 200px;
    margin-top: 13px;
  }
}
@media (max-width: 991.98px) {
  .application-wrap .pt-5 {
    padding-top: 0 !important;
  }
}
.dropzone {
  background-color: rgba(196, 198, 204, 0.15);
  border-top-right-radius: 45px;
  width: 100%;
  border: 0 !important;
  margin: 0;
  padding: 5px 15px !important;
}
.dropzone .dz-message {
  margin: 3em 0;
}
.dropzone .dz-message .dz-button {
  position: relative;
}
.dropzone .dz-message .dz-button:before {
  content: "";
  background-image: url("../images/cloud.svg");
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.dropzone .dz-preview .dz-image {
  height: 80px;
  width: 80px;
}
.dropzone .dz-preview .dz-filename {
  display: none;
}
.dropzone .dz-preview .dz-size {
  margin-bottom: 5px;
  font-size: 10px;
}

.researchQuestion {
  --bs-modal-width: 75vw;
}

.dz-remove {
  z-index: 20;
  position: relative;
}

/* purgecss ignore end */
@media (max-width: 1600px) {
  .winter-school .dropzone {
    min-height: 100px;
  }
}

.application-wrap textarea.textarea-1 {
  height: 526px;
}
@media (max-width: 1600px) {
  .application-wrap textarea.textarea-1 {
    height: 572px;
  }
}
@media (max-width: 991.98px) {
  .application-wrap textarea.textarea-1 {
    height: 200px;
  }
}
.application-wrap textarea.textarea-2 {
  height: 443px;
}
@media (max-width: 1199.98px) {
  .application-wrap textarea.textarea-2 {
    height: 383px;
  }
}
@media (max-width: 991.98px) {
  .application-wrap textarea.textarea-2 {
    height: 200px;
  }
}

@media (max-width: 1600px) {
  .terms-sec {
    margin-top: 40px;
  }
}
.terms-sec .terms-subContent .title-sub h4, .terms-sec .terms-subContent .title-sub .h4 {
  font-size: 40px;
  font-weight: 400;
  color: #0F1B55;
}
.terms-sec .terms-subContent p {
  font-weight: 300 !important;
  font-size: 19px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .terms-sec .terms-subContent p {
    font-size: 17px;
  }
}
.terms-sec .terms-subContent ul {
  padding-left: 1rem !important;
}
.terms-sec .terms-subContent ul li {
  font-weight: 300 !important;
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .terms-sec .terms-subContent ul li {
    font-size: 17px;
  }
}
.terms-sec .terms-subContent .terms-content p {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .terms-wrapper h2, .terms-wrapper .h2 {
    font-size: 30px;
  }
}
@media (max-width: 1600px) {
  .terms-wrapper {
    margin-top: 40px;
  }
}
.terms-wrapper p {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .terms-wrapper p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.riaya-wrapper .prgrm-list-block p {
  display: block;
  -webkit-line-clamp: inherit;
  overflow: unset;
}
@media (max-width: 991.98px) {
  .riaya-wrapper .featured-slide .card-body {
    padding: 0 10px;
  }
}

.date-wrapper .date-dot {
  color: #0F1B55;
  font-size: 25px;
  font-weight: 600;
  font-family: var(--secondary-font);
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
@media (max-width: 1600px) {
  .date-wrapper .date-dot {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .date-wrapper .date-dot {
    font-size: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .date-wrapper .date-dot {
    font-size: 20px;
  }
}
.date-wrapper .date-dot span {
  position: relative;
}
.date-wrapper .date-dot span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #0F1B55;
  flex-shrink: 0;
  position: absolute;
  top: 12px;
  inset-inline-start: -18px;
}
.date-wrapper .date-info {
  color: #0F1B55;
  font-size: 19px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .date-wrapper .date-info {
    font-size: 17px;
  }
}
html[dir=rtl] .accordion-wrapper .accordion-button {
  text-align: right;
}

.meet-speaker .accordion-item {
  border-top-right-radius: 40px;
}

.accordian-main .accordion-header {
  padding-top: 0px;
  padding-block: 40px;
}
@media (max-width: 991px) {
  .accordian-main .accordion-header {
    padding-block: 10px;
  }
}
.accordian-main .accordian-main-btn {
  color: #0F1B55;
  background-color: transparent;
  border-bottom: 0;
  font-size: calc(1.375rem + 1.5vw) !important;
  text-transform: capitalize;
  padding: 0;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .accordian-main .accordian-main-btn {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .accordian-main .accordian-main-btn {
    margin-block: 15px;
    font-size: 22px !important;
    padding: 0;
  }
}
.accordian-main .accordian-main-btn:focus {
  box-shadow: none;
}
.accordian-main .accordian-main-btn:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjY0MDYzIDExLjAyVjguNUg4LjUwNDA2VjAuOUgxMS4xNDQxVjguNUgxOS4zODQxVjExLjAySDExLjE0NDFWMTkuMjJIOC41MDQwNlYxMS4wMkgwLjI2NDA2M1oiIGZpbGw9IiMwRjFCNTUiLz4KPC9zdmc+Cg==");
  transition: transform 0.1s ease-in-out !important;
}
html[dir=rtl] .accordian-main .accordian-main-btn:after {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.accordian-main .accordian-main-btn:not(.collapsed) {
  box-shadow: none;
}
.accordian-main .accordian-main-btn:not(.collapsed)::after {
  -webkit-mask-image: url(../images/minus-blue.svg) !important;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #0F1B55;
  width: 20px;
  height: 20px;
  background-image: none !important;
}
.accordian-main .accordian-main-body {
  padding: 0;
}
@media (max-width: 991.98px) {
  .accordian-main .accordian-main-body .accordion-button {
    font-size: 18px !important;
    margin-bottom: 0;
  }
}
.accordian-main .accordian-main-body .accordion-body p {
  font-weight: 100;
}
@media (max-width: 991.98px) {
  .accordian-main .accordian-main-body .accordion-body {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .accordian-main .accordian-main-body .accordion-body p {
    font-size: 14px;
  }
}

.participate-form {
  padding-block: 80px !important;
}
@media (max-width: 991.98px) {
  .participate-form {
    padding-block: 30px !important;
  }
}
.participate-form .form-group.with-textarea {
  margin-bottom: 40px;
}

.about-pgm-content h3, .about-pgm-content .h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .about-pgm-content h3, .about-pgm-content .h3 {
    font-size: 20px;
  }
}
.about-pgm-content li,
.about-pgm-content p, .about-pgm-content .accordion-body {
  font-size: 19px !important;
  font-weight: normal;
  margin-bottom: 8px;
  font-weight: 100;
}
@media (max-width: 991.98px) {
  .about-pgm-content li,
.about-pgm-content p, .about-pgm-content .accordion-body {
    font-size: 14px !important;
  }
}
.about-pgm-content ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
@media (max-width: 991.98px) {
  .about-pgm-content ul {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
}
.about-pgm-content ul,
.about-pgm-content ol {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
@media (max-width: 991.98px) {
  .about-pgm-content ul,
.about-pgm-content ol {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
    padding: 0;
  }
}

/* Our Speaker */
.speakers-section .owl-nav {
  top: -6rem;
  bottom: inherit !important;
  position: absolute;
  bottom: -7rem;
  display: flex;
  justify-content: end;
  gap: 2rem;
  inset-inline-end: 20%;
  transform: none;
  width: auto;
}
@media (max-width: 991.98px) {
  .speakers-section .owl-nav {
    top: -4.5rem;
    display: none;
  }
}
@media (max-width: 1600px) {
  .speakers-section .owl-nav {
    top: -5rem;
    inset-inline-end: 19%;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .speakers-section .owl-nav {
    top: -3rem;
  }
}
.speakers-section .owl-nav button {
  background: #fff !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}
html[dir=rtl] .speakers-section .owl-nav button {
  transform: scaleX(-1);
}
@media (max-width: 1600px) {
  .speakers-section .owl-nav button {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 991px) and (max-width: 1400px) {
  .speakers-section .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
.speakers-section .owl-nav button span {
  display: none;
}
.speakers-section .owl-nav button::after {
  background-color: #D43B2C;
  background-image: inherit;
}
.speakers-section .owl-nav .owl-next {
  inset-inline-end: auto;
  inset-inline-start: 15px;
}
.speakers-section .owl-nav .owl-next::after {
  transform: rotate(-180deg);
}
html[dir=rtl] .speakers-section .owl-nav .owl-next::after {
  transform: rotate(-180deg);
}
.speakers-section .owl-nav .owl-prev {
  inset-inline-end: 0;
  inset-inline-start: auto;
}
.speakers-section .owl-nav .owl-prev::after {
  transform: none;
}
html[dir=rtl] .speakers-section .owl-nav .owl-prev::after {
  transform: rotate(0deg);
}
.speakers-section .owl-dots {
  display: none;
}
@media (max-width: 991.98px) {
  .speakers-section .owl-dots {
    display: block;
  }
}
.speakers-section figure {
  height: 512px;
}
@media (max-width: 1600px) {
  .speakers-section figure {
    height: auto;
    max-height: 440px;
  }
}
@media (min-width: 820px) and (max-width: 1180px) {
  .speakers-section figure {
    max-height: 400px;
    margin: 0 50px !important;
  }
}
.speakers-section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speakers-section figure:hover .speaker-info {
  transform: translateY(0);
}
.speakers-section figure:hover figcaption {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(15, 27, 85, 0.34) 42.19%, #000 100%);
}
.speakers-section figure:hover a.btn-speaker {
  transform: translate(-20px, -20px);
}
html[dir=rtl] .speakers-section figure:hover a.btn-speaker {
  transform: translate(20px, -20px);
}
.speakers-section figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-block-end: 0;
  border-start-end-radius: 56px;
  overflow: hidden;
}
.speakers-section figcaption a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.speakers-section figcaption a i {
  font-size: 2rem;
  font-weight: 100 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.speakers-section .speaker-info h4, .speakers-section .speaker-info .h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.speakers-section .speaker-info .border-top {
  border-top: none !important;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 820px) and (max-width: 1180px) {
  .speakers-section .speaker-wrapper {
    justify-content: space-evenly;
  }
}
@media (min-width: 820px) and (max-width: 1180px) {
  .speakers-section .owl-item.active {
    margin-right: 0 !important;
  }
  .speakers-section .owl-item.active figure {
    margin-right: 0 !important;
  }
  html[dir=rtl] .speakers-section .owl-item.active figure {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

.speaker-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.speaker-info {
  transition: all 0.5s ease 0s;
  transform: translateY(100%);
  padding: 20px;
}
.speaker-details {
  position: absolute;
  inset-block-start: 0;
  margin: 10px;
  background: #0F1B55;
  border-start-end-radius: 45px;
  opacity: 0;
  color: #fff;
  overflow: hidden;
  inset-inline-end: 0;
  inset-inline-start: 0;
  inset-block-end: 0;
}
.speaker-details::-webkit-scrollbar {
  display: none;
}
.speaker-details p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: #fff;
}
.speaker-details.opacity-1 {
  z-index: 2;
}
.speaker-details .btn-closed {
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 1;
}
@media (max-width: 991.98px) {
  .speaker-details .btn-closed {
    margin-bottom: 20px;
  }
}
.speaker-details .btn-closed::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
@media (max-width: 991.98px) {
  .speaker-details .btn-closed::before {
    width: 20px;
    height: 20px;
  }
}
.speaker-content {
  padding: 15px;
}
.speaker-content div {
  padding: 0rem 1.5rem;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .speaker-content div {
    max-height: 310px;
  }
}
.speaker-content div::-webkit-scrollbar {
  display: none;
}

.btn-speaker {
  background-color: #0F1B55;
  width: 65px;
  height: 65px;
  border-start-end-radius: 20px;
  display: inline-block;
  transition: all 0.5s ease 0s;
  z-index: 9;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .btn-speaker {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 991.98px) {
  .btn-speaker {
    width: 50px;
    height: 50px;
  }
}
.btn-speaker::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/plus-big.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  width: 35px;
  height: 35px;
}
@media (max-width: 1600px) {
  .btn-speaker::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .btn-speaker::before {
    width: 25px;
    height: 25px;
  }
}

.highlights-slider {
  margin-top: 90px;
}
@media (max-width: 1600px) {
  .highlights-slider {
    margin-top: 70px;
  }
}
.highlights-slider .item figure {
  border-start-end-radius: 56px;
  overflow: hidden;
}

.riaya-wrapper .featured-slide .owl-stage .item {
  padding-inline: 0;
}
.fs-14 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .speaker-modal .modal-dialog {
    max-width: 750px;
  }
}

.inner-accordian .accordion-item .accordion-button {
  font-size: 30px !important;
}
@media (max-width: 991.98px) {
  .inner-accordian .accordion-item .accordion-button {
    font-size: 22px !important;
  }
}
.inner-accordian .accordion-body h3, .inner-accordian .accordion-body .h3 {
  font-size: 28px;
  font-weight: 100;
}
@media (max-width: 991.98px) {
  .inner-accordian .accordion-body h3, .inner-accordian .accordion-body .h3 {
    font-size: 20px !important;
  }
}

.start-date.speakerlist {
  white-space: unset;
  overflow: unset;
  text-overflow: unset;
  width: 100%;
  display: flex;
  gap: 3px;
}
.start-date.speakerlist span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}
.start-date.speakerlist .speakername {
  display: flex;
  align-items: center;
  gap: 3px;
}

.form-dw {
  font-size: 15px !important;
  font-weight: 400;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  font-family: var(--primary-font) !important;
  position: relative;
}
.form-dw::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/ArrowLineDown.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #0F1B55;
  width: 18px;
  height: 14px;
  flex-shrink: 0;
  position: absolute;
  left: -19px;
  top: 2px;
}

.header {
  position: relative;
  display: block;
  width: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: transparent;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  -webkit-padding-before: 35px;
          padding-block-start: 35px;
  -webkit-padding-after: 0px;
          padding-block-end: 0px;
  z-index: 9;
}
@media (max-width: 1399.98px) {
  .header {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .header {
    padding: 15px 24px;
    margin-bottom: 20px;
    z-index: 10;
  }
}
@media (max-width: 991.98px) {
  .header .logo-container img {
    width: auto;
    height: 140px;
  }
}
@media (max-width: 1160px) and (min-width: 992px) {
  .header .logo-container img {
    width: 100px;
  }
}
.header.sticky {
  position: fixed;
  inset-inline-start: 0;
  inset-block-start: 0;
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.2);
  z-index: 9;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.header.sticky .logo-container {
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.header.sticky .logo-container img {
  width: 75px;
  height: 75px;
  transition: all 0.5s ease;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 991.98px) {
  .header.sticky .logo-container img {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
@media (max-width: 767.98px) {
  .header.sticky .logo-container img {
    width: 60px;
    height: 60px;
  }
}
.header.sticky nav {
  padding: 0;
}
@media (max-width: 767.98px) {
  .header.sticky nav {
    top: 66px;
  }
}

@media (max-width: 991.98px) {
  .accessibility {
    display: none;
  }
}
.accessibility .theme-switcher .accec-ico {
  -webkit-mask-image: url(../images/accessibility-vector.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 58px;
  height: 68px;
  justify-content: center;
  -webkit-mask-position: center;
  background-color: #0F1B55;
}
@media (max-width: 1399.98px) {
  .accessibility .theme-switcher .accec-ico {
    width: 40px;
    height: 50px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .accessibility .theme-switcher .accec-ico {
    width: 48px;
    height: 58px;
  }
}
.accessibility .theme-switcher .accec-ico:after {
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(../images/accec-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  content: "";
  width: 26px;
  height: 32px;
}
@media (max-width: 991.98px) {
  .accessibility .theme-switcher .accec-ico:after {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1160px) and (min-width: 992px) {
  .accessibility .theme-switcher .accec-ico:after {
    width: 20px;
    height: 24px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .accessibility .theme-switcher .accec-ico:after {
    width: 24px;
    height: 28px;
  }
}
.accessibility .theme-switcher a {
  padding: 0;
  display: flex;
  align-items: center;
}
.accessibility .theme-switcher a.active {
  background: #fff;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.16);
}
.accessibility .theme-switcher .acces-list.dropdown-menu {
  background: #fff;
  min-width: 15rem;
  padding: 15px;
  display: block;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 200ms;
  position: absolute;
  inset-inline-end: 0;
  inset-inline-start: auto;
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.57);
  border: none;
  border-radius: 0;
  border-top-right-radius: 27px;
  top: 100%;
  margin-top: 10px !important;
}
@media (max-width: 1160px) and (min-width: 992px) {
  .accessibility .theme-switcher .acces-list.dropdown-menu {
    inset-inline-end: 0px !important;
  }
}
html[dir=rtl] .accessibility .theme-switcher .acces-list.dropdown-menu {
  text-align: right;
}
.accessibility .theme-switcher .acces-list.dropdown-menu:after {
  display: none;
  bottom: 100%;
  inset-inline-start: 74%;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  -webkit-margin-start: -15px;
          margin-inline-start: -15px;
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.57);
}
.accessibility .theme-switcher .acces-list.dropdown-menu .title {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .title h3, .accessibility .theme-switcher .acces-list.dropdown-menu .title .h3 {
  color: #0F1B55;
  font-size: 20px;
  font-weight: 600;
}
.accessibility .theme-switcher .acces-list.dropdown-menu li {
  border-bottom: 1px solid #DEDEE4;
  color: #000;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.accessibility .theme-switcher .acces-list.dropdown-menu li:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.accessibility .theme-switcher .acces-list.dropdown-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .t-changer {
  background-color: #000;
  -webkit-mask-image: url(../images/contrast.svg);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  position: relative;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item:last-child::before {
  display: none;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item .nav-link {
  font-size: 17px;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item .nav-link.contrast {
  background: inherit;
  box-shadow: inherit;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 100%;
  top: 48%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background: #CECECE;
}
.accessibility .theme-switcher .acces-list.dropdown-menu .nav-item.contrast::before {
  display: none;
}
.accessibility:hover .theme-switcher {
  pointer-events: fill;
}
.accessibility:hover .accec-ico:after {
  background-color: #fff;
}
.accessibility:hover .acces-list.dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 400ms;
  display: block;
}
.accessibility:hover .acces-list.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px) !important;
  transition: 400ms;
  display: block;
  top: 100% !important;
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}
@media (max-width: 1160px) and (min-width: 992px) {
  .accessibility:hover .acces-list.dropdown-menu.show {
    inset-inline-end: -6px !important;
  }
}

.end-section {
  display: flex;
  list-style: none;
  align-items: center;
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  padding-top: 9px;
}
@media (max-width: 991.98px) {
  .end-section {
    border-top-right-radius: 0;
    width: 100%;
  }
}
.end-section li {
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}
@media (max-width: 991.98px) {
  .end-section li {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1160px) and (min-width: 992px) {
  .end-section li {
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
  }
}
.end-section li:last-child {
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}
@media (max-width: 991.98px) {
  .end-section {
    display: none;
  }
}
.end-section.end-section-mb {
  display: none;
}
@media (max-width: 991.98px) {
  .end-section.end-section-mb {
    display: block;
    position: absolute;
    inset-inline-start: 0;
    bottom: 90px;
    border-top-right-radius: 27px;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .end-section.end-section-mb li {
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991.98px) {
  .end-section.end-section-custom {
    display: flex;
    position: initial;
    width: auto;
    padding: 12px 18px;
    border-top-right-radius: 27px;
  }
  .end-section.end-section-custom li {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
    margin-bottom: 0;
  }
}

.lang {
  margin: 0px;
  padding: 0;
  font-size: 27px;
  font-weight: 600;
  color: #0F1B55;
}
.lang.ar {
  font-family: "brando-arabic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lang:hover {
  color: #0F1B55;
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .lang {
    font-size: 20px;
  }
}
@media (max-width: 1160px) and (min-width: 992px) {
  .lang {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .lang {
    font-size: 16px;
  }
}

.nav-wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
  border-radius: 0;
  z-index: 2;
}
.nav-wrapper .nav-tabs {
  display: flex;
  list-style: none;
  border: none;
}
.nav-wrapper .nav-tab {
  -webkit-margin-end: 35px;
          margin-inline-end: 35px;
  padding: 0;
  font-family: var(--secondary-font);
  color: #0F1B55;
  font-size: 27px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1399.98px) {
  .nav-wrapper .nav-tab {
    font-size: 16px;
    -webkit-margin-end: 27px;
            margin-inline-end: 27px;
  }
}
@media (max-width: 1680px) and (min-width: 1600px) {
  .nav-wrapper .nav-tab {
    font-size: 24px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .nav-wrapper .nav-tab {
    font-size: 20px;
  }
}
@media (max-width: 1160px) and (min-width: 992px) {
  .nav-wrapper .nav-tab {
    -webkit-margin-end: 23px;
            margin-inline-end: 23px;
  }
}
.nav-wrapper .nav-tab a {
  color: #0F1B55;
  font-weight: 500;
}
.nav-wrapper .nav-tab a.active, .nav-wrapper .nav-tab a:hover {
  color: #D43B2C;
  font-weight: 500;
}
.nav-wrapper .nav-tab:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
html[dir=rtl] .nav-wrapper .nav-tab {
  font-family: "brando-arabic", sans-serif !important;
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown .dropdown-toggle::after {
  display: none;
}
.nav-dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  min-width: 240px;
  border: none;
  background-color: #fff;
  margin-top: 20px !important;
  display: block;
  transform: translateY(50px);
  transition: 200ms;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: auto;
  border-top-right-radius: 27px;
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.57);
  top: 100%;
}
html[dir=rtl] .nav-dropdown .dropdown-menu {
  text-align: right;
}
@media (max-width: 991.98px) {
  .nav-dropdown .dropdown-menu {
    min-width: 230px;
  }
}
.nav-dropdown .dropdown-menu::before {
  position: absolute;
  top: -35px;
  inset-inline-start: 0;
  display: block;
  content: "";
  width: 100%;
  height: 40px;
}
.nav-dropdown .dropdown-menu .dropdown-item {
  background-color: inherit;
  border-bottom: 1px solid #DEDEE4;
  color: #0F1B55;
  padding: 10px 14px;
  font-size: 20px;
  text-decoration: none !important;
}
@media (max-width: 1399.98px) {
  .nav-dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
}
.nav-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #0F1B55;
  color: #fff;
}
.nav-dropdown .dropdown-menu.show {
  transform: translateY(0px) !important;
  transition: 400ms;
  visibility: visible;
  opacity: 1;
  display: block;
  inset-inline-end: 0;
  inset-inline-start: auto;
  top: 100% !important;
}
@media (max-width: 991.98px) {
  .nav-dropdown .dropdown-menu.show {
    left: 20px !important;
  }
  html[dir=rtl] .nav-dropdown .dropdown-menu.show {
    right: 20px !important;
    left: auto !important;
  }
}
.nav-dropdown:hover .dropdown-menu {
  transform: translateY(0px);
  transition: 400ms;
  visibility: visible;
  opacity: 1;
  display: block;
}
@media (max-width: 991.98px) {
  .nav-dropdown:hover .dropdown-menu {
    left: 20px !important;
  }
  html[dir=rtl] .nav-dropdown:hover .dropdown-menu {
    right: 20px !important;
    left: auto !important;
  }
}

.hidden {
  display: none;
}

@media (max-width: 991.98px) {
  .nav-wrapper .nav-tab {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .nav-wrapper .nav-tab:last-child {
    padding: 10px 25px;
  }
  .nav-wrapper .nav-tab:not(:last-child) {
    padding: 10px 25px;
    margin: 0;
  }
  .nav-wrapper .nav-container {
    position: fixed;
    display: block;
    z-index: 2;
    top: 0;
    inset-inline-end: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .nav-wrapper .nav-container .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    width: 100%;
  }
  html[dir=rtl] .nav-wrapper .nav-container {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  }
  .nav-wrapper .menu-btn {
    position: relative;
    display: block;
    margin: 0;
    width: 20px;
    height: 15px;
    cursor: pointer;
    z-index: 3;
    padding-top: 10px;
    border-radius: 10px;
  }
  .nav-wrapper .menu-btn .menu {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #0F1B55;
  }
  .nav-wrapper .menu-btn .menu:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-wrapper .menu-btn .menu:nth-child(3) {
    margin-top: 4px;
  }
  .sticky .nav-wrapper .menu-btn {
    padding-top: 30px;
  }
  #menuToggle:checked + .menu-btn .menu {
    transition: transform 0.2s ease;
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(1) {
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(2) {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  #menuToggle:checked + .menu-btn .menu:nth-child(3) {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  body.menu-open .nav-container {
    inset-inline-end: 0;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  @-webkit-keyframes menu-slide-left {
    0% {
      transform: translateX(200px);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes menu-slide-left {
    0% {
      transform: translateX(200px);
    }
    to {
      transform: translateX(0);
    }
  }
  @-webkit-keyframes menu-slide-right {
    0% {
      transform: translateX(-200px);
    }
    to {
      transform: translateX(0px);
    }
  }
  @keyframes menu-slide-right {
    0% {
      transform: translateX(-200px);
    }
    to {
      transform: translateX(0px);
    }
  }
}
.end-section-mb .accessibility .theme-switcher .acces-list.dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: none;
  display: none !important;
}
.end-section-mb .accessibility .theme-switcher .acces-list.dropdown-menu.show {
  display: block !important;
  position: relative !important;
  bottom: 0 !important;
  top: 10px !important;
  transform: none !important;
  inset-inline-end: 0 !important;
}
.end-section-mb .accessibility .theme-switcher .acces-list.dropdown-menu::after {
  inset-inline-start: 14%;
}

.profile-dropdown {
  position: relative;
}
.profile-dropdown .dropdown-toggle::after {
  display: none;
}
.profile-dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  min-width: 240px;
  border: none;
  background-color: #fff;
  margin-top: 20px !important;
  display: block;
  transform: translateY(50px);
  transition: 200ms;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: auto;
  border-top-right-radius: 27px;
  box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.57);
  top: 100%;
}
html[dir=rtl] .profile-dropdown .dropdown-menu {
  text-align: right;
}
@media (max-width: 991.98px) {
  .profile-dropdown .dropdown-menu {
    min-width: 230px;
  }
  html[dir=rtl] .profile-dropdown .dropdown-menu {
    right: 20px !important;
    left: auto !important;
  }
}
@media (max-width: 1399.98px) {
  .profile-dropdown .dropdown-menu {
    min-width: 170px;
  }
}
.profile-dropdown .dropdown-menu::before {
  position: absolute;
  top: -35px;
  inset-inline-start: 0;
  display: block;
  content: "";
  width: 100%;
  height: 40px;
}
.profile-dropdown .dropdown-menu .dropdown-item {
  background-color: inherit;
  border-bottom: 1px solid #DEDEE4;
  color: #0F1B55;
  padding: 10px 14px;
  font-size: 20px;
  text-decoration: none !important;
  font-family: var(--secondary-font);
}
@media (max-width: 991.98px) {
  .profile-dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .profile-dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
}
.profile-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #0F1B55;
  color: #fff;
}
.profile-dropdown .dropdown-menu .dropdown-item .fa {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.profile-dropdown .dropdown-menu.show {
  transform: translateY(0px) !important;
  transition: 400ms;
  visibility: visible;
  opacity: 1;
  display: block;
  top: 100% !important;
}
@media (max-width: 991.98px) {
  .profile-dropdown .dropdown-menu.show {
    left: 20px !important;
  }
  html[dir=rtl] .profile-dropdown .dropdown-menu.show {
    right: 20px !important;
    left: auto !important;
  }
}
.profile-dropdown .dropdown-menu li {
  -webkit-padding-end: 0px;
          padding-inline-end: 0px;
}
@media (max-width: 991.98px) {
  .profile-dropdown .dropdown-menu li {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-bottom: 0;
  }
}
.profile-dropdown:hover .dropdown-menu {
  transform: translateY(0px);
  transition: 400ms;
  visibility: visible;
  opacity: 1;
  display: block;
}
@media (max-width: 991.98px) {
  .profile-dropdown:hover .dropdown-menu {
    left: 20px !important;
  }
  html[dir=rtl] .profile-dropdown:hover .dropdown-menu {
    right: 20px !important;
    left: auto !important;
  }
}

.profile-dropdown.name .btn {
  width: 68px;
  height: 68px;
  font-size: 27px;
  color: #fff;
  background-color: #0F1B55;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1160px) and (min-width: 992px) {
  .profile-dropdown.name .btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .profile-dropdown.name .btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 1600px) and (min-width: 1400px) {
  .profile-dropdown.name .btn {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }
}
.profile-dropdown.name figure {
  width: 100%;
  height: 100%;
}
.profile-dropdown .btn {
  background: inherit;
  border: none;
  padding: 0;
}
.profile-dropdown figure {
  margin: 0;
  width: 40px;
  height: 40px;
}
.profile-dropdown figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 3px solid rgba(173, 175, 189, 0.5);
}
.profile-dropdown figcaption {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .profile-dropdown figcaption {
    font-size: 1.375rem;
  }
}

.list {
  display: block;
  padding: 0;
  margin: 35px 0 25px;
}
.list li {
  position: relative;
  list-style: none;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  display: inline-flex;
}
.list li i {
  width: 58px;
  height: 58px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.list li p {
  color: #adafbd;
}
.list li h3, .list li .h3 {
  font-weight: 600;
  color: #004C2C;
}

.breadcrums {
  display: block;
  margin: 0 0 50px;
}
@media (max-width: 991.98px) {
  .breadcrums {
    margin: 0 0 10px;
  }
}
.breadcrums li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .breadcrums li {
    font-size: 15px;
  }
}
.breadcrums li a {
  color: #004C2C;
}
.breadcrums li:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
}
html[dir=rtl] .breadcrums li {
  font-family: "brando-arabic", sans-serif !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 11px;
  color: #004C2C;
  margin-top: 5px;
}
html[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  float: right !important;
  padding-left: 0.5rem;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-item + .breadcrumb-item::before {
    margin-top: 3px;
  }
}

html[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
  padding-right: 0.5rem;
}

@media (max-width: 1600px) {
  .quiz-result-wrapper .prgrm-list-block figure {
    width: 100%;
  }
}

.ticket-bg {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #0F1B55;
}
@media (max-width: 767.98px) {
  .ticket-bg {
    padding-top: 97px;
  }
}
.ticket-bg::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/footer-logo.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 170px;
  height: 200px;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .ticket-bg::before {
    width: 137px;
    height: 140px;
    -webkit-mask-size: contain;
  }
}
@media (max-width: 767.98px) {
  .ticket-bg::before {
    width: 100px;
    height: 100px;
  }
}

.ticket-holder {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 650px;
  margin: 0 auto;
  margin-top: 20px;
  color: #000;
  padding-top: 50px;
  padding-bottom: 80px;
}
.ticket-holder .owl-dots {
  margin-bottom: 30px;
  position: absolute;
  width: 100%;
  inset-block-start: 0;
  top: 101%;
}
@media (max-width: 575.98px) {
  .ticket-holder {
    max-width: 310px;
  }
}
@media (max-width: 767.98px) {
  .ticket-holder {
    margin-top: 0;
    padding-top: 0px;
  }
}
.ticket-holder.phase-2 {
  transform: translate(-50%, 0);
}
@media (max-width: 767.98px) {
  .ticket-holder.phase-2 {
    transform: none;
    left: 0;
    width: 100%;
    top: 20%;
    max-width: 100%;
    position: absolute;
    padding: 0 10px;
  }
}
.ticket-holder.phase-2 .owl-carousel {
  width: 100%;
}
.ticket-holder.phase-2 .owl-stage-outer {
  border: 3px solid transparent;
}

.ticket-box {
  background-color: #fff;
  padding: 50px;
  position: relative;
  margin-top: 1px;
  border-top-right-radius: 60px;
}
@media (max-width: 575.98px) {
  .ticket-box {
    padding: 50px 20px;
  }
}
.ticket-box .ticket-number {
  font-size: 19px;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .ticket-box .ticket-number {
    margin-bottom: 15px;
  }
}
.ticket-box .ticket-number span {
  color: #0F1B55;
  font-family: var(--secondary-font);
  font-weight: 700;
}
.ticket-box .cell {
  font-size: 19px;
  color: #000;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .ticket-box .cell {
    font-size: 17px;
  }
}
.ticket-box .cell p {
  font-weight: 600;
  color: #000;
  font-family: var(--secondary-font);
  font-size: 19px !important;
}
@media (max-width: 767.98px) {
  .ticket-box .cell p {
    margin-bottom: 5px;
    font-size: 17px !important;
  }
}
@media (max-width: 767.98px) {
  .ticket-box .cell p.d-flex {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.ticket-box .cell .event-name {
  font-size: 30px !important;
  font-weight: 600;
  font-family: var(--secondary-font);
  margin-top: 5px;
  color: #0F1B55;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .ticket-box .cell .event-name {
    font-size: 18px !important;
  }
}
.ticket-box .user-mail {
  font-weight: 100;
  font-family: var(--primary-font);
  margin-top: -6px;
}
.ticket-box::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/ticket-shape.svg);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  width: 500px;
  height: 56px;
  background-color: #0F1B55;
  position: absolute;
  top: -26px;
  left: 0;
  display: none;
}
@media (max-width: 575.98px) {
  .ticket-box::before {
    width: 100%;
  }
}
.ticket-box::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/ticket-shape.svg);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  width: 500px;
  height: 56px;
  background-color: #0F1B55;
  position: absolute;
  bottom: -26px;
  left: 0;
  transform: rotate(180deg);
  display: none;
}
@media (max-width: 575.98px) {
  .ticket-box::after {
    width: 100%;
  }
}
.ticket-box hr {
  margin: 30px auto;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 991.98px) {
  .ticket-box hr {
    margin: 10px 0;
  }
}
.ticket-box.phase-2 {
  padding: 50px 40px;
  position: relative;
}
.ticket-box.phase-2::before {
  background-color: #fff;
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -5px;
  z-index: 5;
  left: 0;
}
@media (max-width: 767.98px) {
  .ticket-box.phase-2 {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .ticket-box.phase-2 .logo-container img {
    width: 120px;
  }
}

.qr-box {
  background-color: #fff;
  position: relative;
  border-top: 2px dashed #ccc;
}
.qr-box figure {
  margin: 0;
}
.qr-box .text-content {
  color: #000;
}
.qr-box h5, .qr-box .h5 {
  font-size: 20px;
  color: #0F1B55;
}
.qr-box p {
  color: #000;
  font-size: 16px;
  margin: 0;
}
.qr-box:before {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #0F1B55;
  position: absolute;
  inset-inline-start: -30px;
  inset-block-start: -29px;
  content: "";
}
.qr-box:after {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #0F1B55;
  position: absolute;
  inset-inline-end: -30px;
  inset-block-start: -29px;
  content: "";
}
@media (max-width: 767.98px) {
  .qr-box .col-md-5 {
    width: 30%;
    padding: 0;
  }
  .qr-box .col-md-5 figure {
    width: 100%;
  }
  .qr-box .col-md-5 figure svg {
    width: 100%;
  }
  .qr-box .col-md-6 {
    width: 70%;
  }
}

.ticket-bottom-detail {
  position: relative;
  z-index: 1;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .ticket-bottom-detail {
    padding: 10px;
    margin: 30px 0 20px;
  }
}
.ticket-bottom-detail p {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 30px;
  font-family: var(--secondary-font);
}
@media (max-width: 991.98px) {
  .ticket-bottom-detail p {
    font-size: 18px;
  }
}

.ticket-btn .btn {
  color: #0F1B55;
  font-weight: 500;
}
.ticket-btn .btn:first-child {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.ticket-btn .btn:hover, .ticket-btn .btn:active, .ticket-btn .btn:focus {
  color: #fff;
}
@media (max-width: 575.98px) {
  .ticket-btn {
    display: flex;
    flex-direction: column;
  }
  .ticket-btn .btn {
    width: 100%;
  }
  .ticket-btn .btn:first-child {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    margin-bottom: 6px;
  }
}

.slidecounter {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin: 15px 0 0;
}

.section-gallery {
  border-start-end-radius: 40px;
  border-start-start-radius: 0px;
}
@media (max-width: 991.98px) {
  .section-gallery {
    border-start-start-radius: 0px;
  }
}
.section-gallery .gallery-outer {
  height: 100%;
}
.section-gallery .gallery-outer figure {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  max-height: 330px;
}
.section-gallery .gallery-outer figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-gallery .gallery-outer video {
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-image {
  overflow: hidden;
  height: 390px;
  border-top-right-radius: 45px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .gallery-image {
    margin-bottom: 0;
  }
}
.gallery-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000 0%, rgba(30, 30, 30, 0.705) 43.9%, rgba(102, 102, 102, 0) 100%);
  z-index: 1;
}
.gallery-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .gallery-image img {
    height: 100%;
  }
}

.gallery-bottom {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
html[dir=rtl] .gallery-bottom {
  direction: rtl;
}
.gallery-bottom .gallery-date {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  font-family: var(--secondary-font);
}
.gallery-bottom .gallery-title {
  font-size: 18px;
  color: #fff;
}
html[dir=rtl] .gallery-bottom .gallery-title {
  line-height: 1.5;
}

.gallery-outer {
  position: relative;
}
html[dir=rtl] .gallery-outer {
  direction: ltr;
}
.gallery-outer .label-tag {
  background: #004C2C;
  padding: 12px 15px;
  position: absolute;
  top: 30px;
  z-index: 1;
  inset-inline-start: -15px;
  min-width: 150px;
  max-width: 160px;
  line-height: normal;
}
.gallery-outer .label-tag::before {
  content: "";
  border-style: solid;
  border-width: 16px 16px 0px 0;
  border-color: transparent #003A23 transparent transparent;
  position: absolute;
  top: -16px;
  inset-inline-start: 0px;
}
.gallery-outer .label-tag p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--secondary-font);
  text-align: center;
}
.gallery-outer iframe {
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-details .gallery-detail-list {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991.98px) {
  .gallery-details .gallery-detail-list {
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .gallery-details .gallery-detail-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.gallery-details .gallery-detail-list .col {
  padding: 0;
}
.gallery-details .gallery-detail-list .col.full-col {
  grid-column: 1/-1;
}
.gallery-details .gallery-detail-list .gallery-outer {
  height: 100%;
}
.gallery-details .gallery-detail-list .gallery-outer a {
  display: block;
  height: 100%;
}
.gallery-details .gallery-detail-list .gallery-outer a figure {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  max-height: 330px;
}
.gallery-details .gallery-detail-list .gallery-outer a figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-details .gallery-detail-list .gallery-outer a video {
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-details .gallery-detail-list .full-col.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-details .gallery-detail-list .full-col .gallery-outer a figure {
  padding-top: 56%;
}
.gallery-details .video-wrap video {
  border-radius: 0;
}
.gallery-details .video-gallery figure {
  position: relative;
}
.gallery-details .video-gallery figure .play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: calc(50% - 35px);
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all 300ms;
}
@media (max-width: 575.98px) {
  .gallery-details .video-gallery figure .play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: calc(50% - 30px);
  }
}
.gallery-details .video-gallery figure .play-btn:hover {
  background: #262626;
}
.gallery-details .video-gallery figure .play-btn img {
  height: auto !important;
  width: 28px !important;
  position: relative !important;
}
@media (max-width: 575.98px) {
  .gallery-details .video-gallery figure .play-btn img {
    width: 20px !important;
  }
}

.full-col.video-gallery figure .play-btn {
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .full-col.video-gallery figure .play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: calc(50% - 30px);
  }
}
.full-col.video-gallery figure .play-btn img {
  width: auto !important;
}
@media (max-width: 575.98px) {
  .full-col.video-gallery figure .play-btn img {
    width: 20px !important;
  }
}

.loader {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 6px solid rgba(15, 27, 85, 0.1);
  border-bottom-color: #0F1B55;
  border-left-color: #0F1B55;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html[dir=rtl] .featured-wrap h2, html[dir=rtl] .featured-wrap .h2 {
  line-height: normal;
}
.fancybox-container .fancybox-button--close {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #262626;
  inset-inline-end: 45px;
  top: 45px;
  transition: all 300ms;
}
.fancybox-container .fancybox-button--close:hover {
  background: #444444;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background: #262626;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0px 5px 0px 5px;
  transition: all 300ms;
}
.fancybox-container .fancybox-navigation .fancybox-button:hover {
  background: #444444;
}
@media (min-width: 576px) {
  .fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
    inset-inline-start: 40px;
  }
}
@media (min-width: 576px) {
  .fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
    inset-inline-end: 40px;
  }
}
footer {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  footer {
    padding: 0;
  }
}
footer .container {
  position: relative;
  z-index: 2;
}

.copyright p {
  font-family: var(--secondary-font);
  color: #0F1B55;
  font-size: 19px;
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .copyright {
    text-align: center;
  }
  .copyright p {
    font-size: 17px;
  }
}

html[dir=rtl] .copyright p {
  font-family: "brando-arabic", sans-serif !important;
}

.footer-bottom {
  position: relative;
  padding: 14px 50px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .footer-bottom {
    padding: 10px 50px;
  }
}
@media (max-width: 991.98px) {
  .footer-bottom {
    padding: 10px 0;
  }
}

.social-links {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.6rem;
}
.social-links li {
  list-style: none;
}
.social-links li a {
  font-size: 24px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  background-color: transparent;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .social-links li a {
    font-size: 18px;
  }
}
.social-links li a i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.social-links li a:hover {
  color: #0F1B55;
  background-color: white;
  opacity: 0.7;
}
.social-links li:hover a {
  background-color: #fff;
  color: #0F1B55;
  border-radius: 50%;
  opacity: 1;
}
.social-links li:hover a.icon-twitter::before {
  background-color: #0F1B55;
}
.footer-top {
  position: relative;
  padding-block: 35px 15px;
}
@media (max-width: 991.98px) {
  .footer-top {
    border-top-right-radius: 0px;
    padding: 30px 0;
    padding-block: 30px;
    -webkit-padding-end: 300px;
            padding-inline-end: 300px;
  }
}
@media (max-width: 767.98px) {
  .footer-top {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .footer-top {
    padding-block: 30px 15px !important;
  }
}
.footer-top::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/footer-logo.svg);
  -webkit-mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right;
  width: 350px;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .footer-top::after {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .footer-top::after {
    -webkit-mask-position: top right;
    -webkit-mask-size: contain;
  }
}
html[dir=rtl] .footer-top::after {
  inset-inline-end: 0px;
  transform: rotate(-180deg) scaleY(-1);
}
@media (max-width: 1550px) {
  .footer-top .offset-xl-2 {
    margin-left: 3.666667%;
  }
  html[dir=rtl] .footer-top .offset-xl-2 {
    margin-right: 3.666667%;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .footer-top .offset-xl-2 {
    margin-left: 0;
  }
  html[dir=rtl] .footer-top .offset-xl-2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.footer-top .subscription {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
@media (max-width: 991.98px) {
  .footer-top .subscription {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .footer-top .subscription {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .footer-top .subscription {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}
.footer-top .subscription h3, .footer-top .subscription .h3 {
  font-size: 29px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .footer-top .subscription h3, .footer-top .subscription .h3 {
    font-size: 24px;
  }
}
.subscription p {
  font-size: 19px;
}
@media (max-width: 991.98px) {
  .subscription p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .subscription p {
    font-size: 14px;
  }
}
.subscription .btn-primary {
  min-width: 150px;
  text-align: start;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .subscription .btn-primary {
    padding: 7px 18px;
    font-size: 16px;
    min-width: 125px;
  }
}

.cookies-wrap {
  background-color: #e9ebed;
  position: fixed;
  bottom: -80px;
  inset-inline-start: 0;
  width: 100%;
  opacity: 0;
  padding: 20px 0;
  z-index: 99999;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookies-wrap .container-lg {
  position: relative;
}
@media (max-width: 991.98px) {
  .cookies-wrap {
    text-align: center;
  }
}
.cookies-wrap a {
  color: #004C2C;
}
.cookies-wrap p {
  font-size: 14px;
  margin: 0;
}
.cookies-wrap .btn-border {
  color: #004C2C;
  background-color: #fff;
  border: 1px solid #004C2C;
  margin: 0 10px;
  padding: 5px 15px;
  line-height: 26px;
  border-top-right-radius: 20px;
}
.cookies-wrap .btn-border:hover {
  background-color: #004C2C;
  color: #fff;
  border: 1px solid #004C2C;
}
@media (max-width: 767.98px) {
  .cookies-wrap .btn-border {
    margin: 10px 0px 0;
  }
}
.cookies-wrap .close-cookie {
  width: 30px;
  height: 30px;
  position: absolute;
  inset-inline-end: 0px;
  top: 0px;
  border-radius: 50%;
  border: 1px solid #dc3545;
}
.cookies-wrap .close-cookie:before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  width: 13px;
  height: 13px;
  background-color: #dc3545;
  position: absolute;
  inset-inline-start: 30%;
  inset-block-start: 25%;
}

body.show-cookies .cookies-wrap {
  bottom: 0px;
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-nav {
  list-style: none;
}
@media (max-width: 991.98px) {
  .footer-nav {
    margin-bottom: 20px;
  }
}
.footer-nav li a {
  font-size: 19px;
  color: #fff;
  font-weight: 100;
  line-height: 26px;
}
@media (max-width: 1199.98px) {
  .footer-nav li a {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .footer-nav li a {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .footer-nav li a {
    font-size: 14px;
    line-height: 0px;
  }
}

.footer-wrapper {
  padding: 0 50px;
  -webkit-padding-end: 140px;
          padding-inline-end: 140px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .footer-wrapper {
    padding: 0 20px;
    -webkit-padding-end: 160px;
            padding-inline-end: 160px;
  }
}
@media (max-width: 1199.98px) {
  .footer-wrapper {
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer-wrapper {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1420px) {
  .footer-wrapper .col-xl-2 {
    width: 14%;
  }
}
@media (max-width: 991.98px) {
  .footer-wrapper .col-xl-2 {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .footer-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  .footer-wrapper .col-xl-2.col-lg-6 {
    width: 24%;
  }
}
@media (max-width: 991.98px) {
  .footer-wrapper .col-xl-2.col-lg-6 {
    width: 50%;
  }
}

.contact-details p {
  font-size: 18px;
  font-weight: 100;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .contact-details p {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .contact-details p {
    font-size: 15px;
  }
}
.contact-details a {
  color: #fff;
}
.contact-details a:hover {
  color: #fff;
}

.payment-methods {
  border: 1px solid #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border-radius: 12px;
  position: relative;
}
@media (min-width: 1200px) {
  .payment-methods {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .payment-methods {
    margin-top: 1rem;
  }
}
.payment-methods .payment-icons {
  display: flex;
  padding-top: 5px;
}
.payment-methods .payment-icons img {
  padding-inline: 5px;
}
.payment-methods .accept-text {
  position: absolute;
  top: -10px;
  font-size: 14px;
  margin-bottom: 0;
  background: #151b54;
  padding-inline: 6px;
}

@media (max-width: 1199px) and (min-width: 575px) {
  .footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    gap: 10px;
  }
}

@media (min-width: 1200px) {
  .contact-details {
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
  }
}

.tabs-wrapper {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: row;
}
.tabs-wrapper .nav-tabs {
  list-style: none;
  margin: 0;
  border: none;
  width: 50%;
}
.tabs-wrapper .nav-tabs li {
  cursor: pointer;
  display: block;
  position: relative;
}
.tabs-wrapper .nav-tabs li a {
  text-decoration: none;
  color: #D43B2C;
  display: block;
  padding: 20px 0;
}
.tabs-wrapper .nav-tabs li a::before {
  content: "";
  display: block;
  background-color: inherit;
  position: absolute;
  inset-block: 0;
  inset-inline-end: 10px;
  inset-inline-start: -10000px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .tabs-wrapper .nav-tabs li a::before {
    inset-inline-end: -30px;
  }
}
.tabs-wrapper .nav-tabs li a::after {
  content: "";
  display: block;
  background-color: inherit;
  position: absolute;
  inset-block: 0;
  inset-inline-end: -400px;
  inset-inline-start: calc(100% - 10px);
  z-index: -1;
  border-start-end-radius: 100px;
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .tabs-wrapper .nav-tabs li a::after {
    inset-inline-end: -330px;
  }
}
.tabs-wrapper .nav-tabs li a.active {
  color: #fff;
}
.tabs-wrapper .nav-tabs li a.active::before {
  background-color: #0F1B55;
}
.tabs-wrapper .nav-tabs li a.active::after {
  background-color: #0F1B55;
}
.tabs-wrapper .nav-tabs li a.active p {
  color: #fff;
}
.tabs-wrapper .nav-tabs li h3, .tabs-wrapper .nav-tabs li .h3 {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .tabs-wrapper .nav-tabs li h3, .tabs-wrapper .nav-tabs li .h3 {
    font-size: 35px;
  }
}
.tabs-wrapper .nav-tabs li p {
  color: #0F1B55;
  margin-bottom: 0;
}
.tabs-wrapper .nav-tabs li:hover a {
  color: #fff;
  outline: none;
}
.tabs-wrapper .nav-tabs li:hover a::before {
  background-color: #0F1B55;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.2s;
}
.tabs-wrapper .nav-tabs li:hover a::after {
  background-color: #0F1B55;
  transition: all 0.7s ease-in-out;
  transition-delay: 0.2s;
}
.tabs-wrapper .nav-tabs li:hover a p {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.tabs-wrapper .nav-tabs li .link-tab:focus-visible {
  outline: none;
}
.tabs-wrapper .tab-content {
  width: 50%;
  position: relative;
}
.tabs-wrapper .tab-content::after {
  content: "";
  display: block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/vector-2.svg);
  -webkit-mask-position: bottom center;
  width: 990px;
  height: 474px;
  position: absolute;
  bottom: -1px;
  inset-inline-start: 50%;
  background-color: #D43B2C;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-margin-start: -24px;
          margin-inline-start: -24px;
  /* purgecss start end */
}
html[dir=rtl] .tabs-wrapper .tab-content::after {
  transform: translateX(50%);
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
@media (max-width: 1199.98px) {
  html[dir=rtl] .tabs-wrapper .tab-content::after {
    -webkit-margin-start: -3px;
            margin-inline-start: -3px;
    transform: translateX(49%);
  }
}
@media (max-width: 767.98px) {
  html[dir=rtl] .tabs-wrapper .tab-content::after {
    -webkit-margin-start: 3px;
            margin-inline-start: 3px;
  }
}
.tabs-wrapper .tab-content .tab-pane {
  position: relative;
  width: 100%;
}
.tabs-wrapper .tab-content > .active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fig-circle {
  width: 470px;
  height: 470px;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 1700px) {
  .fig-circle {
    margin-top: 2px;
    -webkit-margin-after: -2px;
            margin-block-end: -2px;
  }
}
.fig-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-content {
  z-index: 5;
  position: absolute;
  width: 95%;
  text-align: center;
  top: 100%;
}
@media (max-width: 767.98px) {
  .bottom-content {
    width: 106%;
  }
}
.bottom-content p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .bottom-content p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .bottom-content p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  html[dir=rtl] .home-tab .fig-circle {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
  }
}

.section-explore {
  border-bottom: 70px solid #D43B2C;
  overflow: hidden;
}

.ramadan-page {
  --header-height:150px;
}
@media (min-width: 1200px) {
  .ramadan-page {
    --header-height:213px;
  }
}
.ramadan-page p {
  font-weight: 400;
}
.ramadan-page img {
  max-width: 100%;
}
.ramadan-page .header {
  position: fixed;
  padding: 32px 0;
  width: 100vw;
  margin-bottom: 0 !important;
  transition: all 0.2s ease-in-out;
  background-color: #060D30;
}
.ramadan-page .header.scrolled {
  z-index: 999;
  background-color: #060D30;
}
@media (min-width: 992px) {
  .ramadan-page .header .nav-wrapper {
    justify-content: unset;
  }
}
.ramadan-page .header .nav-wrapper .end-section-web {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media (min-width: 992px) {
  .ramadan-page .header .nav-wrapper .logo-container {
    -webkit-margin-end: 96px;
            margin-inline-end: 96px;
  }
}
.ramadan-page .header .nav-wrapper .logo-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ramadan-page .header .nav-wrapper a, .ramadan-page .header .nav-wrapper button {
  color: #fff;
}
@media (min-width: 1400px) {
  .ramadan-page .header .nav-wrapper a, .ramadan-page .header .nav-wrapper button {
    font-size: 24px !important;
  }
}
.ramadan-page .header .nav-wrapper .acces-list .nav-link {
  color: #000;
}
@media (min-width: 1400px) {
  .ramadan-page .header .container-xxl {
    max-width: 1706px;
  }
}
.ramadan-page .header .menu-btn .menu {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .ramadan-page .header .nav-container {
    background-color: #0F1B55;
  }
}
.ramadan-page .header .logo-container {
  max-width: 110px;
}
.ramadan-page .header .logo-container a {
  display: block;
}
.ramadan-page .header .logo-container a img {
  height: 80px;
}
.ramadan-page .header nav {
  display: flex;
}
.ramadan-page .header .end-section {
  padding-top: 0;
}
.ramadan-page .theme-switcher .accec-ico {
  height: 64px;
}

@media (min-width: 1200px) {
  .section-padding.ramadan-banner {
    padding-bottom: 60px;
  }
}

.ramadan-banner {
  padding-top: var(--header-height);
  background-image: url(../images/bg-banner.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #060D30;
  background-size: cover;
}
@media (min-width: 1200px) {
  .ramadan-banner {
    padding-top: var(--header-height);
  }
}

.page-loaded .ramadan-banner {
  -webkit-animation: bounceUp 2s ease-in-out;
          animation: bounceUp 2s ease-in-out;
}

.main {
  background-color: #060D30;
}
@media (min-width: 1600px) {
  .main .container {
    max-width: 86.6%;
  }
}

.img-card {
  position: relative;
  color: #fff;
}
.img-card figure {
  border-top-right-radius: 40px;
  overflow: hidden;
  position: relative;
  --bs-aspect-ratio:52%;
}
.img-card figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(95, 74, 74, 0) 50%, rgb(95, 74, 74) 100%);
}

.img-card_ttl-wrap {
  bottom: 0;
  inset-inline-start: 0;
}
.img-card_ttl-wrap span i {
  width: 14px;
  height: 17px;
  background: #000;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  vertical-align: middle;
}

.section-gradient {
  position: relative;
}
.section-gradient::after {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../images/grade-img.png);
  background-blend-mode: normal;
  opacity: 0.2;
}

.testimonial {
  background-color: #F9F6EB;
}
@media (max-width: 991.98px) {
  .testimonial {
    padding-top: 15px;
  }
}

.content-wrap {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .content-wrap {
    padding-bottom: 64px;
  }
}
.content-wrap p {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1400px) {
  .content-wrap p {
    font-size: 20px;
  }
}
.content-wrap p:last-child {
  margin-bottom: 0;
}

section {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .leader-img {
    position: absolute;
    width: 100%;
    bottom: -200px;
    height: calc(100% + 200px);
  }
}
.leader-img-outer {
  overflow: visible;
}
@media (max-width: 991.98px) {
  .leader-img-outer {
    max-width: 75%;
    margin: 0 auto;
    max-height: 300px;
  }
  .leader-img-outer img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .leader-img-outer {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .leader-img-outer {
    height: 100%;
  }
}
.leader-img-outer img {
  z-index: 1;
  position: relative;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 991.98px) {
  .leader-img-outer img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1600px) {
  .leader-img-outer img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.contentSwiper {
  overflow: visible;
}
@media (min-width: 992px) {
  .contentSwiper {
    display: flex;
  }
  .contentSwiper .swiper-wrapper {
    align-items: stretch;
  }
  .contentSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-end;
  }
}
.contentSwiper .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.contentSwiper .swiper-slide .row {
  height: 100%;
}
.contentSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .contentSwiper .swiper-slide:nth-child(1) .leader-img-outer {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .contentSwiper .swiper-slide:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .contentSwiper .swiper-slide:nth-child(2) .leader-img-outer {
    width: 110%;
  }
}
@media (min-width: 1400px) {
  .contentSwiper .swiper-slide:nth-child(2) .leader-img-outer {
    width: 108%;
  }
}
@media (min-width: 1500px) {
  .contentSwiper .swiper-slide:nth-child(2) .leader-img-outer {
    width: 116%;
  }
}
@media (max-width: 991.98px) {
  .contentSwiper .content-wrap .ttl {
    text-align: center;
  }
}

.imgSwiper-wrap .swiper-wrapper {
  flex-wrap: wrap;
}
.imgSwiper-wrap .img-swiper-figure {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .imgSwiper-wrap .img-swiper-figure {
    width: 90px;
    height: 90px;
  }
}
.imgSwiper-wrap .img-swiper-figure figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 50%;
}
.imgSwiper-wrap .img-swiper-figure figure img {
  width: 100%;
}
.imgSwiper-wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.imgSwiper-wrap .loader-container {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  inset-inline-start: 0;
}
@media (max-width: 575.98px) {
  .imgSwiper-wrap .loader-container {
    width: 80px;
    height: 80px;
    top: auto;
    inset-inline-start: auto;
  }
}
.imgSwiper-wrap .img-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.imgSwiper-wrap circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}
.imgSwiper-wrap .loader-progress {
  stroke: #D43B2C;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 2s linear;
}
.imgSwiper-wrap .swiper-slide-thumb-active .loader-progress {
  -webkit-animation: fill-loader 2s linear forwards;
          animation: fill-loader 2s linear forwards;
}
@-webkit-keyframes fill-loader {
  from {
    stroke-dashoffset: 283;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fill-loader {
  from {
    stroke-dashoffset: 283;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.imgSwiper-wrap .text-content p {
  line-height: 1.1;
}
.imgSwiper-wrap .swiper-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.imgSwiper-wrap .swiper-slide .text-content {
  opacity: 0.6;
  pointer-events: none;
}
.imgSwiper-wrap .swiper-slide .text-content p:first-child {
  font-size: 16px;
}
.imgSwiper-wrap .swiper-slide .text-content p:last-child {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .imgSwiper-wrap .swiper-slide .gap-20 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.imgSwiper-wrap .swiper-slide .img-swiper-figure {
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.imgSwiper-wrap .swiper-slide .img-swiper-figure figure {
  width: 72px;
  height: 72px;
}
@media (max-width: 575.98px) {
  .imgSwiper-wrap .swiper-slide .img-swiper-figure figure {
    width: 66px;
    height: 66px;
  }
}
.imgSwiper-wrap .swiper-slide .img-swiper-figure .loader-bg {
  stroke: #D43B2C;
}
.imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .text-content {
  display: block;
  pointer-events: visible;
  opacity: 1;
}
.imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .text-content p:first-child {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .text-content p:first-child {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .text-content p:first-child {
    font-size: 16px;
  }
}
.imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .text-content p:last-child {
  font-size: 18px;
}
.imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .img-swiper-figure {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 575.98px) {
  .imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .img-swiper-figure {
    -webkit-margin-start: 12px;
            margin-inline-start: 12px;
  }
}
.imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .loader-bg {
  stroke: #ddd;
}
@media (max-width: 575.98px) {
  .imgSwiper-wrap .swiper-slide.swiper-slide-thumb-active .gap-20 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

@media (max-width: 991.99px) {
  .leader-img {
    position: relative;
    width: 100%;
    height: auto;
    inset-inline-end: 0;
  }
}
.ramadan-content {
  background-image: url(../images/bg-ramadan.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .ramadan-content {
    padding: 50px;
  }
}
@media (min-width: 1600px) {
  .ramadan-content {
    padding: 100px;
  }
}
.ramadan-content::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.ramadan-content-inner {
  position: relative;
  z-index: 2;
}

.tab-area .nav-link {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 12px;
  line-height: 30px;
  border-radius: none;
  text-align: start;
  border-top-right-radius: 24px;
  border-top-left-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1200px) {
  .tab-area .nav-link {
    min-width: 260px;
    padding: 15px 24px;
  }
}
.tab-area .nav-link.active {
  color: #0F1B55;
}
.tab-area .nav-tabs {
  gap: 16px;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .tab-area .nav-link {
    min-width: 223px;
  }
}

html[dir=rtl] .tab-area .nav-link {
  border-top-right-radius: 0;
  border-top-left-radius: 24px;
}
html[dir=rtl] .program-card-figure {
  border-top-left-radius: 40px;
  border-top-right-radius: 0;
}
html[dir=rtl] .guidelines-bottom .nav-link {
  border-top-right-radius: 0;
  border-top-left-radius: 20px;
}
html[dir=rtl] .guidelines-bottom .tab-pane figure {
  border-top-right-radius: 0;
  border-top-left-radius: 55px;
}
html[dir=rtl] .ramadan-gallery-card_img {
  border-top-left-radius: 40px;
  border-top-right-radius: 0;
}
html[dir=rtl] .map-area {
  border-top-right-radius: 0;
  border-top-left-radius: 48px;
}

.tab-card {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}
.tab-card-label {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .tab-card-label {
    font-size: 16px;
  }
}
.tab-card-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .tab-card-ttl {
    font-size: 22px;
  }
}
.tab-card:hover {
  border-color: #F1E9CD;
  border: 1px solid #F1E9CD;
}
.tab-card:hover .tab-card-label {
  color: #fff;
}

.tab-inner-wrap {
  margin: 0 -8px;
  row-gap: 16px;
}

.tab-card-wrap {
  padding-inline: 8px;
  flex: 0 0 50%;
}
@media (min-width: 576px) {
  .tab-card-wrap {
    flex: 0 0 33.3%;
  }
}
@media (min-width: 992px) {
  .tab-card-wrap {
    flex: 0 0 25%;
  }
}
@media (min-width: 1400px) {
  .tab-card-wrap {
    flex: 0 0 14.28%;
  }
}

.program-card {
  position: relative;
}
.program-card-figure {
  --bs-aspect-ratio:112.18%;
  overflow: hidden;
  border-top-right-radius: 40px;
}
.program-card-figure::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
}
.program-card-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.program-card_content {
  position: absolute;
  bottom: 12px;
  padding-inline: 12px;
  inset-inline-start: 0;
  z-index: 2;
}
@media (min-width: 1200px) {
  .program-card_content {
    padding-inline: 32px;
    bottom: 32px;
  }
}
.program-card_content h3, .program-card_content .h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.programSwiper {
  overflow: visible;
}

.guidelines-bottom .nav-link {
  padding: 22px;
  text-align: start;
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(15, 27, 85, 0.1019607843);
  color: #0F1B55;
  border-radius: 0;
  border-top-right-radius: 20px;
}
.guidelines-bottom .nav-link:last-child {
  margin-bottom: 0;
}
.guidelines-bottom .nav-link.active {
  background-color: #0F1B55;
}
.guidelines-bottom .nav-link i {
  -webkit-mask-size: contain;
  vertical-align: middle;
  -webkit-mask-repeat: no-repeat;
}
.guidelines-bottom .tab-pane figure {
  --bs-aspect-ratio:47.71%;
  border-top-right-radius: 55px;
  overflow: hidden;
}
.guidelines-bottom .tab-pane figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.guidelines-bottom .tab-pane p {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .guidelines-bottom .tab-pane p {
    font-size: 20px;
  }
}
.guidelines-bottom .tab-pane ul {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.guidelines-bottom .tab-pane li {
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .guidelines-bottom .tab-pane li {
    font-size: 18px;
  }
}

.nav-text {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

.btn-map {
  position: absolute;
  width: 200px;
  height: 59px;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .btn-map {
    bottom: 56px;
  }
}

.ramadan-gallery-card_img {
  --bs-aspect-ratio:86.07%;
  overflow: hidden;
  border-top-right-radius: 40px;
}

.leader_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: -100px;
  background-image: url(../images/grade-vector.png);
}

.map-area {
  overflow: hidden;
  border-top-right-radius: 48px;
}
.map-area a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 47%;
}
.map-area a img {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ramadan-gallery::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 40%;
  height: 60%;
  background-image: url(../images/grade-vector.png);
}

.ramadan-hours, .ramadan-guidelines, .ramadan-gallery {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .tab-card-ttl {
    font-size: 20px;
  }
}
.ramadan-gallery-wrap .swiper-slide {
  height: auto;
}
.ramadan-gallery-wrap .ramadan-gallery-card {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  border-start-end-radius: 40px;
}

.program-swiper-area {
  position: relative;
  padding-top: 60px;
}
.program-swiper-area .swiper-button-next, .program-swiper-area .swiper-button-prev {
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.program-swiper-area .swiper-button-prev {
  right: 80px;
  left: unset;
}
.program-swiper-area .swiper-button-next {
  left: unset;
  right: 0;
}
.program-swiper-area .swiper-button-prev::after, .program-swiper-area .swiper-button-next::after {
  color: #D43B2C;
  font-size: 16px;
  font-weight: 600;
}

html[dir=rtl] .program-swiper-area .swiper-button-prev {
  right: unset;
  left: 80px;
}
html[dir=rtl] .program-swiper-area .swiper-button-prev::after {
  transform: rotate(180deg);
}
html[dir=rtl] .program-swiper-area .swiper-button-next {
  right: unset;
  left: 0px;
}
html[dir=rtl] .program-swiper-area .swiper-button-next::after {
  transform: rotate(180deg);
}

body.highcontrast.ramadan-page .header.scrolled {
  background-color: #000;
}
body.highcontrast .ramadan-banner {
  background-color: #000;
}
body.highcontrast .testimonial {
  background-color: #191919;
}
body.highcontrast .ramadan-hours {
  background-color: #000;
}
body.highcontrast .ramadan-programs {
  background-color: #191919 !important;
}
body.highcontrast .ramadan-guidelines {
  background-color: #000;
}
body.highcontrast .ramadan-guidelines .guidelines-bottom .nav-link {
  border: 1px solid #f8ef1b;
  color: #fff;
}
body.highcontrast .ramadan-guidelines .guidelines-bottom .nav-link.active {
  background-color: #191919;
  border: 1px solid transparent;
  color: #f8ef1b;
}
body.highcontrast .map-section {
  background-color: #191919 !important;
}
body.highcontrast .ramadan-gallery {
  background-color: #000;
}
body.highcontrast .ramadan-gallery .ramadan-gallery-card {
  border-color: #fff;
}
body.highcontrast li, body.highcontrast p {
  color: #fff !important;
}
body.highcontrast .btn-common {
  background-color: #000;
  color: #fff;
  border: 1px solid #f8ef1b;
}
body.highcontrast .btn-meroon-arrow {
  background-color: #f8ef1b !important;
  color: #000 !important;
}
body.highcontrast .btn-meroon-arrow::after {
  background: #000 !important;
}
body.highcontrast .program-swiper-area .swiper-button-prev, body.highcontrast .program-swiper-area .swiper-button-next {
  background-color: #f8ef1b;
}
body.highcontrast .program-swiper-area .swiper-button-prev::after, body.highcontrast .program-swiper-area .swiper-button-next::after {
  color: #000;
}
body.highcontrast .tab-area .nav-link {
  background-color: #000;
  color: #f8ef1b;
  border-color: #f8ef1b;
}
body.highcontrast .tab-area .nav-link.active {
  color: #000;
  background-color: #f8ef1b;
}
body.highcontrast .imgSwiper-wrap .loader-progress {
  stroke: #f8ef1b;
}
body.highcontrast .imgSwiper-wrap .swiper-slide .img-swiper-figure .loader-bg {
  stroke: #f8ef1b;
}
body.highcontrast .tab-card-label {
  color: #f8ef1b;
}
body.highcontrast .contentSwiper a {
  color: #fff !important;
}

html [dir=rtl] .leader-img-outer img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 575.98px) {
  .swiper-area {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 575.98px) {
  .swiper-area .imgSwiper-wrap {
    padding-bottom: 15px;
    padding-top: 40px;
  }
}

@media (min-width: 1400px) {
  .cluster-page .container-lg {
    max-width: 1600px;
  }
}
.cluster-page .join-research {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.cluster-page .join-research a {
  border-start-end-radius: 16px;
  border-start-start-radius: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 20px;
  padding: 16px 28px;
}
@media (max-width: 767.98px) {
  .cluster-page .join-research a {
    font-size: 15px;
  }
}
.cluster-page .join-research a::after {
  content: "";
  display: block;
  background-image: url(../images/btn-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 21px;
  transform: rotate(90deg);
  -webkit-animation: arrow-bounce 2s ease-in-out infinite;
          animation: arrow-bounce 2s ease-in-out infinite;
}
html[dir=rtl] .cluster-page .join-research a::after {
  -webkit-animation: arrow-bounce-ar 2s ease-in-out infinite;
          animation: arrow-bounce-ar 2s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .cluster-page .join-research {
    display: block;
    -webkit-margin-end: 27px;
            margin-inline-end: 27px;
  }
}

@-webkit-keyframes arrow-bounce {
  0%, 100% {
    transform: rotate(90deg) translateY(0);
  }
  50% {
    transform: rotate(90deg) translateY(-5px);
  }
}

@keyframes arrow-bounce {
  0%, 100% {
    transform: rotate(90deg) translateY(0);
  }
  50% {
    transform: rotate(90deg) translateY(-5px);
  }
}
@-webkit-keyframes arrow-bounce-ar {
  0%, 100% {
    transform: rotate(-90deg) translateY(0);
  }
  50% {
    transform: rotate(-90deg) translateY(-5px);
  }
}
@keyframes arrow-bounce-ar {
  0%, 100% {
    transform: rotate(-90deg) translateY(0);
  }
  50% {
    transform: rotate(-90deg) translateY(-5px);
  }
}
.header-cluster {
  position: absolute !important;
  -webkit-padding-before: 15px;
          padding-block-start: 15px;
}
@media (min-width: 992px) {
  .header-cluster .nav-wrapper {
    align-items: center;
  }
  .header-cluster .nav-wrapper .nav-tab a {
    color: #fff;
  }
  .header-cluster .nav-wrapper .nav-tab a.active, .header-cluster .nav-wrapper .nav-tab a:hover {
    color: #F1E9CD;
  }
  .header-cluster .btn,
.header-cluster .lang {
    color: #fff;
  }
  .header-cluster .btn:hover,
.header-cluster .lang:hover {
    color: #fff !important;
  }
  .header-cluster .nav-dropdown .dropdown-menu a {
    color: #0F1B55;
  }
}
@media (max-width: 991.98px) {
  .header-cluster .nav-wrapper .menu-btn .menu {
    background: #fff;
  }
  .header-cluster .nav-wrapper #menuToggle:checked + .menu-btn .menu {
    background: #0F1B55;
  }
}

.section-cluster-banner {
  background-color: #091033;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .section-cluster-banner {
    min-height: 1090px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .section-cluster-banner {
    min-height: 1150px;
  }
}
.section-cluster-banner::after {
  content: "";
  display: block;
  background-image: url(../images/banner-grey-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  mix-blend-mode: hard-light;
}

.cluster-banner-bg {
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: #091033;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cluster-banner-bg {
    height: 85vh !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .cluster-banner-bg {
    height: 93vh !important;
  }
}
@media (max-width: 991.98px) {
  .cluster-banner-bg {
    position: absolute;
  }
}
.cluster-banner-bg figure {
  max-width: 100%;
  margin: 0;
  position: relative;
}
.cluster-banner-bg figure::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(264.97deg, rgba(15, 27, 85, 0) 12.29%, #091033 66.11%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 0;
}
html[dir=rtl] .cluster-banner-bg figure::after {
  background: linear-gradient(95.03deg, rgba(15, 27, 85, 0) 12.29%, #091033 66.11%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
@media (max-width: 991.98px) {
  html[dir=rtl] .cluster-banner-bg figure::after {
    background: linear-gradient(180deg, rgba(15, 27, 85, 0) 12.29%, #091033 66.11%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
}
@media (max-width: 991.98px) {
  .cluster-banner-bg figure::after {
    box-shadow: none;
    bottom: -160px;
    background: linear-gradient(180deg, rgba(15, 27, 85, 0) 12.29%, #091033 66.11%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
}

.theme-tag {
  background-color: #004C2C;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .theme-tag {
    font-size: 14px;
    padding: 12px 14px;
  }
}

.banner-inner-text {
  position: absolute;
  top: 210px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .banner-inner-text {
    top: 160px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .banner-inner-text {
    top: 350px;
  }
}
@media (max-width: 991.98px) {
  .banner-inner-text {
    top: 300px;
    position: relative;
    margin-bottom: 340px;
  }
}
@media (max-width: 767.98px) {
  .banner-inner-text {
    top: 200px;
    margin-bottom: 300px;
  }
}
.banner-inner-text h1, .banner-inner-text .h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .banner-inner-text h1, .banner-inner-text .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .banner-inner-text h1, .banner-inner-text .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991.98px) {
  .banner-inner-text h1, .banner-inner-text .h1 {
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 25px;
  }
}
.banner-inner-text p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .banner-inner-text p {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .banner-inner-text p {
    font-size: 16px;
  }
}
.banner-inner-text .amount-text {
  font-weight: 500;
  color: #fff;
}
.banner-inner-text .amount-text span {
  color: #F1E9CD;
  font-size: 32px;
}
@media (max-width: 991.98px) {
  .banner-inner-text .amount-text span {
    font-size: 18px;
  }
}

.information-wrapper {
  border-radius: 0px 40px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(21.2000007629px);
          backdrop-filter: blur(21.2000007629px);
  padding: 24px 48px 32px 48px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .information-wrapper {
    padding: 24px 30px 24px 30px;
  }
}
@media (max-width: 1199.98px) {
  .information-wrapper {
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 991.98px) {
  .information-wrapper {
    position: inherit;
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.information-wrapper .col {
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.1);
          border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .information-wrapper .col {
    -webkit-border-end: none;
            border-inline-end: none;
  }
}
.information-wrapper .col:last-child {
  -webkit-border-end: none;
          border-inline-end: none;
}

.information-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-inline: 24px;
  padding-bottom: 24px;
  border-radius: 0px 40px 0px 0px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 3px -3px 26px 0px rgba(0, 76, 44, 0.08);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .information-box {
    padding-inline: 12px;
    padding-bottom: 18px;
  }
}
@media (max-width: 1199.98px) {
  .information-box {
    padding-bottom: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .information-box {
    padding-inline: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.information-box .info-date {
  color: #F1E9CD;
  font-size: 44px;
  font-family: var(--secondary-font);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .information-box .info-date {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .information-box .info-date {
    font-size: 35px;
    margin-bottom: 12px;
    line-height: 1;
  }
}
@media (max-width: 991.98px) {
  .information-box .info-date {
    margin-bottom: 6px;
    font-size: 30px;
  }
}
.information-box .info-date span {
  font-size: 20px;
  font-family: var(--secondary-font);
  font-weight: 400;
  display: block;
  color: #fff;
  margin-top: 16px;
}
@media (max-width: 1199.98px) {
  .information-box .info-date span {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .information-box .info-date span {
    font-size: 18px;
  }
}
.information-box p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .information-box p {
    font-size: 16px;
  }
}

.theme-subtext {
  font-size: 28px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .theme-subtext {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.theme-subtext span {
  font-style: italic;
  color: #004C2C;
  font-weight: 500;
}

.grey-content {
  font-size: 20px;
  font-weight: 400;
  color: #545454;
}
@media (max-width: 991.98px) {
  .grey-content {
    font-size: 18px;
  }
}
.grey-content p {
  font-size: 20px;
  font-weight: 400;
  color: #545454;
}
@media (max-width: 991.98px) {
  .grey-content p {
    font-size: 18px;
  }
}

.square-bg {
  position: relative;
  z-index: 1;
}
.square-bg::before {
  content: "";
  display: block;
  background-image: url(../images/square-line-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 900px;
  height: 630px;
  z-index: -1;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .square-bg::before {
    display: none;
  }
}

.theme-overview {
  position: relative;
}
.theme-overview figure {
  position: relative;
  margin: 0;
  z-index: 2;
  padding-block: 3%;
}
@media (max-width: 991.98px) {
  .theme-overview figure {
    padding-block: 0;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 0 0 0 30px #0F1B55;
    margin-inline: 6px;
  }
}
.theme-overview figure img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
@media (max-width: 991.98px) {
  .theme-overview figure img {
    box-shadow: 0 0 0 15px #F9F6EB;
  }
}
.theme-overview::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/new-round.svg);
  background-position: bottom center;
  height: 783px;
  position: absolute;
  bottom: -33px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  inset-inline-start: 0;
  width: 219%;
  transform: translateX(-24.6%);
  z-index: 0;
  pointer-events: none;
  touch-action: none;
}
html[dir=rtl] .theme-overview::after {
  transform: translateX(29.6%);
}
@media (max-width: 991.98px) {
  .theme-overview::after {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .theme-overview::after {
    bottom: -19px;
  }
}

.gradient-img {
  border-start-end-radius: 46px;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 575.98px) {
  .gradient-img {
    height: 390px;
  }
}
.gradient-img::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) 14.76%, rgba(0, 0, 0, 0.8) 77.07%);
  z-index: 0;
}
.gradient-img .gradient-content {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  inset-inline: 30px;
}
@media (max-width: 767.98px) {
  .gradient-img .gradient-content {
    bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .gradient-img .gradient-content {
    inset-inline: 20px;
  }
}
.gradient-img .gradient-content p {
  opacity: 0.7;
  margin: 0;
}
@media (max-width: 575.98px) {
  .gradient-img .gradient-content p {
    font-size: 16px;
  }
}

.key-wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
@media (max-width: 575.98px) {
  .key-wrapper {
    grid-template-columns: 1fr;
  }
}

.key-box {
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.08);
  transition: 0.5s ease-in-out;
}
.key-box:hover {
  background-color: rgba(255, 255, 255, 0.16);
  transition: 0.5s ease-in-out;
}
@media (max-width: 991.98px) {
  .key-box {
    padding: 20px;
  }
}
.key-box figure {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(var(--clr-bg), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.key-box h3, .key-box .h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .key-box h3, .key-box .h3 {
    font-size: 20px;
  }
}
.key-box p {
  opacity: 0.6;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .key-box p {
    font-size: 16px;
  }
}
.key-box:nth-child(3) {
  grid-column: 1/3;
}
@media (max-width: 575.98px) {
  .key-box:nth-child(3) {
    grid-column: 1;
  }
}
.key-box:nth-child(2) {
  border-start-end-radius: 40px;
}

.section-research-ques .grey-content span {
  font-style: italic;
  color: #004C2C;
}

.section-research {
  padding-bottom: 30px;
}
.section-research .research-block {
  padding-bottom: 60px;
}

.accordian-question {
  border: 1px solid rgba(0, 76, 44, 0.12);
  background-color: #E5EDEA;
  border-radius: 0;
  border-start-end-radius: 30px;
  padding: 40px;
}
@media (max-width: 991.98px) {
  .accordian-question {
    padding: 20px;
  }
}
.accordian-question .accordian-header {
  scroll-margin-top: 80px;
}
.accordian-question .accordion-item,
.accordian-question .accordion-button {
  background-color: #E5EDEA !important;
}
.accordian-question .accordion-button {
  box-shadow: none;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  opacity: 0.5;
  padding: 0px;
}
html[dir=rtl] .accordian-question .accordion-button {
  text-align: right;
}
@media (max-width: 991.98px) {
  .accordian-question .accordion-button {
    font-size: 20px;
  }
}
.accordian-question .accordion-button:not(.collapsed) {
  color: #004C2C;
  font-weight: 700;
  opacity: 1;
}
.accordian-question .accordion-button:not(.collapsed)::after {
  background-color: #004C2C;
  border-color: rgba(255, 255, 255, 0.18);
  background-image: url(../images/minus-white.svg) !important;
}
.accordian-question .accordion-button::after {
  border-radius: 50%;
  border: 3px solid rgba(0, 76, 44, 0.18);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-position: center;
  background-image: url(../images/plus-black.svg) !important;
}
html[dir=rtl] .accordian-question .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}
.accordian-question .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 19px;
  margin-top: 19px;
}
.accordian-question .accordion-item:first-of-type {
  border-start-start-radius: 0;
  border-start-end-radius: 30px;
  margin-top: 0px;
}
.accordian-question .accordion-item:first-of-type .accordion-button {
  border-start-start-radius: 0;
  border-start-end-radius: 30px;
}
.accordian-question .accordion-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.accordian-question .accordion-body {
  padding: 0;
  padding-top: 19px;
}
.accordian-question .accordion-body ol {
  padding: 0;
}
.accordian-question .accordion-body ul,
.accordian-question .accordion-body ol {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.accordian-question .accordion-body ul li,
.accordian-question .accordion-body ol li {
  font-size: 18px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 12px;
}

.award-left {
  padding-block: 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .award-left {
    margin-top: 300px;
  }
}
@media (max-width: 991.98px) {
  .award-left {
    padding-block: 40px;
    margin-top: 250px;
  }
}
.award-left p {
  color: #fff;
}

.gradient-green {
  margin-bottom: 0;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
}
.gradient-green::before {
  content: "";
  display: block;
  background: linear-gradient(271.29deg, rgba(0, 76, 44, 0) 1.22%, #004C2C 77.83%);
  position: absolute;
  inset: 0;
  z-index: 0;
}
html[dir=rtl] .gradient-green::before {
  background: linear-gradient(88.71deg, rgba(0, 76, 44, 0) 1.22%, #004C2C 77.83%);
}
@media (max-width: 991.98px) {
  html[dir=rtl] .gradient-green::before {
    background: linear-gradient(521.29deg, rgba(0, 76, 44, 0) 1.22%, #004C2C 77.83%);
  }
}
@media (max-width: 991.98px) {
  .gradient-green::before {
    background: linear-gradient(521.29deg, rgba(0, 76, 44, 0) 1.22%, #004C2C 77.83%);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .gradient-green img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.green-curve {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #03663C;
  border-start-end-radius: 16px;
  padding: 12px 20px;
}
@media (max-width: 991.98px) {
  .green-curve {
    font-size: 16px;
    padding: 10px 12px;
  }
}

.conatct-bg {
  background-color: #F1E9CD;
  border-start-end-radius: 40px;
  overflow: hidden;
  position: relative;
}

.contact-aside {
  padding: 70px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .contact-aside {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .contact-aside {
    padding: 30px;
    max-width: 390px;
  }
}
@media (max-width: 767.98px) {
  .contact-aside {
    max-width: 100%;
  }
}
.contact-aside p {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--secondary-font);
}
@media (max-width: 991.98px) {
  .contact-aside p {
    font-size: 17px;
  }
}
.contact-aside p a {
  color: #004C2C;
  text-decoration: underline;
  font-style: italic;
  font-weight: 700;
}

.btn-application {
  background-color: #004C2C !important;
  color: #fff;
  border-radius: 32px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-application:hover, .btn-application:focus {
  background-color: #004C2C !important;
  color: #fff;
}
.btn-application::after {
  content: "";
  display: block;
  background-image: url(../images/btn-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 21px;
  transform: rotate(45deg);
}
html[dir=rtl] .btn-application::after {
  transform: rotate(-45deg);
}

.circle-image {
  overflow: hidden;
  height: 700px;
  width: 46%;
  border-radius: 50%;
  border: 12px solid #58452E;
  position: absolute;
  top: -170px;
  inset-inline-end: -130px;
  background: #58452E;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .circle-image {
    height: 670px;
    width: 60%;
    top: -150px;
  }
}
@media (max-width: 991.98px) {
  .circle-image {
    width: 80%;
    inset-inline-end: -210px;
    top: -190px;
  }
}
@media (max-width: 767.98px) {
  .circle-image {
    position: inherit;
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: none;
    margin: 0;
  }
}
.circle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
html[dir=rtl] .circle-image img {
  -o-object-position: center;
     object-position: center;
}

.more-text {
  display: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s ease, opacity 1s ease;
}

.more-text.show {
  display: inline;
  max-height: 500px;
  opacity: 1;
  transition: max-height 1s ease, opacity 1s ease;
}

.read-more-button {
  color: rgba(241, 233, 205, 0.7);
  cursor: pointer;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .read-more-button {
    font-size: 15px;
  }
}

.readmoreless-content {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .readmoreless-content {
    margin-bottom: 20px;
  }
}

.section-theme {
  padding-bottom: 0;
}
.section-theme::after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background-color: #0F1B55;
  bottom: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .section-theme::after {
    height: 48vw;
    background-color: #0F1B55;
    bottom: -1px;
    position: absolute;
  }
}
.section-theme .container-lg {
  position: relative;
  z-index: 3;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-theme .container-lg {
    padding-bottom: 6px;
  }
}
.section-theme p {
  font-size: 20px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .section-theme p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .section-award .col-lg-7 {
    width: 100%;
  }
}

.popovertext {
  color: #000;
  font-weight: 600;
}
.popovertext span {
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: rgba(140, 29, 26, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.popovertext:hover span {
  background-color: rgb(140, 29, 26);
}
.popovertext:hover span img {
  filter: brightness(0) invert(1);
}

.gif-loader {
  background-color: rgba(255, 255, 255, 0.92);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-wrap.with-bg {
  width: 180px;
}
.select-wrap.with-bg .select2-selection--single {
  -webkit-padding-start: 13px;
          padding-inline-start: 13px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  background-color: rgba(15, 27, 85, 0.08);
  border-top-right-radius: 16px;
  border-bottom: none;
}
.select-wrap.with-bg .select2-selection__rendered {
  padding-right: 0px;
  color: #0F1B55 !important;
  font-weight: 400 !important;
}
.select-wrap.with-bg .select2-selection__arrow {
  right: 20px;
  top: 2px;
}

.green-tag {
  padding: 8px 20px;
  border-radius: 7px;
  color: #fff;
  background-color: #004C2C;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .green-tag {
    font-size: 12px;
    padding: 8px 12px;
  }
}

.reasearch-fig {
  overflow: hidden;
  margin-bottom: 20px;
  border-top-right-radius: 40px;
  height: 516px;
  position: relative;
}
@media (max-width: 991.98px) {
  .reasearch-fig {
    height: 320px;
  }
}
.reasearch-fig img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.reasearch-fig::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.9) 84.98%);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.bottom-slidetext {
  position: absolute;
  width: 100%;
  transform: translateY(30px);
  top: 66%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  padding: 20px;
  left: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .bottom-slidetext {
    top: 56%;
  }
}
.bottom-slidetext span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(212, 59, 44, 0.5);
  border-radius: 8px;
  padding: 10px 24px;
  display: inline-block;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 270px;
}
@media (max-width: 991.98px) {
  .bottom-slidetext span {
    font-size: 12px;
    padding: 10px 12px;
  }
}
.bottom-slidetext p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .bottom-slidetext p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .bottom-slidetext p {
    font-size: 12px;
  }
}
.bottom-slidetext p a {
  color: #F1E9CD;
  text-decoration: underline;
  font-weight: 500;
}

.research-block h2, .research-block .h2 {
  color: #0F1B55;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .research-block h2, .research-block .h2 {
    font-size: 18px;
  }
}
.research-block .author-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 18px;
  font-family: "brando-arabic", sans-serif;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .research-block .author-section {
    font-size: 16px;
  }
}
.research-block .author-section p {
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.research-block .author-section span {
  font-weight: 700;
  color: #D43B2C;
}
@media (min-width: 992px) and (max-width: 1290px) {
  .research-block .author-section span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 180px;
  }
}
.research-block .action-btn {
  border: 1px solid rgba(15, 27, 85, 0.2);
  border-radius: 6px;
  padding: 12px 20px;
  background-color: inherit;
  box-shadow: none;
  color: #0F1B55;
  font-size: 16px;
  font-weight: 500;
  font-family: "brando-arabic", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199.98px) {
  .research-block .action-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.research-block .share-pgm {
  -webkit-padding-start: auto;
          padding-inline-start: auto;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.research-block .share-pgm::before {
  display: none;
}
.research-block:hover .bottom-slidetext {
  transform: translateY(0);
  opacity: 1;
}
.research-block:hover .reasearch-fig img {
  transform: scale(1.3);
}
.research-block:hover .reasearch-fig::after {
  opacity: 1;
}

.exploreResearchSlider .owl-item img {
  width: auto;
}
.exploreResearchSlider .owl-nav button {
  border-radius: 7px;
  background-color: rgba(15, 27, 85, 0.2) !important;
}
.exploreResearchSlider .owl-nav button::after {
  -webkit-mask-image: url(../images/select-down.svg);
  transform: rotate(90deg);
  background-color: #081233;
}
html[dir=rtl] .exploreResearchSlider .owl-nav button::after {
  transform: rotate(-90deg);
}
.exploreResearchSlider .owl-nav button:hover {
  background-color: rgba(15, 27, 85, 0.2) !important;
}
.exploreResearchSlider .owl-nav button.owl-prev {
  inset-inline-start: -60px;
}
@media (max-width: 991.98px) {
  .exploreResearchSlider .owl-nav button.owl-prev {
    inset-inline-start: 0px;
  }
}
.exploreResearchSlider .owl-nav button.owl-next {
  inset-inline-end: -60px;
}
@media (max-width: 991.98px) {
  .exploreResearchSlider .owl-nav button.owl-next {
    inset-inline-end: 0px;
  }
}
.exploreResearchSlider .owl-nav button.owl-next::after {
  transform: rotate(-90deg);
}
html[dir=rtl] .exploreResearchSlider .owl-nav button.owl-next::after {
  transform: rotate(90deg);
}
.exploreResearchSlider .social-share {
  inset-inline-start: -130px;
}
@media (max-width: 575.98px) {
  .exploreResearchSlider .social-share {
    inset-inline-start: -140px;
  }
}
.exploreResearchSlider .social-share.open {
  bottom: -60px;
}

.btn-with-arrow {
  background-color: #D43B2C;
  color: #fff;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 18px;
  border-radius: 50px;
  padding: 20px;
  padding: 14px 38px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-with-arrow:hover, .btn-with-arrow:focus {
  background-color: #D43B2C;
  color: #fff;
}
.btn-with-arrow::after {
  content: "";
  display: block;
  background-image: url(../images/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 21px;
  transform: rotate(45deg);
}
html[dir=rtl] .btn-with-arrow::after {
  transform: rotate(-45deg);
}
.popover {
  background-color: #fff;
  color: #fff;
  border: none;
  border-top-right-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  min-width: 600px;
}
@media (max-width: 991.98px) {
  .popover {
    min-width: auto;
  }
}

.popover-body {
  font-size: 14px;
  padding: 12px;
  font-weight: 400;
  color: #545454;
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  border-right-color: #fff;
}
.cluster-form {
  background-color: #F9F6EB;
}

.section-cluster-form {
  padding-block: 60px;
  overflow: unset;
}
@media (max-width: 991.98px) {
  .section-cluster-form {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.form-bg {
  border-radius: 24px;
  padding: 16px;
  background-color: rgba(241, 233, 205, 0.5803921569);
  position: relative;
  -webkit-padding-end: 6px;
          padding-inline-end: 6px;
}
@media (max-width: 1199.98px) {
  .form-bg {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
  }
}

.info-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 35px;
}
@media (max-width: 590px) {
  .info-head {
    display: inline-block;
  }
}
.info-head a {
  flex-shrink: 0;
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .info-head {
    line-height: 1.3;
    margin-bottom: 20px;
  }
}

.back-link {
  font-size: 20px;
  font-weight: 500;
  color: #8C1D1A;
  text-decoration: underline;
  font-family: var(--secondary-font);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}
@media (max-width: 1199.98px) {
  .back-link {
    font-size: 18px;
  }
}
.back-link:hover {
  color: #8C1D1A;
  text-decoration: underline;
}
html[dir=rtl] .back-link img {
  transform: rotate(180deg);
}

.application-step h2, .application-step .h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 48px;
}
@media (max-width: 1199.98px) {
  .application-step h2, .application-step .h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.vertical-step li.done .number {
  background-color: #004C2C;
  color: #fff;
  border-color: #017745;
  font-size: 0;
  background-image: url(../images/tick-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media (max-width: 500px) {
  .vertical-step li.done .number {
    background-size: 12px;
  }
}
.vertical-step li.done a {
  color: #004C2C;
}
.vertical-step li.done::after {
  background-color: #004C2C !important;
}
.vertical-step li.current .number {
  background-color: #0F1B55;
  color: #fff;
  border-color: #0F1B55;
}
.vertical-step li.current a {
  color: #0F1B55;
}
.vertical-step li.current::after {
  background-color: #0F1B55 !important;
}
@media (max-width: 1199.98px) {
  .vertical-step ul[role=tablist] {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: #f4eeda;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 10px;
    padding-inline: 10px;
    padding-block: 10px;
  }
  .vertical-step ul[role=tablist] li a {
    font-size: 0 !important;
    min-height: 30px;
  }
}

.vertical-step-body h2, .vertical-step-body .h2 {
  color: #0F1B55;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .vertical-step-body h2, .vertical-step-body .h2 {
    font-size: 22px;
  }
}
.vertical-step-body p {
  color: #545454;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .vertical-step-body p {
    font-size: 16px;
  }
}
.vertical-step-body ul {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.vertical-step-body ul li {
  font-size: 16px;
  font-weight: 400;
  color: #545454;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .vertical-step-body ul li {
    font-size: 14px;
  }
}
.vertical-step-body .form-group .add-section + .add-section {
  border-top: 1px solid #e2e3e5 !important;
  padding-top: 20px;
}

.grey-head {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 20px;
  border-start-end-radius: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .grey-head {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
    padding: 15px;
  }
}

.radio-new [type=checkbox]:checked,
.radio-new [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
html[dir=rtl] .radio-new [type=checkbox]:checked,
html[dir=rtl] .radio-new [type=checkbox]:not(:checked) {
  left: auto;
  right: -9999px;
}
.radio-new [type=checkbox]:checked + label,
.radio-new [type=checkbox]:not(:checked) + label {
  position: relative;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-family: inherit;
}
.radio-new [type=checkbox]:checked + label:before,
.radio-new [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 6px solid #EAEAEA;
  border-radius: 100%;
  background: #fff;
}
.radio-new [type=checkbox]:checked + label:before {
  background: #fff;
  border-color: #0F1B55;
}
.radio-new [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.radio-new [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.radio-new [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.add-section {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .add-section {
    align-items: flex-end;
  }
  .add-section .delete-action {
    margin-bottom: 40px;
    margin-top: 0px;
    flex-shrink: 0;
  }
}
.form-with-validation .add-section {
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .form-with-validation .add-section .row.w-100 {
    width: auto !important;
  }
  .form-with-validation .add-section .add-section {
    align-items: flex-end;
  }
}
.form-with-validation .delete-action {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .form-with-validation .delete-action {
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
.delete-action {
  cursor: pointer;
}

.add-link {
  color: #004C2C;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--secondary-font);
  border-bottom: 1px solid #004C2C;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .add-link {
    font-size: 16px;
  }
}
.add-link::after {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/plus-black.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 16px;
  height: 16px;
  background-color: #004C2C;
}
.add-link:hover {
  color: #004C2C;
}

.deliver-table {
  margin-top: 24px;
  margin-bottom: 20px;
}
.deliver-table th {
  color: #0F1B55;
  font-size: 16px;
  font-weight: 600;
  font-family: "brando-arabic";
  padding: 16px 24px;
  border-bottom: 1px dashed;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.deliver-table th:nth-child(5) {
  min-width: 260px;
}
.deliver-table th:nth-child(4) {
  min-width: 150px;
}
@media (max-width: 1199.98px) {
  .deliver-table th {
    min-width: 180px;
  }
  .deliver-table th:nth-child(5), .deliver-table th:nth-child(4) {
    min-width: 180px;
  }
}
@media (max-width: 991.98px) {
  .deliver-table th {
    min-width: 230px;
  }
  .deliver-table th:nth-child(5), .deliver-table th:nth-child(4) {
    min-width: 230px;
  }
}
@media (max-width: 767.98px) {
  .deliver-table th {
    padding: 10px 16px;
    font-size: 14px;
    min-width: 180px;
  }
}
.deliver-table tbody td {
  padding: 20px;
  border-bottom: 1px dashed;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .deliver-table tbody td {
    padding: 16px;
  }
}
.deliver-table .delete-action {
  width: 24px;
  height: 24px;
  position: relative;
  bottom: -30px;
  margin-top: 0;
}
.deliver-table textarea {
  min-height: 80px !important;
}

.file-upload {
  padding: 50px;
  width: 100%;
  position: relative;
  border-radius: 12px;
  background-color: rgba(15, 27, 85, 0.06);
  border: 1px dashed rgba(15, 27, 85, 0.3);
}
.file-upload input[type=file] {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  border: none;
  padding: 0 !important;
}
.file-upload .custom-upload-design {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.file-upload .custom-upload-design h3, .file-upload .custom-upload-design .h3 {
  color: #0F1B55;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .file-upload .custom-upload-design h3, .file-upload .custom-upload-design .h3 {
    font-size: 16px;
  }
}
.file-upload .custom-upload-design .btn {
  background-color: #0F1B55;
  color: #fff;
  border-radius: 44px;
  padding: 12px 28px;
}
@media (max-width: 767.98px) {
  .file-upload .custom-upload-design .btn {
    padding: 7px 18px;
  }
}
.file-upload .custom-upload-design p {
  font-size: 16px;
  font-weight: 500;
  color: #545454;
  margin-bottom: 0;
  font-family: "brando-arabic";
}
@media (max-width: 767.98px) {
  .file-upload .custom-upload-design p {
    font-size: 14px;
  }
}
.file-upload.has-preview .custom-upload-design {
  display: none;
}

.note-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  background-color: rgba(255, 227, 131, 0.5);
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .note-text {
    padding: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.custom-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .custom-pagination {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    padding: 0 20px !important;
  }
}
.custom-pagination li {
  margin-bottom: 0 !important;
}
.custom-pagination li::after {
  display: none;
}
.custom-pagination li a {
  justify-content: center;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
  border-radius: 32px !important;
  font-size: 18px !important;
  font-weight: 500;
  font-family: "adelle-sans" !important;
  cursor: pointer !important;
}
@media (min-width: 992px) and (max-width: 1390px) {
  .custom-pagination li a {
    font-size: 15px !important;
    min-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .custom-pagination li a {
    font-size: 16px !important;
  }
}
.custom-pagination .previous {
  color: #004C2C !important;
  border: 1px solid rgba(0, 76, 44, 0.6);
}
.custom-pagination .next {
  background-color: #004C2C;
  color: #fff;
}
.close-btn-wrapper {
  position: relative;
}
.close-btn-wrapper .close-preview-btn {
  position: absolute;
  inset-inline-end: -20px;
  top: -20px;
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
  background-color: #fff;
}
.close-btn-wrapper .close-preview-btn::before {
  content: "";
  display: block;
  -webkit-mask-image: url(../images/close-icon.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  width: 12px;
  height: 12px;
  background-color: #F44336;
}

.preview-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.research-form-select .select2-selection--single {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.research-form-select .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #212529 !important;
}
.research-form-select .select2 {
  width: 100% !important;
}
.research-form-select .select2:not(.select2-container--below) .select2-selection__rendered {
  color: #6c757d !important;
}
.research-form-select .select2-selection__arrow {
  background-image: url(../images/down-arrow-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 15px !important;
  height: 15px !important;
  position: inherit !important;
}
.research-form-select .select2-selection__arrow b {
  border: none !important;
}
.research-form-select .select2-container--open .select2-selection__arrow {
  transform: rotate(-180deg);
}
.new-check {
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
}
.new-check label {
  font-family: inherit !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .new-check label {
    font-size: 14px !important;
  }
}
.new-check input[type=checkbox]:after {
  background: #E0E0EA;
  width: 19px;
  border-radius: 5px;
  height: 19px;
  border: none;
}
.new-check input[type=checkbox]:before {
  transform: rotate(-45deg) !important;
  left: 1px;
  z-index: 1;
  width: 9px;
  top: 1px;
  height: 4.8px;
  border-color: #fff;
}
.new-check input[type=checkbox]:checked:before {
  border-color: #0F1B55;
}

.loader-new {
  position: relative;
  width: 100px;
  height: 16px;
}
.loader-new::after, .loader-new::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0F1B55;
  box-shadow: 32px 0 #0F1B55;
  left: 0;
  top: 0;
  -webkit-animation: ballMoveX 1s linear infinite;
          animation: ballMoveX 1s linear infinite;
}
.loader-new::after {
  box-shadow: none;
  transform-origin: 40px 0;
  transform: rotate(-153deg);
  -webkit-animation: rotateLoader 1s linear infinite;
          animation: rotateLoader 1s linear infinite;
}

@-webkit-keyframes rotateLoader {
  0%, 10% {
    transform: rotate(-153deg);
  }
  90%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes rotateLoader {
  0%, 10% {
    transform: rotate(-153deg);
  }
  90%, 100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ballMoveX {
  0%, 10% {
    transform: translateX(0);
  }
  90%, 100% {
    transform: translateX(32px);
  }
}
@keyframes ballMoveX {
  0%, 10% {
    transform: translateX(0);
  }
  90%, 100% {
    transform: translateX(32px);
  }
}
