@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* lucide Icons  */
:root {
  --custom-shadow: 0 2px 4px 0 rgba(225, 229, 237, 0.2);
  --bs-headings-font-family: "DM Sans", sans-serif;;
}

@font-face {
    font-family: 'miamaregular';
    src: url('../fonts/miama-webfont.eot');
    src: url('../fonts/miama-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/miama-webfont.woff2') format('woff2'),
         url('../fonts/miama-webfont.woff') format('woff'),
         url('../fonts/miama-webfont.ttf') format('truetype'),
         url('../fonts/miama-webfont.svg#miamaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body[data-bs-theme=dark] {
  --bs-light: #292a2c;
  --bs-light-rgb: 41, 42, 44;
  --bs-heading-color: #ffffff;
  --bs-body-color: #a9a9a9;
  --custom-shadow: 0 2px 4px 0 rgb(56, 56, 56, 0.2);
  --bs-black: #ffffff;
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --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: #ffffff;
  --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: #EE6A15;
  --bs-secondary: #FF8110;
  --bs-success: #5cb85c;
  --bs-info: #5bc0de;
  --bs-warning: #f0ad4e;
  --bs-danger: #d9534f;
  --bs-light: #FFF8EC;
  --bs-dark: #3e0906;
  --bs-white: #ffffff;
  --bs-gray: #f7ecd9;
  --bs-primary-rgb: 182, 85, 79;
  --bs-secondary-rgb: 255, 129, 16;
  --bs-success-rgb: 92, 184, 92;
  --bs-info-rgb: 91, 192, 222;
  --bs-warning-rgb: 240, 173, 78;
  --bs-danger-rgb: 217, 83, 79;
  --bs-light-rgb: 255, 248, 236;
  --bs-dark-rgb: 62, 9, 6;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-rgb: 247, 236, 217;
  --bs-primary-text-emphasis: #492220;
  --bs-secondary-text-emphasis: #663406;
  --bs-success-text-emphasis: #254a25;
  --bs-info-text-emphasis: #244d59;
  --bs-warning-text-emphasis: #60451f;
  --bs-danger-text-emphasis: #572120;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #f0dddc;
  --bs-secondary-bg-subtle: #ffe6cf;
  --bs-success-bg-subtle: #def1de;
  --bs-info-bg-subtle: #def2f8;
  --bs-warning-bg-subtle: #fcefdc;
  --bs-danger-bg-subtle: #f7dddc;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #e2bbb9;
  --bs-secondary-border-subtle: #ffcd9f;
  --bs-success-border-subtle: #bee3be;
  --bs-info-border-subtle: #bde6f2;
  --bs-warning-border-subtle: #f9deb8;
  --bs-danger-border-subtle: #f0bab9;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "DM Sans", sans-serif;
  --bs-sub-headings-font-family: miamaregular;
  --bs-body-font-size: 1.15rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.7;
  --bs-body-color: #5a564d;
  --bs-body-color-rgb: 90, 86, 77;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(90, 86, 77, 0.75);
  --bs-secondary-color-rgb: 90, 86, 77;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(90, 86, 77, 0.5);
  --bs-tertiary-color-rgb: 90, 86, 77;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #363E03;
  --bs-link-color: #EE6A15;
  --bs-link-color-rgb: 182, 85, 79;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #92443f;
  --bs-link-hover-color-rgb: 146, 68, 63;
  --bs-code-color: #d63384;
  --bs-highlight-color: #363e03;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #EEE9F3;
  --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.625rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.2rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), 0.25);
  --bs-form-valid-color: #5cb85c;
  --bs-form-valid-border-color: #5cb85c;
  --bs-form-invalid-color: #d9534f;
  --bs-form-invalid-border-color: #d9534f;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #d39995;
  --bs-secondary-text-emphasis: #ffb370;
  --bs-success-text-emphasis: #9dd49d;
  --bs-info-text-emphasis: #9dd9eb;
  --bs-warning-text-emphasis: #f6ce95;
  --bs-danger-text-emphasis: #e89895;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #241110;
  --bs-secondary-bg-subtle: #331a03;
  --bs-success-bg-subtle: #122512;
  --bs-info-bg-subtle: #12262c;
  --bs-warning-bg-subtle: #302310;
  --bs-danger-bg-subtle: #2b1110;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #6d332f;
  --bs-secondary-border-subtle: #994d0a;
  --bs-success-border-subtle: #376e37;
  --bs-info-border-subtle: #377385;
  --bs-warning-border-subtle: #90682f;
  --bs-danger-border-subtle: #82322f;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #d39995;
  --bs-link-hover-color: #dcadaa;
  --bs-link-color-rgb: 211, 153, 149;
  --bs-link-hover-color-rgb: 220, 173, 170;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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-family: "Open Sans", sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Gotu", serif;
  font-weight: 600;
  line-height: 1.25;
  color: var(--bs-heading-color);
}

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

h2, .h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.1875rem;
  }
}

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

h5, .h5 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.375rem;
  }
}

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.75rem;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  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: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.pb-20{
  padding-bottom:20px;		
}
.pb-30{
  padding-bottom:30px;		
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.75rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.75rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

thead,
tbody,
tfoot,
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,
optgroup,
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;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.25rem;
  --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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
@media (min-width: 1480px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1480px;
}

.row {
  --bs-gutter-x: 1.25rem;
  --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-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

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

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

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

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

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

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #f0dddc;
  --bs-table-border-color: #c0b1b0;
  --bs-table-striped-bg: #e4d2d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d8c7c6;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #decccc;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #ffe6cf;
  --bs-table-border-color: #ccb8a6;
  --bs-table-striped-bg: #f2dbc5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6cfba;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #ecd5bf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #def1de;
  --bs-table-border-color: #b2c1b2;
  --bs-table-striped-bg: #d3e5d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8d9c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cddfcd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #def2f8;
  --bs-table-border-color: #b2c2c6;
  --bs-table-striped-bg: #d3e6ec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8dadf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cde0e5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fcefdc;
  --bs-table-border-color: #cabfb0;
  --bs-table-striped-bg: #efe3d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3d7c6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9ddcc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f7dddc;
  --bs-table-border-color: #c6b1b0;
  --bs-table-striped-bg: #ebd2d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dec7c6;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #e4cccc;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #FFF8EC;
  --bs-table-border-color: #ccc6bd;
  --bs-table-striped-bg: #f2ece0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dfd4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece5da;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #3e0906;
  --bs-table-border-color: #653a38;
  --bs-table-striped-bg: #481512;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #51221f;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #4c1b19;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1479.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(12px + var(--bs-border-width));
  padding-bottom: calc(12px + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.334;
}

.col-form-label-lg {
  padding-top: calc(15px + var(--bs-border-width));
  padding-bottom: calc(15px + var(--bs-border-width));
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: calc(5px + var(--bs-border-width));
  padding-bottom: calc(5px + var(--bs-border-width));
  font-size: 0.75rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.334;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.334em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 12px 18px;
  margin: -12px -18px;
  margin-inline-end: 18px;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 0;
  line-height: 1.334;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.334em + 10px + calc(var(--bs-border-width) * 2));
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 5px 10px;
  margin: -5px -10px;
  margin-inline-end: 10px;
}

.form-control-lg {
  min-height: calc(1.334em + 30px + calc(var(--bs-border-width) * 2));
  padding: 15px 35px;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 15px 35px;
  margin: -15px -35px;
  margin-inline-end: 35px;
}

textarea.form-control {
  min-height: calc(1.334em + 24px + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.334em + 10px + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.334em + 30px + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.334em + 24px + calc(var(--bs-border-width) * 2));
  padding: 12px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.334em + 10px + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.334em + 30px + calc(var(--bs-border-width) * 2));
}

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

.form-select-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

.form-check-reverse {
  padding-right: 1.65em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.65em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.225em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-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: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' 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] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #EE6A15;
  border-color: #EE6A15;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' 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;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='var%28--bs-primary%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #EE6A15;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e9ccca;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #EE6A15;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #e9ccca;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 18px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 18px;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 9px;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 9px;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.334;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 15px 35px;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 72px;
}

.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),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.334em + 24px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3335em + 6px) center;
  background-size: calc(0.667em + 12px) calc(0.667em + 12px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.334em + 24px);
  background-position: top calc(0.3335em + 6px) right calc(0.3335em + 6px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 99px;
  background-position: right 18px center, center right 54px;
  background-size: 16px 12px, calc(0.667em + 12px) calc(0.667em + 12px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.334em + 24px));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.334em + 24px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3335em + 6px) center;
  background-size: calc(0.667em + 12px) calc(0.667em + 12px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.334em + 24px);
  background-position: top calc(0.3335em + 6px) right calc(0.3335em + 6px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");
  padding-right: 99px;
  background-position: right 18px center, center right 54px;
  background-size: 16px 12px, calc(0.667em + 12px) calc(0.667em + 12px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.334em + 24px));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 12px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.25;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 4px;
  --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.2rem 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-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-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);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :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);
}
.btn-check:checked + .btn:focus-visible, :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-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  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: #ffffff;
  --bs-btn-bg: #EE6A15;
  --bs-btn-border-color: #EE6A15;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #363E03;
  --bs-btn-hover-border-color: #92443f;
  --bs-btn-focus-shadow-rgb: 193, 111, 105;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #92443f;
  --bs-btn-active-border-color: #89403b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #EE6A15;
  --bs-btn-disabled-border-color: #EE6A15;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #FF8110;
  --bs-btn-border-color: #FF8110;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #d96e0e;
  --bs-btn-hover-border-color: #cc670d;
  --bs-btn-focus-shadow-rgb: 255, 148, 52;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #cc670d;
  --bs-btn-active-border-color: #bf610c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #FF8110;
  --bs-btn-disabled-border-color: #FF8110;
}

.btn-success {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #5cb85c;
  --bs-btn-border-color: #5cb85c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4e9c4e;
  --bs-btn-hover-border-color: #4a934a;
  --bs-btn-focus-shadow-rgb: 116, 195, 116;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4a934a;
  --bs-btn-active-border-color: #458a45;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #5cb85c;
  --bs-btn-disabled-border-color: #5cb85c;
}

.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #5bc0de;
  --bs-btn-border-color: #5bc0de;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4da3bd;
  --bs-btn-hover-border-color: #499ab2;
  --bs-btn-focus-shadow-rgb: 116, 201, 227;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #499ab2;
  --bs-btn-active-border-color: #4490a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #5bc0de;
  --bs-btn-disabled-border-color: #5bc0de;
}

.btn-warning {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #f0ad4e;
  --bs-btn-border-color: #f0ad4e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #cc9342;
  --bs-btn-hover-border-color: #c08a3e;
  --bs-btn-focus-shadow-rgb: 242, 185, 105;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #c08a3e;
  --bs-btn-active-border-color: #b4823b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #f0ad4e;
  --bs-btn-disabled-border-color: #f0ad4e;
}

.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #d9534f;
  --bs-btn-border-color: #d9534f;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #b84743;
  --bs-btn-hover-border-color: #ae423f;
  --bs-btn-focus-shadow-rgb: 223, 109, 105;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ae423f;
  --bs-btn-active-border-color: #a33e3b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #d9534f;
  --bs-btn-disabled-border-color: #d9534f;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFF8EC;
  --bs-btn-border-color: #FFF8EC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9d3c9;
  --bs-btn-hover-border-color: #ccc6bd;
  --bs-btn-focus-shadow-rgb: 217, 211, 201;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ccc6bd;
  --bs-btn-active-border-color: #bfbab1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFF8EC;
  --bs-btn-disabled-border-color: #FFF8EC;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #3e0906;
  --bs-btn-border-color: #3e0906;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5b2e2b;
  --bs-btn-hover-border-color: #51221f;
  --bs-btn-focus-shadow-rgb: 91, 46, 43;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #653a38;
  --bs-btn-active-border-color: #51221f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #3e0906;
  --bs-btn-disabled-border-color: #3e0906;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-gray {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7ecd9;
  --bs-btn-border-color: #f7ecd9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8efdf;
  --bs-btn-hover-border-color: #f8eedd;
  --bs-btn-focus-shadow-rgb: 210, 201, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9f0e1;
  --bs-btn-active-border-color: #f8eedd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7ecd9;
  --bs-btn-disabled-border-color: #f7ecd9;
}

.btn-outline-primary {
  --bs-btn-color: #EE6A15;
  --bs-btn-border-color: #EE6A15;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #EE6A15;
  --bs-btn-hover-border-color: #EE6A15;
  --bs-btn-focus-shadow-rgb: 182, 85, 79;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #EE6A15;
  --bs-btn-active-border-color: #EE6A15;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EE6A15;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EE6A15;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #FF8110;
  --bs-btn-border-color: #FF8110;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #FF8110;
  --bs-btn-hover-border-color: #FF8110;
  --bs-btn-focus-shadow-rgb: 255, 129, 16;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #FF8110;
  --bs-btn-active-border-color: #FF8110;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FF8110;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FF8110;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #5cb85c;
  --bs-btn-border-color: #5cb85c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5cb85c;
  --bs-btn-hover-border-color: #5cb85c;
  --bs-btn-focus-shadow-rgb: 92, 184, 92;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5cb85c;
  --bs-btn-active-border-color: #5cb85c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5cb85c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5cb85c;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #5bc0de;
  --bs-btn-border-color: #5bc0de;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5bc0de;
  --bs-btn-hover-border-color: #5bc0de;
  --bs-btn-focus-shadow-rgb: 91, 192, 222;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5bc0de;
  --bs-btn-active-border-color: #5bc0de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5bc0de;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5bc0de;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #f0ad4e;
  --bs-btn-border-color: #f0ad4e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #f0ad4e;
  --bs-btn-hover-border-color: #f0ad4e;
  --bs-btn-focus-shadow-rgb: 240, 173, 78;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #f0ad4e;
  --bs-btn-active-border-color: #f0ad4e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f0ad4e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f0ad4e;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #d9534f;
  --bs-btn-border-color: #d9534f;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #d9534f;
  --bs-btn-hover-border-color: #d9534f;
  --bs-btn-focus-shadow-rgb: 217, 83, 79;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #d9534f;
  --bs-btn-active-border-color: #d9534f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d9534f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d9534f;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #FFF8EC;
  --bs-btn-border-color: #FFF8EC;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFF8EC;
  --bs-btn-hover-border-color: #FFF8EC;
  --bs-btn-focus-shadow-rgb: 255, 248, 236;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFF8EC;
  --bs-btn-active-border-color: #FFF8EC;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFF8EC;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFF8EC;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #3e0906;
  --bs-btn-border-color: #3e0906;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3e0906;
  --bs-btn-hover-border-color: #3e0906;
  --bs-btn-focus-shadow-rgb: 62, 9, 6;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #3e0906;
  --bs-btn-active-border-color: #3e0906;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3e0906;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3e0906;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}

.btn-outline-gray {
  --bs-btn-color: #f7ecd9;
  --bs-btn-border-color: #f7ecd9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7ecd9;
  --bs-btn-hover-border-color: #f7ecd9;
  --bs-btn-focus-shadow-rgb: 247, 236, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7ecd9;
  --bs-btn-active-border-color: #f7ecd9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f7ecd9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7ecd9;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 193, 111, 105;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 15px;
  --bs-btn-padding-x: 35px;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: 10px;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 10px;
  --bs-btn-font-size: 0.8125rem;
  --bs-btn-border-radius: 6px;
}

.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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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: 6px;
  --bs-dropdown-padding-y: 6px;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: #EEE9F3;
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: #EEE9F3;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: var(--bs-primary);
  --bs-dropdown-link-active-bg: var(--bs-primary-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 6px;
  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-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1480px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

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

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: #EEE9F3;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: #EEE9F3;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: var(--bs-primary);
  --bs-dropdown-link-active-bg: var(--bs-primary-bg-subtle);
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 4px;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 26.25px;
  padding-left: 26.25px;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #EE6A15;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2890, 86, 77, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 4px;
  --bs-navbar-toggler-focus-width: 0.2rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

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

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1480px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 15px;
  --bs-card-spacer-x: 20px;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #E1E5ED;
  --bs-card-border-radius: 0.625rem;
  --bs-card-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
  --bs-card-inner-border-radius: calc(0.625rem - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 15px;
  --bs-card-cap-padding-x: 20px;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: calc(100% - var(--bs-gutter-x));
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 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);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

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

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

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235a564d' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23492220' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

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

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

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

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

.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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d39995'%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-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d39995'%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");
}

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

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #EE6A15;
  --bs-pagination-active-border-color: #EE6A15;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

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

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 10px;
  --bs-badge-padding-y: 4px;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 45px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 15px 15px;
}

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

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

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

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

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

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

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

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

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 12px;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 12px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #EE6A15;
  --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;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #ffffff;
  --bs-list-group-active-bg: #EE6A15;
  --bs-list-group-active-border-color: #EE6A15;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1480px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}

.list-group-item-gray {
  --bs-list-group-color: var(--bs-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-text-emphasis);
}

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

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.25rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

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

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  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: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1479.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: #0B001F;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  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-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .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-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .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-end > .popover-arrow, .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-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .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-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .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);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .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-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .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-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .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 */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.6;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1479.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1479.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1480px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

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

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

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

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

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

.text-bg-success {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-gray {
  color: #000 !important;
  background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(146, 68, 63, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(146, 68, 63, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(204, 103, 13, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(204, 103, 13, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(74, 147, 74, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(74, 147, 74, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(73, 154, 178, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 154, 178, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(192, 138, 62, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(192, 138, 62, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(174, 66, 63, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(174, 66, 63, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(255, 249, 240, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 249, 240, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(50, 7, 5, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(50, 7, 5, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray {
  color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray:hover, .link-gray:focus {
  color: RGBA(249, 240, 225, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 240, 225, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1480px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

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

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

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

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-gray {
  --bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

.border-0 {
  border: 0 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

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

.border-end-0 {
  border-right: 0 !important;
}

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

.border-bottom-0 {
  border-bottom: 0 !important;
}

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

.border-start-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

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

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !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-items-stretch {
  align-items: stretch !important;
}

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

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

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

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

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

.me-2 {
  margin-right: 0.5rem !important;
}

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

.me-4 {
  margin-right: 1.5rem !important;
}

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

.me-auto {
  margin-right: auto !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;
}

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

.ms-0 {
  margin-left: 0 !important;
}

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

.ms-2 {
  margin-left: 0.5rem !important;
}

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

.ms-4 {
  margin-left: 1.5rem !important;
}

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

.pt-1 {
  padding-top: 0.25rem !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;
}

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

.pe-1 {
  padding-right: 0.25rem !important;
}

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem !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;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.5rem + 3vw) !important;
}

.fs-2 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3 {
  font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-4 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-5 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-6 {
  font-size: 1.125rem !important;
}

.fst-italic {
  font-style: italic !important;
}

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

.fw-lighter {
  font-weight: lighter !important;
}

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

.fw-normal {
  font-weight: 400 !important;
}

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

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

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: #EE6A15 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #363E03 !important;
}

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

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

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

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

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

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #ECE2D9 !important;
}
.bg-light1 {
  --bs-bg-opacity: 1;
  background-color: #E2D3C4 !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-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-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1480px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.75rem !important;
  }
  .fs-2 {
    font-size: 3rem !important;
  }
  .fs-3 {
    font-size: 2.1875rem !important;
  }
  .fs-4 {
    font-size: 1.75rem !important;
  }
  .fs-5 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
[data-ld-theme=skyblue] {
  --bs-body-color: #676767;
  --bs-body-color-rgb: 103, 103, 103;
  --bs-heading-color: #121f38;
  --bs-heading-color-rgb: 18, 31, 56;
  --bs-link-color: #5996c5;
  --bs-link-color-rgb: 89, 150, 197;
  --bs-link-hover-color: #4c80a7;
  --bs-link-hover-color-rgb: 76, 128, 167;
  --bs-primary: #5996c5;
  --bs-secondary: #0A3366;
  --bs-light: #f5f8fb;
  --bs-dark: #121f38;
  --bs-primary-rgb: 89, 150, 197;
  --bs-secondary-rgb: 10, 51, 102;
  --bs-light-rgb: 245, 248, 251;
  --bs-gray-rgb: 222, 234, 243;
  --bs-primary-text-emphasis: #243c4f;
  --bs-secondary-text-emphasis: #041429;
  --bs-dark-text-emphasis: #070c16;
  --bs-light-text-emphasis: #626364;
  --bs-primary-bg-subtle: #deeaf3;
  --bs-secondary-bg-subtle: #e7ebf0;
  --bs-dark-bg-subtle: #e7e9eb;
  --bs-light-bg-subtle: #fcfdfe;
  --bs-primary-border-subtle: #deeaf3;
  --bs-secondary-border-subtle: #e7ebf0;
  --bs-dark-border-subtle: #e7e9eb;
  --bs-light-border-subtle: #fcfdfe;
}
[data-ld-theme=skyblue] .btn-primary {
  --bs-btn-hover-bg: #4c80a7;
}
[data-ld-theme=skyblue] .btn-secondary {
  --bs-btn-hover-bg: #092b57;
}
[data-ld-theme=skyblue] .btn-dark {
  --bs-btn-hover-bg: #0f1a30;
}
[data-ld-theme=skyblue] .btn-light {
  --bs-btn-hover-bg: #d0d3d5;
}

[data-ld-theme=orangy-red] {
  --bs-body-color: #5a564d;
  --bs-body-color-rgb: 90, 86, 77;
  --bs-heading-color: #3e0906;
  --bs-heading-color-rgb: 62, 9, 6;
  --bs-link-color: #EE6A15;
  --bs-link-color-rgb: 182, 85, 79;
  --bs-link-hover-color: #363E03;
  --bs-link-hover-color-rgb: 155, 72, 67;
  --bs-primary: #EE6A15;
  --bs-secondary: #3e0906;
  --bs-light: #FFF8EC;
  --bs-dark: #3e0906;
  --bs-primary-rgb: 182, 85, 79;
  --bs-secondary-rgb: 62, 9, 6;
  --bs-light-rgb: 255, 248, 236;
  --bs-gray-rgb: 247, 236, 217;
  --bs-primary-text-emphasis: #492220;
  --bs-secondary-text-emphasis: #190402;
  --bs-dark-text-emphasis: #190402;
  --bs-light-text-emphasis: #66635e;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #ece6e6;
  --bs-dark-bg-subtle: #ece6e6;
  --bs-light-bg-subtle: #fffdf9;
  --bs-primary-border-subtle: #f0dddc;
  --bs-secondary-border-subtle: #ece6e6;
  --bs-dark-border-subtle: #ece6e6;
  --bs-light-border-subtle: #fffdf9;
}
[data-ld-theme=orangy-red] .btn-primary {
  --bs-btn-hover-bg: #363E03;
}
[data-ld-theme=orangy-red] .btn-secondary {
  --bs-btn-hover-bg: #350805;
}
[data-ld-theme=orangy-red] .btn-dark {
  --bs-btn-hover-bg: #350805;
}
[data-ld-theme=orangy-red] .btn-light {
  --bs-btn-hover-bg: #d9d3c9;
}

[data-ld-theme=royal-indigo] {
  --bs-body-color: #555555;
  --bs-body-color-rgb: 85, 85, 85;
  --bs-heading-color: #11104A;
  --bs-heading-color-rgb: 17, 16, 74;
  --bs-link-color: #4349A4;
  --bs-link-color-rgb: 67, 73, 164;
  --bs-link-hover-color: #393e8b;
  --bs-link-hover-color-rgb: 57, 62, 139;
  --bs-primary: #4349A4;
  --bs-secondary: #FD8763;
  --bs-light: #FFF4F1;
  --bs-dark: #11104A;
  --bs-primary-rgb: 67, 73, 164;
  --bs-secondary-rgb: 253, 135, 99;
  --bs-light-rgb: 255, 244, 241;
  --bs-gray-rgb: 255, 233, 227;
  --bs-primary-text-emphasis: #1b1d42;
  --bs-secondary-text-emphasis: #653628;
  --bs-dark-text-emphasis: #07061e;
  --bs-light-text-emphasis: #666260;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #fff3ef;
  --bs-dark-bg-subtle: #e7e7ed;
  --bs-light-bg-subtle: #fffcfb;
  --bs-primary-border-subtle: #d9dbed;
  --bs-secondary-border-subtle: #fff3ef;
  --bs-dark-border-subtle: #e7e7ed;
  --bs-light-border-subtle: #fffcfb;
}
[data-ld-theme=royal-indigo] .btn-primary {
  --bs-btn-hover-bg: #393e8b;
}
[data-ld-theme=royal-indigo] .btn-secondary {
  --bs-btn-hover-bg: #d77354;
}
[data-ld-theme=royal-indigo] .btn-dark {
  --bs-btn-hover-bg: #0e0e3f;
}
[data-ld-theme=royal-indigo] .btn-light {
  --bs-btn-hover-bg: #d9cfcd;
}

[data-ld-theme=midnight-sapphire] {
  --bs-body-color: #555555;
  --bs-body-color-rgb: 85, 85, 85;
  --bs-heading-color: #222222;
  --bs-heading-color-rgb: 34, 34, 34;
  --bs-link-color: #001588;
  --bs-link-color-rgb: 0, 21, 136;
  --bs-link-hover-color: #001274;
  --bs-link-hover-color-rgb: 0, 18, 116;
  --bs-primary: #001588;
  --bs-secondary: #EDF9F6;
  --bs-light: #FBF4EE;
  --bs-dark: #222222;
  --bs-primary-rgb: 0, 21, 136;
  --bs-secondary-rgb: 237, 249, 246;
  --bs-light-rgb: 251, 244, 238;
  --bs-gray-rgb: 243, 237, 231;
  --bs-primary-text-emphasis: #000836;
  --bs-secondary-text-emphasis: #5f6462;
  --bs-dark-text-emphasis: #0e0e0e;
  --bs-light-text-emphasis: #64625f;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #fdfefe;
  --bs-dark-bg-subtle: #e9e9e9;
  --bs-light-bg-subtle: #fefcfa;
  --bs-primary-border-subtle: #ccd0e7;
  --bs-secondary-border-subtle: #fdfefe;
  --bs-dark-border-subtle: #e9e9e9;
  --bs-light-border-subtle: #fefcfa;
}
[data-ld-theme=midnight-sapphire] .btn-primary {
  --bs-btn-hover-bg: #001274;
}
[data-ld-theme=midnight-sapphire] .btn-secondary {
  --bs-btn-hover-bg: #c9d4d1;
}
[data-ld-theme=midnight-sapphire] .btn-dark {
  --bs-btn-hover-bg: #1d1d1d;
}
[data-ld-theme=midnight-sapphire] .btn-light {
  --bs-btn-hover-bg: #d5cfca;
}

[data-ld-theme=teal-green] {
  --bs-body-color: #555555;
  --bs-body-color-rgb: 85, 85, 85;
  --bs-heading-color: #214442;
  --bs-heading-color-rgb: 33, 68, 66;
  --bs-link-color: #407D7A;
  --bs-link-color-rgb: 64, 125, 122;
  --bs-link-hover-color: #366a68;
  --bs-link-hover-color-rgb: 54, 106, 104;
  --bs-primary: #407D7A;
  --bs-secondary: #214442;
  --bs-light: #FBF4EE;
  --bs-dark: #214442;
  --bs-primary-rgb: 64, 125, 122;
  --bs-secondary-rgb: 33, 68, 66;
  --bs-light-rgb: 251, 244, 238;
  --bs-gray-rgb: 243, 237, 231;
  --bs-primary-text-emphasis: #1a3231;
  --bs-secondary-text-emphasis: #0d1b1a;
  --bs-dark-text-emphasis: #0d1b1a;
  --bs-light-text-emphasis: #64625f;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #e9ecec;
  --bs-dark-bg-subtle: #e9ecec;
  --bs-light-bg-subtle: #fefcfa;
  --bs-primary-border-subtle: #d9e5e4;
  --bs-secondary-border-subtle: #e9ecec;
  --bs-dark-border-subtle: #e9ecec;
  --bs-light-border-subtle: #fefcfa;
}
[data-ld-theme=teal-green] .btn-primary {
  --bs-btn-hover-bg: #366a68;
}
[data-ld-theme=teal-green] .btn-secondary {
  --bs-btn-hover-bg: #1c3a38;
}
[data-ld-theme=teal-green] .btn-dark {
  --bs-btn-hover-bg: #1c3a38;
}
[data-ld-theme=teal-green] .btn-light {
  --bs-btn-hover-bg: #d5cfca;
}

[data-ld-theme=coral-blaze] {
  --bs-body-color: #423F3E;
  --bs-body-color-rgb: 66, 63, 62;
  --bs-heading-color: #030303;
  --bs-heading-color-rgb: 3, 3, 3;
  --bs-link-color: #FF4C2F;
  --bs-link-color-rgb: 255, 76, 47;
  --bs-link-hover-color: #d94128;
  --bs-link-hover-color-rgb: 217, 65, 40;
  --bs-primary: #FF4C2F;
  --bs-secondary: #090909;
  --bs-light: #FFF5F1;
  --bs-dark: #030303;
  --bs-primary-rgb: 255, 76, 47;
  --bs-secondary-rgb: 9, 9, 9;
  --bs-light-rgb: 255, 245, 241;
  --bs-gray-rgb: 247, 238, 234;
  --bs-primary-text-emphasis: #661e13;
  --bs-secondary-text-emphasis: #040404;
  --bs-dark-text-emphasis: #010101;
  --bs-light-text-emphasis: #666260;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #e6e6e6;
  --bs-dark-bg-subtle: #e6e6e6;
  --bs-light-bg-subtle: #fffcfb;
  --bs-primary-border-subtle: #ffdbd5;
  --bs-secondary-border-subtle: #e6e6e6;
  --bs-dark-border-subtle: #e6e6e6;
  --bs-light-border-subtle: #fffcfb;
}
[data-ld-theme=coral-blaze] .btn-primary {
  --bs-btn-hover-bg: #d94128;
}
[data-ld-theme=coral-blaze] .btn-secondary {
  --bs-btn-hover-bg: #080808;
}
[data-ld-theme=coral-blaze] .btn-dark {
  --bs-btn-hover-bg: #030303;
}
[data-ld-theme=coral-blaze] .btn-light {
  --bs-btn-hover-bg: #d9d0cd;
}

[data-ld-theme=royal-blue] {
  --bs-body-color: #666666;
  --bs-body-color-rgb: 102, 102, 102;
  --bs-heading-color: #363E03;
  --bs-heading-color-rgb: 0, 21, 136;
  --bs-link-color: #001588;
  --bs-link-color-rgb: 0, 21, 136;
  --bs-link-hover-color: #001274;
  --bs-link-hover-color-rgb: 0, 18, 116;
  --bs-primary: #001588;
  --bs-secondary: #090909;
  --bs-light: #F9F9F9;
  --bs-dark: #030303;
  --bs-primary-rgb: 0, 21, 136;
  --bs-secondary-rgb: 9, 9, 9;
  --bs-light-rgb: 249, 249, 249;
  --bs-gray-rgb: 242, 242, 242;
  --bs-primary-text-emphasis: #000836;
  --bs-secondary-text-emphasis: #040404;
  --bs-dark-text-emphasis: #010101;
  --bs-light-text-emphasis: #646464;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #e6e6e6;
  --bs-dark-bg-subtle: #e6e6e6;
  --bs-light-bg-subtle: #fdfdfd;
  --bs-primary-border-subtle: #ccd0e7;
  --bs-secondary-border-subtle: #e6e6e6;
  --bs-dark-border-subtle: #e6e6e6;
  --bs-light-border-subtle: #fdfdfd;
}
[data-ld-theme=royal-blue] .btn-primary {
  --bs-btn-hover-bg: #001274;
}
[data-ld-theme=royal-blue] .btn-secondary {
  --bs-btn-hover-bg: #080808;
}
[data-ld-theme=royal-blue] .btn-dark {
  --bs-btn-hover-bg: #030303;
}
[data-ld-theme=royal-blue] .btn-light {
  --bs-btn-hover-bg: #d4d4d4;
}

[data-ld-theme=sunbeam-gold] {
  --bs-body-color: #5D6D6E;
  --bs-body-color-rgb: 93, 109, 110;
  --bs-heading-color: #00272C;
  --bs-heading-color-rgb: 0, 39, 44;
  --bs-link-color: #F8AA60;
  --bs-link-color-rgb: 248, 170, 96;
  --bs-link-hover-color: #d39152;
  --bs-link-hover-color-rgb: 211, 145, 82;
  --bs-primary: #F8AA60;
  --bs-secondary: #007989;
  --bs-light: #F9F9F9;
  --bs-dark: #00272C;
  --bs-primary-rgb: 248, 170, 96;
  --bs-secondary-rgb: 0, 121, 137;
  --bs-light-rgb: 249, 249, 249;
  --bs-gray-rgb: 242, 242, 242;
  --bs-dark-rgb: 0, 39, 44;
  --bs-primary-text-emphasis: #634426;
  --bs-secondary-text-emphasis: #003037;
  --bs-dark-text-emphasis: #001012;
  --bs-light-text-emphasis: #646464;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #e6f2f3;
  --bs-dark-bg-subtle: #e6e9ea;
  --bs-light-bg-subtle: #fdfdfd;
  --bs-primary-border-subtle: #feeedf;
  --bs-secondary-border-subtle: #e6f2f3;
  --bs-dark-border-subtle: #e6e9ea;
  --bs-light-border-subtle: #fdfdfd;
}
[data-ld-theme=sunbeam-gold] .btn-primary {
  --bs-btn-hover-bg: #d39152;
}
[data-ld-theme=sunbeam-gold] .btn-secondary {
  --bs-btn-hover-bg: #006774;
}
[data-ld-theme=sunbeam-gold] .btn-dark {
  --bs-btn-hover-bg: #002125;
}
[data-ld-theme=sunbeam-gold] .btn-light {
  --bs-btn-hover-bg: #d4d4d4;
}

[data-ld-theme=luxury-spa] {
  --bs-body-color: #7E7384;
  --bs-body-color-rgb: 126, 115, 132;
  --bs-heading-color: #2E004D;
  --bs-heading-color-rgb: 46, 0, 77;
  --bs-link-color: #F64C96;
  --bs-link-color-rgb: 246, 76, 150;
  --bs-link-hover-color: #d14180;
  --bs-link-hover-color-rgb: 209, 65, 128;
  --bs-primary: #F64C96;
  --bs-secondary: #8025BD;
  --bs-light: #FEF2F6;
  --bs-dark: #2E004D;
  --bs-primary-rgb: 246, 76, 150;
  --bs-secondary-rgb: 128, 37, 189;
  --bs-light-rgb: 254, 242, 246;
  --bs-gray-rgb: 246, 235, 239;
  --bs-dark-rgb: 46, 0, 77;
  --bs-primary-text-emphasis: #621e3c;
  --bs-secondary-text-emphasis: #330f4c;
  --bs-dark-text-emphasis: #12001f;
  --bs-light-text-emphasis: #666162;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #f2e9f8;
  --bs-dark-bg-subtle: #eae6ed;
  --bs-light-bg-subtle: #fffbfc;
  --bs-primary-border-subtle: #fddbea;
  --bs-secondary-border-subtle: #f2e9f8;
  --bs-dark-border-subtle: #eae6ed;
  --bs-light-border-subtle: #fffbfc;
}
[data-ld-theme=luxury-spa] .btn-primary {
  --bs-btn-hover-bg: #d14180;
}
[data-ld-theme=luxury-spa] .btn-secondary {
  --bs-btn-hover-bg: #6d1fa1;
}
[data-ld-theme=luxury-spa] .btn-dark {
  --bs-btn-hover-bg: #270041;
}
[data-ld-theme=luxury-spa] .btn-light {
  --bs-btn-hover-bg: #d8ced1;
}

[data-ld-typography=modern-luxe] {
  --bs-body-font-family: "DM Sans", sans-serif;
  --bs-headings-font-family: "Marcellus", serif;
  --bs-body-font-size: 18px;
  --bs-body-font-weight: 300;
}
[data-ld-typography=modern-luxe] h1, [data-ld-typography=modern-luxe] .h1, [data-ld-typography=modern-luxe] h2, [data-ld-typography=modern-luxe] .h2, [data-ld-typography=modern-luxe] h3, [data-ld-typography=modern-luxe] .h3, [data-ld-typography=modern-luxe] h4, [data-ld-typography=modern-luxe] .h4, [data-ld-typography=modern-luxe] h5, [data-ld-typography=modern-luxe] .h5, [data-ld-typography=modern-luxe] h6, [data-ld-typography=modern-luxe] .h6 {
  font-weight: 400;
}

[data-ld-typography=neo-clean] {
  --bs-body-font-family: "Manrope", sans-serif;
  --bs-headings-font-family: "Manrope", sans-serif;
}
[data-ld-typography=neo-clean] h1, [data-ld-typography=neo-clean] .h1, [data-ld-typography=neo-clean] h2, [data-ld-typography=neo-clean] .h2, [data-ld-typography=neo-clean] h3, [data-ld-typography=neo-clean] .h3, [data-ld-typography=neo-clean] h4, [data-ld-typography=neo-clean] .h4, [data-ld-typography=neo-clean] h5, [data-ld-typography=neo-clean] .h5, [data-ld-typography=neo-clean] h6, [data-ld-typography=neo-clean] .h6 {
  font-weight: 500;
}

[data-ld-typography=bricolage-grotesque] {
  --bs-body-font-family: "Bricolage Grotesque", sans-serif;
  --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
  --bs-body-font-size: 18px;
}
@media only screen and (max-width: 591px) {
  [data-ld-typography=bricolage-grotesque] {
    --bs-body-font-size: 16px;
  }
}

[data-ld-typography=david-libre] {
  --bs-body-font-family: "Montserrat", sans-serif;
  --bs-headings-font-family: "David Libre", serif;
  --bs-body-font-size: 15px;
}

[data-ld-typography=modern-axis] {
  --bs-body-font-family: "Montserrat", sans-serif;
  --bs-headings-font-family: "Oswald", sans-serif;
}

[data-ld-typography=david-kanit] {
  --bs-body-font-family: "DM Sans", sans-serif;
  --bs-headings-font-family: "David Libre", serif;
}

::-moz-selection {
  color: #fff;
  background-color: var(--bs-primary);
}

::selection {
  color: #fff;
  background-color: var(--bs-primary);
}

body {
  overflow-x: hidden;
}

code {
  background-color: #fff2f8;
  border-radius: 4px;
  padding: 2px;
}

a:not(.alert-link):not(.btn-link):not([class*=link-underline]) {
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  border-style: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--bs-headings-font-family);
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
}

h1, .h1 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 700;
}

h2, .h2 {
  font-size: 38px;
  line-height: 1.35;
  margin-bottom: 25px;
  font-weight: 600;
}

h3, .h3 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 600;
}

h4, .h4 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 15px;
  font-weight: 600;
}

h5, .h5 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 10px;
  font-weight: 600;
}

h6, .h6 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 1191px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
}
.text-white h1, .text-white .h1,
.text-white h2,
.text-white .h2,
.text-white h3,
.text-white .h3,
.text-white h4,
.text-white .h4,
.text-white h5,
.text-white .h5,
.text-white h6,
.text-white .h6,
.text-white p,
.text-white .title-small {
  color: #FFF;
}

.bg-fix {
  background-attachment: fixed;
  background-size: cover;
}

.parallax {
  background-size: cover;
}

.sticky-top,
.sticky-sm-top,
.sticky-md-top,
.sticky-lg-top,
.sticky-xl-top {
  top: 100px;
}

.btn-link {
  text-decoration: none;
}

dl, ul, ol {
  list-style-position: outside;
}

ul, ol {
  margin-bottom: 24px;
}

ul li, ol li {
  padding: 0;
}

dl {
  margin-left: 0;
  margin-bottom: 30px;
}

dl dd {
  margin-bottom: 10px;
}

.list-inline li {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-block {
  width: 100%;
}

.top-bar {
  background-color: var(--bs-primary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #fff;
  padding: 11px 0;
}
.top-bar .top-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.topbar-left {
  float: left;
}

.topbar-right {
  float: right;
}

.topbar-center,
.topbar-left,
.topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}

.topbar-left ul li,
.topbar-right ul li {
  display: inline-block;
  position: relative;
}

.topbar-left ul li a,
.topbar-right ul li a {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.topbar-left ul,
.topbar-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.topbar-left ul li {
  padding-right: 10px;
  margin-right: 10px;
}

.topbar-right ul li {
  padding-left: 10px;
  margin-left: 10px;
}

.topbar-left ul li i {
  margin-right: 5px;
  font-size: 18px;
  color: #fff;
}

.topbar-left ul li:after,
.topbar-right ul li:after {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  right: -1px;
  content: "";
  top: 2px;
  opacity: 0.1;
}

.topbar-right ul li:after {
  right: auto;
  left: 0;
}

.topbar-right ul li:first-child:after,
.topbar-left ul li:last-child:after {
  content: none;
}

@media only screen and (max-width: 991px) {
  .topbar-left {
    margin-bottom: 5px;
  }
  .topbar-right,
  .topbar-left {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .topbar-right ul li,
  .topbar-left ul li {
    margin: 0;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar [class*=col-] {
    width: 100%;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top-bar [class*=col-]:last-child {
    border-bottom: none;
  }
  .top-bar {
    padding: 5px 0;
    display: none;
  }
  .topbar-center,
  .topbar-left,
  .topbar-right {
    display: black;
    width: 100%;
    text-align: center;
    padding: 3px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .topbar-left ul li {
    padding: 0 5px;
  }
}
/*.header {
  position: relative;
  z-index: 99999;
  width: 100%;
}*/
.header {
  z-index: 99999;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
  padding-left: 30px;
  padding-right: 30px;
}
.header ul,
.header ol {
  margin-bottom: 0;
}

.secondary-menu {
  float: right;
  padding: 17px 0;
  position: relative;
  z-index: 9;
  height: 80px;
  border-left: 1px solid #cccccc;
  margin-left: 10px;
}
.secondary-menu .btn-link {
  font-size: 22px;
  padding: 0;
  line-height: 22px;
  padding-top: 5px;
  outline: none !important;
  border: 0;
  text-decoration: none;
}
.secondary-menu .btn-link:hover {
  color: var(--bs-primary);
  outline: none !important;
}
.secondary-menu .secondary-inner {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .secondary-menu {
    margin: 0 1px 0 0;
    text-align: right;
  }
}

.secondary-inner > ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.secondary-inner ul li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.secondary-inner i {
  margin: 0;
}

.search-btn:after {
  left: 0;
  right: auto;
  top: 5px;
}

.menu-bar {
  background: transparent;
  width: 100%;
  position: relative;
}
.menu-bar .container {
  position: relative;
}

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 28px 0 30px 15px;
  padding: 0;
  float: right;
}
.navbar-toggler span {
  background: #000;
}

.menu-links {
  padding: 0;
}
.menu-links .nav {
  float: right;
}
.menu-links .nav i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}
.menu-links .nav > li {
  margin: 0px;
  font-weight: 500;
  position: relative;
}
.menu-links .nav > li > a {
  border-radius: 0px;
  color: var(--bs-dark);
  font-size: 17px;
  padding: 28px 10px 27px 10px;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.menu-links .nav > li > a:hover {
  background-color: transparent;
  color: #efbb20;
}
.menu-links .nav > li > a:active, .menu-links .nav > li > a:focus {
  background-color: transparent;
}
.menu-links .nav > li.active > a, .menu-links .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #363E03;
}
.menu-links .nav > li:hover > a {
  color: var(--bs-primary);
}
.menu-links .nav > li:hover > a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  top: 95%;
  position: absolute;
  left: 30px;
  transform: rotate(45deg);
  z-index: 11;
  transition: all 0.5s ease;
}
.menu-links .nav > li.no-sub:hover > a:after {
  content: none;
}
.menu-links .nav > li:hover > .sub-menu, .menu-links .nav > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.5s ease;
}
.menu-links .nav > li > .sub-menu, .menu-links .nav > li > .mega-menu {
  box-shadow: 5px 15px 15px 5px rgba(0, 0, 0, 0.05);
}
.menu-links .nav > li .sub-menu {
  background-color: #ffffff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  border-radius: 0 0 6px 6px;
  top: 100%;
}
.menu-links .nav > li .sub-menu li {
  position: relative;
}
.menu-links .nav > li .sub-menu li a {
  color: #585e6d;
  display: block;
  font-size: 15px;
  padding: 8px 25px;
  text-transform: capitalize;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  position: relative;
  font-weight: 500;
}
.menu-links .nav > li .mega-menu li a span,
.menu-links .nav > li .sub-menu li a span {
  position: relative;
}
.menu-links .nav > li .mega-menu li a span:after,
.menu-links .nav > li .sub-menu li a span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--bs-primary);
  bottom: 0;
  right: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform-origin: right;
}
.menu-links .nav > li .mega-menu li:hover > a span:after,
.menu-links .nav > li .sub-menu li:hover > a span:after {
  width: 100%;
  transform-origin: left;
  left: 0;
  right: auto;
}
.menu-links .nav > li .sub-menu li:hover a {
  text-decoration: none;
}
.menu-links .nav > li .sub-menu li:hover > a {
  color: var(--bs-primary);
}
.menu-links .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.menu-links .nav > li .sub-menu li > .sub-menu.left,
.menu-links .nav > li .sub-menu li:hover .sub-menu.left {
  left: auto;
  right: 220px;
}
.menu-links .nav > li .sub-menu.left {
  left: auto;
  right: 0;
}
.menu-links .nav > li .sub-menu li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 15px;
  position: absolute;
  right: 25px;
  top: 12px;
  opacity: 1;
}
.menu-links .nav > li .sub-menu li .fa.fa-nav {
  color: inherit;
  display: inline-block;
  float: none;
  font-size: 13px;
  margin-right: 5px;
  opacity: 1;
  position: unset;
  right: 10px;
  top: 12px;
}
.menu-links .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  transition: all 0.5s ease;
}
.menu-links .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.menu-links .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.menu-links .nav > li.has-mega-menu {
  position: inherit;
}
.menu-links .nav > li .mega-menu {
  background-color: #ffffff;
  display: table;
  left: 50%;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 100%;
  z-index: 9;
  padding: 0;
  border-radius: 0 0 6px 6px;
}
@media only screen and (min-width: 992px) {
  .menu-links .nav > li .mega-menu {
    max-width: 1750px;
    transform: translateX(-50%);
  }
}
.menu-links .nav > li .mega-menu > li {
  display: table-cell;
  padding: 30px 0 25px;
  position: relative;
  vertical-align: top;
  width: 25%;
}
.menu-links .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}
.menu-links .nav > li .mega-menu > li:last-child:after {
  display: none;
}
.menu-links .nav > li .mega-menu > li > a {
  color: #000;
  display: block;
  padding: 0 25px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.menu-links .nav > li .mega-menu > li ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 100%;
}
.menu-links .nav > li .mega-menu > li ul a {
  color: #585e6d;
  display: block;
  font-size: 15px;
  line-height: 34px;
  text-transform: capitalize;
  padding: 0 25px;
}
.menu-links .nav > li .mega-menu > li ul a:hover {
  color: var(--bs-primary);
}
.menu-links .nav .mega-menu a i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.menu-links .nav > li.menu-item-has-children:before {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  right: 4px;
  position: absolute;
  top: 50%;
  color: #999;
  margin-top: -8px;
  font-size: 8px;
}

.menu-links .menu-logo,
.menu-links .nav-social-link {
  display: none;
}

.menu-logo {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 260px;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.menu-logo > a {
  display: table-cell;
  vertical-align: middle;
}
.menu-logo span {
  font-size: 20px;
  color: #EFBB20;
  letter-spacing: 20px;
}

.is-fixed .menu-logo {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.is-fixed .logo-change .logo1,
.logo-change .logo2 {
  display: none;
}

.is-fixed .logo-change .logo2 {
  display: block;
}

@media only screen and (max-width: 767px) {
  .menu-logo,
  .is-fixed .menu-logo {
    width: 100px;
    max-width: 100px;
    height: 60px;
  }
  .menu-logo img {
    max-width: 190px;
  }
  .header .navbar-toggler,
  .header .is-fixed .navbar-toggler {
    margin: 20px 0 18px 15px;
  }
  .header .secondary-menu {
    padding: 12px 0;
    height: 70px;
  }
  .secondary-menu .btn-link {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 1200px) {
  .secondary-inner ul li {
    margin-left: 15px;
  }
  .menu-links .nav > li > a {
    padding: 28px 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-cart .dropdown-menu.cart-list {
    left: auto;
    right: 0;
  }
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-list.dropdown-menu {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-transparent .menu-links .nav > li:hover > a,
  .header-transparent .menu-links .nav > li.active > a {
    color: #000 !important;
  }
  .menu-links .menu-logo,
  .menu-links .nav-social-link {
    display: block;
  }
  .menu-links .nav-social-link {
    margin-top: auto;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background: #fff;
  }
  .menu-links .nav-social-link a {
    color: #000;
    padding: 5px 10px;
  }
  .menu-links .nav > li.has-mega-menu.demos .mega-menu {
    max-width: 100%;
  }
  .menu-links .nav > li .mega-menu {
    border: 0;
  }
  .menu-links .nav > li .mega-menu > li {
    padding: 10px 0;
  }
  .menu-links .nav > li .sub-menu,
  .menu-links .nav > li .mega-menu {
    border-radius: 0;
    border-width: 1px 0 1px 0;
  }
  .menu-links .nav i {
    margin-top: 6px;
    float: right;
  }
  .menu-links {
    clear: both;
    margin: 0 -15px;
    border-bottom: 1px solid #E9E9E9;
  }
  .menu-links .nav {
    float: none;
    background: #fff;
    width: 100%;
    display: block;
    margin-bottom: auto;
  }
  .menu-links .nav li {
    float: none;
    display: block;
    width: 100%;
  }
  .menu-links .nav > li .sub-menu > li,
  .menu-links .nav > li .mega-menu > li {
    float: none;
    display: block;
    width: auto;
  }
  .menu-links .nav > li > a {
    padding: 10px 0;
    border-top: 1px dashed #E9E9E9;
    display: block;
  }
  .menu-links .nav > li > a:hover,
  .menu-links .nav > li > a:active,
  .menu-links .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
    outline: 0;
  }
  .menu-links .nav > li .mega-menu > li:after {
    display: none;
  }
  .menu-links .nav > li ul,
  .menu-links .nav > li .sub-menu,
  .menu-links .nav > li .mega-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
  }
  .menu-links .nav > li ul.mega-menu ul {
    display: none;
  }
  .menu-links .nav > li:hover > ul,
  .menu-links .nav > li:hover .sub-menu,
  .menu-links .nav > li:hover .mega-menu,
  .menu-links .nav > li .sub-menu li > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 0;
  }
  .menu-links .nav > li ul.mega-menu li:hover ul {
    display: block;
  }
  .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
  .nav.navbar-nav li a i.fa-chevron-down:before {
    content: "\f078";
  }
  .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
  .nav.navbar-nav li.open a i.fa-chevron-down:before {
    content: "\f054";
  }
  .menu-links .nav > li .sub-menu li i.fa-angle-right:before {
    content: "\f078";
    font-size: 10px;
    position: absolute;
    z-index: 2;
    color: #000;
    right: 20px;
    top: -5px;
  }
  .menu-links .nav > li .sub-menu li.open i.fa-angle-right:before {
    content: "\f054";
  }
  .menu-links .nav > li .sub-menu .sub-menu,
  .menu-links .nav > li:hover .sub-menu .sub-menu,
  .menu-links .nav > li:hover .sub-menu,
  .menu-links .nav > li:hover .mega-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
  }
  .menu-links .nav li .sub-menu .sub-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
  }
  .menu-links .nav > li.open > .sub-menu .sub-menu {
    display: none;
  }
  .menu-links .nav > li.open > .sub-menu li.open .sub-menu,
  .menu-links .nav > li.open > .mega-menu,
  .menu-links .nav > li.open > .sub-menu,
  .menu-links .nav > li ul.mega-menu ul {
    display: block;
    opacity: 1;
    margin-top: 0;
    box-shadow: none;
  }
  .menu-links .nav > li:hover > a:after {
    content: none;
  }
  .menu-links .nav > li .sub-menu li .fa {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0;
    right: -1px;
    color: #000;
  }
  .menu-links .nav > li .mega-menu > li {
    padding: 0;
  }
  .menu-links .nav > li .mega-menu > li > a {
    display: none;
  }
  .menu-links .nav .mega-menu a i {
    display: inline-block;
    float: none;
    margin-top: 0;
  }
  .menu-links .nav .open > a,
  .menu-links .nav .open > a:focus,
  .menu-links .nav .open > a:hover {
    background-color: inherit;
    border-color: #e9e9e9;
  }
  .menu-links .nav > li .sub-menu li a {
    padding: 8px 5px;
  }
  .menu-links .nav > li .mega-menu > li ul a {
    padding: 2px 5px;
  }
  .shop-cart .dropdown-menu.cart-list {
    left: auto;
    right: 0;
  }
  .rs-nav .menu-links.nav-dark {
    background-color: #202020;
  }
  .rs-nav .menu-links {
    position: fixed;
    width: 300px;
    left: -300px;
    height: 100vh !important;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
    overflow-y: scroll;
    flex-direction: column;
  }
  .rs-nav .menu-links li.open a {
    position: relative;
  }
  .navbar-nav {
    height: auto;
  }
  .rs-nav .menu-links.show {
    left: -1px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 100%;
    width: 300px;
    padding: 15px 15px 5px 15px;
  }
  .rs-nav .is-fixed .menu-links .nav {
    height: auto;
  }
  .rs-nav .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0px;
    top: -20px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 10px;
    box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.6);
  }
  .rs-nav .menu-links .menu-logo {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 25px 20px;
    width: 100%;
    text-align: center;
  }
  .rs-nav .menu-links .menu-logo img {
    max-width: unset;
    width: 130px;
    vertical-align: middle;
  }
  .rs-nav .menu-links .menu-logo a {
    display: inline-block;
  }
  .rs-nav .navbar-toggler.open span {
    background: #fff;
  }
  .menu-links .nav > li > .mega-menu,
  .menu-links .nav > li > .sub-menu {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .menu-links .nav > li .mega-menu {
    padding: 15px 0;
  }
}
.sticky-no .menu-bar {
  position: static !important;
}

.is-fixed .menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #fbecd3 !important;
}
.header .is-fixed .menu-bar {
    background: #fbecd3 !important;
}
@media only screen and (max-width: 991px) {
  .is-fixed .menu-links .nav > li > a {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .is-fixed .menu-links .nav {
    height: 225px;
  }
}
.header-transparent {
  position: absolute;
  width: 100%;
}
.header-transparent .menu-links .nav > li > a {
  color: #fff;
}
.header-transparent .menu-links .nav > li > a,
.header-transparent .secondary-menu .btn-link,
.header-transparent .navbar-toggler {
  color: #fff;
}
.header-transparent .secondary-menu .btn-link:hover {
  color: var(--bs-primary);
}
.header-transparent .navbar-toggler span {
  background-color: #fff;
}
.header-transparent .is-fixed .menu-bar {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
}
.header-transparent .secondary-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.header-transparent .top-bar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #dfdfdf;
}
.header-transparent .search-btn:after,
.header-transparent .topbar-left ul li:after,
.header-transparent .topbar-right ul li:after {
  background-color: #fff;
}
.header-transparent .cart-btn:after,
.header-transparent .cart-btn {
  border-color: #fff;
}
.header-transparent .header-lang-bx .btn {
  background-color: transparent !important;
  color: #fff;
}
.header-transparent .topbar-right .header-lang-bx ul li a {
  color: #000;
}
.header-transparent .topbar-left ul li a,
.header-transparent .topbar-right ul li a {
  color: #fff;
}

.fullwidth .container-fluid, .fullwidth .container-sm, .fullwidth .container-md, .fullwidth .container-lg, .fullwidth .container-xl, .fullwidth .container-xxl {
  padding-left: 30px;
  padding-right: 30px;
}

.aside-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: #fff;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.aside-btn span:nth-child(1) {
  top: 0px;
}
.aside-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.aside-btn span:nth-child(3) {
  bottom: 0;
}

.search-box form {
  height: 80px;
  position: relative;
  background: rgba(0, 0, 0, 0.15);
}
.search-box form button {
  border: 0;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 28px;
  font-size: 20px;
  padding: 0 0 0 20px;
  left: 0;
}
.search-box form .form-control {
  height: 80px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 4px 15px 0px 50px;
  font-size: 18px;
  width: 190px;
  font-weight: 400;
}
.search-box form .form-control::-moz-placeholder {
  color: #fff;
}
.search-box form .form-control::placeholder {
  color: #fff;
}
.search-box form .form-control::-moz-placeholder {
  color: #fff;
}
.search-box form .form-control::-ms-input-placeholder {
  color: #fff;
}
.search-box form .form-control::-webkit-input-placeholder {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .header-transparent .menu-links .nav > li > a {
    color: #000;
  }
  .header-transparent .menu-links.nav-dark .nav > li > a {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .fullwidth .container-fluid, .fullwidth .container-sm, .fullwidth .container-md, .fullwidth .container-lg, .fullwidth .container-xl, .fullwidth .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-box form .form-control {
    height: 50px;
    font-size: 14px;
    width: 120px;
    padding: 0px 15px 0px 40px;
  }
  .search-box form {
    height: 50px;
    font-size: 14px;
  }
  .search-box form button {
    top: 14px;
    font-size: 18px;
    padding: 0 0 0 15px;
  }
      .feature-bx6 .btn-link {
        width: auto;
        height: 100%;
        line-height: 25px;
        font-size: 16px;
      }
}
.menuicon {
  width: 28px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
.menuicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menuicon span:nth-child(1) {
  top: 2px;
}
.menuicon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menuicon span:nth-child(3) {
  bottom: 2px;
}
.menuicon.open span:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
.menuicon.open span:nth-child(2) {
  opacity: 0;
}
.menuicon.open span:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}
.menuicon i {
  position: relative;
  width: 14px;
  display: inline-block;
  height: 12px;
  margin-left: 5px;
}
.menuicon.open i {
  height: 12px;
}
.menuicon.open i span:nth-child(1), .menuicon.open i span:nth-child(3) {
  top: 5px;
}

.header-transparent .extmenu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.extmenu a span {
  background: #fff;
}

.menu-links .nav > li .sub-menu.sub-menu-services {
  width: 270px;
  padding: 10px;
}
.menu-links .nav > li .sub-menu.sub-menu-services li {
  padding: 5px 0;
}
.menu-links .nav > li .sub-menu.sub-menu-services li a {
  color: var(--bs-heading-color);
  font-size: 18px;
  font-weight: 300;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.menu-links .nav > li .sub-menu.sub-menu-services li a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.menu-links .nav > li .sub-menu.sub-menu-services li a:hover {
  background-color: var(--bs-light);
}
@media (max-width: 991px) {
  .menu-links .nav > li .sub-menu.sub-menu-services li a {
    font-size: 15px;
    padding: 5px 0;
  }
  .menu-links .nav > li .sub-menu.sub-menu-services li a img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
}

.header-phone-info .phone {
  font-size: 18px;
  color: var(--bs-dark);
  font-weight: 500;
}
.header-phone-info .time {
  margin-bottom: 0;
  font-size: 12px;
}

.header-v2 .menu-bar {
  background: var(--bs-light);
}
.header-v2 .menu-links {
  padding-left: 100px;
}
@media (max-width: 1191px) {
  .header-v2 .menu-links {
    padding-left: 40px;
  }
}
.header-v2 .menu-links .nav i {
  font-size: 10px;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
@media (min-width: 991px) {
  .header-v2 .menu-links .nav > li > a {
    font-size: 15px;
    font-weight: 400;
    padding: 25px 14px;
  }
}
@media (min-width: 1280px) {
  .header-v2 .menu-links .nav > li > a {
    font-size: 18px;
    font-weight: 400;
    padding: 30px 20px;
  }
}
.header-v2 .secondary-menu {
  padding: 20px 0;
  height: 88px;
  border-left: 0;
}
.header-v2 .cart-btn {
  border-radius: 4px;
}
.header-v2 .menu-logo {
  height: 88px;
}
.header-v2 .is-fixed .menu-bar {
  background: #fff;
}
@media (max-width: 1191px) {
  .header-v2 .secondary-menu {
    height: 75px;
    padding: 15px 0;
  }
  .header-v2 .menu-logo {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .header-v2 .navbar-toggler,
  .header-v2 .is-fixed .navbar-toggler {
    margin: 24px 0 15px 15px;
  }
  .header-v2 .secondary-menu {
    height: 70px;
  }
  .header-v2 .menu-logo {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header-v2 .navbar-toggler,
  .header-v2 .is-fixed .navbar-toggler {
    margin: 22px 0 15px 15px;
  }
}

.header-v3 .menu-bar {
  background: transparent;
}
.header-v3 .secondary-menu {
  border-left: 0;
  padding: 30px 0;
  height: 95px;
}
.header-v3 .secondary-inner > ul > li {
  margin-left: 30px;
}
.header-v3 .menu-logo {
  height: 95px;
}
.header-v3 .logo-text {
  float: left;
  height: 95px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  width: 100px;
  line-height: 1.2;
  margin-left: 20px;
}
.header-v3 .cart-btn {
  color: #fff;
}
.header-v3 .menu-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 18px;
}
.header-v3 .menu-close {
  border: 0;
  background-color: transparent;
  color: #999999;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
}
.header-v3 .menu-close i {
  font-size: 18px;
}
@media (max-width: 1191px) {
  .header-v3 .menu-close {
    font-size: 15px;
    right: 25px;
    top: 20px;
  }
  .header-v3 .menu-logo {
    height: 80px;
  }
  .header-v3 .logo-text {
    height: 80px;
  }
  .header-v3 .secondary-menu {
    padding: 22px 0;
    height: 80px;
  }
}
@media (max-width: 591px) {
  .header-v3 .logo-text {
    display: none;
  }
  .header-v3 .menu-logo {
    height: 65px;
  }
  .header-v3 .menu-logo img {
    max-width: 100px;
  }
  .header-v3 .secondary-inner > ul > li {
    margin-left: 20px;
  }
  .header-v3 .secondary-menu {
    padding: 15px 0;
    height: 65px;
  }
}
.header-v3 .header-classic {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  top: -150%;
  left: 0;
  display: flex;
  transition: 0.3s;
}
.header-v3 .header-classic.show {
  top: 0;
}
.header-v3 .header-classic .left-side {
  width: 40%;
}
.header-v3 .header-classic .left-side .full-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-v3 .header-classic .right-side {
  width: 60%;
  position: relative;
  padding: 70px 80px 80px 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-v3 .header-classic .header-content {
  height: calc(100vh - 200px);
  overflow-y: auto;
  margin-bottom: 30px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header-v3 .header-classic .header-content::-webkit-scrollbar {
  display: none;
}
.header-v3 .header-classic .social-link {
  gap: 50px;
}
.header-v3 .header-classic .social-link li a {
  font-size: 20px;
  color: var(--bs-body-color);
}
.header-v3 .header-classic .navbar-nav li {
  width: 100%;
  padding: 10px 0;
}
.header-v3 .header-classic .navbar-nav li a {
  font-family: "DM Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  display: block;
}
.header-v3 .header-classic .navbar-nav li.active a {
  color: var(--bs-primary);
}
@media (max-width: 1680px) {
  .header-v3 .header-classic .right-side {
    padding: 50px;
  }
  .header-v3 .header-classic .navbar-nav li a {
    font-size: 65px;
  }
}
@media (max-width: 1191px) {
  .header-v3 .header-classic .navbar-nav li a {
    font-size: 48px;
  }
  .header-v3 .header-classic .social-link {
    gap: 30px;
  }
  .header-v3 .header-classic .social-link li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header-v3 .header-classic .left-side {
    display: none;
  }
  .header-v3 .header-classic .right-side {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 591px) {
  .header-v3 .header-classic .right-side {
    padding: 30px;
  }
  .header-v3 .header-classic .navbar-nav li a {
    font-size: 28px;
  }
  .header-v3 .header-classic .social-link {
    gap: 15px;
  }
  .header-v3 .header-classic .social-link li a {
    font-size: 14px;
  }
}

.header-v4 {
  position: absolute;
  width: 100%;
}
.header-v4 .secondary-menu {
  border-left: 0;
}
.header-v4 .secondary-inner ul li {
  margin-left: 30px;
}
.header-v4 .menu-bar {
  background: transparent;
  box-shadow: none;
}
.header-v4 .menu-bar .menu-box {
  background-color: #fff;
  margin-right: -40px;
  margin-left: -40px;
  padding: 0 40px;
  border-radius: 0 0 30px 30px;
}
.header-v4 .menu-bar .menu-box > .menu-logo {
  position: relative;
  margin-right: 80px;
}
.header-v4 .menu-bar .menu-box > .menu-logo::after {
  content: "";
  position: absolute;
  right: -40px;
  height: 60%;
  border-right: 1px solid var(--bs-dark);
  opacity: 0.1;
  top: 50%;
  transform: translateY(-50%);
}
.header-v4 .is-fixed .menu-box {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header-v4 .menu-links .nav > li > a {
    font-size: 16px;
    padding: 26px 10px 26px 10px;
  }
  .header-v4 .menu-links .nav > li > a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background-color: var(--bs-primary);
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
  .header-v4 .menu-links .nav > li > a:hover::before,
  .header-v4 .menu-links .nav > li.active > a::before {
    width: 23px;
  }
}
@media (min-width: 1281px) {
  .header-v4 .menu-links .nav > li > a {
    font-size: 18px;
    padding: 26px 12px 26px 12px;
  }
}
@media (max-width: 1380px) {
  .header-v4 .menu-bar .menu-box {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px;
    border-radius: 0 0 20px 20px;
  }
  .header-v4 .menu-bar .menu-box > .menu-logo {
    margin-right: 25px;
  }
  .header-v4 .menu-bar .menu-box > .menu-logo::after {
    right: -10px;
  }
  .header-v4 .secondary-inner ul li {
    margin-left: 20px;
  }
  .header-v4 .menu-logo {
    height: 75px;
  }
}
@media (max-width: 991px) {
  .header-v4 .menu-bar .menu-box > .menu-logo::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .header-v4.rs-nav .menu-links {
    background: url(../images/noise-overlay.png), var(--bs-dark);
  }
  .header-v4 .menu-links .nav {
    background: transparent;
  }
  .header-v4 .menu-links .nav > li > .mega-menu,
  .header-v4 .menu-links .nav > li > .sub-menu {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
  }
  .header-v4 .menu-links .nav > li > a {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .header-v4 .menu-links .nav > li > a {
    color: #fff;
  }
  .header-v4 .menu-links .nav > li .sub-menu li a {
    color: rgba(255, 255, 255, 0.5);
  }
  .header-v4 .menu-links .nav > li .mega-menu > li ul a {
    color: rgba(255, 255, 255, 0.5);
  }
  .header-v4 .menu-links .nav .open > a,
  .header-v4 .menu-links .nav .open > a:focus,
  .header-v4 .menu-links .nav .open > a:hover {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header-v4 .menu-links .nav > li > a:hover,
  .header-v4 .menu-links .nav > li > a:active,
  .header-v4 .menu-links .nav > li > a:focus {
    background-color: transparent;
    outline: 0;
  }
}
@media (max-width: 767px) {
  .header-v4 .menu-logo {
    height: 60px;
  }
  .header-v4 .secondary-menu {
    padding: 10px 0;
    height: 60px;
  }
  .header-v4 .navbar-toggler,
  .header-v4 .is-fixed .navbar-toggler {
    margin: 19px 0 19px 15px;
  }
  .header-v4 .menu-bar .menu-box {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 591px) {
  .header-v4 .menu-bar .menu-box {
    margin-right: 0;
    margin-left: 0;
  }
}

.header-v5 {
  --element-height: 100px;
}
@media (min-width: 992px) {
  .header-v5 .nav > li > a {
    font-size: 16px;
    padding: 27px 15px;
  }
}
@media (min-width: 1280px) {
  .header-v5 .nav > li > a {
    font-size: 18px;
    font-weight: 400;
    padding: 35px 20px;
  }
}
.header-v5 .menu-bar {
  background: var(--bs-light);
  border-bottom: 1px solid var(--bs-border-color);
}
.header-v5 .secondary-menu {
  border: 0;
  height: var(--element-height);
  padding: 26px 0;
}
.header-v5 .menu-logo {
  height: var(--element-height);
}
@media (max-width: 1191px) {
  .header-v5 {
    --element-height: 80px;
  }
  .header-v5 .secondary-menu {
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .header-v5 {
    --element-height: 65px;
  }
  .header-v5 .secondary-menu {
    padding: 13px 0;
  }
  .header-v5 .navbar-toggler,
  .header-v5 .is-fixed .navbar-toggler {
    margin: 21px 0 21px 15px;
  }
}

.header-v6 .navbar-nav {
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .header-v6 .menu-links .nav > li > a {
    font-size: 14px;
    padding: 19px 10px;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) {
  .header-v6.header .navbar-toggler, .header-v6.header .is-fixed .navbar-toggler {
    margin: 18px 0 18px 15px;
  }
  .header-v6 .menu-logo {
    height: 60px;
  }
}

.header-v7 .menu-logo {
  height: 100px;
}
@media only screen and (max-width: 591px) {
  .header-v7 .menu-logo {
    height: 65px;
  }
}
.header-v7 .navbar-toggler-sticky {
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 50px;
  float: right;
  line-height: 40px;
  font-size: 18px;
  transition: all 0.25s;
  position: relative;
  padding: 0 5px;
  margin: 28px 0;
  text-align: center;
  display: none;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
  outline: 0;
}
.header-v7 .navbar-toggler-sticky span {
  display: block;
  height: 2px;
  width: 65%;
  border-radius: 5px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background-color: #000;
}
.header-v7 .navbar-toggler-sticky span:nth-child(2) {
  width: 50%;
}
.header-v7 .navbar-toggler-sticky.active span:nth-child(1) {
  transform: rotate(135deg) translateY(-4px) translateX(4px);
}
.header-v7 .navbar-toggler-sticky.active span:nth-child(2) {
  opacity: 0;
}
.header-v7 .navbar-toggler-sticky.active span:nth-child(3) {
  transform: rotate(-135deg) translateY(4px) translateX(4px);
}
@media only screen and (max-width: 1191px) {
  .header-v7 .navbar-toggler-sticky {
    display: flex;
  }
}
@media only screen and (max-width: 591px) {
  .header-v7 .navbar-toggler-sticky {
    margin: 10px 0;
  }
}
.header-v7 .menu-bar {
  background: transparent;
}
.header-v7.header-transparent .is-fixed .menu-bar {
  background-color: transparent;
  box-shadow: none;
}
.header-v7 .menu-sticky {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 205px;
  margin: 0;
  padding: 0;
  transition: all 0.25s;
}
.header-v7 .menu-sticky .nav-item {
  width: 100%;
}
.header-v7 .menu-sticky .nav {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
}
.header-v7 .menu-sticky .nav .nav-item .nav-link {
  padding: 12px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
}
.header-v7 .menu-sticky .nav .nav-item .nav-link.active {
  background-color: rgba(var(--bs-dark-rgb), 0.05);
}
@media only screen and (max-width: 1191px) {
  .header-v7 .menu-sticky {
    top: 100px;
    opacity: 0;
  }
  .header-v7 .menu-sticky.show {
    top: 70px;
    opacity: 1;
  }
}
@media only screen and (max-width: 591px) {
  .header-v7 .menu-sticky {
    top: 70px;
  }
  .header-v7 .menu-sticky.show {
    top: 55px;
  }
}

.header-v8 {
  --element-height: 80px;
}
.header-v8 .secondary-menu {
  border-left: 0;
  padding: 15px 0;
  height: var(--element-height);
}
.header-v8 .secondary-inner > ul > li {
  margin-left: 20px;
}
.header-v8 .container-fluid-space {
  padding-left: 80px;
  padding-right: 80px;
}
.header-v8 .header-phone-info .phone {
  font-size: 20px;
}
.header-v8 .header-phone-info .time {
  font-size: 12px;
  display: block;
  font-weight: 500;
}
.header-v8 .cart-btn {
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
  border-radius: 6px;
}
.header-v8 .cart-btn::after {
  border-color: var(--bs-secondary);
}
.header-v8 .menu-bar > * > .menu-logo {
  position: relative;
  margin-right: 80px;
  height: var(--element-height);
}
.header-v8 .menu-bar > * > .menu-logo::after {
  content: "";
  position: absolute;
  right: -40px;
  height: 60%;
  border-right: 1px solid var(--bs-dark);
  opacity: 0.1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1480px) {
  .header-v8 .secondary-inner > ul > li {
    margin-left: 25px;
  }
  .header-v8 .menu-bar > * > .menu-logo {
    margin-right: 50px;
  }
  .header-v8 .menu-bar > * > .menu-logo::after {
    right: -25px;
  }
}
@media (max-width: 1280px) {
  .header-v8 .container-fluid-space {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1191px) {
  .header-v8 {
    --element-height: 74px;
  }
}
@media (max-width: 991px) {
  .header-v8 .navbar-toggler {
    margin: 27px 0 25px 15px;
  }
}
@media (max-width: 767px) {
  .header-v8 {
    --element-height: 70px;
  }
  .header-v8 .navbar-toggler,
  .header-v8 .is-fixed .navbar-toggler {
    margin: 24px 0 24px 15px;
  }
}
@media (max-width: 591px) {
  .header-v8 {
    --element-height: 60px;
  }
  .header-v8 .container-fluid-space {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-v8 .navbar-toggler,
  .header-v8 .is-fixed .navbar-toggler {
    margin: 20px 0 20px 15px;
  }
  .header-v8 .secondary-menu {
    padding: 13px 0;
  }
}
@media (min-width: 992px) {
  .header-v8 .nav > li > a {
    padding: 26px 12px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .header-v8 .menu-links .nav > li > a {
    font-size: 18px;
    padding: 26px 12px;
  }
}
@media (min-width: 1680px) {
  .header-v8 .menu-links .nav > li > a {
    font-size: 18px;
    font-weight: 400;
    padding: 26px 20px;
  }
}

@media (min-width: 992px) {
  .header .menu-links .nav > li.home-menu {
    position: inherit;
  }
  .header .menu-links .nav > li.home-menu > ul {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    left: 50%;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 9;
    padding: 15px;
    border-radius: 0 0 6px 6px;
    overflow-y: scroll;
    max-width: 1750px;
    transform: translateX(-50%);
    scrollbar-width: none;
    max-height: calc(100vh - 100px);
    box-shadow: 5px 15px 15px 5px rgba(0, 0, 0, 0.05);
  }
  .header .menu-links .nav > li.home-menu > ul::-webkit-scrollbar {
    display: none;
  }
  .header .menu-links .nav > li.home-menu > ul > li {
    width: 25%;
    padding: 15px;
    text-align: center;
  }
  .header .menu-links .nav > li.home-menu > ul > li a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 0;
  }
  .header .menu-links .nav > li.home-menu > ul > li a:hover img {
    transform: translateY(-5px);
  }
  .header .menu-links .nav > li.home-menu > ul > li img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #fff;
    transition: all 0.25s;
  }
  .header .menu-links .nav > li.home-menu:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    transition: all 0.5s ease;
  }
}
@media (max-width: 991px) {
  .header .menu-links .nav > li.home-menu > ul > li img {
    display: none;
  }
}
.nav-search-bar {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
  padding: 0 15px;
}
.nav-search-bar.On form {
  transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  opacity: 1;
}
.nav-search-bar form {
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: relative;
  top: 50%;
  transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  opacity: 0;
}
.nav-search-bar form span {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}
.nav-search-bar .form-control {
  padding: 15px 60px 15px 15px;
  width: 100%;
  height: 70px;
  border: none;
  background: none;
  color: #000;
  font-size: 20px;
  border-bottom: 2px solid #000;
  border-radius: 0;
}
.nav-search-bar .form-control::-moz-placeholder {
  color: #000;
}
.nav-search-bar .form-control:-moz-placeholder {
  color: #000;
}
.nav-search-bar .form-control:-ms-input-placeholder {
  color: #000;
}
.nav-search-bar .form-control::-webkit-input-placeholder {
  color: #000;
}
.nav-search-bar > span {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.cart-btn {
  width: 27px;
  height: 34px;
  border: 2px solid #020d26;
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding: 11px 0 0 0;
  text-align: center;
}
.cart-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  border: 2px solid #020d26;
  -moz-border: 2px solid #020d26;
  -webkit-border: 2px solid #020d26;
  -ms-border: 2px solid #020d26;
  -o-border: 2px solid #020d26;
  border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -webkit-border-radius: 0px 0px 12px 12px;
  -ms-border-radius: 0px 0px 12px 12px;
  -o-border-radius: 0px 0px 12px 12px;
  border-width: 0px 2px 2px 2px;
  top: 4px;
  left: 6px;
}

.shop-cart.navbar-right {
  margin-right: 0;
  float: none;
  display: inline-block;
}
.shop-cart .dropdown-menu.cart-list {
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  top: 50px;
  border: 0;
}
.shop-cart .badge {
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  min-width: 15px;
  padding: 0;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
}
.shop-cart li {
  padding: 10px 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.shop-cart li:last-child {
  border-bottom: 0;
}
.shop-cart .media-left a {
  display: block;
  width: 60px;
}
.shop-cart .btn-link {
  position: relative;
}

.cart-list.dropdown-menu .title {
  color: #020d26;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.3;
}
.cart-list.dropdown-menu {
  width: 300px;
  margin-top: 23px;
  right: 0;
  left: auto;
  border: 0;
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}
.cart-list.dropdown-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  margin: 0;
}
.cart-list.dropdown-menu li .media {
  display: flex;
}
.cart-list.dropdown-menu li.cart-item .media .media-left {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px;
  min-width: 70px;
  width: 70px;
}
.cart-list .media-object {
  width: 100%;
}
.cart-list.dropdown-menu li.cart-item.subtotal .title span {
  float: right;
}
.cart-list.dropdown-menu li.cart-item .item-close {
  color: red;
  font-weight: 300;
  position: absolute;
  line-height: 24px;
  right: 0;
  top: 0;
  margin-right: 0;
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .cart-list.dropdown-menu {
    margin-top: 14px;
  }
}

.cart-item .media-body .price {
  color: var(--bs-primary);
  font-weight: 700;
}
.cart-item .media-body span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 10px;
}
.cart-item .media-body {
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
}
.cart-item .item-close {
  color: #d9534f;
  cursor: pointer;
}

footer {
  color: var(--bs-body-color);
}
footer p {
  margin-bottom: 15px;
  line-height: 1.5;
}
footer .footer_widget ul {
  list-style: none;
  margin-top: -10px;
  padding: 0;
  margin-bottom: 0px;
}
footer .btn-link, footer a, footer p a, footer p, footer strong, footer b {
  color: var(--bs-body-color);
}

.footer-title {
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
}

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}

footer .widget_services ul li {
  transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  padding: 10px 0px 10px 15px;
}
footer .widget_services ul li:hover {
  transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
}

.footer-logo {
  width: 90px;
  display: block;
}

.footer-top {
  padding: 80px 0 40px;
}
.footer-top .widget {
  margin-bottom: 30px;
}

.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer_widget ul li a {
  padding: 5px 0;
  display: block;
}
.footer_widget ul li a span {
  position: relative;
}
.footer_widget ul li a span::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1px;
  background-color: var(--bs-body-color);
  opacity: 0;
  transform: translateY(1px);
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_widget ul li a:hover span::after {
  opacity: 0.3;
  transform: translateY(-3px) translateZ(0);
  transition-delay: 0.2s;
  transition-duration: 0.15s;
}

.list-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  margin-top: -8px;
  margin-bottom: -8px;
}
.list-2 ul li {
  width: 50%;
  float: left;
}
.list-2 ul li a {
  font-size: 16px;
  padding: 8px 0;
  display: block;
  line-height: 22px;
}

.footer-info {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  margin-top: -35px;
}

@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 60px 0 20px;
  }
}
@media only screen and (max-width: 576px) {
  footer p br {
    display: none;
  }
  footer p {
    line-height: 28px;
  }
}
.contact-info ul {
  margin-top: 0 !important;
}
.contact-info ul li {
  position: relative;
  display: flex;
  line-height: 1.4;
  gap: 10px;
  margin-bottom: 20px;
  color: rgb(255 255 255 / 79%);
}
.contact-info ul li i {
  color: var(--bs-primary);
  font-size: 20px;
}
.contact-info ul li a {
  padding: 0;
  display: block;
  line-height: inherit;
}

.footer-dark {
  color: rgba(255, 255, 255, 0.6);
}
.footer-dark h1, .footer-dark .h1, .footer-dark h2, .footer-dark .h2, .footer-dark h3, .footer-dark .h3, .footer-dark h4, .footer-dark .h4, .footer-dark h5, .footer-dark .h5, .footer-dark h6, .footer-dark .h6,
.footer-dark h1 a,
.footer-dark .h1 a, .footer-dark h2 a, .footer-dark .h2 a, .footer-dark h3 a, .footer-dark .h3 a, .footer-dark h4 a, .footer-dark .h4 a, .footer-dark h5 a, .footer-dark .h5 a, .footer-dark h6 a, .footer-dark .h6 a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-dark strong, .footer-dark b {
  color: rgba(255, 255, 255, 0.8);
}
.footer-dark .btn-link, .footer-dark a, .footer-dark p a, .footer-dark p {
  color: rgb(255 255 255 / 79%);
}
.footer-dark a:active,
.footer-dark a:focus,
.footer-dark a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer-dark .widget_categories ul li,
.footer-dark .widget_archive ul li,
.footer-dark .widget_meta ul li,
.footer-dark .widget_pages ul li,
.footer-dark .widget_recent_comments ul li,
.footer-dark .widget_nav_menu li,
.footer-dark .widget_recent_entries ul li,
.footer-dark .widget_services ul li {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
.footer-dark .footer-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-dark .link-inline li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-dark .footer_widget ul li a span::after {
  background-color: #fff;
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-tags .tag {
  padding: 7px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
}
.footer-tags .tag:hover, .footer-tags .tag.active {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}

.footer-author {
  background-color: var(--bs-primary);
  border-radius: 20px;
  overflow: hidden;
  padding: 45px 30px;
  text-align: center;
}
.footer-author .btn {
  font-size: 14px;
}
.footer-author img {
  width: 150px;
  height: 150px;
  background-color: #FFF;
  overflow: hidden;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
.footer-author .title {
  font-size: 28px;
  margin-bottom: 30px;
}

.git-right {
  position: relative;
}
@media only screen and (min-width: 991px) {
  .git-right:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background: #fff;
    top: 0;
    right: -40px;
    opacity: 0.05;
  }
}

.getintouch {
  text-transform: uppercase;
  font-size: 130px;
  font-weight: 600;
  color: var(--bs-gray);
  line-height: 0.95;
  display: block;
  margin-bottom: 50px;
}
.getintouch:hover {
  color: #FFF;
}
.getintouch span {
  color: var(--bs-primary);
  display: inline-block;
  position: relative;
}
.getintouch span:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 65px;
  border-radius: 50%;
  background-size: contain;
  display: block;
  background-color: var(--bs-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 17.5H42.5V42.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5 42.5L42.5 17.5" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media only screen and (max-width: 1191px) {
  .getintouch {
    font-size: 100px;
  }
  .getintouch span::after {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 591px) {
  .getintouch {
    font-size: 70px;
    margin-bottom: 30px;
  }
}

.footer-style1 {
  background-image: url(../images/banner/banner5.jpg);
  background-blend-mode: saturation;
  background-color: rgba(255, 255, 255, 0.8);
}
.footer-style1 .widget {
  margin-bottom: 50px;
}
.footer-style1 .widget:last-child {
  margin-bottom: 50px;
}
.footer-style1 .footer-title {
  margin-bottom: 25px;
  font-weight: 600;
}
.footer-style1 .getintouch {
  color: var(--bs-gray);
}
.footer-style1 .getintouch:hover {
  color: #FFF;
}
.footer-style1.footer-dark {
  background-color: var(--bs-dark);
}
@media only screen and (max-width: 591px) {
  .footer-style1 .widget {
    margin-bottom: 35px;
  }
  .footer-style1 .widget:last-child {
    margin-bottom: 35px;
  }
}

.footer-style2 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/noise-overlay.png);
  font-weight: 400;
}
.footer-style2::before, .footer-style2::after {
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  border-radius: 50%;
  filter: blur(125px);
  opacity: 0.5;
  z-index: -1;
}
.footer-style2::before {
  background-color: var(--bs-secondary);
  right: -150px;
  top: 15%;
}
.footer-style2::after {
  background-color: var(--bs-primary);
  left: -120px;
  bottom: -120px;
}
.footer-style2 .footer-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.footer-style2 .footer_widget ul {
  margin-bottom: 0;
}
.footer-style2 .contact-info ul li i {
  color: var(--bs-secondary);
}
.footer-style2 .footer-top {
  padding: 85px 0 80px;
}
@media only screen and (max-width: 991px) {
  .footer-style2 .border-start,
  .footer-style2 .border-end {
    --bs-border-width: 0;
  }
  .footer-style2 .footer-top {
    padding: 50px 0 30px;
  }
  .footer-style2 .footer-top .widget {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style2 .footer-top {
    padding: 50px 0 15px;
  }
}

.footer-action {
  background-color: var(--bs-secondary);
  border-radius: 20px;
  padding: 50px;
  margin-left: -50px;
  margin-right: -50px;
  margin-top: 85px;
}
.footer-action .action-title {
  color: #fff;
  font-family: var(--bs-body-font-family);
  margin-bottom: 0;
  font-size: 40px;
}
@media only screen and (max-width: 1380px) {
  .footer-action {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-action .action-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-action {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 30px;
  }
}
@media only screen and (max-width: 591px) {
  .footer-action {
    padding: 25px;
  }
  .footer-action .action-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
}

.footer-style3 {
  position: relative;
  overflow: hidden;
}
.footer-style3 .widget {
  margin-bottom: 50px;
}
.footer-style3 .widget:last-child {
  margin-bottom: 50px;
}
@media only screen and (max-width: 591px) {
  .footer-style3 .widget {
    margin-bottom: 35px;
  }
  .footer-style3 .widget:last-child {
    margin-bottom: 35px;
  }
}
.footer-style3.footer-dark {
  background-color: var(--bs-primary);
}
.footer-style3.footer-dark .footer-top,
.footer-style3.footer-dark .footer-bottom {
  background-color: var(--bs-primary);
}
.footer-style3.footer-dark .footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-style3.footer-dark .contact-info ul li i {
  color: #fff;
}
.footer-style3.footer-dark .footer-title {
  color: #FFFFFF;
}
.footer-style3 .footer-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 28px;
}
.footer-style3 .footer-bottom {
  padding: 30px 0;
  font-size: 14px;
}
.footer-style3 .footer-bottom .social-link li a {
  font-size: 14px;
}
.footer-style3 .footer-top {
  padding: 100px 0 50px;
}
.footer-style3 .footer-text {
  text-transform: uppercase;
  color: #fff;
  font-size: 380px;
  font-weight: 700;
  line-height: 280px;
  margin-bottom: -15px;
  white-space: nowrap;
}
@media only screen and (max-width: 1680px) {
  .footer-style3 .footer-text {
    font-size: 300px;
    line-height: 220px;
  }
}
@media only screen and (max-width: 1480px) {
  .footer-style3 .footer-text {
    font-size: 250px;
    line-height: 185px;
  }
}
@media only screen and (max-width: 1191px) {
  .footer-style3 .footer-text {
    font-size: 200px;
    line-height: 145px;
  }
  .footer-style3 .footer-top {
    padding: 70px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style3 .footer-text {
    font-size: 150px;
    line-height: 105px;
  }
  .footer-style3 .footer-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 591px) {
  .footer-style3 .footer-text {
    font-size: 60px;
    line-height: 45px;
    margin-bottom: -5px;
  }
  .footer-style3 .footer-top {
    padding: 50px 0 10px;
  }
}

.footer-style4 .footer-top {
  padding: 130px 0 100px;
}
@media only screen and (max-width: 1480px) {
  .footer-style4 .footer-top {
    padding: 100px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-style4 .footer-top {
    padding: 70px 0 40px;
  }
}
@media only screen and (max-width: 591px) {
  .footer-style4 .footer-top {
    padding: 50px 0 20px;
  }
}
.footer-style4 .widget {
  margin-bottom: 50px;
}
.footer-style4 .widget:last-child {
  margin-bottom: 50px;
}
.footer-style4 .footer-title {
  margin-bottom: 32px;
  font-size: 24px;
}
.footer-style4 .getintouch {
  color: var(--bs-gray);
}
.footer-style4 .getintouch:hover {
  color: #FFF;
}
.footer-style4 .contact-info ul li i {
  color: #ABDE98;
}
@media only screen and (min-width: 991px) {
  .footer-style4 .git-right:after {
    right: -40px;
  }
}
@media only screen and (min-width: 1480px) {
  .footer-style4 .git-right:after {
    right: -120px;
  }
}
.footer-style4.footer-dark {
  background-color: var(--bs-dark);
}
.footer-style4.footer-dark .getintouch {
  color: #fff;
}
.footer-style4.footer-dark .getintouch span {
  color: #ABDE98;
}
.footer-style4.footer-dark .getintouch span::after {
  background-color: #ABDE98;
}
.footer-style4.footer-dark h1, .footer-style4.footer-dark .h1, .footer-style4.footer-dark h2, .footer-style4.footer-dark .h2, .footer-style4.footer-dark h3, .footer-style4.footer-dark .h3, .footer-style4.footer-dark h4, .footer-style4.footer-dark .h4, .footer-style4.footer-dark h5, .footer-style4.footer-dark .h5, .footer-style4.footer-dark h6, .footer-style4.footer-dark .h6 {
  color: #fff;
}
.footer-style4.footer-dark h1 a, .footer-style4.footer-dark .h1 a, .footer-style4.footer-dark h2 a, .footer-style4.footer-dark .h2 a, .footer-style4.footer-dark h3 a, .footer-style4.footer-dark .h3 a, .footer-style4.footer-dark h4 a, .footer-style4.footer-dark .h4 a, .footer-style4.footer-dark h5 a, .footer-style4.footer-dark .h5 a, .footer-style4.footer-dark h6 a, .footer-style4.footer-dark .h6 a {
  color: #fff;
}
@media (max-width: 591px) {
  .footer-style4 .widget {
    margin-bottom: 35px;
  }
  .footer-style4 .widget:last-child {
    margin-bottom: 35px;
  }
}

.footer-style5 {
  position: relative;
  overflow: hidden;
}
.footer-style5:before, .footer-style5:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-style5:before {
  background-image: url(../images/noise-overlay.png);
  z-index: 2;
}
.footer-style5 .footer-top,
.footer-style5 .footer-bottom {
  position: relative;
  z-index: 3;
}
.footer-style5.footer-dark {
  background-color: var(--bs-dark);
}
.footer-style5.footer-dark:after {
  background-image: linear-gradient(180deg, rgba(255, 75, 12, 0) -0.94%, rgba(var(--bs-primary-rgb), 0.6) 100%);
  height: 70%;
  bottom: 0;
  top: auto;
}
.footer-style5.footer-dark .footer-top,
.footer-style5.footer-dark .footer-bottom {
  background-color: transparent;
}
.footer-style5.footer-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-style5.footer-dark .footer-title {
  color: #FFFFFF;
}
.footer-style5 .contact-info ul li i {
  color: var(--bs-primary);
}
.footer-style5 .footer-title {
  font-weight: 400;
  margin-bottom: 35px;
  font-size: 28px;
}
@media only screen and (max-width: 591px) {
  .footer-style5 .footer-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.footer-style5 .footer-author {
  margin-top: -20px;
}
.footer-style5 .footer-bottom {
  padding: 15px 0;
  font-size: 16px;
}
.footer-style5 .footer-bottom .social-link li a {
  font-size: 16px;
}
.footer-style5 .footer-top {
  padding: 110px 0 70px;
}
@media only screen and (max-width: 991px) {
  .footer-style5 .footer-author {
    margin-top: 0;
  }
  .footer-style5 .footer-top {
    padding: 60px 0 50px;
  }
}

.footer-style6 .footer-top {
  padding: 90px 0 40px;
}
.footer-style6 .widget:last-child {
  margin-bottom: 30px;
}
.footer-style6 .footer-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--bs-body-font-family);
  text-transform: uppercase;
  color: #000;
}
.footer-style6 .footer-bottom {
  --bs-body-font-size: 14px;
}
.footer-style6 .contact-info ul {
  margin-bottom: 0;
}
.footer-style6 .contact-info li {
  color: var(--bs-heading-color);
  font-size: 45px;
  font-weight: 400;
  font-family: var(--bs-headings-font-family);
  line-height: 1.2;
  margin-bottom: 25px;
}
.footer-style6 .contact-info li a {
  color: inherit;
  font-family: var(--bs-headings-font-family);
  font-weight: 400;
}
.footer-style6 .contact-info li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1191px) {
  .footer-style6 .contact-info li {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-style6 .contact-info li {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .footer-style6 .footer-top {
    padding: 60px 0 15px;
  }
}
@media only screen and (max-width: 591px) {
  .footer-style6 .contact-info li {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .footer-style6 .footer-top {
    padding: 40px 0 15px;
  }
}

.footer-style7 {
  position: relative;
  overflow: hidden;
}
.footer-style7.footer-dark {
  background-color: var(--bs-dark);
}
.footer-style7.footer-dark .footer-top,
.footer-style7.footer-dark .footer-bottom {
  background-color: var(--bs-dark);
}
.footer-style7.footer-dark .footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-style7.footer-dark .contact-info ul li i {
  color: #fff;
}
.footer-style7.footer-dark .footer-title {
  color: #FFFFFF;
}
.footer-style7 .contact-info ul li i {
  color: var(--bs-primary);
}
.footer-style7 .footer-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
  font-size: 24px;
}
.footer-style7 .footer-author {
  margin-top: -40px;
}
.footer-style7 .footer-bottom {
  padding: 15px 0;
  font-size: 16px;
}
.footer-style7 .footer-bottom .social-link li a {
  font-size: 16px;
}
.footer-style7 .footer-top {
  padding: 110px 0 70px;
}
@media only screen and (max-width: 991px) {
  .footer-style7 .footer-author {
    margin-top: 0;
  }
  .footer-style7 .footer-top {
    padding: 60px 0 50px;
  }
}

.footer-style8 {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.footer-style8::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #363E03;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.75;
}
.footer-style8.footer-dark {
  background-color: #363E03;
}
.footer-style8.footer-dark .footer-title {
  color: #fff;
}
.footer-style8.footer-dark .footer-head .head-title {
  color: #fff;
}
.footer-style8 .widget {
  margin-bottom: 20px;
}
.footer-style8 .widget:last-child {
  margin-bottom: 20px;
}
.footer-style8 .footer-top,
.footer-style8 .footer-bottom,
.footer-style8 .footer-head {
  position: relative;
  z-index: 2;
}
.footer-style8 .footer-bottom {
  padding: 15px 0;
}
.footer-style8 .footer-top {
  padding: 70px 0 35px;
}
.footer-style8 .footer-title {
  font-size: 20px;
  text-transform: capitalize;
  font-family: var(--bs-body-font-family);
}
.footer-style8 .footer-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 60px;
    padding-bottom: 10px;
}
.footer-style8 .footer-head .head-title {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}
.footer-style8 .footer-head .head-title a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.footer-style8 .offer-content {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.footer-style8 .offer-content .offer {
  color: #C5A0EA;
}
.footer-style8 .offer-content .text {
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.footer-style8 .offer-img {
  border-radius: 50px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #1E0031;
}
@media (max-width: 1191px) {
  .footer-style8 .footer-bottom {
    padding: 25px 0;
  }
  .footer-style8 .footer-head .head-title {
    font-size: 24px;
  }
  .footer-style8 .offer-content {
    font-size: 24px;
  }
  .footer-style8 .offer-content .text {
    font-size: 14px;
  }
  .footer-style8 .offer-img {
    width: 140px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .footer-style8 .footer-head {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer-style8 .footer-top {
    padding: 50px 0 0;
  }
}
@media (max-width: 591px) {
  .footer-style8 .footer-head {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .footer-style8 .widget {
    margin-bottom: 35px;
  }
  .footer-style8 .widget:last-child {
    margin-bottom: 35px;
  }
}

.page-banner {
  height: 320px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  text-align: left;
  background-color: #f3ebde;
}
.page-banner.bg-gray {
  background-color: #eef2f8;
}
.page-banner .container {
  display: table;
  height: 100%;
}
.page-banner h1, .page-banner .h1 {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--bs-dark);
}
.page-banner h1.text-white, .page-banner .text-white.h1 {
  color: #fff;
}

.blend-lumin {
  background-blend-mode: luminosity;
}

.page-banner-sm {
  height: 220px;
}

.page-banner-lg {
  height: 500px;
}

.page-banner-entry {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.page-banner-entry.align-m {
  vertical-align: middle;
}

.breadcrumb-row ul li a {
  color: var(--bs-primary);
}

.banner-sm-title {
  color: var(--bs-primary);
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.breadcrumb-row.text-black ul li {
  color: #5a564d;
  font-weight: 400;
  font-size: 16px;
}

.breadcrumb-row.text-black ul li a {
  color: var(--bs-primary);
}

.bnr-video {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
}

.bnr-video video {
  position: absolute;
  width: 120%;
  top: 50%;
  z-index: -1;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1191px) {
  .page-banner h1, .page-banner .h1 {
    font-size: 52px;
  }
  .page-banner h1 br, .page-banner .h1 br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-banner h1, .page-banner .h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner-entry {
    vertical-align: middle;
  }
  .page-banner {
    padding-bottom: 0;
    height: 200px;
  }
  .page-banner {
    height: 300px;
  }
  .page-banner h1, .page-banner .h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .page-banner h1, .page-banner .h1 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .banner-sm-title {
    font-size: 18px;
  }
  .page-banner {
    height: 200px;
  }
}
/* Box Max Width Css */
.mw50 {
  max-width: 50px;
}

.mw60 {
  max-width: 60px;
}

.mw80 {
  max-width: 80px;
}

.mw100 {
  max-width: 100px;
}

.mw200 {
  max-width: 200px;
}

.mw300 {
  max-width: 300px;
}

.mw400 {
  max-width: 400px;
}

.mw500 {
  max-width: 500px;
}

.mw600 {
  max-width: 600px;
}

.mw700 {
  max-width: 700px;
}

.mw800 {
  max-width: 800px;
}

.mw900 {
  max-width: 900px;
}

.mw1000 {
  max-width: 1000px;
}

/* Background White Transperent */
.tpbw1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.tpbw2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.tpbw3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.tpbw4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.tpbw5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.tpbw6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.tpbw7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.tpbw8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.tpbw9 {
  background-color: rgba(255, 255, 255, 0.9);
}

/* Background Black Transperent */
.bg-tpb1 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-tpb2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-tpb3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-tpb4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-tpb5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-tpb6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-tpb7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-tpb8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-tpb9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.mfp-title {
  display: none;
}

.mfp-gallery {
  list-style: none;
  margin-bottom: 0;
}

.link-inline {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}
.link-inline li {
  display: inline-block;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-long {
  padding-left: 40px;
  padding-right: 40px;
}

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-a0 {
  margin: 0;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a25 {
  margin: 25px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0;
  }
  .m-lg-t5 {
    margin-top: 5px;
  }
  .m-lg-t10 {
    margin-top: 10px;
  }
  .m-lg-t15 {
    margin-top: 15px;
  }
  .m-lg-t20 {
    margin-top: 20px;
  }
  .m-lg-t30 {
    margin-top: 30px;
  }
  .m-lg-t40 {
    margin-top: 40px;
  }
  .m-lg-t50 {
    margin-top: 50px;
  }
  .m-lg-t60 {
    margin-top: 60px;
  }
  .m-lg-t70 {
    margin-top: 70px;
  }
  .m-lg-t80 {
    margin-top: 80px;
  }
  .m-lg-t90 {
    margin-top: 90px;
  }
  .m-lg-t100 {
    margin-top: 100px;
  }
  .m-lg-b0 {
    margin-bottom: 0;
  }
  .m-lg-b5 {
    margin-bottom: 5px;
  }
  .m-lg-b10 {
    margin-bottom: 10px;
  }
  .m-lg-b15 {
    margin-bottom: 15px;
  }
  .m-lg-b20 {
    margin-bottom: 20px;
  }
  .m-lg-b30 {
    margin-bottom: 30px;
  }
  .m-lg-b40 {
    margin-bottom: 40px;
  }
  .m-lg-b50 {
    margin-bottom: 50px;
  }
  .m-lg-b60 {
    margin-bottom: 60px;
  }
  .m-lg-b70 {
    margin-bottom: 70px;
  }
  .m-lg-b80 {
    margin-bottom: 80px;
  }
  .m-lg-b90 {
    margin-bottom: 90px;
  }
  .m-lg-b100 {
    margin-bottom: 100px;
  }
  .p-lg-a0 {
    padding: 0;
  }
  .p-lg-a5 {
    padding: 5px;
  }
  .p-lg-a10 {
    padding: 10px;
  }
  .p-lg-a15 {
    padding: 15px;
  }
  .p-lg-a20 {
    padding: 20px;
  }
  .p-lg-a25 {
    padding: 25px;
  }
  .p-lg-a30 {
    padding: 30px;
  }
  .p-lg-a40 {
    padding: 40px;
  }
  .p-lg-a50 {
    padding: 50px;
  }
  .p-lg-a60 {
    padding: 60px;
  }
  .p-lg-a70 {
    padding: 70px;
  }
  .p-lg-a80 {
    padding: 80px;
  }
  .p-lg-a90 {
    padding: 90px;
  }
  .p-lg-a100 {
    padding: 100px;
  }
  .p-lg-t0 {
    padding-top: 0;
  }
  .p-lg-t5 {
    padding-top: 5px;
  }
  .p-lg-t10 {
    padding-top: 10px;
  }
  .p-lg-t15 {
    padding-top: 15px;
  }
  .p-lg-t20 {
    padding-top: 20px;
  }
  .p-lg-t30 {
    padding-top: 30px;
  }
  .p-lg-t40 {
    padding-top: 40px;
  }
  .p-lg-t50 {
    padding-top: 50px;
  }
  .p-lg-t60 {
    padding-top: 60px;
  }
  .p-lg-t70 {
    padding-top: 70px;
  }
  .p-lg-t80 {
    padding-top: 80px;
  }
  .p-lg-t90 {
    padding-top: 90px;
  }
  .p-lg-t100 {
    padding-top: 100px;
  }
  .p-lg-b0 {
    padding-bottom: 0;
  }
  .p-lg-b5 {
    padding-bottom: 5px;
  }
  .p-lg-b10 {
    padding-bottom: 10px;
  }
  .p-lg-b15 {
    padding-bottom: 15px;
  }
  .p-lg-b20 {
    padding-bottom: 20px;
  }
  .p-lg-b30 {
    padding-bottom: 30px;
  }
  .p-lg-b40 {
    padding-bottom: 40px;
  }
  .p-lg-b50 {
    padding-bottom: 50px;
  }
  .p-lg-b60 {
    padding-bottom: 60px;
  }
  .p-lg-b70 {
    padding-bottom: 70px;
  }
  .p-lg-b80 {
    padding-bottom: 80px;
  }
  .p-lg-b90 {
    padding-bottom: 90px;
  }
  .p-lg-b100 {
    padding-bottom: 100px;
  }
  .p-lg-l0 {
    padding-left: 0;
  }
  .p-lg-l5 {
    padding-left: 5px;
  }
  .p-lg-l10 {
    padding-left: 10px;
  }
  .p-lg-l15 {
    padding-left: 15px;
  }
  .p-lg-l20 {
    padding-left: 20px;
  }
  .p-lg-l30 {
    padding-left: 30px;
  }
  .p-lg-l40 {
    padding-left: 40px;
  }
  .p-lg-l50 {
    padding-left: 50px;
  }
  .p-lg-l60 {
    padding-left: 60px;
  }
  .p-lg-l70 {
    padding-left: 70px;
  }
  .p-lg-l80 {
    padding-left: 80px;
  }
  .p-lg-l90 {
    padding-left: 90px;
  }
  .p-lg-l100 {
    padding-left: 100px;
  }
  .p-lg-r0 {
    padding-right: 0;
  }
  .p-lg-r5 {
    padding-right: 5px;
  }
  .p-lg-r10 {
    padding-right: 10px;
  }
  .p-lg-r15 {
    padding-right: 15px;
  }
  .p-lg-r20 {
    padding-right: 20px;
  }
  .p-lg-r30 {
    padding-right: 30px;
  }
  .p-lg-r40 {
    padding-right: 40px;
  }
  .p-lg-r50 {
    padding-right: 50px;
  }
  .p-lg-r60 {
    padding-right: 60px;
  }
  .p-lg-r70 {
    padding-right: 70px;
  }
  .p-lg-r80 {
    padding-right: 80px;
  }
  .p-lg-r90 {
    padding-right: 90px;
  }
  .p-lg-r100 {
    padding-right: 100px;
  }
  .p-lg-lr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-lg-lr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-lg-lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-lg-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-lg-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-lg-lr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-lg-lr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-lg-lr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-lg-lr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-lg-lr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-lg-lr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-lg-lr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-lg-lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-lg-tb0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-lg-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-lg-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-lg-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-lg-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-lg-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-lg-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-lg-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-lg-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-lg-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-lg-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-lg-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-lg-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0;
  }
  .m-md-t5 {
    margin-top: 5px;
  }
  .m-md-t10 {
    margin-top: 10px;
  }
  .m-md-t15 {
    margin-top: 15px;
  }
  .m-md-t20 {
    margin-top: 20px;
  }
  .m-md-t30 {
    margin-top: 30px;
  }
  .m-md-t40 {
    margin-top: 40px;
  }
  .m-md-t50 {
    margin-top: 50px;
  }
  .m-md-t60 {
    margin-top: 60px;
  }
  .m-md-t70 {
    margin-top: 70px;
  }
  .m-md-t80 {
    margin-top: 80px;
  }
  .m-md-t90 {
    margin-top: 90px;
  }
  .m-md-t100 {
    margin-top: 100px;
  }
  .m-md-b0 {
    margin-bottom: 0;
  }
  .m-md-b5 {
    margin-bottom: 5px;
  }
  .m-md-b10 {
    margin-bottom: 10px;
  }
  .m-md-b15 {
    margin-bottom: 15px;
  }
  .m-md-b20 {
    margin-bottom: 20px;
  }
  .m-md-b30 {
    margin-bottom: 30px;
  }
  .m-md-b40 {
    margin-bottom: 40px;
  }
  .m-md-b50 {
    margin-bottom: 50px;
  }
  .m-md-b60 {
    margin-bottom: 60px;
  }
  .m-md-b70 {
    margin-bottom: 70px;
  }
  .m-md-b80 {
    margin-bottom: 80px;
  }
  .m-md-b90 {
    margin-bottom: 90px;
  }
  .m-md-b100 {
    margin-bottom: 100px;
  }
  .p-md-a0 {
    padding: 0;
  }
  .p-md-a5 {
    padding: 5px;
  }
  .p-md-a10 {
    padding: 10px;
  }
  .p-md-a15 {
    padding: 15px;
  }
  .p-md-a20 {
    padding: 20px;
  }
  .p-md-a25 {
    padding: 25px;
  }
  .p-md-a30 {
    padding: 30px;
  }
  .p-md-a40 {
    padding: 40px;
  }
  .p-md-a50 {
    padding: 50px;
  }
  .p-md-a60 {
    padding: 60px;
  }
  .p-md-a70 {
    padding: 70px;
  }
  .p-md-a80 {
    padding: 80px;
  }
  .p-md-a90 {
    padding: 90px;
  }
  .p-md-a100 {
    padding: 100px;
  }
  .p-md-t0 {
    padding-top: 0;
  }
  .p-md-t5 {
    padding-top: 5px;
  }
  .p-md-t10 {
    padding-top: 10px;
  }
  .p-md-t15 {
    padding-top: 15px;
  }
  .p-md-t20 {
    padding-top: 20px;
  }
  .p-md-t30 {
    padding-top: 30px;
  }
  .p-md-t40 {
    padding-top: 40px;
  }
  .p-md-t50 {
    padding-top: 50px;
  }
  .p-md-t60 {
    padding-top: 60px;
  }
  .p-md-t70 {
    padding-top: 70px;
  }
  .p-md-t80 {
    padding-top: 80px;
  }
  .p-md-t90 {
    padding-top: 90px;
  }
  .p-md-t100 {
    padding-top: 100px;
  }
  .p-md-b0 {
    padding-bottom: 0;
  }
  .p-md-b5 {
    padding-bottom: 5px;
  }
  .p-md-b10 {
    padding-bottom: 10px;
  }
  .p-md-b15 {
    padding-bottom: 15px;
  }
  .p-md-b20 {
    padding-bottom: 20px;
  }
  .p-md-b30 {
    padding-bottom: 30px;
  }
  .p-md-b40 {
    padding-bottom: 40px;
  }
  .p-md-b50 {
    padding-bottom: 50px;
  }
  .p-md-b60 {
    padding-bottom: 60px;
  }
  .p-md-b70 {
    padding-bottom: 70px;
  }
  .p-md-b80 {
    padding-bottom: 80px;
  }
  .p-md-b90 {
    padding-bottom: 90px;
  }
  .p-md-b100 {
    padding-bottom: 100px;
  }
  .p-md-l0 {
    padding-left: 0;
  }
  .p-md-l5 {
    padding-left: 5px;
  }
  .p-md-l10 {
    padding-left: 10px;
  }
  .p-md-l15 {
    padding-left: 15px;
  }
  .p-md-l20 {
    padding-left: 20px;
  }
  .p-md-l30 {
    padding-left: 30px;
  }
  .p-md-l40 {
    padding-left: 40px;
  }
  .p-md-l50 {
    padding-left: 50px;
  }
  .p-md-l60 {
    padding-left: 60px;
  }
  .p-md-l70 {
    padding-left: 70px;
  }
  .p-md-l80 {
    padding-left: 80px;
  }
  .p-md-l90 {
    padding-left: 90px;
  }
  .p-md-l100 {
    padding-left: 100px;
  }
  .p-md-r0 {
    padding-right: 0;
  }
  .p-md-r5 {
    padding-right: 5px;
  }
  .p-md-r10 {
    padding-right: 10px;
  }
  .p-md-r15 {
    padding-right: 15px;
  }
  .p-md-r20 {
    padding-right: 20px;
  }
  .p-md-r30 {
    padding-right: 30px;
  }
  .p-md-r40 {
    padding-right: 40px;
  }
  .p-md-r50 {
    padding-right: 50px;
  }
  .p-md-r60 {
    padding-right: 60px;
  }
  .p-md-r70 {
    padding-right: 70px;
  }
  .p-md-r80 {
    padding-right: 80px;
  }
  .p-md-r90 {
    padding-right: 90px;
  }
  .p-md-r100 {
    padding-right: 100px;
  }
  .p-md-lr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-md-lr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-md-lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-md-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-md-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-md-lr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-md-lr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-md-lr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-md-lr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-md-lr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-md-lr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-md-lr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-md-lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-md-tb0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-md-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-md-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-md-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-md-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-md-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-md-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-md-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-md-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-md-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-md-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-md-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-md-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0;
  }
  .m-sm-t5 {
    margin-top: 5px;
  }
  .m-sm-t10 {
    margin-top: 10px;
  }
  .m-sm-t15 {
    margin-top: 15px;
  }
  .m-sm-t20 {
    margin-top: 20px;
  }
  .m-sm-t30 {
    margin-top: 30px;
  }
  .m-sm-t40 {
    margin-top: 40px;
  }
  .m-sm-t50 {
    margin-top: 50px;
  }
  .m-sm-t60 {
    margin-top: 60px;
  }
  .m-sm-t70 {
    margin-top: 70px;
  }
  .m-sm-t80 {
    margin-top: 80px;
  }
  .m-sm-t90 {
    margin-top: 90px;
  }
  .m-sm-t100 {
    margin-top: 100px;
  }
  .m-sm-b0 {
    margin-bottom: 0;
  }
  .m-sm-b5 {
    margin-bottom: 5px;
  }
  .m-sm-b10 {
    margin-bottom: 10px;
  }
  .m-sm-b15 {
    margin-bottom: 15px;
  }
  .m-sm-b20 {
    margin-bottom: 20px;
  }
  .m-sm-b30 {
    margin-bottom: 30px;
  }
  .m-sm-b40 {
    margin-bottom: 40px;
  }
  .m-sm-b50 {
    margin-bottom: 50px;
  }
  .m-sm-b60 {
    margin-bottom: 60px;
  }
  .m-sm-b70 {
    margin-bottom: 70px;
  }
  .m-sm-b80 {
    margin-bottom: 80px;
  }
  .m-sm-b90 {
    margin-bottom: 90px;
  }
  .m-sm-b100 {
    margin-bottom: 100px;
  }
  .p-sm-a0 {
    padding: 0;
  }
  .p-sm-a5 {
    padding: 5px;
  }
  .p-sm-a10 {
    padding: 10px;
  }
  .p-sm-a15 {
    padding: 15px;
  }
  .p-sm-a20 {
    padding: 20px;
  }
  .p-sm-a25 {
    padding: 25px;
  }
  .p-sm-a30 {
    padding: 30px;
  }
  .p-sm-a40 {
    padding: 40px;
  }
  .p-sm-a50 {
    padding: 50px;
  }
  .p-sm-a60 {
    padding: 60px;
  }
  .p-sm-a70 {
    padding: 70px;
  }
  .p-sm-a80 {
    padding: 80px;
  }
  .p-sm-a90 {
    padding: 90px;
  }
  .p-sm-a100 {
    padding: 100px;
  }
  .p-sm-t0 {
    padding-top: 0;
  }
  .p-sm-t5 {
    padding-top: 5px;
  }
  .p-sm-t10 {
    padding-top: 10px;
  }
  .p-sm-t15 {
    padding-top: 15px;
  }
  .p-sm-t20 {
    padding-top: 20px;
  }
  .p-sm-t30 {
    padding-top: 30px;
  }
  .p-sm-t40 {
    padding-top: 40px;
  }
  .p-sm-t50 {
    padding-top: 50px;
  }
  .p-sm-t60 {
    padding-top: 60px;
  }
  .p-sm-t70 {
    padding-top: 70px;
  }
  .p-sm-t80 {
    padding-top: 80px;
  }
  .p-sm-t90 {
    padding-top: 90px;
  }
  .p-sm-t100 {
    padding-top: 100px;
  }
  .p-sm-b0 {
    padding-bottom: 0;
  }
  .p-sm-b5 {
    padding-bottom: 5px;
  }
  .p-sm-b10 {
    padding-bottom: 10px;
  }
  .p-sm-b15 {
    padding-bottom: 15px;
  }
  .p-sm-b20 {
    padding-bottom: 20px;
  }
  .p-sm-b30 {
    padding-bottom: 30px;
  }
  .p-sm-b40 {
    padding-bottom: 40px;
  }
  .p-sm-b50 {
    padding-bottom: 50px;
  }
  .p-sm-b60 {
    padding-bottom: 60px;
  }
  .p-sm-b70 {
    padding-bottom: 70px;
  }
  .p-sm-b80 {
    padding-bottom: 80px;
  }
  .p-sm-b90 {
    padding-bottom: 90px;
  }
  .p-sm-b100 {
    padding-bottom: 100px;
  }
  .p-sm-l0 {
    padding-left: 0;
  }
  .p-sm-l5 {
    padding-left: 5px;
  }
  .p-sm-l10 {
    padding-left: 10px;
  }
  .p-sm-l15 {
    padding-left: 15px;
  }
  .p-sm-l20 {
    padding-left: 20px;
  }
  .p-sm-l30 {
    padding-left: 30px;
  }
  .p-sm-l40 {
    padding-left: 40px;
  }
  .p-sm-l50 {
    padding-left: 50px;
  }
  .p-sm-l60 {
    padding-left: 60px;
  }
  .p-sm-l70 {
    padding-left: 70px;
  }
  .p-sm-l80 {
    padding-left: 80px;
  }
  .p-sm-l90 {
    padding-left: 90px;
  }
  .p-sm-l100 {
    padding-left: 100px;
  }
  .p-sm-r0 {
    padding-right: 0;
  }
  .p-sm-r5 {
    padding-right: 5px;
  }
  .p-sm-r10 {
    padding-right: 10px;
  }
  .p-sm-r15 {
    padding-right: 15px;
  }
  .p-sm-r20 {
    padding-right: 20px;
  }
  .p-sm-r30 {
    padding-right: 30px;
  }
  .p-sm-r40 {
    padding-right: 40px;
  }
  .p-sm-r50 {
    padding-right: 50px;
  }
  .p-sm-r60 {
    padding-right: 60px;
  }
  .p-sm-r70 {
    padding-right: 70px;
  }
  .p-sm-r80 {
    padding-right: 80px;
  }
  .p-sm-r90 {
    padding-right: 90px;
  }
  .p-sm-r100 {
    padding-right: 100px;
  }
  .p-sm-lr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-sm-lr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-sm-lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-sm-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-sm-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-sm-lr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-sm-lr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-sm-lr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-sm-lr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-sm-lr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-sm-lr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-sm-lr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-sm-lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-sm-tb0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-sm-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-sm-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-sm-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-sm-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-sm-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-sm-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-sm-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-sm-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-sm-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-sm-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-sm-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-sm-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .m-xs-t0 {
    margin-top: 0;
  }
  .m-xs-t5 {
    margin-top: 5px;
  }
  .m-xs-t10 {
    margin-top: 10px;
  }
  .m-xs-t15 {
    margin-top: 15px;
  }
  .m-xs-t20 {
    margin-top: 20px;
  }
  .m-xs-t30 {
    margin-top: 30px;
  }
  .m-xs-t40 {
    margin-top: 40px;
  }
  .m-xs-t50 {
    margin-top: 50px;
  }
  .m-xs-t60 {
    margin-top: 60px;
  }
  .m-xs-t70 {
    margin-top: 70px;
  }
  .m-xs-t80 {
    margin-top: 80px;
  }
  .m-xs-t90 {
    margin-top: 90px;
  }
  .m-xs-t100 {
    margin-top: 100px;
  }
  .m-xs-b0 {
    margin-bottom: 0;
  }
  .m-xs-b5 {
    margin-bottom: 5px;
  }
  .m-xs-b10 {
    margin-bottom: 10px;
  }
  .m-xs-b15 {
    margin-bottom: 15px;
  }
  .m-xs-b20 {
    margin-bottom: 20px;
  }
  .m-xs-b30 {
    margin-bottom: 30px;
  }
  .m-xs-b40 {
    margin-bottom: 40px;
  }
  .m-xs-b50 {
    margin-bottom: 50px;
  }
  .m-xs-b60 {
    margin-bottom: 60px;
  }
  .m-xs-b70 {
    margin-bottom: 70px;
  }
  .m-xs-b80 {
    margin-bottom: 80px;
  }
  .m-xs-b90 {
    margin-bottom: 90px;
  }
  .m-xs-b100 {
    margin-bottom: 100px;
  }
  .p-xs-a0 {
    padding: 0;
  }
  .p-xs-a5 {
    padding: 5px;
  }
  .p-xs-a10 {
    padding: 10px;
  }
  .p-xs-a15 {
    padding: 15px;
  }
  .p-xs-a20 {
    padding: 20px;
  }
  .p-xs-a25 {
    padding: 25px;
  }
  .p-xs-a30 {
    padding: 30px;
  }
  .p-xs-a40 {
    padding: 40px;
  }
  .p-xs-a50 {
    padding: 50px;
  }
  .p-xs-a60 {
    padding: 60px;
  }
  .p-xs-a70 {
    padding: 70px;
  }
  .p-xs-a80 {
    padding: 80px;
  }
  .p-xs-a90 {
    padding: 90px;
  }
  .p-xs-a100 {
    padding: 100px;
  }
  .p-xs-t0 {
    padding-top: 0;
  }
  .p-xs-t5 {
    padding-top: 5px;
  }
  .p-xs-t10 {
    padding-top: 10px;
  }
  .p-xs-t15 {
    padding-top: 15px;
  }
  .p-xs-t20 {
    padding-top: 20px;
  }
  .p-xs-t30 {
    padding-top: 30px;
  }
  .p-xs-t40 {
    padding-top: 40px;
  }
  .p-xs-t50 {
    padding-top: 50px;
  }
  .p-xs-t60 {
    padding-top: 60px;
  }
  .p-xs-t70 {
    padding-top: 70px;
  }
  .p-xs-t80 {
    padding-top: 80px;
  }
  .p-xs-t90 {
    padding-top: 90px;
  }
  .p-xs-t100 {
    padding-top: 100px;
  }
  .p-xs-b0 {
    padding-bottom: 0;
  }
  .p-xs-b5 {
    padding-bottom: 5px;
  }
  .p-xs-b10 {
    padding-bottom: 10px;
  }
  .p-xs-b15 {
    padding-bottom: 15px;
  }
  .p-xs-b20 {
    padding-bottom: 20px;
  }
  .p-xs-b30 {
    padding-bottom: 30px;
  }
  .p-xs-b40 {
    padding-bottom: 40px;
  }
  .p-xs-b50 {
    padding-bottom: 50px;
  }
  .p-xs-b60 {
    padding-bottom: 60px;
  }
  .p-xs-b70 {
    padding-bottom: 70px;
  }
  .p-xs-b80 {
    padding-bottom: 80px;
  }
  .p-xs-b90 {
    padding-bottom: 90px;
  }
  .p-xs-b100 {
    padding-bottom: 100px;
  }
  .p-xs-l0 {
    padding-left: 0;
  }
  .p-xs-l5 {
    padding-left: 5px;
  }
  .p-xs-l10 {
    padding-left: 10px;
  }
  .p-xs-l15 {
    padding-left: 15px;
  }
  .p-xs-l20 {
    padding-left: 20px;
  }
  .p-xs-l30 {
    padding-left: 30px;
  }
  .p-xs-l40 {
    padding-left: 40px;
  }
  .p-xs-l50 {
    padding-left: 50px;
  }
  .p-xs-l60 {
    padding-left: 60px;
  }
  .p-xs-l70 {
    padding-left: 70px;
  }
  .p-xs-l80 {
    padding-left: 80px;
  }
  .p-xs-l90 {
    padding-left: 90px;
  }
  .p-xs-l100 {
    padding-left: 100px;
  }
  .p-xs-r0 {
    padding-right: 0;
  }
  .p-xs-r5 {
    padding-right: 5px;
  }
  .p-xs-r10 {
    padding-right: 10px;
  }
  .p-xs-r15 {
    padding-right: 15px;
  }
  .p-xs-r20 {
    padding-right: 20px;
  }
  .p-xs-r30 {
    padding-right: 30px;
  }
  .p-xs-r40 {
    padding-right: 40px;
  }
  .p-xs-r50 {
    padding-right: 50px;
  }
  .p-xs-r60 {
    padding-right: 60px;
  }
  .p-xs-r70 {
    padding-right: 70px;
  }
  .p-xs-r80 {
    padding-right: 80px;
  }
  .p-xs-r90 {
    padding-right: 90px;
  }
  .p-xs-r100 {
    padding-right: 100px;
  }
  .p-xs-lr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-xs-lr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-xs-lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-xs-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-xs-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-xs-lr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-xs-lr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-xs-lr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-xs-lr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-xs-lr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-xs-lr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-xs-lr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-xs-lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-xs-tb0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-xs-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-xs-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-xs-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-xs-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-xs-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-xs-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-xs-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-xs-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-xs-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-xs-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-xs-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-xs-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.row.sp40,
.sp40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.sp40 [class*=col-],
.sp40 [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.row.sp20,
.sp20 {
  margin-left: -9px;
  margin-right: -9px;
}

.row.sp20 [class*=col-],
.sp20 [class*=col-] {
  padding-left: 9px;
  padding-right: 9px;
}

.row.sp15,
.sp15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row.sp15 [class*=col-],
.sp15 [class*=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.sp10,
.sp10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.sp10 [class*=col-],
.sp10 [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.sp4,
.sp4 {
  margin-left: -2px;
  margin-right: -2px;
}

.row.sp4 [class*=col-],
.sp4 [class*=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.nosp,
.nosp {
  margin-left: 0;
  margin-right: 0;
}

.row.nosp [class*=col-],
.nosp [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/* Section Space */
.section-sp1 {
  padding-top: 70px;
  padding-bottom: 60px;
}

.section-sp2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-sp3 {
  padding-top: 60px;
  padding-bottom: 0;
}

.section-sp4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-sp5 {
  padding-top: 140px;
  padding-bottom: 110px;
}
.section-sp6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1480px) {
  .section-sp5 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-sp1 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .section-sp2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-sp3 {
    padding-top: 50px;
  }
  .section-sp5 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 591px) {
  .section-sp5 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
:root {
  --swiper-navigation-size: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  outline: 0;
  box-shadow: none;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-pagination-one {
  position: unset;
  text-align: center;
}
.swiper-pagination-one .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-one .swiper-pagination-bullet-active {
  background: var(--bs-primary);
}

.swiper.pagination-style1 .swiper-pagination {
  position: unset;
  margin-top: 20px;
}
.swiper.pagination-style1 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--bs-primary);
  margin: 0 6px;
  transition: all 0.25s;
}
.swiper.pagination-style1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bs-primary);
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .swiper.pagination-style1 .swiper-pagination {
    margin-top: 20px;
  }
}

.client-logo-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.client-logo-swiper .swiper-slide {
  width: 16.66%;
}
@media (max-width: 991px) {
  .client-logo-swiper .swiper-slide {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .client-logo-swiper .swiper-slide {
    width: 25%;
  }
}

.heading-bx {
  margin-bottom: 40px;
}
.heading-bx.m-b30 {
  margin-bottom: 30px;
}
.heading-bx.m-b20 {
  margin-bottom: 20px;
}
.heading-bx.m-b15 {
  margin-bottom: 15px;
}
.heading-bx.m-b10 {
  margin-bottom: 10px;
}
.heading-bx.m-b0 {
  margin-bottom: 0;
}
.heading-bx.no-margin {
  margin-bottom: 0;
}
.heading-bx h1, .heading-bx .h1,
.heading-bx h2,
.heading-bx .h2,
.heading-bx h3,
.heading-bx .h3 {
  margin-bottom: 0;
}
.heading-bx .ld-separator {
  margin-top: 6px;
  margin-bottom: 0;
}
.heading-bx p {
  padding-top: 10px;
      font-size: 18px;
    line-height: 30px;
}
.heading-bx.text-center p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
@media (max-width: 767.98px) {
  .heading-bx.m-md-b30 {
    margin-bottom: 30px;
  }
  .heading-bx.m-md-b20 {
    margin-bottom: 20px;
  }
  .heading-bx.m-md-b15 {
    margin-bottom: 15px;
  }
  .heading-bx.m-md-b10 {
    margin-bottom: 10px;
  }
  .heading-bx.m-md-b0 {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .heading-bx h2, .heading-bx .h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .heading-bx h2, .heading-bx .h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .heading-bx {
    margin-bottom: 30px;
  }
  .heading-bx p {
    font-size: 16px;
  }
}

.title-ext {
  color: var(--bs-primary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  display: block;
  font-family: miamaregular;
  margin-bottom: 7px;
}
@media (max-width: 767.98px) {
  .title-ext {
    font-size: 15px;
  }
}

.title-small {
  display: block;
  margin-bottom: 15px;
}

.title-head span {
  font-weight: 400;
}

/* Heading Box */
.heading-bx.left .title-head {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 32px;
  padding-left: 10px;
  border-left: 5px solid var(--bs-primary);
}
.heading-bx.left p {
  max-width: 500px;
  margin-bottom: 0;
}

.heading-bx.style1 {
  margin-bottom: 35px;
}
.heading-bx.style1 .title-head {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0;
}
.heading-bx.style1 .title-ext {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.heading-bx.style1 p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  padding-top: 15px;
  line-height: 1.6;
}
.heading-bx.style1.text-white .title-head {
  color: #fff;
}
.heading-bx.style1.text-white p {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1480px) {
  .heading-bx.style1 .title-head {
    font-size: 48px;
  }
  .heading-bx.style1 .title-ext {
    font-size: 18px;
  }
}
@media (max-width: 1191px) {
  .heading-bx.style1 .title-head {
    font-size: 42px;
  }
  .heading-bx.style1 .title-ext {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading-bx.style1 {
    margin-bottom: 25px;
  }
  .heading-bx.style1 .title-head {
    font-size: 36px;
  }
  .heading-bx.style1 p {
    font-size: 18px;
  }
}

.heading-bx.style2 {
  margin-bottom: 45px;
}
.heading-bx.style2 .title-head {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 500;
}
.heading-bx.style2 p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
  line-height: 1.5;
  max-width: 600px;
}
.heading-bx.style2.text-white .title-head {
  color: #fff;
}
.heading-bx.style2.text-white p {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1479.98px) {
  .heading-bx.style2 .title-head {
    font-size: 48px;
  }
  .heading-bx.style2 p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .heading-bx.style2 .title-head {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .heading-bx.style2 {
    margin-bottom: 35px;
  }
  .heading-bx.style2 .title-head {
    font-size: 32px;
  }
}

.heading-bx.style3 {
  margin-bottom: 50px;
}
.heading-bx.style3 .title-head {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.heading-bx.style3 .title-ext {
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--bs-headings-font-family);
  margin-bottom: 0;
}
.heading-bx.style3 p {
  padding-top: 20px;
}
.heading-bx.style3.text-white .title-head {
  color: #fff;
}
.heading-bx.style3.text-white p {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1199.98px) {
  .heading-bx.style3 {
    margin-bottom: 40px;
  }
  .heading-bx.style3 .title-head {
    font-size: 52px;
  }
  .heading-bx.style3 .title-ext {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .heading-bx.style3 {
    margin-bottom: 30px;
  }
  .heading-bx.style3 .title-head {
    font-size: 36px;
  }
  .heading-bx.style3 .title-ext {
    font-size: 15px;
  }
}

.heading-bx.style4 {
  margin-bottom: 42px;
}
.heading-bx.style4 .title-head {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 600;
}
.heading-bx.style4.head-small .title-head {
  font-size: 24px;
}
.heading-bx.style4.text-white .title-head {
  color: #fff;
}
.heading-bx.style4.text-white p {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1199.98px) {
  .heading-bx.style4 {
    margin-bottom: 40px;
  }
  .heading-bx.style4 .title-head {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  .heading-bx.style4 {
    margin-bottom: 30px;
  }
  .heading-bx.style4 .title-head {
    font-size: 36px;
  }
}

.heading-bx.style5 {
  margin-bottom: 40px;
}
.heading-bx.style5.text-center {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.heading-bx.style5 .title-head {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: 600;
}
.heading-bx.style5 .title-ext {
  font-size: 24px;
  font-family: miamaregular;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 5px;
}
.heading-bx.style5 p {
  font-weight: 300;
}
.heading-bx.style5.text-white .title-head {
  color: #fff;
}
.heading-bx.style5.text-white p {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1479.98px) {
  .heading-bx.style5 .title-head {
    font-size: 62px;
  }
}
@media (max-width: 1199.98px) {
  .heading-bx.style5 .title-head {
    font-size: 52px;
  }
}
@media (max-width: 991.98px) {
  .heading-bx.style5 .title-head {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .heading-bx.style5 .title-ext {
    font-size: 20px;
  }
      .heading-bx.style5 .title-head {
        font-size: 24px;
        line-height: 1.3;
    }
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-title .icon-ext {
  font-size: 20px;
}
.icon-title .icon {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.radius-no {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.radius-sm {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.radius-xl {
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

.radius-lg {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.radius-md {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs30 {
  font-size: 30px;
  line-height: 40px;
}

.fs35 {
  font-size: 35px;
  line-height: 45px;
}

.fs40 {
  font-size: 40px;
  line-height: 50px;
}

.fs45 {
  font-size: 45px;
  line-height: 55px;
}

.fs50 {
  font-size: 50px;
  line-height: 65px;
}

.fs55 {
  font-size: 55px;
  line-height: 65px;
}

.fs60 {
  font-size: 60px;
  line-height: 70px;
}

.fs70 {
  font-size: 70px;
  line-height: 80px;
}

.fs75 {
  font-size: 75px;
  line-height: 85px;
}

.fs80 {
  font-size: 80px;
  line-height: 90px;
}

.fs90 {
  font-size: 90px;
  line-height: 100px;
}

.fs100 {
  font-size: 100px;
  line-height: 110px;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.op1 {
  opacity: 0.05;
}

.op2 {
  opacity: 0.2;
}

.op3 {
  opacity: 0.3;
}

.op4 {
  opacity: 0.4;
}

.op5 {
  opacity: 0.5;
}

.op6 {
  opacity: 0.6;
}

.op7 {
  opacity: 0.7;
}

.op8 {
  opacity: 0.8;
}

.op9 {
  opacity: 0.9;
}

/* Loading */
#loading-icon-bx {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 999999999;
  background-image: url(../images/loading.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-dark {
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-disabled-bg: var(--bs-dark);
  --bs-btn-disabled-border-color: var(--bs-dark);
}

.btn-outline-dark {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-disabled-color: var(--bs-dark);
  --bs-btn-disabled-border-color: var(--bs-dark);
}

.btn-light {
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-active-border-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-light);
  --bs-btn-disabled-border-color: var(--bs-light);
}

.btn-outline-light {
  --bs-btn-color: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-bg: var(--bs-light);
  --bs-btn-hover-border-color: var(--bs-light);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-active-border-color: var(--bs-light);
  --bs-btn-disabled-color: var(--bs-light);
  --bs-btn-disabled-border-color: var(--bs-light);
}

.btn i {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 14px;
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 10px;
  }
}

button.btn-link {
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  color: inherit;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-line-height: 1.448;
}
@media (max-width: 575.98px) {
  .btn-sm, .btn-group-sm > .btn {
    font-size: 13px;
  }
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-line-height: 1.467;
}
@media (max-width: 575.98px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
  }
}

.btn[class*=btn-subtle-]:hover, .btn[class*=btn-subtle-]:active, .btn[class*=btn-subtle-]:focus {
  color: #fff;
}

.btn-light {
  --bs-btn-hover-color: var(--bs-btn-color);
}

.btn-outline-light {
  --bs-btn-color: var(--bs-body-color);
}

.btn-shadow {
  box-shadow: var(--custom-shadow);
}

.btn.btn-subtle-primary {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.btn.btn-subtle-primary:hover, .btn.btn-subtle-primary:active, .btn.btn-subtle-primary:focus {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}

.btn-primary.btn-gradient {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #8d26fb 100%);
}

.btn.btn-subtle-secondary {
  background-color: var(--bs-secondary-bg-subtle);
  border-color: var(--bs-secondary-bg-subtle);
  color: var(--bs-secondary);
}
.btn.btn-subtle-secondary:hover, .btn.btn-subtle-secondary:active, .btn.btn-subtle-secondary:focus {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary);
}

.btn-secondary.btn-gradient {
  background: linear-gradient(135deg, var(--bs-secondary) 0%, #8d26fb 100%);
}

.btn.btn-subtle-success {
  background-color: var(--bs-success-bg-subtle);
  border-color: var(--bs-success-bg-subtle);
  color: var(--bs-success);
}
.btn.btn-subtle-success:hover, .btn.btn-subtle-success:active, .btn.btn-subtle-success:focus {
  border-color: var(--bs-success);
  background-color: var(--bs-success);
}

.btn-success.btn-gradient {
  background: linear-gradient(135deg, var(--bs-success) 0%, #8d26fb 100%);
}

.btn.btn-subtle-info {
  background-color: var(--bs-info-bg-subtle);
  border-color: var(--bs-info-bg-subtle);
  color: var(--bs-info);
}
.btn.btn-subtle-info:hover, .btn.btn-subtle-info:active, .btn.btn-subtle-info:focus {
  border-color: var(--bs-info);
  background-color: var(--bs-info);
}

.btn-info.btn-gradient {
  background: linear-gradient(135deg, var(--bs-info) 0%, #8d26fb 100%);
}

.btn.btn-subtle-warning {
  background-color: var(--bs-warning-bg-subtle);
  border-color: var(--bs-warning-bg-subtle);
  color: var(--bs-warning);
}
.btn.btn-subtle-warning:hover, .btn.btn-subtle-warning:active, .btn.btn-subtle-warning:focus {
  border-color: var(--bs-warning);
  background-color: var(--bs-warning);
}

.btn-warning.btn-gradient {
  background: linear-gradient(135deg, var(--bs-warning) 0%, #8d26fb 100%);
}

.btn.btn-subtle-danger {
  background-color: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
}
.btn.btn-subtle-danger:hover, .btn.btn-subtle-danger:active, .btn.btn-subtle-danger:focus {
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
}

.btn-danger.btn-gradient {
  background: linear-gradient(135deg, var(--bs-danger) 0%, #8d26fb 100%);
}

.btn.btn-subtle-light {
  background-color: var(--bs-light-bg-subtle);
  border-color: var(--bs-light-bg-subtle);
  color: var(--bs-light);
}
.btn.btn-subtle-light:hover, .btn.btn-subtle-light:active, .btn.btn-subtle-light:focus {
  border-color: var(--bs-light);
  background-color: var(--bs-light);
}

.btn-light.btn-gradient {
  background: linear-gradient(135deg, var(--bs-light) 0%, #8d26fb 100%);
}

.btn.btn-subtle-dark {
  background-color: var(--bs-dark-bg-subtle);
  border-color: var(--bs-dark-bg-subtle);
  color: var(--bs-dark);
}
.btn.btn-subtle-dark:hover, .btn.btn-subtle-dark:active, .btn.btn-subtle-dark:focus {
  border-color: var(--bs-dark);
  background-color: var(--bs-dark);
}

.btn-dark.btn-gradient {
  background: linear-gradient(135deg, var(--bs-dark) 0%, #8d26fb 100%);
}

.btn.btn-subtle-white {
  background-color: var(--bs-white-bg-subtle);
  border-color: var(--bs-white-bg-subtle);
  color: var(--bs-white);
}
.btn.btn-subtle-white:hover, .btn.btn-subtle-white:active, .btn.btn-subtle-white:focus {
  border-color: var(--bs-white);
  background-color: var(--bs-white);
}

.btn-white.btn-gradient {
  background: linear-gradient(135deg, var(--bs-white) 0%, #8d26fb 100%);
}

.btn.btn-subtle-gray {
  background-color: var(--bs-gray-bg-subtle);
  border-color: var(--bs-gray-bg-subtle);
  color: var(--bs-gray);
}
.btn.btn-subtle-gray:hover, .btn.btn-subtle-gray:active, .btn.btn-subtle-gray:focus {
  border-color: var(--bs-gray);
  background-color: var(--bs-gray);
}

.btn-gray.btn-gradient {
  background: linear-gradient(135deg, var(--bs-gray) 0%, #8d26fb 100%);
}

.touch-count {
  position: relative;
  width: 120px;
}
.touch-count .touch-input {
  display: block;
  width: 100%;
  padding: 8px 35px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.334;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
}
.touch-count .minus,
.touch-count .plus {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
  justify-content: center;
  border-radius: 6px;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.5s;
}
.touch-count .minus:hover,
.touch-count .plus:hover {
  color: #fff;
  background-color: var(--bs-primary);
}
.touch-count .minus {
  left: 5px;
}
.touch-count .plus {
  right: 5px;
}

.btn-slide-up-text {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  justify-content: center;
}
.btn-slide-up-text .data-text {
  transition: opacity 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.3, 1);
}
.btn-slide-up-text .data-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.3, 1);
}
.btn-slide-up-text:active .data-text, .btn-slide-up-text:hover .data-text {
  transform: translateY(-200%);
}
.btn-slide-up-text:active .data-text:before, .btn-slide-up-text:hover .data-text:before {
  opacity: 1;
  transform: translate(-50%, 150%);
}
.btn-slide-up-text:hover {
  transform: translate3d(0, -2px, 0);
}

.btn-style1 {
  --bs-btn-padding-x: 40px;
  --bs-btn-padding-y: 14px;
  --bs-btn-font-size: 15px;
  --bs-btn-border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .btn-style1 {
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 13px;
    --bs-btn-font-size: 14px;
  }
}
@media only screen and (max-width: 591px) {
  .btn-style1 {
    --bs-btn-padding-x: 25px;
  }
}

.btn-style2 {
  --bs-btn-padding-x: 35px;
  --bs-btn-padding-y: 12px;
  --bs-btn-font-size: 18px;
  --bs-btn-border-radius: 10px;
}
.btn-style2.btn-sm, .btn-group-sm > .btn-style2.btn {
  --bs-btn-padding-x: 20px;
  --bs-btn-padding-y: 10px;
  --bs-btn-font-size: 15px;
  --bs-btn-border-radius: 6px;
}
.btn-style2.btn-lg, .btn-group-lg > .btn-style2.btn {
  --bs-btn-padding-x: 40px;
  --bs-btn-font-size: 20px;
  --bs-btn-padding-y: 14px;
}
@media (max-width: 1191px) {
  .btn-style2 {
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 10px;
    --bs-btn-border-radius: 8px;
  }
  .btn-style2.btn-sm, .btn-group-sm > .btn-style2.btn {
    --bs-btn-padding-x: 16px;
    --bs-btn-padding-y: 8px;
  }
  .btn-style2.btn-lg, .btn-group-lg > .btn-style2.btn {
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 12px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 0;
  border-radius: 0.375rem;
  margin-bottom: var(--bs-gutter-x);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #EFF2F7;
}
.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.card-header .card-text {
  font-size: 14px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.card-title {
  color: #0B001F;
  margin-bottom: 0.25rem;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .card.m-b0 {
    margin-bottom: 0;
  }
}
.alert i {
  vertical-align: -3px;
  font-size: 16px;
}

[class*=text-bg-]:not(.text-bg-light) .btn-close {
  --bs-btn-close-bg-light: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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");
  background: transparent var(--bs-btn-close-bg-light) center/12px auto no-repeat;
}

.skillbar {
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.15);
  height: 3px;
  width: 100%;
  text-align: left;
  border-radius: 4px;
}

.skillbar-bar {
  height: 3px;
  border-radius: 0;
  width: 0px;
  background: var(--bs-primary);
  display: inline-block;
  position: absolute;
  top: 0;
  margin-bottom: 0px;
  overflow: unset !important;
}

.skillbar-bar:after {
  content: "";
  border-radius: 15px;
  background: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -5px;
  border: 2px solid var(--bs-primary);
  top: -8px;
}

.skill-bar-percent {
  position: absolute;
  top: -30px;
  right: 0;
  color: var(--bs-primary);
  font-weight: 400;
  font-size: 16px;
}

.skill-bar-text {
  top: -22px;
  position: absolute;
}

.skillbar-box .title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.3;
}

.skillbar-bar-main {
  padding: 30px 30px 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
}

.skillbar-box {
  margin-bottom: 30px;
}

.skillbar-bar-main.white .title {
  color: #fff;
}

.skillbar-bar-main.white .skillbar {
  background: rgba(255, 255, 255, 0.15);
}

.skillbar-bar-main.white .skillbar-bar {
  background: var(--bs-primary);
}

.skillbar-bar-main.white .skill-bar-percent {
  color: var(--bs-primary);
}

@media only screen and (max-width: 576px) {
  .skillbar-bar-main {
    padding: 20px 15px 5px 15px;
  }
  .skillbar-box .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.list-group-outer {
  margin-left: -10px;
  margin-right: -10px;
}

.list-group-unlined {
  --bs-list-group-border-width: 0 !important;
}
.list-group-unlined .list-group-item {
  border-width: 0 !important;
}

.list-group-space-sm .list-group-item:not(:last-child) {
  margin-bottom: 5px;
}
.list-group-space .list-group-item:not(:last-child) {
  margin-bottom: 10px;
}
.list-group-space-lg .list-group-item:not(:last-child) {
  margin-bottom: 15px;
}

.list-group-hover .list-group-item {
  transition: background-color, 0.3s, ease;
}
@media (prefers-reduced-motion: reduce) {
  .list-group-hover .list-group-item {
    transition: none;
  }
}
.list-group-hover .list-group-item:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  border-color: rgba(var(--bs-primary-rgb), 0.05);
}

.list-group-smooth {
  --bs-list-group-item-padding-x: 10px;
  --bs-list-group-item-padding-y: 10px;
  --bs-list-group-border-width: 1px;
}
.list-group-smooth .list-group-item {
  border-width: 1px;
  border-radius: var(--bs-border-radius-lg);
}

.dropdown-menu {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-item {
  border-radius: 0.375rem;
}

.dropdown-menu-right {
  --bs-position: end;
}

.dropdown.bootstrap-select {
  width: auto !important;
}
.dropdown.bootstrap-select .dropdown-toggle {
  outline: 0 !important;
}
.dropdown.bootstrap-select .dropdown-toggle::after {
  content: "\f153";
  font-family: uicons-regular-straight;
  font-size: 15px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  color: inherit;
  transition: 0.2s all linear;
  border: 0;
  margin: 0 0 0 5px;
}

.form-label {
  font-size: 15px;
  margin-bottom: 5px;
  color: var(--bs-dark);
}

.form-group {
  margin-bottom: 25px;
}

.nice-select {
  height: auto;
}
.nice-select .option.selected {
  font-weight: 400;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}
.nice-select .list {
  width: 100%;
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  border: 1px solid var(--bs-border-color);
  margin-top: 1px;
  padding: 4px;
}
.nice-select:after {
  border-bottom: 1px solid var(--bs-primary);
  border-right: 1px solid var(--bs-primary);
  right: 20px;
  height: 7px;
  width: 7px;
}
.nice-select .option {
  border-radius: var(--bs-border-radius);
}

/* Google Recaptcha */
.g-recaptcha,
#rc-imageselect {
  transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media screen and (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -moz-transform: scale(0.77);
    -o-transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.recaptcha-box {
  height: 60px;
}

.g-recaptcha > div {
  width: 250px !important;
}

.form-control-underline {
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.form-control-underline:not(textarea) {
  height: 48px;
}
.form-control-underline:hover {
  color: #fff;
}
.form-control-underline::-webkit-input-placeholder {
  color: #7F9294;
}
.form-control-underline::-moz-placeholder {
  color: #7F9294;
}
.form-control-underline:-ms-input-placeholder {
  color: #7F9294;
}
.form-control-underline:-moz-placeholder {
  color: #7F9294;
}

.nice-select .option {
  font-size: 15px;
  color: var(--bs-body-color);
}

.page-banner + .breadcrumb-row {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.02);
  display: inline-block;
  border-radius: 6px;
}

.breadcrumb-row ul {
  margin: 0;
  display: inline-block;
  background: rgb(255, 255, 255);
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.02);
}

.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  display: inline-block;
}
.breadcrumb-row ul li i {
  font-size: 13px;
  margin-right: 5px;
}

.breadcrumb-row ul li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: fontawesome;
  opacity: 0.5;
}

.breadcrumb-row ul li:last-child:after {
  display: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px;
}

.table.borderless > tbody > tr > td,
.table.borderless > tbody > tr > th {
  border: none;
}

.dataTable .sorting_asc .checkbox {
  margin-right: 0;
}

.breadcrumb-row.style-2 {
  padding: 5px 0;
}

.breadcrumb-row.style-2 ul {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-row ul li {
    font-size: 14px;
  }
}
.widget {
  margin-bottom: 50px;
}
.widget:last-child {
  margin-bottom: 0px;
}
.widget .widget-title,
.widget .post-title {
  text-transform: uppercase;
}

.widget-title {
  position: relative;
  margin-bottom: 30px;
  vertical-align: middle;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.widget-title::after {
  content: "";
  width: 60px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/separator.png);
  background-size: 100% 100%;
}

.recent-posts-entry ul,
.category-entry ul {
  margin: 0;
  list-style: none;
  padding: 0;
  border: 0;
}

.widget-link ul {
  margin: 0px;
  padding: 0px;
}
.widget-link ul li {
  list-style: none;
  display: inline-block;
  padding-left: 3px;
  padding-right: 10px;
  position: relative;
}
.widget-link ul li:last-child {
  padding-right: 3px;
}
.widget-link ul li:last-child:after {
  content: none;
}

.widget-link li:after {
  content: "/";
  position: absolute;
  right: 0;
}

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
  padding-bottom: 18px;
  margin-bottom: 13px;
  position: relative;
  padding: 8px 0px 8px 0px;
  margin-bottom: 0;
  line-height: 20px;
  color: #000;
  font-size: 14px;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
  color: #000;
  text-transform: capitalize;
}

.widget_categories ul li a:hover,
.widget_categories ul li.active a,
.widget_archive ul li.active a,
.widget_archive ul li a:hover {
  color: var(--bs-primary);
}

.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
  border-bottom: none;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
}

.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
  top: 0;
  left: -8px;
}

.widget_archive ul {
  margin-top: -10px;
}

.search-bx .btn {
  padding: 9px 12px;
  border: 1px solid transparent;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.widget_search .screen-reader-text {
  display: block;
}

.searchform {
  position: relative;
}
.searchform input[type=text] {
  width: 100%;
  height: 40px;
  padding: 10px 90px 10px 15px;
  border: 1px solid #CCCCCC;
}
.searchform input[type=submit] {
  height: 40px;
  padding: 10px 15px;
  background-color: #77c04b;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.searchform input[type=submit]:hover,
.searchform input[type=submit]:focus,
.searchform input[type=submit]:active {
  background-color: #6ab33e;
  color: #ffffff !important;
  border-bottom-color: #5a9e2f;
}

.search-bx.style-1 .input-group-btn button {
  background-color: #fff;
  border: 0;
  font-size: 15px;
  height: 50px;
  padding: 0 18px;
  border-width: 0;
  border-radius: 0 25px 25px 0;
}
.search-bx.style-1 .form-control {
  background-color: #fff;
  border-width: 0;
  font-size: 15px;
  height: 50px;
  padding: 5px 20px;
  border-radius: 25px 0 0 25px;
}
.search-bx.style-1 .input-group {
  border: 2px solid var(--bs-primary);
  border-radius: 30px;
}

.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
  color: #3396d1;
  font-style: normal;
}

.widget .post-title {
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 15px;
  color: var(--bs-heading-color);
  font-weight: 600;
}
.widget .post-title a {
  color: var(--bs-heading-color);
}
.widget .post-title a:hover {
  color: var(--bs-primary);
}

.recent-posts-entry .widget-post {
  margin-bottom: 20px;
}
.recent-posts-entry .widget-post:last-child {
  border-bottom: none;
}
.recent-posts-entry .widget-post .ld-post-media {
  padding-right: 15px;
  width: 120px;
}
.recent-posts-entry .widget-post .ld-post-media img {
  border-radius: 10px;
}

.recent-posts-entry .ld-post-info {
  background: transparent;
  padding: 0;
  margin-left: 110px;
  border: none;
}

.recent-posts-entry .post-meta span {
  margin-right: 10px;
}

.recent-posts-entry .ld-post-meta {
  margin-bottom: 0;
}

.recent-posts-entry .ld-post-info,
.recent-posts-entry .ld-post-media {
  display: table-cell;
  vertical-align: middle;
}

.recent-posts-entry .widget-post .media-post li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}

.recent-posts-entry .widget-post,
.recent-posts-entry .ld-post-info {
  overflow: hidden;
}

.widget_recent_comments ul li:before {
  content: "\f0e6";
}

.widget_recent_comments ul li {
  padding-left: 20px;
  color: #999;
}

.widget_meta ul li a abbr[title] {
  color: #333;
  border-bottom: none;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
}

.widget_calendar tr {
  border-bottom: 1px solid #eee;
}

.widget_calendar table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
  color: #fff;
}

.widget_calendar .calendar_wrap td a {
  font-weight: 500;
}

.widget_calendar td,
.widget_calendar th {
  padding: 0.4em;
}

.widget_calendar caption {
  text-align: center;
  border-bottom: 1px solid;
  font-weight: 600;
}

.calendar_wrap th, tfoot td {
  background: #ff5e14;
}

.widget_calendar caption {
  border-color: #ff5e14;
}

.widget_tag_cloud a {
  padding: 8px 15px;
  background-color: #f3ebde;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 5px;
  color: #5a564d;
  border: 0px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  border-radius: 30px;
  transition: all 0.25s;
}

.widget_tag_cloud a:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

.widget_tag_cloud.radius a {
  border-radius: 40px;
  padding: 7px 10px;
}

.widget_archive select {
  width: 100%;
  padding: 5px;
  border: 1px solid #CCC;
}

.widget_text select {
  width: 100%;
  padding: 5px;
  border: 1px solid #CCC;
}
.widget_text select option {
  width: 100%;
}

.widget_categories li {
  text-align: right;
}
.widget_categories li a {
  float: left;
  text-transform: capitalize;
}

.widget_rss ul {
  margin: 0;
  line-height: 20px;
}
.widget_rss ul li {
  line-height: 20px;
  margin-bottom: 15px;
}
.widget_rss ul .rsswidget {
  color: #000;
}
.widget_rss ul .rss-date {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
}
.widget_rss ul .rssSummary {
  padding: 5px 0;
}
.widget_rss ul cite {
  color: #333;
  font-weight: 500;
}

.rsswidget img {
  display: inherit;
}

a.rsswidget,
cite {
  font-weight: 500;
}

.rssSummary {
  margin: 10px 0;
  line-height: 24px;
  font-size: 14px;
}

.rss-date {
  font-style: italic;
}

.widget_rss ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.5);
  padding-top: 0;
}
.widget_rss ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.widget_getintuch li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 40px;
}
.widget_getintuch b, .widget_getintuch strong {
  display: block;
  text-transform: uppercase;
}
.widget_getintuch i {
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  font-size: 20px;
  width: 30px;
  height: 20px;
  line-height: 25px;
}

.widget_gallery ul {
  padding-left: 0;
  display: table;
}
.widget_gallery.gallery-grid-4 li {
  width: 25%;
}

.gallery-grid-8 li {
  width: 12.5%;
}

@media only screen and (max-width: 767px) {
  .gallery-grid-8 li {
    width: 25%;
  }
}
.widget_gallery li {
  display: inline-block;
  width: 33.33%;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 2px;
}
.widget_gallery li img {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}
.widget_gallery li:nth-child(3n-3) {
  margin-right: 0;
}
.widget_gallery li:hover {
  opacity: 0.7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.widget_gallery a {
  display: inline-block;
}

.widget-newslatter .news-box {
  background-color: #F5F6F7;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.widget-newslatter p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 15px;
}
.widget-newslatter .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d0d0d0;
  height: 40px;
  margin-bottom: 0;
  padding: 5px 15px;
}
.widget-newslatter .btn {
  padding: 10px 15px;
  font-weight: 700;
  width: 50px;
}

.news-box::before {
  font-family: themify;
  content: "\e75a";
  font-size: 80px;
  font-weight: 700;
  opacity: 0.05;
  position: absolute;
  right: 20px;
  top: -10px;
  z-index: -1;
  opacity: 0.05;
}
.news-box form {
  position: relative;
}

.item-widgets-box {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.item-widgets-box .item-widgets-left {
  width: 120px;
  max-width: 120px;
  border-radius: 15px;
  overflow: hidden;
}
.item-widgets-box .item-title {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
}
.item-widgets-box .item-widgets-body .price {
  font-size: 15px;
  font-weight: 400;
}

.item-widgets-body {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
}

.item-review {
  margin: 0 0 2px 0;
  list-style: none;
  padding: 0;
}
.item-review li {
  display: inline-block;
  color: #ffb805;
  font-size: 14px;
}

/* Widget Info */
.widget_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.widget_info ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 0;
}

.widget_info ul li strong {
  font-weight: 300;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.6);
}

blockquote {
  padding: 30px 40px 30px 40px;
  font-size: 18px;
  color: #555555;
  margin: 30px 0;
  line-height: 30px;
  position: relative;
  clear: both;
  border-left: 4px solid var(--bs-primary);
  background: var(--bs-primary-bg-subtle);
  border-radius: 0 20px 20px 0;
}
blockquote::after {
  content: "\f10e";
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 35px;
  color: var(--bs-primary);
  opacity: 0.2;
}
blockquote p {
  font-size: 24px;
  color: var(--bs-dark);
  line-height: 40px;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: "Gotu", serif;
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding: 15px 50px 15px 25px;
    margin: 20px 0;
  }
  blockquote p {
    font-size: 16px;
  }
}

button.back-to-top {
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  box-shadow: 2px 2px 12px -5px #000000;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 45px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 99999;
  padding: 0;
  font-size: 12px;
  background-color: var(--bs-primary);
  border-radius: var(--bs-border-radius);
}
@media (max-width: 767.98px) {
  button.back-to-top {
    height: 35px;
    width: 35px;
    bottom: 8px;
    right: 8px;
  }
}

.counter {
  position: relative;
}

.counter-style-1 .counter {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: inline-block;
}
.counter-style-1 .counter-text {
  font-size: 18px;
  font-weight: 500;
}
.counter-style-1.text-black .counter-text {
  color: #000;
}
.counter-style-1 .icon {
  font-size: 45px;
  margin-right: 10px;
}
.counter-style-1 span {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .counter-style-1 .counter {
    font-size: 45px;
    line-height: 55px;
  }
  .counter-style-1 span {
    font-size: 45px;
    line-height: 55px;
  }
  .counter-style-1 .counter-text {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .counter-style-1 span, .counter-style-1 .counter {
    font-size: 32px;
    line-height: 40px;
  }
}

.counter-style-2 {
  text-align: center;
  z-index: 1;
  position: relative;
}
.counter-style-2 .counter-bx {
  margin-bottom: 10px;
}
.counter-style-2 .counter-bx span {
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: inline-block;
  color: #fff;
}
.counter-style-2 .counter-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.counter-style-2 .bg-icon {
  color: #000;
  width: 100%;
  text-align: center;
  top: -40px;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .counter-style-2 .counter-bx {
    margin-bottom: 5px;
  }
  .counter-style-2 .counter-bx span {
    font-size: 45px;
    line-height: 45px;
  }
  .counter-style-2 .bg-icon {
    font-size: 110px;
    top: -10px;
  }
}

.text-white .counter-style-2 .counter-text,
.text-white .counter-style-2 .counter-bx span {
  color: #fff;
}

.counter-style-3 {
  text-align: center;
  padding: 30px 10px;
  border-radius: 8px;
}
.counter-style-3 .counter-text {
  font-size: 14px;
  color: #fff;
}
.counter-style-3 div span {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 5px;
  display: inline-block;
}

.feature-filters {
  margin-bottom: 40px;
}
.feature-filters.m-b50 {
  margin-bottom: 50px;
}
.feature-filters ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.feature-filters li {
  display: inline-block;
  padding: 0;
  margin-bottom: 3px;
}
.feature-filters li.btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
  background: transparent;
  padding: 0;
}
.feature-filters li input {
  display: none;
}
.feature-filters a {
  margin: 0;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #D0D0D0;
  color: #000;
  font-weight: 600;
}
.feature-filters .active a {
  border: 1px solid var(--bs-primary);
  background-color: var(--bs-primary);
  color: #fff;
}
.feature-filters .active > [class*=btn] {
  color: #fff;
  background-color: #EFBB20;
}
.feature-filters.center {
  text-align: center;
}
.feature-filters.center ul {
  display: inline-block;
  margin: auto;
  padding: 0;
}
.feature-filters.center [class*=btn] {
  display: inline-block;
  margin: 0 5px 10px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .feature-filters.center [class*=btn] {
    margin: 0 1px 5px;
    font-size: 12px;
  }
}

.mas-1 .action-card {
  margin-left: -1px;
}

.feature-filters.style1 .btn {
  background-color: transparent;
  padding: 0;
}
.feature-filters.style1 li a {
  color: var(--dark);
  font-weight: 400;
  margin: 0;
  padding: 0 15px;
  position: relative;
  border: 0;
  font-size: 18px;
}
.feature-filters.style1.text-white li, .feature-filters.style1.text-white li a {
  color: #fff;
}
.feature-filters.style1.text-white li a:after {
  background: #fff;
}
.feature-filters.style1 li[class*=btn] {
  margin: 0;
  border: 0;
  outline: 0;
}
.feature-filters.style1 li:last-child a:after {
  position: relative;
}
.feature-filters.style1 li a:after {
  background-color: #000316;
  content: "";
  height: 15px;
  opacity: 1;
  position: absolute;
  right: -3px;
  top: 5px;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  width: 1px;
}
.feature-filters.style1 li.active a, .feature-filters.style1.white li.active a {
  color: var(--bs-primary);
  background-color: transparent;
  font-weight: 400;
}
.feature-filters.style1 li a span, .feature-filters.style1.white li a span {
  position: relative;
  display: inline-block;
}
.feature-filters.style1 li a span::after, .feature-filters.style1.white li a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: var(--bs-primary);
  transition: all 0.5s;
}
.feature-filters.style1 li.active a span:after,
.feature-filters.style1 li:hover a span:after, .feature-filters.style1.white li.active a span:after, .feature-filters.style1.white li:hover a span:after {
  transform-origin: left;
  width: 100%;
  left: 0;
  right: auto;
}
.feature-filters.style1.white li a:after {
  background-color: #fff;
}
.feature-filters.style1.white li a {
  color: #bfbfbf;
}
.feature-filters.style1 .btn.outline {
  border-color: #1ABC9C;
}
.feature-filters.style1.filters-sm li a {
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 500;
}
.feature-filters.style1.gray li a {
  background-color: #e0e3f6;
  color: #000;
}
.feature-filters.style1 .button-sm {
  font-size: 13px;
  padding: 5px 20px;
}

.feature-filters.style2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.feature-filters.style2 li[class*=btn] {
  margin: 0;
  border: 0;
  outline: 0;
}
.feature-filters.style2 .btn {
  background-color: transparent;
  padding: 0;
}
.feature-filters.style2 a {
  margin: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
  border: 0;
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 24px;
  opacity: 0.4;
}
.feature-filters.style2 li.active a, .feature-filters.style2.white li.active a {
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 991px) {
  .feature-filters.style2 ul {
    gap: 25px;
  }
  .feature-filters.style2 a {
    font-size: 20px;
  }
}
@media (max-width: 591px) {
  .feature-filters.style2 ul {
    gap: 20px;
  }
  .feature-filters.style2 a {
    font-size: 16px;
  }
}

/* Shop Filter Mobile */
.filter-mobile {
  display: none;
  align-items: center;
  text-align: center;
  position: sticky;
  top: 80px;
  background: #fff;
  box-shadow: var(--bs-box-shadow);
  border-radius: var(--bs-border-radius);
}
.filter-mobile .filter-bx:last-child {
  width: 140px;
}
.filter-mobile .filter-bx {
  width: 100%;
}

.filter-btn:hover {
  background-color: #000;
  color: #fff;
}
.filter-btn i {
  margin-right: 5px;
}
.filter-btn.close {
  display: none;
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .filter-on .filter-btn.close {
    border: 0;
    z-index: 1;
    position: fixed;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 1;
  }
  .filter-btn.close:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .filter-mobile {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .filter-mobile .filter-bx {
    width: 50%;
    padding: 10px;
  }
  .filter-left {
    padding: 20px 20px;
    width: 280px;
    position: fixed !important;
    left: -310px;
    top: 0;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .filter-left.filter-on {
    left: 0;
  }
  .filter-bar {
    top: 100px;
    position: sticky;
    z-index: 999;
  }
  .filter-bar.sticky-top .side-bar {
    z-index: 9;
    top: 0;
    position: unset;
  }
  .sticky-top.filter-bar {
    z-index: 99999999;
    top: 80px;
    position: sticky;
  }
  .filter-left:after {
    content: "";
    position: fixed;
    width: 0;
    background: #000;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .filter-left.filter-on:after {
    width: 1000px;
    left: 280px;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .filter-bar {
    top: 60px;
  }
}
.about-counter {
  padding: 0px;
  position: relative;
  margin-right: 25px;
  border-radius: 25px;
}
.about-counter .certi{
	  margin: 0 auto;
    justify-content: center;
    display: flex;
    width:180px;
}
/*.about-counter::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: -27px;
  border: 10px solid var(--bs-primary);
  border-width: 10px 10px 0px 0;
  transform: rotate(45deg);
  background: var(--bs-light);
}*/
.about-counter .title {
      font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
.about-counter h5, .about-counter .h5 {
  font-size: 16px;
  color: var(--bs-primary);
  line-height: 22px;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .about-counter .title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .about-counter {
    border-width: 5px;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 15px;
  }
  .about-counter::after {
    border-width: 5px 5px 0px 0;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    top: auto;
    right: auto;
    bottom: -13px;
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .about-counter .title {
    font-size: 24px;
  }
}

.about-img-box {
  position: relative;
  padding: 0 0px 40px 80px;
}
.about-img-box img {
  border-radius: 10px;
  box-shadow: -10px 0 30px 0 rgba(0, 10, 105, 0.1);
}
.about-img-box img:last-child {
  position: absolute;
  bottom: 0;
  width: 45%;
  left: 0;
}

.about-img-inner {
  width: 180px;
  height: 180px;
  position: absolute;
  z-index: 1;
  background: var(--bs-primary);
  border: 10px solid #fff;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
}
.about-img-inner .title {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  margin-bottom: 5px;
}
.about-img-inner .title span {
  font-weight: 700;
  line-height: 60px;
}
.about-img-inner div > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: block;
}

.about-testimonial .testimonial-content {
  padding: 0;
  margin-bottom: 20px;
}
.about-testimonial .testimonial-content p {
  font-size: 22px;
  line-height: 1.35;
  padding: 0;
  margin-bottom: 0;
  font-weight: 300;
}
#aboutme .about-testimonial .testimonial-content p {
      font-size: 1.15rem;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 0;
    font-weight: 500;
    color: #5a564d;
}
#aboutme .about-counter .title{
    color: #5a564d;
    font-weight: 500;
}
.about-testimonial .client-info {
  position: relative;
  padding-left: 0px;
  padding-top: 15px;
}
.about-testimonial .testimonial-info p {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  padding-top: 3px;
}
.about-testimonial .testimonial-thumb {
  box-shadow: unset;
  border: 0;
  top: 0;
  width: 90px;
}
.about-testimonial .testimonial-thumb img {
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .about-testimonial .testimonial-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .about-testimonial .testimonial-thumb {
    width: 65px;
  }
  .about-testimonial .testimonial-info p {
    font-size: 14px;
  }
  .about-testimonial .client-info {
    padding-left: 20px;
    padding-top: 8px;
  }
}

.testimonial-info .name {
  margin: 0;
  font-size: 24px;
  color: #EE6A15;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .testimonial-info .name {
    font-size: 20px;
  }
}

.about-img-box2 {
  position: relative;
}

.about-img-box2 .img-about-radius-1 {
  border-radius: 100px 0 100px 0;
  animation: radius-one 4s infinite ease-in-out;
}

.about-img-box2 .img-about-radius-2 {
  border-radius: 0 100px 0 100px;
  animation: radius-two 4s infinite ease-in-out;
}

@keyframes radius-one {
  0% {
    border-radius: 100px 0 100px 0;
  }
  50% {
    border-radius: 40px 40px 40px 40px;
  }
  100% {
    border-radius: 100px 0 100px 0;
  }
}
@keyframes radius-two {
  0% {
    border-radius: 0 100px 0 100px;
  }
  50% {
    border-radius: 40px 40px 40px 40px;
  }
  100% {
    border-radius: 0 100px 0 100px;
  }
}
.about-img-box3 {
  position: relative;
}

.about-img-box3 img {
  border-radius: 100%;
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
}

.about-img-box3 .img1 {
  max-width: 480px;
  padding: 30px;
  border-radius: 100%;
  background-image: url(../images/pattern/pt1.png);
}

.about-img-box3 .img2 {
  width: 200px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.about-img-box3 .img2 img {
  border: 8px solid #fff;
}

.about-img-box4 .about-img1 {
  margin-right: 80px;
}

.about-img-box4 .about-img2 {
  margin-left: 50px;
  margin-top: -80px;
  border: 10px solid #fff;
}

.about-img-box4 .about-img-inner {
  width: 250px;
  height: auto;
  padding: 30px;
  text-align: left;
  border-radius: 0;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  top: 40%;
  border: 10px solid #fff;
  box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.sign-bx {
  display: flex;
  align-items: center;
  background: #363E03;
    padding: 20px;
}

.sign-bx .author-bx h5.title, .sign-bx .author-bx .title.h5 {
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 0;
  color: #fff;
}
.sign-bx .author-bx span {
  color: #fff;
}
.sign-bx .author-bx {
      border-left: 3px solid var(--bs-primary);
    padding-left: 15px;
    margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .sign-img {
    width: 120px;
  }
  .sign-bx .author-bx {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.about-img-box4 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
  text-align: right;
  margin-left: -135px;
  padding-left: 80px;
  padding-right: 10px;
}
.about-img-box4::after {
  content: "";
  background: linear-gradient(141.93deg, rgba(253, 135, 99, 0) 46.18%, var(--bs-secondary) 66.38%);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
}
.about-img-box4 .circle-text-wrapper {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.about-img-box4 img {
  width: 100%;
}
@media (max-width: 1480px) {
  .about-img-box4 {
    margin-left: -60px;
  }
}
@media (max-width: 1191px) {
  .about-img-box4 {
    margin-left: 0;
  }
}

.about-img-box5 {
  position: relative;
  padding-bottom: 100px;
}
.about-img-box5 img {
  border-radius: 4px;
}
.about-img-box5 .about-img2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 315px;
}
@media (max-width: 1191px) {
  .about-img-box5 {
    margin-right: 30px;
  }
  .about-img-box5 .about-img2 {
    width: 235px;
  }
}
@media (max-width: 991px) {
  .about-img-box5 .about-img2 {
    width: 185px;
  }
}
@media (max-width: 767px) {
  .about-img-box5 {
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
}

.about-img-box6 {
  position: relative;
  margin-right: 40px;
}
.about-img-box6 img {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 99%;
  mask-size: 99%;
}
.about-img-box6 .circle-text-wrapper {
  position: absolute;
  bottom: 50px;
  right: 50px;
  background-color: var(--bs-primary);
}
.about-img-box6 .circle-text-wrapper::after {
  background: var(--bs-primary);
}
@media (max-width: 991px) {
  .about-img-box6 {
    margin-right: 0;
  }
}
@media (max-width: 591px) {
  .about-img-box6 .circle-text-wrapper {
    bottom: 0px;
    right: 40px;
  }
}

.phone-wrap .title {
  font-size: 16px;
  margin-bottom: 5px;
}
.phone-wrap .phone {
  color: var(--bs-dark);
  font-size: 35px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
@media (max-width: 591px) {
  .phone-wrap .phone {
    font-size: 28px;
  }
}

.about-hr {
  background-color: #D9D9D9;
  width: 100%;
  height: 1px;
  margin: 40px 0;
}
@media (max-width: 591px) {
  .about-hr {
    margin: 25px 0;
  }
}

.about-img-box7 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  outline: 1px solid var(--bs-dark);
  outline-offset: 10px;
  margin: 10px 50px 10px 10px;
}
.about-img-box7 img {
  width: 100%;
}
.about-img-box7 .circle-text-wrapper {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.about-img-box7 .circle-text-wrapper::after {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.about-img-box7 .circle-text-wrapper i {
  color: var(--bs-primary);
}
.about-img-box7 .circle-text-wrapper .circle-letter {
  font-weight: 300;
}
@media only screen and (max-width: 1380px) {
  .about-img-box7 {
    margin: 10px 30px 10px 10px;
    border-radius: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-img-box7 {
    margin: 10px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 591px) {
  .about-img-box7 .circle-text-wrapper {
    display: none;
  }
}
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now:hover .icon {
  background-color: #363e03;
  color: #fff;
}
.play-now .icon {
  position: absolute;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  color: #ee6a15;
  z-index: 1;
  font-size: 22px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  top: 35%;
  left: 45%
}
.misson-tabs li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
.misson-tabs li .nav-link {
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding: 20px 20px 20px 20px;
  border-radius: 50px;
  width: 100%;
}
.misson-tabs li .nav-link.active {
  background: #ee6a15;
  color: #fff;
}
.misson-tabs li .nav-link:hover {
  background: #ee6a15;
  color: #fff;
}
@media (max-width: 991.98px) {
  .misson-tabs li .nav-link {
    font-size: 18px;
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 767.98px) {
  .misson-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 5px;
  }
  .misson-tabs li .nav-link {
    font-size: 16px;
  }
}

.mission-tab-bx {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.mission-tab-bx .feature-box-md a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.mission-tab-bx .icon-cell svg {
  fill: #fff;
  width: 60px;
  height: 60px;
}
.mission-tab-bx p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}
.mission-tab-bx p.br-left {
  border-left: 5px solid var(--bs-primary);
  padding-left: 40px;
}
.mission-tab-bx .sub-title {
  color: var(--bs-primary);
  font-weight: 500;
}
.mission-tab-bx .title {
  color: #363E03;
  margin-bottom: 5px;
}

.ld-accordion .accordion-item {
  border: 0;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

.ld-accordion .accordion-header {
  padding: 0;
  border-radius: 4px;
  background-color: transparent;
  border: 0;
  z-index: 1;
}

.ld-accordion .accordion-header .accordion-button {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  border: 0;
  background-color: var(--bs-primary);
  border-radius: var(--bs-border-radius-lg) !important;
  line-height: 1.5;
  font-size: 18px;
}
.ld-accordion .accordion-header .accordion-button.collapsed {
  color: var(--bs-dark);
  background-color: #f7ecd9;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .ld-accordion .accordion-header .accordion-button {
    font-size: 15px;
  }
}

.ld-accordion .card-body {
  font-size: 16px;
  line-height: 24px;
  padding: 15px 20px 15px 20px;
  background-color: #fff;
}

.ld-accordion .acod-content {
  margin: 10px 0 0 0;
}

.ld-accordion .acod-body {
  border: 0;
}

.ld-accordion.gray .accordion-header .accordion-button {
  background-color: #f4f4f4;
}

.accordion-border .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ld-accordion.primary .accordion-header .accordion-button {
  background-color: var(--bs-primary);
  color: #fff;
}

.ld-accordion.no-space .card-body,
.ld-accordion.no-space .accordion-header .accordion-button {
  background-color: rgba(0, 0, 0, 0);
}

.ld-accordion.no-space .accordion-header .accordion-button {
  padding: 10px 30px 10px 0px;
  border: 0;
}

.ld-accordion.no-space .accordion-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ld-accordion.no-space .card-body {
  padding: 20px 0;
}

.ld-accordion.no-space .accordion-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.style-2.ld-accordion .accordion-item {
  margin-bottom: 0;
}

.style-2.ld-accordion .accordion-header .accordion-button {
  color: var(--dark);
  background-color: transparent;
  box-shadow: none;
  border: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
}

.style-2.ld-accordion .card-body {
  background-color: transparent;
  border-radius: 0;
  font-weight: 300;
  padding: 18px 0 18px 0;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .ld-accordion .card-body {
    font-size: 15px;
    line-height: 24px;
  }
}
.testimonial-pic {
  background: #FFF;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border: 5px solid #FFF;
}
.testimonial-pic.radius {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
  width: 100%;
  height: 100;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
  box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}

.testimonial-text {
  padding: 15px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}

.testimonial-detail {
  padding: 5px;
}

.testimonial-name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial-position {
  font-size: 12px;
  font-style: inherit;
  text-transform: uppercase;
}

.testimonial-name,
.testimonial-position {
  display: block;
}

.testimonial-text p:last-child {
  margin: 0;
}

.testimonial-bx {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.testimonial-bx.shadow {
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-bx .testimonial-content p,
.testimonial-bx .testimonial-info p {
  margin: 0;
}
.testimonial-bx .testimonial-content p {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 591px) {
  .testimonial-bx .testimonial-content p {
    font-size: 16px;
  }
}
.testimonial-bx .testimonial-info h5, .testimonial-bx .testimonial-info .h5 {
  font-weight: 600;
  margin-bottom: 0;
  color: var(--bs-primary);
}
.testimonial-bx .testimonial-info {
  margin-top: 15px;
}
.testimonial-bx .testimonial-info::after {
  content: "\f10e";
  position: absolute;
  font-family: fontawesome;
  font-size: 60px;
  color: var(--bs-primary);
  right: 25px;
  bottom: 0;
  z-index: 9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.testimonial-bx .testimonial-pic {
  background: #FFF;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -100px;
  border-radius: 100%;
  overflow: hidden;
  bottom: -100px;
  z-index: 10;
  border: 3px solid #fff;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.testimonial-bx:hover .testimonial-info:after {
  opacity: 0;
}
.testimonial-bx:hover .testimonial-pic {
  right: 20px;
  bottom: 20px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.testimonial-thumb {
  width: 80px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  z-index: 9;
}

@media (max-width: 576px) {
  .testimonial-bx {
    padding: 20px;
  }
}
.testimonial-bx.style2 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.testimonial-bx.style2.blue {
  background: #f5f5ff;
}
.testimonial-bx.style2.orange {
  background: #fff9f3;
}
.testimonial-bx.style2.red {
  background: #fff3f3;
}
.testimonial-bx.style2.red .testimonial-info:after {
  background: #fc6765;
  box-shadow: 10px 10px 50px 0px #fc6765;
  color: #fff;
}
.testimonial-bx.style2.orange .testimonial-info:after {
  background: #ffa143;
  box-shadow: 10px 10px 50px 0px #ffa143;
  color: #fff;
}
.testimonial-bx.style2.blue .testimonial-info:after {
  background: #675fff;
  box-shadow: 10px 10px 50px 0px #675fff;
  color: #fff;
}
.testimonial-bx.style2:before, .testimonial-bx.style2:after {
  content: none;
}
.testimonial-bx.style2 .title {
  margin-bottom: 5px;
}
.testimonial-bx.style2 .testimonial-thumb {
  position: absolute;
  width: 60px;
  border: 0;
  left: 0;
  box-shadow: none;
  border-radius: 40px;
}
.testimonial-bx.style2 .client-info {
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
.testimonial-bx.style2 .client-info .name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.testimonial-bx.style2 .testimonial-info {
  margin-top: 0;
  padding: 5px 0;
}
.testimonial-bx.style2 .testimonial-info p {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.testimonial-bx.style2 .testimonial-info:after {
  font-size: 20px;
  right: 0;
  bottom: 0;
  background: var(--bs-light);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
}
.testimonial-bx.style2:hover {
  transform: translateY(-10px);
}
.testimonial-bx.style2:hover .testimonial-info:after {
  opacity: 1;
}

.testimonial-rating {
  color: #ffb944;
  margin-bottom: 20px;
}

#stories .blog-post{
	background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}
.client-feedback-one p {
  font-size: 28px;
  color: var(--bs-heading-color);
}
.client-feedback-one .feedback-info {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-bottom: 20px;
}
.client-feedback-one .name {
  color: var(--bs-primary);
}
.client-feedback-one .client-thumb {
  border-radius: 4px;
  overflow: hidden;
}
.client-feedback-one .feedback-content {
  padding-right: 120px;
  padding-top: 30px;
}
@media (max-width: 1380px) {
  .client-feedback-one .feedback-content {
    padding-right: 30px;
  }
  .client-feedback-one p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .client-feedback-one .feedback-content {
    padding-right: 10px;
    padding-top: 10px;
  }
  .client-feedback-one p {
    font-size: 16px;
  }
  .client-feedback-one .feedback-info {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.feedback-swiper-wrapper1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.feedback-swiper-wrapper1 .feedback-btns {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}
.feedback-swiper-wrapper1 .feedback-btns .feedback-btn-prev1 i,
.feedback-swiper-wrapper1 .feedback-btns .feedback-btn-next1 i {
  font-size: 50px;
  line-height: 1;
  color: #000;
}
.feedback-swiper-wrapper1 .feedback-btns .feedback-btn-prev1 svg,
.feedback-swiper-wrapper1 .feedback-btns .feedback-btn-next1 svg {
  width: 50px;
}
@media (max-width: 991px) {
  .feedback-swiper-wrapper1 .feedback-btns {
    margin-top: 10px;
  }
  .feedback-swiper-wrapper1 .feedback-btns .feedback-btn-prev1 svg,
  .feedback-swiper-wrapper1 .feedback-btns .feedback-btn-next1 svg {
    width: 30px;
  }
}

.client-feedback-two {
  background-color: #1D1D1D;
  border-radius: 20px;
  padding: 40px 45px;
  margin-bottom: 20px;
}
.client-feedback-two p {
  font-size: 22px;
  color: #fff;
}
.client-feedback-two p:last-child {
  margin-bottom: 0;
}
.client-feedback-two .feedback-info {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin-bottom: 20px;
}
.client-feedback-two .name {
  color: var(--bs-primary);
}
.client-feedback-two .client-thumb {
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .client-feedback-two {
    padding: 30px 35px;
  }
  .client-feedback-two p {
    font-size: 18px;
  }
}

.client-feedback-three {
  padding: 2px;
}
.client-feedback-three p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.5;
}
.client-feedback-three .feedback-info {
  color: #999999;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 23px;
  margin-top: 18px;
  font-weight: 600;
}
.client-feedback-three .feedback-info i {
  color: #fff;
  font-size: 20px;
  margin-right: 8px;
  line-height: 20px;
  vertical-align: middle;
}
.client-feedback-three .feedback-info .name {
  color: #fff;
}
@media (max-width: 1380px) {
  .client-feedback-three p {
    font-size: 20px;
  }
  .client-feedback-three .feedback-info {
    font-size: 14px;
    padding-top: 20px;
    margin-top: 15px;
  }
  .client-feedback-three .feedback-info i {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 591px) {
  .client-feedback-three p {
    font-size: 18px;
  }
}

.client-feedback-four {
  padding: 2px;
  text-align: center;
}
.client-feedback-four .clientImg{
    margin-bottom: 30px;
    padding-top: 30px;
}
.client-feedback-four .clientImg img{
    border-radius: 50%;
    overflow: hidden;
}
.client-feedback-four p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;
}
.section-salon-feedback .heading-bx {
    margin-bottom: 40px;
    z-index: 10;
    position: relative;
}
.section-salon-feedback .heading-bx h2 {
    color: #fff;
}
.client-feedback-four .feedback-info {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.client-feedback-four .feedback-info i {
  color: var(--bs-primary);
  font-size: 20px;
  margin-right: 8px;
  line-height: 20px;
  vertical-align: middle;
}
.client-feedback-four .feedback-info .name {
  color: var(--bs-primary);
  font-size: 20px;
}
@media (max-width: 1380px) {
  .client-feedback-four p {
    font-size: 20px;
  }
  .client-feedback-four .feedback-info {
    font-size: 14px;
  }
  .client-feedback-four .feedback-info i {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 591px) {
  .client-feedback-four p {
    font-size: 18px;
  }
}

.client-feedback-five p {
  font-size: 24px;
  color: var(--bs-dark);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}
.client-feedback-five .feedback-info {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 16px;
  margin-top: 25px;
}
.client-feedback-five .name {
  color: var(--bs-secondary);
}
.client-feedback-five .feedback-info img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.client-feedback-five .quote {
  margin-bottom: 20px;
}
@media (max-width: 1191px) {
  .client-feedback-five .quote {
    margin-bottom: 15px;
    width: 30px;
  }
  .client-feedback-five p {
    font-size: 20px;
  }
}

.feedback-media-box {
  position: relative;
  z-index: 1;
  margin-left: 50px;
  margin-right: -10px;
}
.feedback-media-box .feedback-media {
  overflow: hidden;
  border: 1px solid var(--bs-dark);
  padding: 10px;
  border-radius: 150px;
  background-color: #fff;
}
.feedback-media-box .feedback-media img {
  border-radius: 140px;
}
.feedback-media-box .leaf1 {
  position: absolute;
  top: -30px;
  left: -120px;
  transform: rotate(180deg);
  z-index: -1;
}
.feedback-media-box .leaf2 {
  position: absolute;
  right: -150px;
  bottom: 10px;
  transform: rotate(0deg) rotateY(-180deg);
  z-index: -1;
  width: 250px;
}
.feedback-media-box .lamp {
  position: absolute;
  bottom: -10px;
  right: 10px;
  animation: feedbackLeafMove 10s ease-in-out infinite;
}
.feedback-media-box .offer-star {
  position: absolute;
  bottom: -10px;
  left: -20px;
  filter: drop-shadow(0px 20px 50px rgba(46, 0, 77, 0.4));
  display: flex;
}
.feedback-media-box .offer-star .offer {
  color: var(--bs-primary);
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  margin-right: 5px;
}
.feedback-media-box .offer-star .text {
  display: block;
  color: var(--bs-dark);
  font-size: 15px;
  line-height: 1.2;
}
.feedback-media-box .offer-star .offer-content {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 1480px) {
  .feedback-media-box .leaf1 {
    top: 20px;
    left: -80px;
    width: 150px;
  }
  .feedback-media-box .leaf2 {
    right: -50px;
    width: 150px;
  }
  .feedback-media-box .lamp {
    bottom: 0;
    right: 30px;
    width: 70px;
  }
}
@media (max-width: 1191px) {
  .feedback-media-box .feedback-media {
    border-radius: 100px;
  }
  .feedback-media-box .feedback-media img {
    border-radius: 90px;
  }
  .feedback-media-box .offer-star .offer {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .feedback-media-box {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .feedback-media-box {
    margin-left: 20px;
    margin-right: 20px;
  }
  .feedback-media-box .offer-star {
    width: 100px;
  }
  .feedback-media-box .offer-star .offer {
    font-size: 25px;
  }
  .feedback-media-box .offer-star .text {
    font-size: 13px;
  }
}
@media (max-width: 591px) {
  .feedback-media-box {
    margin-bottom: 10px;
  }
  .feedback-media-box .feedback-media {
    border-radius: 30px;
  }
  .feedback-media-box .feedback-media img {
    border-radius: 20px;
  }
  .feedback-media-box .leaf2 {
    right: -25px;
    width: 50px;
  }
  .feedback-media-box .leaf1 {
    left: -45px;
    width: 80px;
  }
  .feedback-media-box .lamp {
    right: 0px;
    width: 50px;
  }
  .feedback-media-box .offer-star {
    width: 80px;
  }
  .feedback-media-box .offer-star .offer {
    font-size: 20px;
    margin-right: 2px;
  }
  .feedback-media-box .offer-star .text {
    font-size: 11px;
  }
}

@keyframes feedbackLeafMove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.whatsapp img{
	width:45px;
}
/* Make modal content white and above the backdrop */
.modal-content {
  background: #fff !important;
  color: #000;
  z-index: 9999;
}

/* Fix backdrop darkness */
.modal-backdrop.show {
  opacity: 0.5 !important; /* Default Bootstrap = 0.5, adjust as you like */
  background-color: rgba(0,0,0,0.6) !important;
}

/* Optional: Prevent text blending */
.modal-body {
  color: #333 !important;
}
.modal {
  z-index: 10055 !important; /* Higher than navbar */
}
#aboutme.luxury-spa-about{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-attachment: fixed;
}
/*#aboutme.luxury-spa-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffffffab, rgb(255 255 255 / 75%));
    z-index: -1;
}*/
.nutrit-prog{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-attachment: fixed;
}
.nutrit-prog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffffffc9, rgb(255 255 255 / 79%));
    z-index: -1;
}
.morebtn{
	gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.feature-bx1 {
  padding: 50px 30px;
  border-radius: 0;
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.feature-bx1.active,
.feature-bx1:hover {
  transform: scale(1.05);
}

.feature-container.feature-bx1 .ld-tilte {
  margin-bottom: 10px;
  font-size: 20px;
}

.feature-container.feature-bx1 p {
  font-size: 18px;
  margin-bottom: 15px;
}

.feature-bx1 .btn-link {
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid;
  color: var(--bs-primary);
}

.feature-bx1 .btn-link:hover {
  text-decoration: none;
}

.feature-bx1 .icon-cell i {
  font-size: 80px;
}

.feature-bx1 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.feature-bx2 .feature-lg i,
.feature-bx1 .icon-cell {
  line-height: 80px;
}

.feature-bx1:hover,
.feature-bx1.active {
  box-shadow: 0 10px 35px -15px var(--bs-primary);
  border-color: #fff;
  background: var(--bs-primary);
}

.feature-bx1.active .icon-cell,
.feature-bx1.active .btn-link,
.feature-bx1.active .ld-tilte,
.feature-bx1.active p,
.feature-bx1:hover .icon-cell,
.feature-bx1:hover .btn-link,
.feature-bx1:hover .ld-tilte,
.feature-bx1:hover p {
  color: #fff;
}

.feature-bx1.active .bg-img,
.feature-bx1:hover .bg-img {
  opacity: 0.2;
}

.feature-bx1.active .icon-cell svg,
.feature-bx1:hover .icon-cell svg {
  fill: #fff;
}

.feature-bx1 .icon-cell {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

.feature-bx1 .icon-cell svg {
  width: 64px;
  height: 64px;
  fill: var(--bs-primary);
}

.feature-lg .icon-cell img {
  transition: 0.3s ease-in-out;
   width: 64px;
  height: 64px;
}
.feature-bx1:hover img {
  filter: brightness(0) invert(1); 
}

.feature-bx2 {
  padding: 50px 30px 80px 30px;
  border-radius: 0;
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0 25px 50px 0 rgba(62, 9, 6, 0.05);
}
.feature-bx2 .icon-content {
  overflow: unset;
}
.feature-bx2 .icon-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.8;
}
.feature-bx2 .feature-lg i {
  font-size: 80px;
  line-height: 80px;
  color: var(--bs-primary);
}
.feature-bx2 .feature-lg svg {
  width: 80px;
  height: 80px;
  fill: var(--bs-primary);
}

.feature-bx3 {
  padding: 0 30px;
  position: relative;
}

.feature-bx3 .feature-box-xl svg {
  width: 60px;
  height: 60px;
  fill: var(--bs-primary);
}

.feature-bx3 .feature-box-xl .icon-cell {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.feature-bx3 .feature-box-xl i {
  font-size: 60px;
}

.feature-bx3 .icon-content p {
  font-size: 18px;
  line-height: 28px;
}

.feature-bx3 .icon-content .ld-tilte {
  margin-bottom: 5px;
}

.feature-bx3 .icon-no {
  width: 40px;
  height: 40px;
  position: absolute;
  background: var(--bs-primary);
  border-radius: 40px;
  color: #fff !important;
  display: block;
  top: 0;
  right: 0;
  z-index: 5;
  line-height: 40px;
  font-weight: 600;
}


.feature-bx3.right-img2:after,
.feature-bx3.right-img:after {
  content: "";
  background-image: url(../images/arrow.html);
  width: 210px;
  height: 75px;
  position: absolute;
  right: -120px;
  top: 35px;
  opacity: 0.25;
  background-repeat: no-repeat;
  background-size: 100%;
}

.feature-bx3.right-img2:after {
  transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

.bg-icon {
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  font-size: 200px;
  opacity: 0.05;
}

.feature-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  background: var(--bs-primary);
  border-radius: 50px;
  color: #fff;
  font-size: 35px;
  line-height: 60px;
  bottom: -30px;
  left: calc(50% - 30px);
  box-shadow: 0px 10px 40px -8px var(--bs-primary);
  overflow: hidden;
}

.feature-bx2:hover .feature-btn i {
  animation: moveUpIcon 0.5s forwards;
}
.feature-bx2:hover {
  box-shadow: 0 25px 50px 0 rgba(62, 9, 6, 0.15);
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.feature-bx2:hover .feature-btn:after {
  bottom: 0;
  top: auto;
  transform-origin: bottom;
  height: 100%;
}

.feature-bx2:hover .feature-btn {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .feature-bx1 {
    padding: 30px;
  }
  .feature-bx2 {
    padding: 50px 15px 80px 15px;
  }
  .feature-bx3.right-img2:after, .feature-bx3.right-img:after {
    width: 140px;
    height: 65px;
    right: -90px;
  }
  .feature-bx3 {
    padding: 0 0px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-bx3.right-img2:after, .feature-bx3.right-img:after {
    content: none;
  }
}
@media only screen and (max-width: 591px) {
  .feature-bx2 {
    padding: 50px 15px 60px 15px;
  }
}
.feature-bx4 {
  padding: 0;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.feature-bx4 .btn-link {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  font-weight: 500;
}
.feature-bx4 .btn-link span {
  border-bottom: 1px solid;
}
.feature-bx4 .btn-link i {
  font-weight: 700;
  font-size: 15px;
}
.feature-bx4 .feature-icon {
  margin-bottom: 80px;
}
.feature-bx4 .ld-tilte {
  font-size: 28px;
  margin-bottom: 8px;
}
.feature-bx4 p {
  font-size: 18px;
  margin-bottom: 40px;
}
.feature-bx4 .inner-content {
  transform: translateZ(60px) scale(0.94);
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  outline: 1px solid transparent;
  perspective: inherit;
  height: 100%;
}
.feature-bx4 .front-content,
.feature-bx4 .back-content {
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  height: 100%;
  border-radius: 20px;
  min-height: 430px;
}
.feature-bx4 .front-content {
  background: #fff;
}
.feature-bx4 .back-content {
  background: var(--bs-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  text-align: center;
  color: #fff;
}
.feature-bx4 .back-content .ld-tilte, .feature-bx4 .back-content .btn-link {
  color: #fff;
}
.feature-bx4 .back-content .inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.feature-bx4 .front-content {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.feature-bx4:hover .back-content,
.feature-bx4:hover .front-content, .feature-bx4.active .back-content,
.feature-bx4.active .front-content {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.feature-bx4:hover .back-content, .feature-bx4.active .back-content {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
.feature-bx4:hover .front-content, .feature-bx4.active .front-content {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
.feature-bx4 .mask-content {
  position: relative;
  margin-bottom: 10px;
  max-width: 100%;
  width: 280px;
}
.feature-bx4 .mask-content .mask-img {
  -webkit-mask-image: url(../images/feature-mask.png);
  mask-image: url(../images/feature-mask.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.feature-bx4 .mask-content .star-top,
.feature-bx4 .mask-content .star-bottom {
  position: absolute;
}
.feature-bx4 .mask-content .star-top {
  top: 10px;
  left: 10px;
  animation: starRotate 10s linear infinite;
}
.feature-bx4 .mask-content .star-bottom {
  bottom: 10px;
  right: 10px;
  animation: starRotate2 10s linear infinite;
}
@keyframes starRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes starRotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media (max-width: 1480px) {
  .feature-bx4 .ld-tilte {
    font-size: 24px;
  }
  .feature-bx4 p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1191px) {
  .feature-row-one > *:nth-child(1) {
    margin-top: 75px;
  }
  .feature-row-one > *:nth-child(2) {
    margin-top: 50px;
  }
  .feature-row-one > *:nth-child(3) {
    margin-top: 25px;
  }
  .feature-row-one > *:nth-child(4) {
    margin-top: 0;
  }
}

.feature-bx5 {
  border-radius: 80px;
  overflow: hidden;
  position: relative;
}
.feature-bx5 .feature-img {
  position: relative;
}
.feature-bx5 .feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-bx5 .feature-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--bs-secondary);
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
.feature-bx5 .inner-content {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  background-color: #fff;
  width: 250px;
  border-radius: 70px;
  padding: 50px 20px;
  text-align: center;
}
.feature-bx5 .feature-icon {
  margin-bottom: 30px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.feature-bx5 .ld-tilte {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 5px;
}
.feature-bx5 p {
  font-weight: 300;
}
.feature-bx5 .btn-link {
  --icon: var(--bs-secondary);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 25px;
  background-color: #fff;
  color: var(--bs-secondary);
  text-align: center;
  border-radius: 50px;
  display: block;
  position: absolute;
  bottom: -100px;
  right: 35px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.feature-bx5 .btn-link:hover {
  --icon: #fff;
  background-color: var(--bs-primary);
  color: #fff;
}
.feature-bx5:hover .feature-img::after {
  opacity: 0.7;
}
.feature-bx5:hover .btn-link {
  bottom: 40px;
}
@media (max-width: 1380px) {
  .feature-bx5 {
    border-radius: 60px;
  }
  .feature-bx5 .feature-icon {
    width: 75px;
    margin-bottom: 20px;
  }
  .feature-bx5 .ld-tilte {
    font-size: 24px;
  }
  .feature-bx5 .inner-content {
    padding: 35px 20px;
    border-radius: 50px;
  }
}
@media (max-width: 591px) {
  .feature-bx5 {
    border-radius: 20px;
  }
  .feature-bx5 .inner-content {
    position: unset;
    border-radius: 0;
    width: 100%;
  }
  .feature-bx5 .btn-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    bottom: 10px;
    right: 10px;
  }
  .feature-bx5 .btn-link svg {
    width: 30px;
  }
  .feature-bx5:hover .btn-link {
    bottom: 10px;
    right: 10px;
  }
}

.feature-bx6 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  height: 510px;
}
.feature-bx6 .feature-head {
  padding: 20px 20px 0;
}
.feature-bx6 .feature-image {
  width: 100%;
  transition: all 0.3s;
  height: auto;
  overflow: hidden;
}
.feature-bx6 .feature-image img {
  transform: scale(1);
  transition: all 0.3s;
  width: 100%;
}
.feature-bx6 .ld-tilte {
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
	color:#ee6a15;
}
.feature-bx6 .btn-link{
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 2px solid;
    margin-bottom: 30px;
	color:#ee6a15;
	font-size: 16px;
}
/*.feature-bx6 .btn-link {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  background-color: var(--bs-primary);
  color: var(--bs-dark);
  text-align: center;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 30px;
  right: 40px;
  transition: all 0.2s;
}*/
.feature-bx6 .feature-content {
  padding: 10px 20px 20px 20px;
  position: relative;
  min-height: 100px;
}
.feature-bx6 .feature-content p {
  margin-bottom: 0;
  line-height: 1.4;
}
.feature-bx6:hover {
  background-color: #363E03;
  color: #fff;
}
.feature-bx6:hover p {
  color: #fff;
}
.feature-bx6:hover .ld-tilte {
  color: #fff;
}
.feature-bx6:hover .feature-image img {
  transform: scale(1.05);
}
.feature-bx6:hover .btn-link {
  color: #ffffff;
}
@media only screen and (max-width: 1191px) {
  .feature-bx6 .feature-head {
    padding: 18px 25px;
  }
  .feature-bx6 .feature-content {
    padding: 18px 20px 20px 20px;
  }
  .feature-bx6 .feature-content p {
    font-size: 16px;
  }
  .feature-bx6 .ld-tilte {
    font-size: 20px;
  }
  .feature-bx6 .btn-link {
    width: auto;
    height: 100%;
    line-height: 26px;
    font-size: 18px;
    top: 25px;
    right: 30px;
  }
}
.noted{
	font-size:18px;
}
.owl-prev,
.owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 5px 8px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  border-width: 0px;
  border-style: solid;
}

.owl-prev:hover,
.owl-prev:active,
.owl-prev:focus,
.owl-next:hover,
.owl-next:active,
.owl-next:focus {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: #3E2E23;
  color: #ffffff;
}

.owl-none .owl-nav {
  display: none;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-btn-center-lr .owl-nav {
  margin: 0;
}

.owl-btn-center-lr + .owl-theme .owl-nav {
  margin: 0;
}

.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.owl-btn-center-lr .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.owl-carousel .owl-item img {
  transform-style: inherit;
}

.owl-btn-1 .owl-prev,
.owl-btn-1 .owl-next {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 40px;
  font-size: 22px;
}

.dots-style-1 .owl-dots {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .dots-style-1 .owl-dots {
    margin-top: 20px;
  }
}

.dots-style-1 .owl-dots .owl-dot {
  border-radius: 10px;
  background-color: var(--bs-primary);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 3px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0.3;
}

.dots-style-1 .owl-dots .owl-dot.active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
}

.dots-sc .owl-dots .owl-dot {
  background-color: var(--bs-primary);
}

.owl-nav.disabled {
  display: none;
}

.feature-box-xl,
.feature-box-lg,
.feature-box-md,
.feature-box-sm,
.feature-box-xs {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}

.feature-box-xl {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.feature-box-lg {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.feature-box-md {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.feature-box-sm {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.feature-box-xs {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.feature-box-xl.radius,
.feature-box-lg.radius,
.feature-box-md.radius,
.feature-box-sm.radius,
.feature-box-xs.radius {
  border-radius: 100%;
}

.feature-box-xl i,
.feature-box-lg i,
.feature-box-md i,
.feature-box-sm i,
.feature-box-xs i {
  vertical-align: middle;
}

.feature-box-xl i {
  font-size: 80px;
}

.feature-box-lg i {
  font-size: 60px;
}

.feature-box-md i {
  font-size: 45px;
}

.feature-box-sm i {
  font-size: 30px;
}

.feature-box-xs i {
  font-size: 20px;
}

.feature-box-xl img,
.feature-box-lg img,
.feature-box-md img,
.feature-box-sm img,
.feature-box-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.feature-box-xl img {
  height: 80px;
}

.feature-box-lg img {
  height: 55px;
}

.feature-box-md img {
  height: 40px;
}

.feature-box-sm img {
  height: 30px;
}

.feature-box-xs img {
  height: 20px;
}

.feature-xl,
.feature-lg,
.feature-md,
.feature-sm,
.feature-xs {
  display: inline-block;
  text-align: center;
}

.feature-xl {
  width: 100px;
}

.feature-lg {
  width: 80px;
}

.feature-md {
  width: 60px;
}

.feature-sm {
  width: 40px;
}

.feature-xs {
  width: 30px;
}

.feature-xl i,
.feature-lg i,
.feature-md i,
.feature-sm i,
.feature-xs i {
  vertical-align: middle;
}

.feature-xl i {
  font-size: 80px;
}

.feature-lg i {
  font-size: 60px;
}

.feature-md i {
  font-size: 45px;
}

.feature-sm i {
  font-size: 30px;
}

.feature-xs i {
  font-size: 20px;
}

.feature-xl img,
.feature-lg img,
.feature-md img,
.feature-sm img,
.feature-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.feature-xl img {
  height: 80px;
}

.feature-lg img {
  height: 70px;
}

.feature-md img {
  height: 50px;
}

.feature-sm img {
  height: 30px;
}

.feature-xs img {
  height: 20px;
}

.feature-container {
  position: relative;
}

.feature-container .ld-tilte {
  margin-top: 0;
}

.feature-container .after-titile-line {
  margin-bottom: 10px;
}

.feature-container p:last-child {
  margin: 0;
}

.icon-content {
  overflow: hidden;
}

.feature-container.left .feature-box-xl,
.feature-container.left .feature-box-lg,
.feature-container.left .feature-box-md,
.feature-container.left .feature-box-sm,
.feature-container.left .feature-box-xs {
  float: left;
  margin-right: 20px;
}

.feature-container.left .feature-xl,
.feature-container.left .feature-lg,
.feature-container.left .feature-md,
.feature-container.left .feature-sm,
.feature-container.left .feature-xs {
  float: left;
  margin-right: 10px;
}

.feature-container.right {
  text-align: right;
}

.feature-container.right .feature-box-xl,
.feature-container.right .feature-box-lg,
.feature-container.right .feature-box-md,
.feature-container.right .feature-box-sm,
.feature-container.right .feature-box-xs {
  float: right;
  margin-left: 20px;
}

.feature-container.right .feature-xl,
.feature-container.right .feature-lg,
.feature-container.right .feature-md,
.feature-container.right .feature-sm,
.feature-container.right .feature-xs {
  float: right;
  margin-left: 10px;
}

.feature-container.center {
  text-align: center;
}

[class*=feature-box-][class*=bg-] a {
  color: #fff;
}

[class*=feature-box-].bg-white a {
  color: inherit;
}

[class*=feature-box-][class*=border-] {
  display: table;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

[class*=feature-box-][class*=border-] .icon-cell {
  display: table-cell;
  vertical-align: middle;
}

.feature-container.bx-style-1,
.feature-container.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ebedf2;
}

.feature-container.bx-style-2.center [class*=feature-box-],
.feature-container.bx-style-2.left [class*=feature-box-],
.feature-container.bx-style-2.right [class*=feature-box-] {
  position: absolute;
}

.feature-container.bx-style-2.center [class*=feature-box-] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}

.feature-container.bx-style-2.center .feature-box-xl {
  margin-left: -75px;
}

.feature-container.bx-style-2.center .feature-box-lg {
  margin-left: -60px;
}

.feature-container.bx-style-2.center .feature-box-md {
  margin-left: -50px;
}

.feature-container.bx-style-2.center .feature-box-sm {
  margin-left: -40px;
}

.feature-container.bx-style-2.center .feature-box-xs {
  margin-left: -20px;
}

.feature-container.bx-style-2.left [class*=feature-box-] {
  position: absolute;
  top: auto;
  left: 0;
  transform: translateX(-50%);
}

.feature-container.bx-style-2.right [class*=feature-box-] {
  position: absolute;
  top: auto;
  right: 0;
  transform: translateX(50%);
}

.ld-box,
.info-bx,
.ld-tilte,
.feature-title {
  position: relative;
}

.feature-title {
  display: inline-block;
}

.ld-box[class*=border-],
.info-bx[class*=border-] {
  border-color: #eee;
}

.info-bx.border-1,
.info-bx.border-2,
.info-bx.border-3,
.info-bx.border-4,
.info-bx.border-5 {
  border-top: none;
}

.left-border,
.right-border {
  position: relative;
}

.left-border:before,
.right-border:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 1px;
  height: 90%;
  background: #CCC;
}

.right-border:before {
  right: 0;
}

.action-box,
.ld-post-media {
  position: relative;
}

.action-box img,
.ld-post-media img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.ld-box-bg {
  overflow: hidden;
}

.ld-box-bg .btn {
  overflow: unset;
}

.ld-box-bg .glyph-icon {
  font-size: 50px;
}

.ld-box-bg .feature-container {
  background-color: #f8f8f8;
}

.icon-box-btn .btn {
  background-color: #eeeeee;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 15px;
}

.ld-box-bg {
  background-size: cover;
}

.ld-box-bg.active .feature-container {
  background-color: rgba(0, 0, 0, 0.7);
}

.ld-box-bg .text-primary,
.ld-box-bg .icon-content .ld-tilte,
.ld-box-bg .icon-content p,
.ld-box-bg .icon-box-btn .btn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ld-box-bg.active .text-primary,
.ld-box-bg.active .icon-content .ld-tilte,
.ld-box-bg.active .icon-content p,
.ld-box-bg.active .icon-box-btn .btn {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ld-box-bg .icon-box-btn .btn {
  border-radius: 0;
  color: #1abc9c;
  font-weight: 600;
  margin-bottom: 0;
}

.shadow {
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.05) !important;
}

.subscribe-form input {
  background-color: #fff;
  padding: 10px 25px;
  margin-right: 0;
  color: #495057;
  font-size: 15px;
  border-radius: 30px !important;
  border: 0;
}
.subscribe-form .btn {
  border-radius: 30px !important;
  margin-left: 10px;
}

.subscribe-box .subscribe-title {
  max-width: 300px;
  width: 300px;
  min-width: 300px;
}
.subscribe-box .subscribe-title h4, .subscribe-box .subscribe-title .h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.subscribe-box .form-control {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 0;
}
.subscribe-box .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.subscribe-box .form-control:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.subscribe-box .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.subscribe-box .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.subscribe-box .subscribe-form {
  width: 100%;
  padding-left: 30px;
}

.subscribe-action {
  max-width: 600px;
  margin: auto;
  padding: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  background: #fff;
}
.subscribe-action .form-control {
  border: 0;
  padding: 10px 30px;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .subscribe-form {
    margin-top: 0;
  }
}
.subscribe-form1 .form-control {
  height: 55px;
  border-radius: 50px;
  border: 0;
  padding: 15px 25px;
  font-size: 16px;
}
.subscribe-form1 .btn-link {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--bs-secondary);
  display: flex;
  padding: 10px;
}
@media only screen and (max-width: 591px) {
  .subscribe-form1 .form-control {
    height: 50px;
    font-size: 15px;
  }
  .subscribe-form1 .btn-link {
    font-size: 20px;
  }
}

.subscribe-form2 .form-control {
  height: 60px;
  border-radius: 60px;
  border: 2px solid #fff;
  padding: 15px 30px;
  font-size: 18px;
}
.subscribe-form2 .form-control:focus, .subscribe-form2 .form-control:active {
  border-color: var(--bs-primary);
}
.subscribe-form2 .btn-link {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--bs-primary);
  display: flex;
  padding: 10px;
  font-weight: 600;
}
.subscribe-form2 .title {
  font-family: var(--bs-body-font-family);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1191px) {
  .subscribe-form2 .title {
    font-size: 16px;
  }
  .subscribe-form2 .form-control {
    height: 50px;
    padding: 15px 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 591px) {
  .subscribe-form2 .form-control {
    height: 50px;
    font-size: 15px;
  }
}

.subscribe-form3 .form-control {
  height: 45px;
  border: 0;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
}
.subscribe-form3 .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.subscribe-form3 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.subscribe-form3 .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.subscribe-form3 .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.subscribe-form3 .form-control:focus, .subscribe-form3 .form-control:active {
  border-color: var(--bs-primary);
}
.subscribe-form3 .btn-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--bs-primary);
  display: flex;
  padding: 0;
  font-weight: 500;
}
.pricingtable-wrapper .pricingtable-inner {
  text-align: center;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
}
.pricingtable-wrapper .pricingtable-price {
  padding: 30px 20px 10px 20px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 1px 0;
}
.pricingtable-wrapper .pricingtable-bx {
  font-family: "Gotu", serif;
  color: var(--bs-dark);
  font-size: 60px;
  font-weight: 700;
}
.pricingtable-wrapper .pricingtable-type {
  font-size: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.pricingtable-wrapper .pricingtable-type::before {
  content: "/";
  margin-right: 5px;
  color: #a3a3a3;
}
.pricingtable-wrapper .pricingtable-title {
  padding: 18px 10px 28px 10px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.pricingtable-wrapper .pricingtable-title > * {
  margin: 0;
  color: #fff;
  font-weight: 800;
}
.pricingtable-wrapper .pricingtable-title h2, .pricingtable-wrapper .pricingtable-title .h2 {
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-dark);
}
.pricingtable-wrapper .pricingtable-title p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  background: var(--bs-primary);
  padding: 2px 15px;
  position: absolute;
  bottom: -13px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
.pricingtable-wrapper .pricingtable-features {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  text-align: left;
}
.pricingtable-wrapper .pricingtable-features li {
  padding: 5px 40px;
  font-size: 16px;
  font-weight: 400;
}
.pricingtable-wrapper .pricingtable-features li i {
  color: var(--bs-primary);
  margin-right: 5px;
  margin-left: 0;
}
.pricingtable-wrapper .pricingtable-footer {
  margin-top: -1px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pricingtable-wrapper .pricingtable-footer .btn {
  font-size: 16px;
  padding: 10px 30px;
}
.pricingtable-wrapper .priceing-doller {
  vertical-align: top;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  top: 10px;
  color: var(--bs-dark);
  font-family: "Gotu", serif;
}
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner {
  background: var(--bs-primary);
}
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-title p {
  background: var(--bs-dark);
}
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-price,
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .btn {
  background: var(--bs-dark);
}
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-features li i,
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-features li,
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-type:before,
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-type,
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-bx,
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .priceing-doller,
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-title h2,
.pricingtable-wrapper .pricingtable-highlight.pricingtable-inner .pricingtable-title .h2 {
  color: #fff;
}

.pricing-section-one {
  background: linear-gradient(180deg, var(--bs-secondary) 0%, rgba(0, 0, 0, 0) 82.66%);
  position: relative;
}
.pricing-section-one > * {
  z-index: 2;
  position: relative;
}
.pricing-section-one::after {
  content: "";
  background-image: url(../images/noise-overlay.png);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pricingtable-wrapper2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 35px;
}
.pricingtable-wrapper2 .pricingtable-title {
  display: flex;
  gap: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.pricingtable-wrapper2 .pricingtable-title .title {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.2;
}
.pricingtable-wrapper2 .pricingtable-title .dashed-border {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  width: 100%;
  flex: 1;
  opacity: 0.4;
  margin-bottom: 5px;
}
.pricingtable-wrapper2 .pricingtable-title .pricingtable-price {
  font-size: 24px;
  color: var(--bs-secondary);
  font-weight: 500;
  line-height: 1.2;
}
.pricingtable-wrapper2 .pricingtable-title .pricingtable-from {
  font-size: 18px;
  margin-right: 5px;
  color: var(--bs-primary);
}
.pricingtable-wrapper2 p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 591px) {
  .pricingtable-wrapper2 {
    padding: 20px 20px;
  }
  .pricingtable-wrapper2 .pricingtable-title .title {
    font-size: 18px;
  }
  .pricingtable-wrapper2 .pricingtable-title .pricingtable-price {
    font-size: 18px;
  }
  .pricingtable-wrapper2 .pricingtable-title .pricingtable-from {
    font-size: 14px;
    margin-right: 2px;
  }
  .pricingtable-wrapper2 p {
    font-size: 15px;
  }
}

.pricingtable-wrapper3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 45px;
}
.pricingtable-wrapper3 .pricingtable-icon {
  margin-bottom: 35px;
  width: 80px;
}
.pricingtable-wrapper3 .title {
  font-size: 28px;
  margin-bottom: 12px;
}
.pricingtable-wrapper3 p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.pricingtable-wrapper3 .pricingtable-price {
  font-size: 48px;
  font-family: var(--bs-headings-font-family);
  font-weight: 700;
  color: var(--bs-primary);
  display: block;
  line-height: 1.2;
}
@media (max-width: 1191px) {
  .pricingtable-wrapper3 {
    padding: 35px;
  }
  .pricingtable-wrapper3 .pricingtable-icon {
    margin-bottom: 25px;
  }
}
@media (max-width: 591px) {
  .pricingtable-wrapper3 {
    padding: 30px;
  }
  .pricingtable-wrapper3 .title {
    font-size: 24px;
  }
  .pricingtable-wrapper3 p {
    font-size: 16px;
  }
  .pricingtable-wrapper3 .pricingtable-icon {
    width: 65px;
    margin-bottom: 20px;
  }
  .pricingtable-wrapper3 .pricingtable-price {
    font-size: 36px;
  }
}

.pricingtable-wrapper4 .pricingtable-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  overflow: hidden;
}
.pricingtable-wrapper4 .pricingtable-inner .pricingtable-title {
  font-size: 39px;
  font-weight: 400;
  color: var(--bs-light);
  line-height: 1.2;
  display: block;
  transform: translateY(10px);
  transition: all 0.25s;
}
.pricingtable-wrapper4 .pricingtable-inner .pricingtable-subtitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.2;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.25s;
}
.pricingtable-wrapper4 .pricingtable-inner .pricingtable-img {
  position: absolute;
  left: -170px;
  top: 50%;
  transition: all 0.25s;
  width: 165px;
  height: 90px;
  transform: translateY(-50%);
}
.pricingtable-wrapper4 .pricingtable-inner .pricingtable-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pricingtable-wrapper4 .pricingtable-inner .pricingtable-price {
  position: absolute;
  right: -120px;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  transition: all 0.25s;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1191px) {
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-img {
    width: 140px;
    height: 75px;
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-subtitle {
    font-size: 16px;
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-title {
    font-size: 32px;
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-price {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-img {
    width: 120px;
    height: 70px;
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-subtitle {
    font-size: 14px;
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-title {
    font-size: 24px;
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-price {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-img {
    position: unset;
    transform: unset;
    margin: 0 auto 15px;
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-subtitle {
    opacity: 1;
    transform: translateY(0px);
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-title {
    transform: translateY(0px);
  }
  .pricingtable-wrapper4 .pricingtable-inner .pricingtable-price {
    position: unset;
    transform: unset;
  }
  .pricingtable-wrapper4 .pricingtable-inner .title-wrap {
    margin-bottom: 15px;
  }
}
.pricingtable-wrapper4 .pricingtable-inner:hover .pricingtable-img {
  left: 0;
}
.pricingtable-wrapper4 .pricingtable-inner:hover .pricingtable-price {
  right: 0;
}
.pricingtable-wrapper4 .pricingtable-inner:hover .pricingtable-title {
  transform: translateY(0px);
}
.pricingtable-wrapper4 .pricingtable-inner:hover .pricingtable-subtitle {
  opacity: 1;
  transform: translateY(0px);
}
.pricingtable-wrapper4 .pricingtable-inner:last-child {
  border-bottom: 0;
}

.pricingtable-wrapper5 {
  padding: 40px 0;
}
.pricingtable-wrapper5 .pricingtable-title {
  display: flex;
  gap: 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.pricingtable-wrapper5 .pricingtable-title .title {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 500;
}
.pricingtable-wrapper5 .pricingtable-title .dashed-border {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  width: 100%;
  flex: 1;
  opacity: 0.4;
  margin-bottom: 5px;
}
.pricingtable-wrapper5 .pricingtable-title .pricingtable-price {
  font-size: 24px;
  color: var(--bs-secondary);
  font-weight: 500;
  line-height: 1.2;
}
.pricingtable-wrapper5 p {
  font-size: 18px;
  margin-bottom: 0;
  opacity: 0.7;
  color: var(--bs-dark);
}
@media (max-width: 991px) {
  .pricingtable-wrapper5 {
    padding: 20px 0;
  }
}
@media (max-width: 591px) {
  .pricingtable-wrapper5 .pricingtable-title .title {
    font-size: 20px;
  }
  .pricingtable-wrapper5 .pricingtable-title .pricingtable-price {
    font-size: 20px;
  }
  .pricingtable-wrapper5 p {
    font-size: 16px;
  }
}

.pricingtable-wrapper6 .title {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.pricingtable-wrapper6 p {
  font-size: 20px;
  margin-bottom: 0;
  opacity: 0.6;
  color: var(--bs-dark);
  font-weight: 300;
  line-height: 1.5;
}
.pricingtable-wrapper6 .pricingtable-price {
  font-size: 50px;
  color: var(--bs-primary);
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--bs-headings-font-family);
}
.pricingtable-wrapper6 .pricingtable-price del {
  font-size: 24px;
  color: var(--bs-dark);
  opacity: 0.4;
}
.pricingtable-wrapper6 .pricingtable-media {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
  margin: 0 30px;
}
.pricingtable-wrapper6 .pricingtable-media img {
  border-radius: 25px;
  width: 100%;
}
.pricingtable-wrapper6 .btn-link {
  --icon: var(--bs-secondary);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 25px;
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-secondary);
  text-align: center;
  border-radius: 50px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricingtable-wrapper6 .btn-link:hover {
  --icon: #fff;
  background-color: var(--bs-secondary);
  color: #fff;
}
.pricingtable-wrapper6 .pricingtable-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.pricingtable-wrapper6 .pricing-list {
  padding: 25px 20px;
  border-radius: 30px;
  background-color: #FDDBEA;
}
.pricingtable-wrapper6 .pricing-list ul {
  padding: 0;
  margin: 0;
}
.pricingtable-wrapper6 .pricing-list ul li {
  display: block;
}
.pricingtable-wrapper6 .pricing-list ul li a {
  font-size: 18px;
  color: var(--bs-heading-color);
  display: block;
  padding: 15px 20px;
  border-radius: 15px;
  position: relative;
  transition: all 0.2s;
}
.pricingtable-wrapper6 .pricing-list ul li a::after {
  content: "\e494";
  font-family: "lucide";
  position: absolute;
  right: 20px;
  font-size: 24px;
  line-height: 1.2;
}
.pricingtable-wrapper6 .pricing-list ul li a:hover, .pricingtable-wrapper6 .pricing-list ul li a.active {
  background-color: #fff;
  color: var(--bs-primary);
}
.pricingtable-wrapper6 .pricing-list ul li a:hover::after, .pricingtable-wrapper6 .pricing-list ul li a.active::after {
  color: var(--bs-primary);
}
@media (max-width: 1380px) {
  .pricingtable-wrapper6 p {
    font-size: 18px;
  }
  .pricingtable-wrapper6 .title {
    font-size: 24px;
  }
  .pricingtable-wrapper6 .btn-link {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .pricingtable-wrapper6 .btn-link svg {
    width: 30px;
  }
  .pricingtable-wrapper6 .pricingtable-info {
    margin-top: 30px;
  }
  .pricingtable-wrapper6 .pricing-list ul li a {
    font-size: 15px;
    padding: 12px 15px;
  }
  .pricingtable-wrapper6 .pricing-list ul li a::after {
    right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 1191px) {
  .pricingtable-wrapper6 .pricingtable-media {
    margin: 0px;
  }
  .pricingtable-wrapper6 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pricingtable-wrapper6 p {
    font-size: 16px;
  }
  .pricingtable-wrapper6 .pricingtable-info {
    margin-top: 20px;
  }
  .pricingtable-wrapper6 .pricing-list {
    padding: 20px 18px;
    border-radius: 15px;
  }
  .pricingtable-wrapper6 .pricingtable-media {
    border-radius: 15px;
  }
  .pricingtable-wrapper6 .pricingtable-media img {
    border-radius: 12px;
  }
}

.client-logo {
  text-align: center;
}
.client-logo img {
  height: 90px;
  width: auto !important;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
.client-logo:hover img {
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  .client-logo img {
    height: 70px;
  }
}
.clients-section-one {
  position: relative;
}
.clients-section-one .bg-pattern-one {
  position: absolute;
  right: 5%;
  bottom: 15%;
}
@media only screen and (max-width: 576px) {
  .clients-section-one .bg-pattern-one {
    width: 85px;
  }
}

.portfolio-area .portfolio-media img {
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-area .portfolio-media img,
.portfolio-area .portfolio-media,
.portfolio-area .portfolio-box {
  height: 100%;
}

.portfolio-box .magnific-anchor.right {
  width: auto;
  float: right;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.portfolio-box {
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  height: 760px;
}
.portfolio-box.style-1 {
  margin-bottom: 4px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.portfolio-box.style-1 .bg-white .title a {
  color: #000;
}
.portfolio-box.style-1 .magnific-anchor {
  position: absolute;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: var(--bs-primary);
  color: #fff;
  top: 25px;
  text-align: center;
  line-height: 45px;
  font-size: 28px;
}
.portfolio-box.style-1:hover .magnific-anchor {
  background: var(--bs-primary);
  color: #fff;
}
.portfolio-box.style-1 .title a {
  color: var(--bs-dark);
}
.portfolio-box.style-1 .portfolio-info {
  position: relative;
}
.portfolio-box.style-1 .portfolio-media {
  overflow: hidden;
  vertical-align: middle;
}
.portfolio-box.style-2 .portfolio-media img {
  width: 100%;
}

.portfolio-box.style-3 .portfolio-media img,
.portfolio-box.style-2 .portfolio-media img,
.portfolio-box.style-1 .portfolio-media img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  -moz-transform: scale(1.01);
}

.portfolio-box.style-3:hover .portfolio-media img,
.portfolio-box.style-2:hover .portfolio-media img,
.portfolio-box.style-1:hover .portfolio-media img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
}

.portfolio-box.style-3 .portfolio-info,
.portfolio-box.style-1 .portfolio-info {
  background: #fff;
  padding: 20px;
}

.portfolio-box.style-3 .portfolio-info .title,
.portfolio-box.style-1 .portfolio-info .title {
  font-size: 22px;
  margin-bottom: 0px;
}

.portfolio-box.style-3 .portfolio-info .exe-title,
.portfolio-box.style-1 .portfolio-info .exe-title {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bs-primary);
  font-size: 14px;
  letter-spacing: 3px;
}

.portfolio-box.style-2:after {
  content: "";
  background: var(--bs-primary);
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  opacity: 0.9;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform-origin: top;
}

.portfolio-box.style-2:hover:after {
  transform-origin: bottom;
  height: 100%;
  top: auto;
  bottom: 0;
}

.portfolio-box.style-2 .portfolio-info {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

.portfolio-box.style-2 .portfolio-info .title {
  margin-bottom: 40px;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}

.portfolio-box.style-2 .portfolio-info .exe-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.portfolio-box.style-2:hover .portfolio-info .title {
  margin-bottom: 5px;
  opacity: 1;
}

.portfolio-box.style-2:hover .portfolio-info .exe-title {
  opacity: 0.6;
}

.portfolio-box.style-1.m-b0,
.portfolio-box.style-2.m-b0,
.portfolio-box.style-3.m-b0 {
  margin-bottom: 0;
}

.portfolio-box.style-3,
.portfolio-box.style-2 {
  margin-bottom: 4px;
}

.portfolio-box.style-2 .magnific-anchor {
  position: absolute;
  width: 100%;
  height: 55px;
  background: var(--bs-dark);
  bottom: 0;
  z-index: 2;
  text-align: center;
  padding: 15px 20px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
}

.portfolio-box.style-2:hover .magnific-anchor {
  transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
}

.container-max {
  max-width: 1500px;
  padding: 0 15px;
  margin: auto;
}

.portfolio-box.style-3 .portfolio-info {
  position: relative;
  bottom: 0px;
  width: 100%;
  opacity: 1;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  height:760px;
}

.portfolio-box.style-3:hover .portfolio-info {
  opacity: 1;
  bottom: 0px;
}

.portfolio-box.style-3:hover .portfolio-media img {
  /*transform: translateY(-50px);*/
}

.portfolio-swiper1 .portfolio-box.style-3 {
  border-radius: 0;
}
.portfolio-swiper1 .portfolio-media img {
  height: calc(100vh - 132px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .portfolio-swiper1 .portfolio-media img {
    height: calc(100vh - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-swiper1 .portfolio-media img {
    height: calc(100vh - 52px);
  }
}

.swiper-slide .portfolio-box.style-3 .portfolio-info .title,
.swiper-slide .portfolio-box.style-1 .portfolio-info .title {
  font-size: 18px;
}

.ld-divider {
  height: 1px;
  position: relative;
  margin: 30px 0;
}

.ld-divider.tb50 {
  margin: 50px 0;
}

.ld-divider.tb40 {
  margin: 40px 0;
}

.ld-divider.tb20 {
  margin: 20px 0;
}

.ld-divider.tb15 {
  margin: 15px 0;
}

.ld-divider.tb10 {
  margin: 10px 0;
}

.ld-divider.tb0 {
  margin: 0;
}

.ld-divider.divider-2px {
  height: 2px;
}

.ld-divider.divider-3px {
  height: 3px;
}

.ld-divider.divider-4px {
  height: 4px;
}

.ld-divider i {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  border-radius: 100%;
  transform: translateY(-50%);
}

.ld-divider.icon-left {
  margin-left: 40px;
}

.ld-divider.icon-left i {
  left: -40px;
}

.ld-divider.icon-right {
  margin-right: 40px;
}

.ld-divider.icon-right i {
  left: auto;
  right: -40px;
}

.ld-divider.icon-center i {
  left: 50%;
  margin-left: -5px;
}

.pagination-bx .pagination {
  margin: 0;
}

.pagination {
  padding: 10px 0;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 0 4px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #f3ebde;
  color: #404153;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 16px;
  border: 0;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  border-color: transparent;
  color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: transparent;
}

.pagination-sm .pagination > li > a,
.pagination-sm .pagination > li > span .pagination-sm .pagination > .previous > a,
.pagination-sm .pagination > .next > a {
  font-size: 12px;
  padding: 6px 12px;
}

.pagination-lg .pagination > li > a,
.pagination-lg .pagination > li > span .pagination-lg .pagination > .previous > a,
.pagination-lg .pagination > .next > a {
  font-size: 18px;
  padding: 10px 20px;
}

/* pagination color */
.pagination-bx.primary .pagination > li > a,
.pagination-bx.primary .pagination > li > span {
  background-color: #1abc9c;
  color: #fff;
  margin: 0 1px;
  border: 0;
}

.pagination-bx.primary .pagination > li > a:hover,
.pagination-bx.primary .pagination > li > span:hover,
.pagination-bx.primary .pagination > li.active > span,
.pagination-bx.primary .pagination > li.active > a {
  background-color: #148f77;
}

.pagination-bx.rounded .pagination > li > a,
.pagination-bx.rounded .pagination > li > span {
  border-radius: 30px;
  margin: 0 1px;
}

.pagination-bx.rounded-sm .pagination > li > a,
.pagination-bx.rounded-sm .pagination > li > span {
  border-radius: 0px;
}

.pagination-bx.page-shadow.rounded-sm .pagination > li > a,
.pagination-bx.page-shadow.rounded-sm .pagination > li > span {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.pagination-bx .pull-right {
  float: right;
}

.pagination-bx .pagination {
  width: 100%;
}

.pagination-bx.gray .pagination > li > a,
.pagination-bx.gray .pagination > li > span {
  background-color: #363E03;
  color:#fff;
}

.pagination-bx.gray .pagination > li > a:hover,
.pagination-bx.gray .pagination > li > span:hover,
.pagination-bx.gray .pagination > li > span.current,
.pagination-bx.gray .pagination > li.active > span,
.pagination-bx.gray .pagination > li.active > a {
  background-color: var(--bs-primary);
  color: #fff;
}

/*Blog page pagination main*/
.pagination .page-numbers {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #767676;
  padding: 9px 15px;
  font-weight: 600;
  font-size: 12px;
  display: block;
  float: left;
  margin-left: -1px;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
  background: #3396D1;
  color: #fff;
}

.pagination i {
  font-size: 12px;
}

.pagination li.active a {
  background-color: var(--bs-primary);
  color: #fff;
}

.ld-separator-outer {
  overflow: hidden;
}

.ld-separator {
  display: inline-block;
  height: 2px;
  width: 80px;
  margin-bottom: 10px;
  position: relative;
}

.ld-separator.sepimg,
.ld-separator.sepimg2 {
  background-image: url(../images/separator.png);
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  width: 85px;
}

.ld-separator.sepimg2 {
  background-image: url(../images/separator-black.png);
}

.ld-separator.style-liner {
  width: 20px;
}

.ld-separator.style-icon {
  width: 30px;
  height: auto;
  text-align: center;
  font-size: 20px;
}

.ld-separator[class*=style-]:after,
.ld-separator[class*=style-]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 70px;
  height: 2px;
  background: #eee;
  transform: translateY(-50%);
}

.ld-separator[class*=style-]:before {
  left: auto;
  right: 40px;
}

.ld-separator.bnr-title {
  height: 1px;
  width: 155px;
  opacity: 0.5;
}

.ld-separator.bnr-title:before {
  height: inherit;
  right: -80px;
  width: 25px;
}

.ld-separator.bnr-title:after {
  height: inherit;
  right: -90px;
  top: 0;
  width: 6px;
}

.ld-separator.bnr-title:before,
.ld-separator.bnr-title:after {
  position: absolute;
  content: "";
  background-color: inherit;
}

.ld-separator.bnr-title i {
  background-color: inherit;
  display: block;
  height: inherit;
  position: absolute;
  right: -50px;
  width: 45px;
}

/* info box show */
.action-box {
  overflow: hidden;
  position: relative;
}

.ld-box:hover .ld-info-has,
.action-box:hover .ld-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}

/* without hover */
.ov-box.no-hover,
.ld-info-has.no-hover {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
  visibility: visible;
}

.ovbl-light,
.ovbl-middle,
.ovbl-dark,
.ovwh-light,
.ovwh-middle,
.ovwh-dark,
.ovpr-light,
.ovpr-middle,
.ovpr-dark,
.ovpr,
.ovprd-light,
.ovprd-middle,
.ovprd-dark,
.ovprd {
  position: relative;
}

.overlay-dotted:before,
.ovbl-light:after,
.ovbl-middle:after,
.ovbl-dark:after,
.ovwh-light:after,
.ovwh-middle:after,
.ovwh-dark:after,
.ovpr-light:after,
.ovpr-middle:after,
.ovpr-dark:after,
.ovpr:after,
.ovprd-light:after,
.ovprd-middle:after,
.ovprd-dark:after,
.ovprd:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovbl-light:after,
.ovbl-middle:after,
.ovbl-dark:after {
  background: var(--bs-dark);
}

.ovwh-light:after,
.ovwh-middle:after,
.ovwh-dark:after {
  background: var(--bs-primary-bg-subtle);
}

.ovbl-light:after {
  opacity: 0.3;
}

.ovbl-middle:after {
  opacity: 0.5;
}

.ovbl-dark:after {
  opacity: 0.8;
}

.overlay-gradient-light:after {
  opacity: 0.3;
}

.overlay-gradient-middle:after {
  opacity: 0.5;
}

.overlay-gradient-dark:after {
  opacity: 0.8;
}

.ovwh-light:after {
  opacity: 0.5;
}

.ovwh-middle:after {
  opacity: 0.7;
}

.ovwh-dark:after {
  opacity: 0.8;
}

.ovwh-dark.op95:after {
  opacity: 0.95;
}

.ovpr-light:after {
  opacity: 0.3;
}

.ovpr-middle:after {
  opacity: 0.5;
}

.ovpr-dark:after,
.ovpr:after {
  opacity: 0.7;
}

.ovprd-light:after {
  opacity: 0.3;
}

.ovprd-middle:after {
  opacity: 0.5;
}

.ovprd-dark:after,
.ovprd:after {
  opacity: 0.7;
}

.overlay-dotted .container-fluid, .overlay-dotted .container-sm, .overlay-dotted .container-md, .overlay-dotted .container-lg, .overlay-dotted .container-xl, .overlay-dotted .container-xxl,
.overlay-dotted .container,
.ovbl-light .container,
.ovbl-middle .container,
.ovbl-dark .container,
.ovwh-light .container,
.ovwh-middle .container,
.ovwh-dark .container,
.ovpr-light .container,
.ovpr-middle .container,
.ovpr-dark .container,
.ovpr .container,
.ovprd-light .container,
.ovprd-middle .container,
.ovprd-dark .container,
.ovprd .container,
.ovbl-light .container-fluid,
.ovbl-light .container-sm,
.ovbl-light .container-md,
.ovbl-light .container-lg,
.ovbl-light .container-xl,
.ovbl-light .container-xxl,
.ovbl-middle .container-fluid,
.ovbl-middle .container-sm,
.ovbl-middle .container-md,
.ovbl-middle .container-lg,
.ovbl-middle .container-xl,
.ovbl-middle .container-xxl,
.ovbl-dark .container-fluid,
.ovbl-dark .container-sm,
.ovbl-dark .container-md,
.ovbl-dark .container-lg,
.ovbl-dark .container-xl,
.ovbl-dark .container-xxl,
.ovwh-light .container-fluid,
.ovwh-light .container-sm,
.ovwh-light .container-md,
.ovwh-light .container-lg,
.ovwh-light .container-xl,
.ovwh-light .container-xxl,
.ovwh-middle .container-fluid,
.ovwh-middle .container-sm,
.ovwh-middle .container-md,
.ovwh-middle .container-lg,
.ovwh-middle .container-xl,
.ovwh-middle .container-xxl,
.ovwh-dark .container-fluid,
.ovwh-dark .container-sm,
.ovwh-dark .container-md,
.ovwh-dark .container-lg,
.ovwh-dark .container-xl,
.ovwh-dark .container-xxl,
.ovpr-light .container-fluid,
.ovpr-light .container-sm,
.ovpr-light .container-md,
.ovpr-light .container-lg,
.ovpr-light .container-xl,
.ovpr-light .container-xxl,
.ovpr-middle .container-fluid,
.ovpr-middle .container-sm,
.ovpr-middle .container-md,
.ovpr-middle .container-lg,
.ovpr-middle .container-xl,
.ovpr-middle .container-xxl,
.ovpr-dark .container-fluid,
.ovpr-dark .container-sm,
.ovpr-dark .container-md,
.ovpr-dark .container-lg,
.ovpr-dark .container-xl,
.ovpr-dark .container-xxl,
.ovpr .container-fluid,
.ovpr .container-sm,
.ovpr .container-md,
.ovpr .container-lg,
.ovpr .container-xl,
.ovpr .container-xxl,
.ovprd-light .container-fluid,
.ovprd-light .container-sm,
.ovprd-light .container-md,
.ovprd-light .container-lg,
.ovprd-light .container-xl,
.ovprd-light .container-xxl,
.ovprd-middle .container-fluid,
.ovprd-middle .container-sm,
.ovprd-middle .container-md,
.ovprd-middle .container-lg,
.ovprd-middle .container-xl,
.ovprd-middle .container-xxl,
.ovprd-dark .container-fluid,
.ovprd-dark .container-sm,
.ovprd-dark .container-md,
.ovprd-dark .container-lg,
.ovprd-dark .container-xl,
.ovprd-dark .container-xxl,
.ovprd .container-fluid,
.ovprd .container-sm,
.ovprd .container-md,
.ovprd .container-lg,
.ovprd .container-xl,
.ovprd .container-xxl {
  position: relative;
  z-index: 1;
}

/*use for box*/
.ov-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.overlay-icon,
.ov-box .align-m {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.ov-box .align-b {
  height: auto;
  left: 0;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  transform: translate(0);
  -o-transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
}

.overlay-icon a {
  display: inline-block;
  padding: 0;
  margin: 0 2px;
}

.overlay-icon a i {
  background-color: #FFF;
}

.ov-box:hover a > i,
.action-box:hover .ov-box a > i,
.ld-box-bx:hover .ov-box a > i {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.ov-box:hover,
.action-box:hover .ov-box,
.ld-box:hover .ov-box,
.ow-img:hover .ov-box,
.ow-portfolio-img:hover .ov-box {
  opacity: 1;
  visibility: visible;
}

.noise-overlay {
  position: relative;
}
.noise-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise-overlay.png);
  z-index: 0;
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-icon-box li,
.list-chevron-circle li,
.list-hand-point li,
.list-cup li,
.list-pen li,
.list-heart li,
.list-star li {
  padding: 5px 5px 5px 30px;
  position: relative;
}

.right.list-circle li,
.right.list-angle-right li,
.right.list-arrow li,
.right.list-check li,
.right.list-checked li,
.right.list-icon-box li,
.right.list-chevron-circle li,
.right.list-hand-point li,
.right.list-cup li,
.right.list-pen li,
.right.list-heart li,
.right.list-star li {
  padding: 5px 30px 5px 5px;
  position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  font-size: 15px;
  color: #777;
}

.right.list-circle li:before,
.right.list-angle-right li:before,
.right.list-arrow li:before,
.right.list-check li:before,
.right.list-checked li:before,
.right.list-icon-box li:before,
.right.list-chevron-circle li:before,
.right.list-hand-point li:before,
.right.list-cup li:before,
.right.list-pen li:before,
.right.list-heart li:before,
.right.list-star li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
  display: block;
  font-size: 15px;
  color: #777;
}

ul[class*=list-] {
  font-size: 15px;
}

.list-circle li:before {
  font-size: 16px;
}

.list-circle li:before {
  content: "\f00c";
}

.list-angle-right li:before {
  content: "\e628";
}

.list-arrow li:before {
  content: "\e661";
}

.list-check.right li:before,
.list-check li:before {
  content: "\f00c";
  color: var(--bs-primary);
}

.list-checked li:before {
  content: "\e64d";
  font-family: "themify";
  font-size: 15px;
}

.list-icon-box li:before {
  content: "\e6e8";
}

.list-chevron-circle li:before {
  content: "\e65d";
}

.list-hand-point li:before {
  content: "\e71b";
}

.list-star li:before {
  content: "\e60a";
}

.list-cup li:before {
  content: "\e641";
}

.list-pen li:before {
  content: "\e61c";
}

.list-heart li:before {
  content: "\e634";
}

/*listing before icon color css*/
.primary li:before {
  color: #EFBB20;
}

.secondry li:before {
  color: #77C04B;
}

.black li:before {
  color: #000;
}

.white li:before {
  color: #fff;
}

.orange li:before {
  color: #FF6600;
}

.green li:before {
  color: #00CC00;
}

.red li:before {
  color: #FF3737;
}

.no-margin {
  margin: 0 0 0 !important;
  list-style: none;
}

/*listing before numbers*/
.list-num-count {
  counter-reset: li;
  padding-left: 0;
}

.list-num-count > li {
  position: relative;
  margin: 0 0 6px 30px;
  padding: 4px 8px;
  list-style: none;
}

.list-num-count > li:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -28px;
  width: 28px;
  height: 28px;
  padding: 5px;
  color: #fff;
  background: #EFBB20;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  border-radius: 100px;
}

.list-num-count.lower-alpha > li:before {
  content: counter(li, lower-alpha);
}

.list-num-count.upper-alpha > li:before {
  content: counter(li, upper-alpha);
}

.list-num-count.upper-roman > li:before {
  content: counter(li, upper-roman);
}

.list-num-count.no-round > li:before {
  background-color: rgba(0, 0, 0, 0);
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  height: auto;
  left: -30px;
  margin: 0;
  width: auto;
}

.service-list-circle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-list-circle li {
  padding: 20px 15px 20px 40px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  margin-bottom: 24px;
  border-radius: 10px;
  margin-left: 25px;
  color: #666;
  position: relative;
}
.service-list-circle li .icon i {
  color: #fff;
}
.service-list-circle li .icon svg {
  fill: #fff;
  width: 35px;
}
.service-list-circle li .icon {
  width: 50px;
  height: 50px;
  background: var(--bs-primary);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  left: -25px;
  top: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  position: absolute;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-list-circle li:hover .icon {
  background: var(--bs-dark);
}

ul[class*=list-].fs18 {
  font-size: 18px;
}

ul[class*=list-].fs16 {
  font-size: 16px;
}

.list-circle li {
  display: block;
  position: relative;
  padding: 5px 5px 5px 30px;
  font-size: 16px;
}

.list-circle li:before {
  content: "\f10c";
}

.list-check.style-2 li {
  padding: 5px 5px 5px 45px;
}
.list-check.style-2 li::before {
  background-image: url('data:image/svg+xml,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 0L27.1587 5.11333L33.75 3.01443L35.2279 9.77208L41.9856 11.25L39.8867 17.8413L45 22.5L39.8867 27.1587L41.9856 33.75L35.2279 35.2279L33.75 41.9856L27.1587 39.8867L22.5 45L17.8413 39.8867L11.25 41.9856L9.77208 35.2279L3.01443 33.75L5.11333 27.1587L0 22.5L5.11333 17.8413L3.01443 11.25L9.77208 9.77208L11.25 3.01443L17.8413 5.11333L22.5 0Z" fill="%23B6554F"/></svg>');
  background-size: cover;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .list-check.style-2 li {
    padding: 5px 5px 5px 30px;
  }
  .list-check.style-2 li::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}

.list-check.style-3 li {
  padding: 5px 5px 5px 35px;
  font-size: 20px;
  color: var(--bs-heading-color);
}
.list-check.style-3 li::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0L12.7946 3.19009C13.7781 7.1388 16.8612 10.2219 20.8099 11.2054L24 12L20.8099 12.7946C16.8612 13.7781 13.7781 16.8612 12.7946 20.8099L12 24L11.2054 20.8099C10.2219 16.8612 7.1388 13.7781 3.19009 12.7946L0 12L3.19009 11.2054C7.1388 10.2219 10.2219 7.1388 11.2054 3.19009L12 0Z" fill="%23FD8763"/></svg>');
  background-size: cover;
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  top: 10px;
}
@media (max-width: 591px) {
  .list-check.style-3 li {
    padding: 5px 5px 5px 30px;
    font-size: 18px;
  }
  .list-check.style-3 li::before {
    background-size: cover;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 8px;
  }
}

.list-check.style-4 li {
  padding: 5px 5px 5px 32px;
  font-size: 18px;
  color: var(--bs-heading-color);
}
.list-check.style-4 li::before {
  background-image: url('data:image/svg+xml,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 0L27.1587 5.11333L33.75 3.01443L35.2279 9.77208L41.9856 11.25L39.8867 17.8413L45 22.5L39.8867 27.1587L41.9856 33.75L35.2279 35.2279L33.75 41.9856L27.1587 39.8867L22.5 45L17.8413 39.8867L11.25 41.9856L9.77208 35.2279L3.01443 33.75L5.11333 27.1587L0 22.5L5.11333 17.8413L3.01443 11.25L9.77208 9.77208L11.25 3.01443L17.8413 5.11333L22.5 0Z" fill="%23363E03"/></svg>');
  background-size: cover;
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  top: 7px;
}

.list-grid-2 {
  display: flex;
  flex-wrap: wrap;
}
.list-grid-2 li {
  width: 50%;
}
@media (max-width: 591px) {
  .list-grid-2 li {
    width: 100%;
  }
}

.checklist-section-one {
  padding: 19px 10px;
}
.checklist-section-one .list-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 75px;
  margin: 0;
}
.checklist-section-one .list-check li {
  font-size: 20px;
  color: #fff;
}
.checklist-section-one .list-check li::before {
  color: #4CD8FF;
  font-size: inherit;
}
@media (max-width: 1480px) {
  .checklist-section-one .list-check {
    gap: 50px;
  }
  .checklist-section-one .list-check li {
    font-size: 18px;
  }
}
@media (max-width: 1191px) {
  .checklist-section-one .list-check {
    gap: 15px 30px;
  }
  .checklist-section-one .list-check li {
    font-size: 16px;
  }
}
@media (max-width: 591px) {
  .checklist-section-one .list-check {
    gap: 10px 25px;
  }
  .checklist-section-one .list-check li {
    padding: 5px 5px 5px 25px;
  }
}

.whatsapp-sidebar {
    position: fixed;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    transition: all 300ms ease-in-out;
    left: 22px;
    bottom: 50px;
}
.icon-bar {
    position: fixed;
    top: 55%;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right:0;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all .3s ease;
    color: #fff;
    font-size: 16px;
	border: 1px solid #f1efef29;
}
.icon-bar a:hover {
    background-color: #ee6a15;
}
.facebook {
    background: #363E03;
    color: #fff;
}
.twitter {
    background: #363E03;
    color: #fff;
}
.instagram {
    background: #363E03;
    color: #fff;
}
.linkedin {
    background: #363E03;
    color: #fff;
}
.google {
    background: #363E03;
    color: #fff;
}
.team-member {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.team-members-area {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-justify-content: center;
}
@media only screen and (max-width: 576px) {
  .team-members-area {
    margin-bottom: 30px;
  }
}
.team-members-area .item {
  padding: 0 10px 10px;
}
.team-members-area .team-media {
  height: 140px;
  width: 140px;
  border-radius: 140px;
  position: relative;
  overflow: hidden;
  margin: auto;
  cursor: pointer;
}
.team-members-area .team-media::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--bs-primary);
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition: all 0.5s;
}
.team-members-area .team-media::before {
  color: #fff;
  content: "+";
  font-size: 90px;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  font-weight: 100;
  line-height: 130px;
  transform: scale(0);
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.team-members-area .team-media:hover::before {
  transform: scale(1);
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.team-members-area .team-media::hover:after {
  opacity: 0.5;
}

.team-section {
  position: fixed;
  bottom: -100%;
  left: 0;
  background: #fff8ec;
  z-index: 999;
  width: 100%;
  padding: 50px 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.team-section.active {
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
}
@media (max-width: 575.98px) {
  .team-section {
    padding: 20px 15px;
  }
}

.team-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: auto;
  align-items: center;
}
.team-box .team-media {
  flex: 0 0 20%;
  max-width: 20%;
}
.team-box .team-media img {
  border-radius: 15px;
}
.team-box .team-info {
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 30px;
}
.team-box .team-info p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
.team-box .team-info span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .team-box {
    display: block;
  }
  .team-box .team-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .team-box .team-media {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

.close-team {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  background: var(--bs-primary);
  top: -40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.team-title {
  margin-bottom: 0px;
}

.team-social {
  margin-bottom: 0;
}
.team-social li a {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 30px;
  background: var(--bs-primary);
  line-height: 35px;
  color: #fff;
  text-align: center;
}
.team-social li a:hover {
  background: var(--bs-primary);
}

.team-member .team-media img {
  width: 100%;
}
.team-member .team-media {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.team-member .team-media ul {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 0;
}
.team-member .team-media ul li {
  display: inline-block;
}
.team-member .team-info {
  text-align: center;
  padding: 20px 10px;
}
.team-member .team-info .title {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 32px;
}
.team-member .team-info span {
  color: var(--bs-primary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}
.team-member:hover .team-media ul {
  bottom: 30px;
}
.team-member.style-1 .team-media img {
  border-radius: 50%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member.style-1 .team-info {
  padding: 10px 10px 20px 10px;
}
.team-member.style-1:hover .team-media ul {
  bottom: 0px;
}

.team-page .team-member {
  padding: 0px 20px 10px;
}
.team-page .team-member.style-2 {
  padding: 0;
}

.team-member.style-3 .team-media {
  border: 1px solid var(--bs-dark);
  border-radius: 300px;
  overflow: hidden;
}
.team-member.style-3 .team-media::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bs-secondary-rgb), 0.7);
  opacity: 0;
  transition: all 0.5s;
}
.team-member.style-3 .team-info {
  padding: 20px 0 10px;
}
.team-member.style-3 .team-info .title {
  font-size: 28px;
  margin-bottom: 4px;
  line-height: 1.2;
}
.team-member.style-3 .team-info span {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: unset;
}
.team-member.style-3 .team-social {
  padding: 0;
  margin: 0;
  top: 50%;
  bottom: unset !important;
  z-index: 1;
  transform: translateY(-50%);
  opacity: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.team-member.style-3 .team-social li {
  transform: translateY(25px);
}
.team-member.style-3 .team-social li a {
  height: 50px;
  width: 50px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-member.style-3 .team-social li:nth-child(1) {
  transition: all 0.1s ease;
}
.team-member.style-3 .team-social li:nth-child(2) {
  transition: all 0.2s ease;
}
.team-member.style-3 .team-social li:nth-child(3) {
  transition: all 0.3s ease;
}
.team-member.style-3 .team-social li:nth-child(4) {
  transition: all 0.4s ease;
}
.team-member.style-3:hover .team-media::after {
  opacity: 1;
}
.team-member.style-3:hover .team-social {
  opacity: 1;
}
.team-member.style-3:hover .team-social li {
  transform: translateY(0);
}
@media (max-width: 1440px) {
  .team-member.style-3 .team-info .title {
    font-size: 24px;
  }
}
@media (max-width: 1191px) {
  .team-member.style-3 .team-social {
    gap: 8px;
  }
  .team-member.style-3 .team-social li a {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 991px) {
  .team-member.style-3 {
    padding: 0 20px;
  }
}

.team-member.style-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-member.style-4 .team-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
}
.team-member.style-4 .team-info .title {
  background-color: var(--bs-primary);
  padding: 15px 0;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.4;
  transform: scaleY(0);
  transition: all 0.2s;
}
.team-member.style-4 .team-info span {
  color: var(--bs-secondary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: unset;
  padding: 4px 0;
  display: block;
  background-color: var(--bs-white);
  transform: scaleY(0);
  transition: all 0.2s;
}
.team-member.style-4 .team-media {
  border-radius: 0;
}
.team-member.style-4 .team-media img {
  transition: all 0.2s;
}
.team-member.style-4.active .team-info .title,
.team-member.style-4.active .team-info span, .team-member.style-4:hover .team-info .title,
.team-member.style-4:hover .team-info span {
  transform: scale(1);
}
.team-member.style-4.active .team-media img, .team-member.style-4:hover .team-media img {
  transform: scale(1.15);
}

.video-bx {
  position: relative;
}
.video-bx .video-media-bx a {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  line-height: 80px;
  font-size: 24px;
}
.video-bx .video-media-bx a:hover, .video-bx .video-media-bx a:active, .video-bx .video-media-bx a:focus {
  color: #fff;
}

.video-media-bx {
  overflow: hidden;
  border-radius: 4px;
}
.video-media-bx a {
  width: 110px;
  height: 110px;
  background: var(--bs-primary);
  border-radius: 100px;
  text-align: center;
  line-height: 110px;
  color: #fff;
  font-size: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-media-bx a:hover, .video-media-bx a:active, .video-media-bx a:focus {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .video-media-bx img {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .video-media-bx a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
  }
}

.video-zoom {
  position: relative;
}
.video-zoom::after, .video-zoom::before {
  animation: 2s scrollup infinite linear;
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  border: 1px solid var(--bs-primary);
  left: 0;
  border-radius: 100px;
}
.video-zoom::before {
  animation: 2s scrollup1 infinite linear;
}

@keyframes scrollup {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes scrollup1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
.video-text-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}
.video-text-btn .icon {
  background-color: var(--bs-secondary);
  height: 40px;
  width: 40px;
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-text-btn .text {
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-heading-color);
}

.video-btn {
  height: 98px;
  width: 98px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--bs-secondary);
}
.video-btn::before {
  animation: 1.5s scrollup infinite linear;
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #fff;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 991px) {
  .video-btn {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}

.video-media-bx2 {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.video-media-bx2 img {
  width: 100%;
}
@media (max-width: 767px) {
  .video-media-bx2 {
    border-radius: 20px;
  }
}

.video-section-one {
  position: relative;
  z-index: 1;
}
.video-section-one::after {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.award-bx {
  padding: 30px;
  background: #fff;
  position: relative;
  border-radius: 20px;
}
.award-bx .award-media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.award-bx .award-info {
  text-align: center;
  padding-top: 20px;
}
.award-bx .award-info .title {
  font-weight: 600;
  margin-bottom: 5px;
}
.award-bx .award-info p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.award-bx.left {
  display: flex;
  align-items: start;
}
.award-bx.left .award-media {
  min-width: 30%;
}
.award-bx.left .award-info {
  text-align: left;
  margin-left: 20px;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .award-bx {
    padding: 15px 15px 20px 15px;
  }
  .award-bx.left {
    flex-direction: column;
  }
  .award-bx.left .award-media {
    min-width: 100%;
  }
  .award-bx.left .award-info {
    text-align: center;
    margin-left: 0;
    padding-top: 20px;
  }
  .award-bx .award-info .title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .award-bx .award-info p {
    font-size: 15px;
    line-height: 24px;
  }
}

.timeline-view {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
.timeline-view::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  margin-left: 0px;
  border-left: 1px dashed var(--bs-dark);
  opacity: 0.3;
}

.timeline-area {
  position: relative;
  background-color: inherit;
  width: 100%;
  left: 0;
  display: flex;
}
.timeline-area:last-child .timeline-content {
  border: 0;
  margin-bottom: 0;
}

.timeline-content {
  max-width: 75%;
  flex: 0 0 75%;
  padding-left: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.timeline-content p {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.timeline-content img {
  border-radius: 15px;
  width: 100%;
}

.timeline-date {
  max-width: 25%;
  flex: 0 0 25%;
  padding-bottom: 80px;
  padding: 0 25px 50px 0;
}
.timeline-date .date-bx {
  font-weight: 100;
  color: var(--bs-dark);
  font-size: 60px;
  line-height: 1;
  padding: 10px 0 5px 0;
  border-radius: 4px;
  position: relative;
  width: 100%;
}
.timeline-date .date-bx::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: -35px;
  background-color: white;
  border: 5px solid var(--bs-primary);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline-date h6, .timeline-date .h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: var(--bs-primary);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
.timeline-date h4, .timeline-date .h4 {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 5px;
}
.timeline-date p {
  line-height: 1.4;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .timeline-view .left:before {
    transform: rotate(180deg);
  }
  .timeline-view .right:before {
    left: 60px;
  }
  .timeline-box {
    margin-bottom: 40px;
  }
  .timeline-nav ul {
    padding: 0;
    text-align: center;
  }
  .timeline-nav ul li {
    display: inline-block;
    width: auto;
  }
  .timeline-nav ul li a.active {
    font-size: 24px;
    padding: 5px 0;
  }
  .timeline-nav-box {
    position: sticky;
    top: 50px;
    background-color: #fff;
    z-index: 999;
    padding: 10px 30px;
    margin: 0 15px 30px;
  }
  .timeline-view::after {
    left: 31px;
  }
  .timeline-view .left:after,
  .timeline-view .right:after {
    left: 15px;
  }
  .timeline-view .right {
    left: 0%;
  }
  .timeline-area {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .timeline-area::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .timeline-date .date-bx:before,
  .timeline-view:after {
    content: none;
  }
  .timeline-content {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .timeline-content p {
    font-size: 18px;
  }
  .timeline-date,
  .timeline-content {
    padding-left: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .timeline-date {
    padding: 0;
  }
}
/* History Box */
.history-box .nav-tabs {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  justify-content: center;
  margin-bottom: 50px;
}

.history-box .nav-tabs li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 20px;
  display: block;
  text-transform: capitalize;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
}

.history-box .nav-tabs li a.active,
.history-box .nav-tabs li a:hover {
  border-bottom: 2px solid #fff;
}

.history-box .history-info {
  padding: 50px 30px;
}

.history-box .tab-content .tab-pane img {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .history-box .nav-tabs li a {
    font-size: 18px;
    padding: 15px 18px;
  }
  .history-box .history-info {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .history-box .history-info {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .history-box .nav-tabs li a {
    font-size: 15px;
  }
}
.item-box {
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
}
.item-box .item-media {
  overflow: hidden;
  position: relative;
  background: #000;
}
.item-box .item-media ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  width: 100%;
  text-align: center;
}
.item-box .item-media ul li {
  display: inline-block;
  padding: 0 4px;
}
.item-box .item-media ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: var(--bs-dark);
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 8px;
}
.item-box .item-media ul li a:hover {
  background: var(--bs-primary);
  color: #fff;
}
.item-box .item-info {
  padding: 20px 15px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.item-box .item-info .title {
  margin-bottom: 5px;
  font-size: 16px;
}
.item-box:hover .item-media ul {
  bottom: 20px;
}

.product-full-info .price,
.item-widgets-body .price,
.item-box .price {
  font-weight: 400;
  font-size: 16px;
}

.product-full-info .price span,
.item-widgets-body .price span,
.item-box .price span {
  color: var(--bs-primary);
}

.owl-carousel .item-box {
  margin-bottom: 0;
}

.item-card .item-media {
  overflow: hidden;
  position: relative;
}
.item-card .item-media .item-btns {
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  text-align: center;
}
.item-card .item-media .item-btns li {
  display: inline-block;
  padding: 0 4px;
}
.item-card .item-media .item-btns li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: var(--bs-dark);
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: var(--bs-border-radius);
}
.item-card .item-media .item-btns li a:hover {
  background: var(--bs-primary);
  color: #fff;
}
.item-card:hover .item-media .item-btns {
  bottom: 20px;
}

.item-card-one .item-media {
  border-radius: 20px;
  background-color: #fff;
  padding: 10px 20px;
}
.item-card-one .item-info {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.item-card-one .title {
  font-size: 28px;
  margin-bottom: 5px;
}
.item-card-one .price {
  font-size: 20px;
  line-height: 1.2;
  color: var(--bs-secondary);
}
.item-card-one .price del {
  font-weight: 300;
  color: #999999;
}
@media only screen and (max-width: 1480px) {
  .item-card-one .title {
    font-size: 24px;
  }
  .item-card-one .price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .item-card-one .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .item-card-one .item-info {
    padding-top: 15px;
  }
}

.item-card-two .item-media {
  border-radius: 4px;
  background-color: #fff;
}
.item-card-two .item-info {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.item-card-two .title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.item-card-two .price {
  font-size: 18px;
  line-height: 1.2;
  color: var(--bs-primary);
}
.item-card-two .price del {
  font-weight: 300;
  color: #666666;
}
@media only screen and (max-width: 1191px) {
  .item-card-two .title {
    font-size: 18px;
  }
}

/* Help Box */
.help-bx {
  background: var(--bs-primary);
  border-radius: 20px;
  overflow: hidden;
}
.help-bx .info {
  padding: 15px 35px 35px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.help-bx .info img {
  max-width: 60px;
  margin-bottom: 20px;
}
.help-bx .info::before, .help-bx .info::after {
  content: "";
  background: var(--bs-primary);
  position: absolute;
  top: -25px;
  width: 100%;
  height: 50px;
  left: 0;
  transform: skewY(-8deg);
  z-index: -1;
}
.help-bx .info::before {
  background: #fff8ec;
  top: -32px;
  transform: skewY(-5deg);
  height: 40px;
}
.help-bx .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
.help-bx p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.our-partner {
  position: relative;
  z-index: 3;
}
.our-partner::before {
  content: attr(data-name);
  font-size: 220px;
  line-height: 210px;
  left: 0;
  letter-spacing: 10px;
  position: absolute;
  bottom: auto;
  z-index: -1;
  font-weight: 700;
  text-shadow: 0 5px 40px #edf4ff;
  color: #fff;
  width: 100%;
  text-align: left;
  top: 0;
}
.our-partner .heading-bx {
  margin-bottom: 25px;
}

.our-partner-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 10px 40px 0 rgba(237, 244, 255, 0.75);
  margin-top: -85px;
  position: relative;
  z-index: 1;
}
.our-partner-box .partner-logo {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 35px;
  border-right: 1px solid #e5efff;
  border-bottom: 1px solid #e5efff;
  display: flex;
  align-items: center;
}
.our-partner-box .partner-logo:nth-child(3n) {
  border-right: 0;
}
.our-partner-box .partner-logo:nth-child(7), .our-partner-box .partner-logo:nth-child(8), .our-partner-box .partner-logo:nth-child(9) {
  border-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .our-partner:before {
    font-size: 170px;
    line-height: 175px;
  }
  .our-partner .section-sp3 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .our-partner:before {
    font-size: 100px;
    line-height: 100px;
    bottom: -15px;
  }
  .our-partner-box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .our-partner:before {
    font-size: 100px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .our-partner-box {
    padding: 15px;
  }
  .our-partner-box .partner-logo {
    padding: 15px;
  }
  .our-partner:before {
    font-size: 60px;
    line-height: 80px;
  }
}
.social-link {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
.social-link li {
  display: inline-block;
}
.social-link li a {
  font-size: 16px;
}

.social-link-1 {
  gap: 30px;
}

.social-link-2 {
  gap: 10px;
}
.social-link-2 li a {
  height: 35px;
  width: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.social-link-2 li a:hover {
  color: #fff;
  background-color: var(--bs-primary);
}

.gsap-marquee {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  will-change: transform;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.marquee-one {
  color: #fff;
  font-size: 70px;
  font-family: var(--bs-headings-font-family);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.marquee-one span {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
}
.marquee-one span img {
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.marquee-one span::after {
  content: "";
  background-image: url(../images/marquee/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  min-width: 45px;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  animation: marqueeStarRotate 10s linear infinite;
}
@media (max-width: 1480px) {
  .marquee-one {
    font-size: 60px;
    height: 120px;
  }
  .marquee-one span img {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }
}
@media (max-width: 1191px) {
  .marquee-one {
    font-size: 48px;
    height: 100px;
  }
  .marquee-one span img {
    height: 48px;
    width: 48px;
    min-width: 48px;
  }
  .marquee-one span::after {
    height: 35px;
    width: 35px;
    min-width: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 591px) {
  .marquee-one {
    font-size: 36px;
    height: 80px;
  }
  .marquee-one span img {
    height: 36px;
    width: 36px;
    min-width: 36px;
  }
  .marquee-one span::after {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
}

.marquee-two {
  font-size: 40px;
  font-family: var(--bs-headings-font-family);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-heading-color);
}
.marquee-two .marquee-content {
  gap: 70px;
}
.marquee-two span {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
}
.marquee-two span img {
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 25px;
}
@media (max-width: 1480px) {
  .marquee-two {
    height: 120px;
  }
  .marquee-two span img {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }
}
@media (max-width: 1191px) {
  .marquee-two {
    height: 100px;
  }
  .marquee-two span img {
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin-right: 15px;
  }
  .marquee-two .marquee-content {
    gap: 40px;
  }
}
@media (max-width: 591px) {
  .marquee-two {
    font-size: 36px;
    height: 80px;
  }
  .marquee-two span img {
    height: 42px;
    width: 42px;
    min-width: 42px;
  }
}

.marquee-three {
  color: #fff;
  font-size: 13px;
  font-family: var(--bs-body-font-family);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 600;
}
.marquee-three span {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
}
.marquee-three span::after {
  content: "";
  background-image: url(../images/marquee/star2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  min-width: 14px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  animation: marqueeStarRotate 10s linear infinite;
}

.marquee-four {
  font-size: 80px;
  font-weight: 300;
  font-family: var(--bs-headings-font-family);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-heading-color);
  padding-top: 10px;
}
.marquee-four .marquee-content {
  gap: 0px;
}
.marquee-four span {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
}
.marquee-four span::after {
  content: "";
  background-image: url(../images/star3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  min-width: 45px;
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  animation: marqueeStarRotate 10s linear infinite;
}
.marquee-four.text-white {
  color: #fff;
}
.marquee-four.text-white span::after {
  background-image: url(../images/star3-white.svg);
}
@media (max-width: 1480px) {
  .marquee-four {
    height: 120px;
    font-size: 60px;
  }
}
@media (max-width: 1191px) {
  .marquee-four {
    height: 100px;
    font-size: 48px;
  }
  .marquee-four span::after {
    height: 35px;
    width: 35px;
    min-width: 35px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .marquee-four {
    height: 80px;
    font-size: 36px;
  }
  .marquee-four span::after {
    height: 25px;
    width: 25px;
    min-width: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 591px) {
  .marquee-four {
    height: 60px;
    font-size: 28px;
    padding-top: 2px;
  }
  .marquee-four span::after {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.marquee-five {
  font-size: 150px;
  color: #fff;
  font-family: var(--bs-headings-font-family);
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.marquee-five .marquee-content {
  gap: 90px;
}
.marquee-five .text-outline {
  color: transparent;
  -webkit-text-stroke: 1px white;
}
@media (max-width: 1480px) {
  .marquee-five {
    font-size: 120px;
  }
}
@media (max-width: 1191px) {
  .marquee-five {
    font-size: 100px;
  }
  .marquee-five .marquee-content {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .marquee-five {
    font-size: 80px;
  }
  .marquee-five .marquee-content {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .marquee-five {
    font-size: 60px;
  }
}
@media (max-width: 591px) {
  .marquee-five {
    font-size: 40px;
  }
}

@keyframes marqueeStarRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* BLOG */
.blog-post {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 591px) {
  .blog-post {
    margin-bottom: 40px;
  }
}

.ld-post-title {
  margin-bottom: 5px;
}

.ld-post-title h1, .ld-post-title .h1 {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .ld-post-title h1, .ld-post-title .h1 {
    font-size: 28px;
  }
}

.ld-post-title .post-title {
  margin-bottom: 5px;
}

.ld-post-meta {
  margin-bottom: 15px;
}

.ld-post-meta ul {
  list-style: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.ld-post-meta ul li {
  padding: 0;
  display: inline-block;
  color: #25314a;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.ld-post-meta ul li strong {
  font-weight: 500;
}

.ld-post-meta a {
  color: var(--bs-primary);
}

.ld-post-meta i {
  margin: 0 5px;
  font-size: 15px;
}

.ld-post-text {
  margin-bottom: 20px;
}

.ld-post-text p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .ld-post-text p {
    font-size: 16px;
  }
}

.ld-post-text p:last-child {
  margin: 0;
}

.blog-group .blog-post {
  margin-bottom: 30px;
}

.blog-group .blog-post {
  display: flex;
}

.blog-group .blog-post .ld-post-info {
  padding: 30px;
}

.blog-group .blog-md .ld-post-media {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
}

.blog-group .blog-md .ld-post-media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .ld-post-meta .d-flex {
    display: block !important;
  }
}
.blog-md .ld-post-media {
  width: 230px;
  border-radius: 4px;
}

.blog-md.sm-large,
.blog-md.md-large {
  display: flex;
  flex-wrap: wrap;
}

.blog-md.md-large {
  margin-bottom: 60px;
}

.blog-md.md-large .ld-post-media {
  width: 55%;
  flex: 0 0 55%;
}

.blog-md.md-large .ld-post-info {
  width: 45%;
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 30px;
}

.blog-md.md-large .post-title {
  font-size: 40px;
  line-height: 50px;
}

.blog-md.sm-large .media-post li a,
.blog-md.md-large .media-post li a {
  color: #a3b1c7;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
}

.blog-md.sm-large .media-post li a {
  font-size: 14px;
}

.blog-md.md-large p {
  font-size: 18px;
  color: #585a86;
  line-height: 32px;
}

.blog-md.sm-large .media-post,
.blog-md.md-large .media-post {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}

.blog-md.md-large .ld-post-info .post-title {
  margin-bottom: 10px;
}

.blog-md.sm-large .ld-post-info .post-extra,
.blog-md.md-large .ld-post-info .post-extra {
  border: 0;
  margin-top: auto;
}

.blog-md.sm-large {
  margin-bottom: 0;
}

.blog-md.sm-large .ld-post-media {
  width: 45%;
  flex: 0 0 45%;
  display: flex;
  align-items: stretch;
}

.blog-md.sm-large .ld-post-info {
  width: 55%;
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 30px;
}

.blog-md.sm-large .post-title {
  font-size: 22px;
  line-height: 32px;
}

.blog-md .ld-post-info {
  border: none;
  padding-left: 30px;
}

.blog-md .ld-post-tags {
  border: none;
  display: inline-block;
  padding: 0;
}

.blog-md .ld-post-info .post-title {
  margin-top: 0;
}

.blog-md,
.blog-md .ld-post-info {
  overflow: hidden;
}

.blog-md .ld-post-info,
.blog-md .ld-post-media {
  display: table-cell;
  vertical-align: middle;
}

.blog-md .ld-post-media {
  vertical-align: top;
}

.blog-md .ld-post-info > div:last-child {
  margin-bottom: 0;
}

.blog-area .heading-bx {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.side-post {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.side-post .blog-post.blog-md {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.side-post .blog-post.blog-md:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.side-post .blog-md .ld-post-info h4, .side-post .blog-md .ld-post-info .h4 {
  font-size: 24px;
}

.side-post .blog-md .ld-post-info {
  padding-left: 20px;
}

.side-post .blog-md .ld-post-media {
  width: 200px;
}

.blog-share {
  position: relative;
}

.share-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.share-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-btn ul li {
  display: inline-block;
  margin-left: -40px;
  float: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.share-btn ul li a.btn {
  border-radius: 3px;
  width: 40px;
  line-height: 44px;
  height: 44px;
  display: block;
  color: #000;
  background: #E6E6E6;
}

.share-btn ul li a.btn:hover {
  background: #D6D6D6;
}

.share-btn ul:hover li.share-button a.btn {
  background: #A0A0A0;
}

.share-btn ul:hover li {
  margin-left: 4px;
}

.share-details-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-details-btn ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 6px;
}

.recent-news {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 591px) {
  .recent-news {
    margin-bottom: 40px;
  }
}

.blog-post .media-post li a,
.blog-single .media-post li a,
.recent-news .media-post li a {
  font-weight: 400;
  color: #696969;
  font-size: 15px;
  letter-spacing: unset;
  line-height: 22px;
}

.blog-post .media-post,
.blog-single .media-post,
.recent-news .media-post {
  display: flex;
  align-items: center;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}

.blog-single .post-title,
.recent-news .post-title {
  font-weight: 700;
}

.blog-post .post-title,
.recent-news .post-title {
  margin-bottom: 10px;
}

.recent-news .media-post li.date {
  padding: 0;
  line-height: 14px;
}

.recent-news .media-post li {
  padding: 0 20px 0 0px;
  position: relative;
}

.recent-news .media-post li.admin a img {
  width: 36px;
  height: 36px;
  margin-right: 15px;
  border-radius: 36px;
}

.recent-news .media-post li.comment a {
  display: flex;
}

.blog-post .media-post li a i,
.recent-news .media-post li a i {
  margin-right: 5px;
}

.blog-post .btn-link,
.recent-news .btn-link {
  color: var(--bs-primary);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid;
  border-radius: 0;
  text-decoration: none !important;
}

.blog-post .ld-post-info p,
.recent-news .info-bx p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-post .ld-post-info p {
  margin-bottom: 10px;
}

.blog-post .media-post {
  margin-bottom: 10px;
}

.recent-news .info-bx {
  position: unset;
  padding-top: 25px;
}

.recent-news .post-extra {
  padding: 0;
  border: 0;
  position: relative;
}

.recent-news .post-extra .btn {
  padding: 13px 30px;
}

.aside-bx {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .blog-md .ld-post-media {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-md.blog-post .ld-pfost-media,
  .blog-md.blog-post .ld-post-info {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .blog-md.blog-post .ld-post-info {
    margin-top: 20px;
  }
  .blog-md .ld-post-media {
    width: 100%;
  }
  .blog-md.blog-post .ld-post-info {
    padding: 25px 0 0;
    margin: 0;
  }
}
.blog-card {
  background-color: #fff;
  padding: 20px;
  border-radius: var(--bs-border-radius-lg);
  border: 1px solid var(--bs-light);
}
@media (max-width: 767px) {
  .blog-card {
    padding: 15px;
  }
}
.blog-card .ld-post-media a {
  display: block;
}
.blog-card .ld-post-media img {
  border-radius: var(--bs-border-radius);
}

.blog-card-v1 {
  margin-bottom: 20px;
}
.blog-card-v1 .media-post {
  margin-bottom: 5px;
}
.blog-card-v1 .media-post li a {
  color: #999999;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .blog-card-v1 .media-post li a {
    font-size: 14px;
  }
}
.blog-card-v1 .post-title {
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .blog-card-v1 .post-title {
    font-size: 20px;
  }
}
.blog-card-v1 .ld-post-info {
  padding: 35px 10px 20px;
}
@media only screen and (max-width: 591px) {
  .blog-card-v1 .ld-post-info {
    padding: 25px 10px 15px;
  }
}
.blog-card-v1 .btn-link {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  font-weight: 500;
}
.blog-card-v1 .btn-link span {
  border-bottom: 1px solid;
}
.blog-card-v1 .btn-link i {
  font-weight: 700;
  font-size: 15px;
}
.blog-card-v1.blog-md {
  display: flex;
}
.blog-card-v1.blog-md .ld-post-info {
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card-v1.blog-md .ld-post-media {
  width: 250px;
  min-width: 250px;
  height: 260px;
}
.blog-card-v1.blog-md .ld-post-media a {
  height: 100%;
  width: 100%;
}
.blog-card-v1.blog-md .ld-post-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .blog-card-v1.blog-md .ld-post-media {
    width: 200px;
    min-width: 200px;
    height: 215px;
  }
  .blog-card-v1.blog-md .ld-post-info {
    padding: 15px 25px;
  }
}
@media (max-width: 591px) {
  .blog-card-v1.blog-md {
    flex-direction: column;
  }
  .blog-card-v1.blog-md .ld-post-media {
    width: 100%;
    min-width: 100%;
  }
  .blog-card-v1.blog-md .ld-post-info {
    padding: 15px 10px;
  }
}

.blog-card-v2 {
  margin-bottom: 20px;
}
.blog-card-v2 .media-post {
  margin-bottom: 5px;
}
.blog-card-v2 .media-post li {
  font-size: 14px;
  text-transform: uppercase;
  color: #C3C3C3;
}
.blog-card-v2 .media-post li a {
  color: #666;
  line-height: 1.2;
}
.blog-card-v2 .media-post li:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
}
.blog-card-v2 .post-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .blog-card-v2 .post-title {
    font-size: 20px;
  }
}
.blog-card-v2 .ld-post-media img {
  border-radius: 4px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card-v2 .ld-post-info {
  padding: 20px 0 10px;
}

.blog-card-v3 {
  margin-bottom: 20px;
}
.blog-card-v3 .media-post {
  margin-bottom: 5px;
}
.blog-card-v3 .media-post li {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(68, 68, 68, 0.3);
  font-weight: 400;
}
.blog-card-v3 .media-post li a {
  color: #666666;
  line-height: 1.2;
  font-weight: 300;
}
.blog-card-v3 .media-post li:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
}
.blog-card-v3 .media-post li.date a {
  color: var(--bs-secondary);
}
.blog-card-v3 .post-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .blog-card-v3 .post-title {
    font-size: 20px;
  }
}
.blog-card-v3 .ld-post-media img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card-v3 .ld-post-info {
  padding: 20px 0 10px;
}

/* Blog Single */
.blog-single {
  margin-bottom: 60px;
}

.blog-single .media-post {
  padding: 0;
}

.blog-single .action-box {
  margin-bottom: 30px;
}

.blog-single .ld-post-text ul {
  padding: 0 0 0 30px;
}

.blog-single .ld-post-text ul li {
  padding: 5px 0;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .blog-single .ld-post-text ul li {
    font-size: 16px;
  }
}

.blog-single .ld-post-meta .post-tags a {
  color: var(--bs-primary);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
}

.blog-single .ld-post-meta {
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #f3ebde;
  border-radius: 15px;
  justify-content: space-between;
}

.blog-single .ld-post-text {
  margin-top: 10px;
}

.blog-single .ld-post-tags {
  margin-top: 20px;
}

.blog-single .ld-post-media {
  border-radius: 4px;
}

/* Blog User */
.author-profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: -2px 5px 10px 0 rgba(0, 16, 147, 0.1);
  z-index: 2;
  position: relative;
  margin: 0 auto 20px;
}

.author-profile-content ul li a {
  padding: 0 2px;
  background: var(--bs-primary);
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  display: block;
}

.author-profile-content ul li a:hover {
  background: var(--bs-primary);
  color: #fff;
}

.author-profile-content ul li a i {
  margin: 0;
}

.author-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}

.blog-user .author-profile-pic img {
  width: 100%;
}

.blog-user .author-profile-pic {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
  z-index: 2;
  position: relative;
  margin: 0 auto 20px;
  border: 0;
}

.blog-user .author-profile-content h6, .blog-user .author-profile-content .h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}

.blog-user .author-profile-content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

/* Gutenberg Css */
.min-container,
.blog-post.blog-single {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.max-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 55px;
  padding-right: 55px;
}

.blog-post.blog-single .ld-post-info {
  padding: 0;
}

.blog-post.blog-single .ld-post-text.text > ol,
.blog-post.blog-single .ld-post-text.text > ul {
  padding-left: 30px;
}

.blog-post.blog-single .ld-post-text.text > ol li,
.blog-post.blog-single .ld-post-text.text > ul li {
  padding: 5px 5px;
  color: #2b2d2e;
}

.blog-post.blog-single .ld-post-text.text > .wp-block-gallery {
  padding: 0;
  list-style: none;
}

.blog-post.blog-single .ld-post-text.text > .wp-block-gallery li {
  padding: 0;
  list-style: none;
  margin: 10px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 8px 8px 0;
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  margin-right: 8px;
}

.content-spacious-full .wp-block-gallery {
  margin-left: -205px;
  margin-right: -205px;
  width: calc(100% + 400px + 10px);
  max-width: initial;
}

.alignwide {
  margin-left: -105px;
  margin-right: -105px;
  width: calc(100% + 200px + 10px);
  max-width: initial;
}

.alignfullwide {
  margin-left: calc(50% - 50vw - var(--content-share-ml, 0px) / 2);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}

.ld-post-text h1, .ld-post-text .h1,
.thm-unit-test .ld-post-text h1 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 10px;
  font-weight: 700;
}

.ld-post-text h2, .ld-post-text .h2,
.thm-unit-test .ld-post-text h2 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 5px;
  font-weight: 700;
}

.ld-post-text h3, .ld-post-text .h3,
.thm-unit-test .ld-post-text h3 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 8px;
  font-weight: 700;
}

.ld-post-text h4, .ld-post-text .h4,
.thm-unit-test .ld-post-text h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 5px;
  font-weight: 600;
}

.ld-post-text h5, .ld-post-text .h5,
.thm-unit-test .ld-post-text h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}

.ld-post-text h6, .ld-post-text .h6,
.thm-unit-test .ld-post-text h6 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

pre {
  margin: 0 0 25px;
  padding: 20px;
  color: #ddd;
  background-color: #222;
  white-space: pre;
  text-shadow: 0 1px 0 #000;
  border-radius: 5px;
  border-bottom: 1px solid #555;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset, 0 0 20px rgba(0, 0, 0, 0.2) inset;
}

.blog-post.blog-single .ld-post-text ul li,
.blog-post.blog-single .ld-post-text ol li,
.blog-post.blog-single .ld-post-text p {
  font-size: 15px;
  line-height: 28px;
}

.blog-post.blog-single .ld-post-text p {
  margin-bottom: 28px;
}

.blog-post.blog-single .ld-post-text blockquote p {
  font-size: 18px;
  line-height: 30px;
  color: #2b2d2e;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}

.blog-post.blog-single .ld-post-text .wp-block-gallery {
  margin-left: -195px;
  margin-right: -195px;
  width: calc(100% + 380px + 10px);
  max-width: initial;
}

.blog-post.blog-single .ld-post-text > div + p:first-letter,
.blog-post.blog-single .ld-post-text > p:first-child:first-letter {
  color: #6d9ec4;
  font-size: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 14px;
  margin-top: 15px;
}

.paginate-links {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.paginate-links a,
.paginate-links > span {
  margin: 0 0 0 10px;
  position: relative;
  border: 0px solid #6cc000;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  background: #E0E0E0;
  border-radius: 3px;
}

.wp-block-button__link {
  border-radius: 4px;
  font-size: 16px;
  padding: 10px 30px;
  font-weight: 700;
}

.blog-post.blog-single .ld-post-text .has-large-font-size {
  font-size: 36px;
  line-height: 50px;
  color: #000;
}

/* Gutenberg Gallery */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 !important;
  margin: 15px 0;
}
@media only screen and (max-width: 591px) {
  .wp-block-gallery {
    margin: 5px 0;
  }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 6px 6px 0;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  height: 100%;
  margin: 0;
}

@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    align-items: flex-end;
    display: flex;
    justify-content: flex-start;
  }
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 15px;
}

@supports (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    -o-object-fit: cover;
    flex: 1;
    height: 100%;
    object-fit: cover;
  }
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 8px);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
  .alignwide .alignleft img {
    width: 100%;
  }
  .alignwide .alignleft {
    margin: 5px 0px 25px 0;
    float: none;
  }
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 20px;
    width: calc(33.33333% - 10.66667px);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 20px;
    width: calc(25% - 12px);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 20px;
    width: calc(20% - 12.8px);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 20px;
    width: calc(16.66667% - 13.33333px);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 20px;
    width: calc(14.28571% - 13.71429px);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 20px;
    width: calc(12.5% - 14px);
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}

.wp-block-image.alignfullwide img {
  border-radius: 0;
}

.wp-block-image img {
  border-radius: 10px;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex;
}

.aligncenter {
  text-align: center;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

/* Comment list */
.comments-area {
  padding: 0;
}

.comments-area .comments-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

ol.comment-list li.comment {
  position: relative;
  padding: 0;
}

ol.comment-list li.comment .comment-body {
  margin-bottom: 30px;
  margin-left: 80px;
  position: relative;
  background: #fff;
  padding: 30px 30px;
  border-radius: 15px;
}

ol.comment-list li.comment .comment-body:after {
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -6px;
  transform: rotate(45deg);
  top: 30px;
}

ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 0;
  left: -80px;
  width: 70px;
  height: 70px;
  border-radius: 64px;
  -webkit-border-radius: 64px;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 30px 0 rgba(0, 10, 105, 0.03);
}

ol.comment-list li.comment .comment-author .fn {
  display: inline-block;
  color: var(--bs-dark);
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0px;
  line-height: 24px;
}

ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #999999;
  font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 5px;
}

ol.comment-list li.comment .comment-meta a {
  color: #8d8d8d;
}

ol.comment-list li.comment .comment-meta a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  display: inline-block;
}

ol.comment-list li.comment p {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

ol.comment-list li.comment .reply a {
  background: var(--bs-light);
  padding: 3px 15px;
  display: inline-block;
  border-radius: 15px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bs-primary);
}

ol.comment-list li.comment .reply a:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
  padding: 0;
}

ol.comment-list li .children li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }
  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 70px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -75px;
    height: 60px;
    width: 60px;
  }
  ol.comment-list li .children {
    margin-left: 20px;
  }
  ol.comment-list li.comment .reply a {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 52px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    left: -55px;
    top: 12px;
    width: 40px;
    height: 40px;
  }
}
/* Comment form */
.comment-respond {
  padding: 30px 30px;
  background: #fff;
  border-radius: 15px;
}

.comment-respond .comment-reply-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.comments-area .comment-form {
  margin: 0 -10px;
}

.comments-area .comment-form .comment-notes {
  display: none;
}

.comments-area .comment-form p {
  width: 33.333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}

.comments-area .comment-form p.form-allowed-tags {
  width: 100%;
}

ol.comment-list li.comment .comment-respond .comment-form p {
  padding: 0 15px !important;
}

.comments-area .comment-form p label {
  display: none;
  line-height: 18px;
  margin-bottom: 10px;
}

.comments-area .comment-form p input[type=text],
.comments-area .comment-form p textarea {
  width: 100%;
  height: 45px;
  padding: 14px 22px 14px 22px;
  border: 1px solid #d5cfc5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  text-transform: capitalize;
  color: #000000;
  background: #fff;
  font-size: 14px;
}

.comments-area .comment-form p input[type=text]:hover,
.comments-area .comment-form p textarea:hover,
.comments-area .comment-form p input[type=text]:focus,
.comments-area .comment-form p textarea:focus {
  border-color: var(--bs-primary);
  box-shadow: none !important;
  outline: none;
}

.comments-area .comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}

.comments-area .comment-form p textarea {
  height: 120px;
}

.comments-area .comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
}

.comments-area .comment-form p input[type=submit] {
  background-color: var(--bs-primary);
  border: none;
  border-radius: 30px;
  border-style: solid;
  border-width: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 30px;
}

.comments-area .comment-form p input[type=submit]:hover,
.comments-area .comment-form p input[type=submit]:focus,
.comments-area .comment-form p input[type=submit]:active {
  background-color: var(--bs-primary);
  border-color: #6ab33e;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-form p {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .comment-respond {
    padding: 20px;
  }
}
@media (min-width: 1380px) {
  .container-v1 {
    max-width: 1320px;
  }
}

.hero-slider1 {
  height: auto;
    background-color: transparent;
    position: relative;
    overflow: inherit;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
}
.hero-slider1 .hero-swiper-33{
    width:100%;
}
.hero-slider1 .hero-swiper-33 .row{
    width:100%;
}
.hero-slider1 .swiper-slide {
  background-color: transparent;
}
.hero-slider1 .parallax-text {
  position: absolute;
  left: -20px;
  bottom: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  font-size: 310px;
  line-height: 220px;
  color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.hero-slider1 .hero-img {
  margin-right: 0;
  min-width: auto;
  margin-left: -120px;
  height: auto;
}
.hero-slider1 .hero-img img {
  height: 100%;
  width: auto;
  max-width: -moz-max-content;
}
.hero-slider1 h1, .hero-slider1 .h1 {
  font-size: 70px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 10px;
}
.hero-slider1 p {
  font-size: 24px;
  font-weight: 300;
}
.hero-slider1 .btn-content {
  margin-top: 50px;
}
.hero-slider1 .hero-content {
  padding-top: 170px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1480px) {
  .hero-slider1 {
    height: auto;
  }
  .hero-slider1 h1, .hero-slider1 .h1 {
    font-size: 70px;
  }
  .hero-slider1 p {
    font-size: 20px;
  }
  .hero-slider1 .btn-content {
    margin-top: 30px;
  }
  .hero-slider1 .parallax-text {
    font-size: 200px;
    line-height: 150px;
  }
  .hero-slider1 .hero-img {
    min-width: 1005;
    height: auto;
  }
}
@media only screen and (max-width: 1191px) {
  .hero-slider1 {
    height: auto;
  }
  .hero-slider1 h1, .hero-slider1 .h1 {
    font-size: 52px;
  }
  .hero-slider1 p {
    font-size: 18px;
  }
  .hero-slider1 .parallax-text {
    font-size: 120px;
    line-height: 100px;
  }
  .hero-slider1 .hero-img {
    min-width: 500px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .hero-slider1 {
    height: auto;
  }
  .hero-slider1 h1, .hero-slider1 .h1 {
    font-size: 50px;
  }
  .hero-slider1 p {
    font-size: 14px;
  }
  .hero-slider1 .parallax-text {
    font-size: 100px;
    line-height: 80px;
  }
  .hero-slider1 .hero-img {
    min-width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider1 {
    height: auto;
  }
  .hero-slider1 h1, .hero-slider1 .h1 {
    font-size: 38px;
  }
  .hero-slider1 .btn-content {
    margin-top: 15px;
  }
  .hero-slider1 .parallax-text {
    font-size: 80px;
    line-height: 60px;
    left: 10px;
  }
  .hero-slider1 .hero-img {
    min-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 591px) {
  .hero-slider1 .hero-img {
    display: block !important;
  }
  .hero-slider1 .parallax-text {
    font-size: 60px;
    line-height: 50px;
  }
}

.portfolio-swiper4 {
  margin-left: -350px;
  margin-right: -350px;
}
@media only screen and (max-width: 1191px) {
  .portfolio-swiper4 {
    margin-left: -250px;
    margin-right: -250px;
  }
}

.hero-slider2 {
  padding: 0 80px;
  width: 100%;
}
.hero-slider2 .swiper-slide {
  background-color: #fff;
}
.hero-slider2 .swiper-thumbs .swiper-slide {
  min-height: 290px;
}
.hero-slider2 .hero-container {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  padding: 60px;
}
.hero-slider2 .hero-img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.hero-slider2 .hero-img::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../images/hero-banner/banner2/noise-overlay.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero-slider2 .sub-title {
  color: var(--bs-secondary);
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.hero-slider2 .title {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero-slider2 p {
  font-size: 20px;
  margin-bottom: 0;
}
.hero-slider2 .hero-content {
  padding: 0 60px 0 50px;
}
.hero-slider2 .btn-content {
  padding-top: 45px;
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.hero-slider2 .autoplay-progress {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 10;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}
.hero-slider2 .autoplay-progress::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
  border-radius: 50%;
}
.hero-slider2 .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.hero-slider2 .hero-swiper2-thumb {
  position: relative;
}
.hero-slider2 .number-pagination {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 18px;
}
.hero-slider2 .number-pagination .slide-separate {
  width: 40px;
  min-width: 40px;
  height: 2px;
  background-color: #fff;
  opacity: 0.4;
}
.hero-slider2 .number-pagination .slide-items {
  opacity: 0.4;
}
@media (max-width: 1680px) {
  .hero-slider2 {
    padding: 0 50px;
  }
  .hero-slider2 .hero-container {
    padding: 40px;
  }
  .hero-slider2 .title {
    font-size: 60px;
  }
}
@media (max-width: 1480px) {
  .hero-slider2 {
    padding: 0 15px;
  }
  .hero-slider2 .hero-container {
    padding: 30px;
    border-radius: 30px;
  }
  .hero-slider2 .title {
    font-size: 48px;
  }
  .hero-slider2 .sub-title {
    font-size: 18px;
  }
  .hero-slider2 p {
    font-size: 18px;
  }
  .hero-slider2 .hero-content {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 1911px) {
  .hero-slider2 .hero-container {
    padding: 20px;
    border-radius: 20px;
  }
  .hero-slider2 .title {
    font-size: 36px;
  }
  .hero-slider2 .hero-content {
    padding: 0 0 0 15px;
  }
  .hero-slider2 .btn-content {
    padding-top: 35px;
  }
  .hero-slider2 .autoplay-progress {
    left: 20px;
    top: 20px;
  }
  .hero-slider2 .number-pagination {
    right: 20px;
    bottom: 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hero-slider2 .hero-content {
    padding: 20px 15px 10px;
  }
}
@media (max-width: 591px) {
  .hero-slider2 {
    padding: 0 10px;
  }
  .hero-slider2 .hero-container {
    padding: 10px;
    border-radius: 15px;
  }
  .hero-slider2 .hero-img {
    border-radius: 10px;
  }
  .hero-slider2 .title {
    font-size: 32px;
  }
  .hero-slider2 .sub-title {
    font-size: 16px;
  }
  .hero-slider2 .hero-content {
    padding: 15px 10px 10px;
  }
  .hero-slider2 .btn-content {
    padding-top: 20px;
    gap: 15px;
  }
}

@media (min-width: 1200px) {
  .container-large {
    max-width: 1200px;
  }
}
@media (min-width: 1480px) {
  .container-large {
    max-width: 1530px;
  }
}

@media (min-width: 1400px) {
  .container-large-two {
    max-width: 1420px;
  }
}

.container-fluid-space {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 767px) {
  .container-fluid-space {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-fluid-space {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.cta-section-one {
  height: 935px;
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
}
.cta-section-one > * {
  position: relative;
  z-index: 2;
}
.cta-section-one::before, .cta-section-one::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cta-section-one::after {
  background-image: url(../images/noise-overlay.png);
  z-index: 1;
}
.cta-section-one::before {
  background: linear-gradient(to bottom, var(--bs-light) 25%, rgba(0, 0, 0, 0) 80%);
}
.cta-section-one .title {
  font-size: 70px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 1480px) {
  .cta-section-one {
    height: 750px;
  }
}
@media (max-width: 1191px) {
  .cta-section-one {
    height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cta-section-one .title {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cta-section-one {
    height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-section-one .title {
    font-size: 48px;
  }
}
@media (max-width: 591px) {
  .cta-section-one {
    height: 350px;
  }
  .cta-section-one .title {
    font-size: 36px;
  }
}

.circle-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background: transparent;
  border-radius: 100%;
  animation: circleAnimation 18s linear infinite;
  text-align: center;
  padding: 15px;
  position: relative;
}
.circle-text-wrapper:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.circle-text-wrapper .circle-letter {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 70px;
  width: 140px;
  transform-origin: bottom center;
  transform: rotate(var(--letter));
  color: var(--bs-heading-color);
}
.circle-text-wrapper i {
  display: block;
  margin: 0;
  animation: circleAnimation 18s linear infinite;
  animation-direction: reverse;
  transition: all 0.3s;
  color: var(--bs-secondary);
  font-size: 30px;
}
@keyframes circleAnimation {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 1191px) {
  .circle-text-wrapper {
    width: 140px;
    height: 140px;
  }
  .circle-text-wrapper i {
    font-size: 20px;
  }
  .circle-text-wrapper .circle-letter {
    font-size: 14px;
    height: 60px;
    width: 120px;
  }
}

.appointments-section-one {
  border-radius: 50px;
  padding: 90px 30px;
  overflow: hidden;
  position: relative;
}
.appointments-section-one .heading-bx {
  margin-bottom: 50px;
}
@media (max-width: 1480px) {
  .appointments-section-one {
    padding: 80px 30px;
  }
}
@media (max-width: 1191px) {
  .appointments-section-one {
    padding: 40px 30px;
  }
  .appointments-section-one .heading-bx {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .appointments-section-one {
    border-radius: 30px;
  }
}
@media (max-width: 591px) {
  .appointments-section-one {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 10px 30px;
  }
  .appointments-section-one .heading-bx {
    margin-bottom: 20px;
  }
}

.appointments-section-two {
  border-radius: 50px;
  padding: 70px 30px;
  overflow: hidden;
  position: relative;
}
.appointments-section-two .heading-bx {
  margin-bottom: 50px;
}
@media (max-width: 1480px) {
  .appointments-section-two {
    padding: 80px 30px;
  }
}
@media (max-width: 1191px) {
  .appointments-section-two {
    padding: 50px 50px;
  }
  .appointments-section-two .heading-bx {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .appointments-section-two {
    border-radius: 30px;
  }
}
@media (max-width: 591px) {
  .appointments-section-two {
    border-radius: 12px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 30px 15px 25px;
  }
  .appointments-section-two .heading-bx {
    margin-bottom: 20px;
  }
}

.amelia-v2-booking #amelia-container.am-fs__wrapper{
    height: auto !important;
    margin: 30px auto !important;
}
.appointments-card-one {
  background-color: var(--bs-primary);
  padding: 20px 30px;
  border-radius: 30px;
}
.appointments-card-one .heading-bx {
  margin-bottom: 0px;
}
.appointments-card-one .form-control {
  font-size: 18px;
  font-weight: 300;
  border-width: 0 0 1px 0px;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}
.appointments-card-one .form-control:not(textarea) {
  height: 50px;
}
@media (max-width: 1191px) {
  .appointments-card-one {
    padding: 40px;
  }
}
.appointments-card-one.bg-white .form-control {
  color: var(--bs-body-color);
  border-color: rgba(0, 0, 0, 0.1);
}
.appointments-card-one.bg-white .form-control::-moz-placeholder {
  color: var(--bs-body-color);
}
.appointments-card-one.bg-white .form-control::placeholder {
  color: var(--bs-body-color);
}
.appointments-card-one.bg-white .form-control:hover {
  border-color: var(--bs-secondary);
}
.appointments-card-one:not(.bg-white) .form-control {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.appointments-card-one:not(.bg-white) .form-control::-moz-placeholder {
  color: #fff;
}
.appointments-card-one:not(.bg-white) .form-control::placeholder {
  color: #fff;
}
.appointments-card-one:not(.bg-white) .form-control:hover {
  border-color: #fff;
}
@media (max-width: 591px) {
  .appointments-card-one {
    padding: 25px;
    border-radius: 20px;
  }
}

.contact-info-one ul {
  margin: 0;
  padding: 0;
}
.contact-info-one ul li {
  display: flex;
  font-size: 20px;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  padding-right: 30px;
}
.contact-info-one ul li .icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
  display: flex;
  background-color: var(--bs-secondary);
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
}
.contact-info-one ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1191px) {
  .contact-info-one ul li {
    font-size: 20px;
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
  }
  .contact-info-one ul li .icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    font-size: 20px;
  }
}
.contact-info-one.text-white ul li a {
  color: #fff;
}
.contact-info-one.text-secondary ul li a {
  color: var(--bs-secondary);
}
.contact-info-one.text-secondary ul li {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.hero-slider3 {
  background-color: #222222;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100vh;
}
.hero-slider3::after {
  content: "";
  background-color: #222222;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-slider3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider3 .title {
  font-size: 130px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.hero-slider3 .sub-title {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
}
.hero-slider3 .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 50px 50px 80px 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero-slider3 .hero-content .start-content {
  width: 65%;
}
.hero-slider3 .hero-content .end-content {
  width: 35%;
  text-align: right;
}
@media (max-width: 1680px) {
  .hero-slider3 .title {
    font-size: 100px;
  }
  .hero-slider3 .sub-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1380px) {
  .hero-slider3 {
    height: 750px;
  }
  .hero-slider3 .hero-content {
    padding: 30px 35px 50px 50px;
  }
  .hero-slider3 .title {
    font-size: 85px;
  }
  .hero-slider3 .sub-title {
    font-size: 28px;
  }
}
@media (max-width: 1191px) {
  .hero-slider3 {
    height: 650px;
  }
  .hero-slider3 .hero-content {
    padding: 30px 35px 35px 35px;
  }
  .hero-slider3 .title {
    font-size: 65px;
  }
  .hero-slider3 .sub-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .hero-slider3 {
    height: 500px;
  }
  .hero-slider3 .hero-content {
    padding: 20px;
  }
  .hero-slider3 .title {
    font-size: 52px;
  }
  .hero-slider3 .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-slider3 {
    height: 500px;
  }
  .hero-slider3 .hero-content {
    padding: 20px;
  }
  .hero-slider3 .title {
    font-size: 42px;
  }
  .hero-slider3 .sub-title {
    font-size: 18px;
  }
}
@media (max-width: 591px) {
  .hero-slider3 .hero-content {
    flex-direction: column;
  }
  .hero-slider3 .hero-content .start-content {
    width: 100%;
    margin-bottom: 15px;
  }
  .hero-slider3 .hero-content .end-content {
    width: 100%;
    text-align: left;
  }
  .hero-slider3 .title {
    font-size: 36px;
  }
}

.section-space-skincare {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media (max-width: 1191px) {
  .section-space-skincare {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .section-space-skincare {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (max-width: 591px) {
  .section-space-skincare {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.heading-text-img {
  font-size: 80px;
  text-align: center;
  font-weight: 600 !important;
  line-height: 1.6;
}
.heading-text-img img {
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  width: 90px;
  margin-top: -12px;
}
.heading-text-img .img-long {
  width: 180px;
}
.heading-text-img .img-small {
  width: 145px;
}
@media (max-width: 1191px) {
  .heading-text-img {
    font-size: 52px;
  }
  .heading-text-img img {
    height: 60px;
    width: 60px;
  }
  .heading-text-img .img-long {
    width: 120px;
  }
  .heading-text-img .img-small {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .heading-text-img {
    font-size: 45px;
  }
  .heading-text-img img {
    height: 45px;
    width: 45px;
  }
  .heading-text-img .img-long {
    width: 90px;
  }
  .heading-text-img .img-small {
    width: 70px;
  }
}
@media (max-width: 591px) {
  .heading-text-img {
    font-size: 32px;
  }
  .heading-text-img img {
    height: 35px;
    width: 35px;
    margin-top: -5px;
  }
  .heading-text-img .img-long {
    width: 70px;
  }
  .heading-text-img .img-small {
    width: 45px;
  }
}

.section-heading-text {
  padding-top: 215px;
  padding-bottom: 215px;
}
@media (max-width: 1480px) {
  .section-heading-text {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1191px) {
  .section-heading-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .section-heading-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 591px) {
  .section-heading-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-product-ads .cover-img {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product-ads .product-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  width: 300px;
}
.section-product-ads .content-wrap {
  padding: 30px;
}
@media (max-width: 1280px) {
  .section-product-ads .product-center {
    width: 240px;
  }
  .section-product-ads .heading-bx.style4 .title-head {
    font-size: 48px;
  }
  .section-product-ads .cover-img {
    height: 650px;
  }
}
@media (max-width: 1191px) {
  .section-product-ads .product-center {
    width: 200px;
  }
  .section-product-ads .heading-bx.style4 .title-head {
    font-size: 36px;
  }
  .section-product-ads .cover-img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .section-product-ads .cover-img {
    height: auto;
  }
  .section-product-ads .content-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .section-product-ads .product-center {
    width: 150px;
    min-width: 150px;
    position: unset;
    transform: unset;
  }
}
@media (max-width: 767px) {
  .section-product-ads .heading-bx.style4 {
    margin-bottom: 30px;
  }
  .section-product-ads .heading-bx.style4 .title-head {
    font-size: 32px;
  }
}
@media (max-width: 591px) {
  .section-product-ads .content-wrap {
    flex-direction: column;
    align-items: self-start;
  }
}

.hero-slider4 {
  position: relative;
  background-color: var(--bs-light);
  height: 980px;
  overflow: hidden;
  z-index: 1;
  padding-top: 80px;
  width: 100%;
}
.hero-slider4::after {
  content: "";
  background-image: url(../images/salon/hero-banner/subtract.png);
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 180px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.hero-slider4 .title {
  font-size: 100px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 30px;
}
.hero-slider4 .title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.hero-slider4 .hero-content {
  text-align: center;
}
.hero-slider4 .flex-img {
  height: 85px;
  width: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -10px;
}
.hero-slider4 .woman-hair {
  margin: -3px -15px 0 0;
}
.hero-slider4 .window {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.hero-slider4 .bg-text {
  font-size: 34vw;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  z-index: -2;
  line-height: 20vw;
}
.hero-slider4 .flow-img-wrap {
  display: flex;
  gap: 20px;
  transform: translate(100px, -20px);
}
.hero-slider4 .flow-img-wrap .flow-img {
  border-radius: 4px;
}
.hero-slider4 .flow-img-wrap .flow-img:first-child {
  transform: translateY(50px);
}
.hero-slider4 .flow-img-content {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
  margin-left: -80px;
  transform: translateY(50px);
}
.hero-slider4 .flow-img-content .flow-img {
  border-radius: 4px;
}
.hero-slider4 .flow-img-content .text {
  color: var(--bs-heading-color);
}
.hero-content p.big-para{
    font-size:24px !important;
    font-weight: 500;
}
@media (max-width: 1280px) {
  .hero-slider4 .flow-img-wrap {
    transform: translate(50px, -20px);
  }
}
@media (max-width: 1191px) {
  .hero-slider4 {
    padding-top: 50px;
    height: auto;
  }
  .hero-slider4 .title {
    font-size: 80px;
  }
  .hero-slider4 .flex-img {
    height: 60px;
    width: 60px;
    margin-top: -5px;
  }
  .hero-slider4 .woman-hair {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .hero-slider4 .title {
    font-size: 65px;
  }
  .hero-slider4 .flex-img {
    height: 50px;
    width: 50px;
  }
  .hero-slider4 .woman-hair {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .hero-slider4 .title {
    font-size: 48px;
  }
  .hero-slider4 .flex-img {
    height: 40px;
    width: 40px;
  }
  .hero-slider4 .woman-hair {
    width: 35px;
  }
}
@media (max-width: 591px) {
  .hero-slider4 .title {
    font-size: 36px;
  }
  .hero-slider4 .flex-img {
    height: 32px;
    width: 32px;
  }
  .hero-slider4 .woman-hair {
    width: 32px;
    margin-right: -5px;
  }
  .hero-slider4 .window {
    width: 85%;
  }
}

.instagram-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 4px;
}
.instagram-post img {
  height: 315px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram-post::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--bs-secondary-rgb), 0.7);
  opacity: 0;
  transition: 0.3s;
}
.instagram-post .insta-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  z-index: 1;
  border-radius: 18px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform: translate(-50%, -50%) scale(0.8);
}
.instagram-post .insta-icon:hover {
  background-color: var(--bs-primary);
  color: #fff;
}
.instagram-post:hover::after {
  opacity: 1;
}
.instagram-post:hover .insta-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media only screen and (max-width: 1380px) {
  .instagram-post img {
    height: 245px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-post img {
    height: 200px;
  }
}
@media only screen and (max-width: 591px) {
  .instagram-post img {
    height: 200px;
  }
  .instagram-post .insta-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 18px;
  }
}

.insta-section-one .insta-head {
  padding: 35px 0;
  text-align: center;
}
.insta-section-one .insta-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 40px;
}
@media only screen and (max-width: 1480px) {
  .insta-section-one .insta-head {
    padding: 25px 0;
  }
  .insta-section-one .insta-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .insta-section-one .insta-head {
    padding: 20px 0;
  }
  .insta-section-one .insta-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .insta-section-one .insta-head {
    padding: 15px 0;
  }
  .insta-section-one .insta-title {
    font-size: 18px;
  }
}

.gallery-area {
  position: relative;
  overflow: hidden;
}
.gallery-area .media-counter {
  position: absolute;
  top: 40vh;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
  height: 136px;
  z-index: 999;
  background-color: var(--bs-white);
  text-align: center;
  align-items: center;
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 50px;
  line-height: 136px;
  font-weight: 600;
  transition: all 0.5s;
}
.gallery-area .media-counter svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: scale(0.85);
}
.gallery-area .media-counter .panelProgress {
  fill: none;
  stroke: var(--bs-primary);
  stroke-width: 2;
  stroke-dasharray: 307;
  stroke-dashoffset: 307;
  transition: stroke-dashoffset 0.2s linear;
}
.gallery-area .media-counter.active {
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .gallery-area .media-counter {
    width: 80px;
    height: 80px;
    font-size: 32px;
    line-height: 80px;
    top: 20px;
    left: 20px;
    transform: unset;
  }
  .gallery-area .media-counter .panelProgress {
    stroke-width: 3;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-area .media-counter {
    display: none;
  }
}
.gallery-area .full-media {
  position: relative;
  z-index: 1;
}
.gallery-area .full-media img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .gallery-area .full-media {
    display: none;
  }
}
.gallery-area .panel {
  background-color: var(--bs-light);
}

.gallery-post-child {
  text-align: center;
  width: 320px;
  margin: auto;
  padding: 50px 0;
}
.gallery-post-child .post-media {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 25px;
}
.gallery-post-child .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
}
.gallery-post-child p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .gallery-post-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.client-swip-thumbs {
  display: flex;
  align-items: end;
  margin-bottom: 60px;
  justify-content: center;
}
.client-swip-thumbs img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.client-swip-thumbs img:nth-child(1),
.client-swip-thumbs img:nth-child(3) {
  width: 225px;
  height: 310px;
}
.client-swip-thumbs img:nth-child(1) {
  transform: rotate(-15deg);
  margin: 0 -50px -15px 0;
}
.client-swip-thumbs img:nth-child(2) {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  width: 280px;
  height: 350px;
}
.client-swip-thumbs img:nth-child(3) {
  transform: rotate(15deg);
  margin: 0 0 -15px -50px;
}
@media (max-width: 1191px) {
  .client-swip-thumbs img:nth-child(2) {
    width: 200px;
    height: 260px;
  }
  .client-swip-thumbs img:nth-child(1),
  .client-swip-thumbs img:nth-child(3) {
    width: 170px;
    height: 250px;
  }
}
@media (max-width: 591px) {
  .client-swip-thumbs {
    margin-bottom: 30px;
  }
  .client-swip-thumbs img:nth-child(2) {
    width: 150px;
    height: 200px;
  }
  .client-swip-thumbs img:nth-child(1),
  .client-swip-thumbs img:nth-child(3) {
    width: 100px;
    height: 180px;
  }
  .client-swip-thumbs img:nth-child(3) {
    transform: rotate(10deg);
    margin: 0 0 -5px -30px;
  }
  .client-swip-thumbs img:nth-child(1) {
    transform: rotate(-10deg);
    margin: 0 -30px -5px 0;
  }
}

.section-salon-feedback {
  position: relative;
}
.section-salon-feedback::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333a3;
    z-index: 1;
}
.discover{
    position: relative;
}
.discover::before{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333a3;
    z-index: 1;
}
.section-salon-feedback .item1,
.section-salon-feedback .item2,
.section-salon-feedback .item3,
.section-salon-feedback .item4 {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.section-salon-feedback .item1 {
  top: 30%;
  left: 10%;
}
.section-salon-feedback .item2 {
  top: 30%;
  right: 10%;
}
.section-salon-feedback .item3 {
  left: 20%;
  top: 60%;
}
.section-salon-feedback .item4 {
  right: 20%;
  top: 60%;
}
.section-salon-feedback .item5,
.section-salon-feedback .item6 {
  position: absolute;
}
.section-salon-feedback .item5 {
  bottom: 0;
  left: 0;
}
.section-salon-feedback .item6 {
  right: 3%;
  bottom: 5%;
}
@media (max-width: 1191px) {
  .section-salon-feedback .item1,
  .section-salon-feedback .item2,
  .section-salon-feedback .item3,
  .section-salon-feedback .item4 {
    width: 50px;
    height: 50px;
  }
  .section-salon-feedback .item1 {
    top: 25%;
    left: 5%;
  }
  .section-salon-feedback .item2 {
    top: 25%;
    right: 5%;
  }
  .section-salon-feedback .item3 {
    left: 15%;
    top: 50%;
  }
  .section-salon-feedback .item4 {
    right: 15%;
    top: 50%;
  }
  .section-salon-feedback .item5 {
    width: 120px;
  }
  .section-salon-feedback .item6 {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .section-salon-feedback .item1,
  .section-salon-feedback .item2,
  .section-salon-feedback .item3,
  .section-salon-feedback .item4 {
    display: none;
  }
}
@media (max-width: 591px) {
  .section-salon-feedback .item5 {
    width: 80px;
  }
  .section-salon-feedback .item6 {
    width: 50px;
  }
}

.tabs-header {
  background-color: var(--bs-secondary);
  border-radius: 25px;
  padding: 15px;
  box-shadow: 0px 15px 40px rgba(var(--bs-secondary-rgb), 0.2);
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.tabs-header::before, .tabs-header::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}
.tabs-header::before {
  left: 0;
  background: linear-gradient(to right, var(--bs-secondary) 0%, rgba(0, 0, 0, 0) 100%);
}
.tabs-header::after {
  right: 0;
  background: linear-gradient(to left, var(--bs-secondary) 0%, rgba(0, 0, 0, 0) 100%);
}
.tabs-header .nav-pills {
  --bs-nav-pills-link-active-bg: #ffffff;
  --bs-nav-pills-link-active-color: var(--bs-heading-color);
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  gap: 10px;
  flex-wrap: nowrap;
}
.tabs-header .nav-pills .nav-link {
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 300;
  font-family: var(--bs-headings-font-family);
}
.tabs-header .nav-pills .nav-link img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  filter: brightness(10);
}
.tabs-header .nav-pills .nav-link.active img {
  filter: unset;
}
.tabs-header .swiper-wrapper .swiper-slide {
  width: auto;
}
.tabs-header .swiper-tabs-prev,
.tabs-header .swiper-tabs-next {
  height: 50px;
  width: 50px;
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.tabs-header .swiper-tabs-prev {
  left: 20px;
}
.tabs-header .swiper-tabs-next {
  right: 20px;
}
@media (max-width: 991px) {
  .tabs-header .swiper-tabs-prev,
  .tabs-header .swiper-tabs-next {
    display: none;
  }
}
@media (max-width: 591px) {
  .tabs-header {
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 8px;
  }
  .tabs-header::before, .tabs-header::after {
    content: none;
  }
  .tabs-header .nav-pills .nav-link img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
  }
  .tabs-header .nav-pills .nav-link {
    padding: 8px 12px;
    font-size: 20px;
  }
}

@media (min-width: 1380px) {
  .container-nail {
    max-width: 1320px;
  }
}

.hero-slider5 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 200px;
}
.hero-slider5::after, .hero-slider5::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-slider5 .circle-bg {
  top: -1px;
  right: -1px;
  z-index: -1;
  position: absolute;
}
.hero-slider5::before {
  background: url(../images/noise-overlay.png), linear-gradient(180deg, var(--bs-primary) 10.11%, rgba(255, 76, 47, 0) 100%);
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-slider5::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--bs-light) 100%);
  bottom: 0;
  z-index: -1;
  height: 10%;
}
.hero-slider5 .autoplay-progress {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 10;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: var(--bs-dark);
  font-size: 12px;
}
.hero-slider5 .autoplay-progress::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 3px solid rgba(var(--bs-dark-rgb), 0.2);
  left: 0;
  top: 0;
  border-radius: 50%;
}
.hero-slider5 .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: var(--bs-primary);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.hero-slider5 .number-pagination {
  position: absolute;
  right: 35px;
  bottom: 35px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--bs-dark);
  font-size: 18px;
}
.hero-slider5 .number-pagination .slide-separate {
  width: 40px;
  min-width: 40px;
  height: 2px;
  background-color: var(--bs-dark);
  opacity: 0.4;
}
.hero-slider5 .number-pagination .slide-items {
  opacity: 0.4;
}
.hero-slider5 .title {
  color: #fff;
  font-size: 100px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.hero-slider5 .title .title-star {
  width: 60px;
  margin: -8px -8px 0;
}
@media (max-width: 1380px) {
  .hero-slider5 .title {
    font-size: 80px;
  }
}
@media (max-width: 1191px) {
  .hero-slider5 .title {
    font-size: 68px;
  }
  .hero-slider5 .title .title-star {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .hero-slider5 {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero-slider5 {
    padding-top: 120px;
  }
}
@media (max-width: 591px) {
  .hero-slider5 .title {
    font-size: 48px;
  }
  .hero-slider5 .title .title-star {
    width: 38px;
    margin: 0;
  }
}
.hero-slider5 .slider-content {
  background-color: var(--bs-dark);
  padding: 35px 50px 50px 50px;
  border-radius: 20px;
  position: relative;
}
.hero-slider5 .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 70px;
}
.hero-slider5 .tag-wrap .tag {
  padding: 8px 25px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.hero-slider5 .tag-wrap .tag:hover, .hero-slider5 .tag-wrap .tag.active {
  background-color: var(--bs-primary);
}
.hero-slider5 .star-img {
  position: absolute;
  bottom: 180px;
  right: 50px;
  animation: circleAnimation 18s linear infinite;
}
.hero-slider5 .swiper-pagination {
  position: unset;
  text-align: left;
  margin-top: 10px;
}
.hero-slider5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}
.hero-slider5 .swiper-pagination-bullet-active {
  background: #fff;
}
.hero-slider5 .hero-content-box {
  margin-top: 100px;
}
.hero-slider5 .hero-banner-slide {
  border-radius: 20px;
  height: 100%;
}
.hero-slider5 .hero-banner-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1380px) {
  .hero-slider5 .tag-wrap {
    margin-top: 50px;
  }
  .hero-slider5 .tag-wrap .tag {
    padding: 8px 20px;
  }
  .hero-slider5 .slider-content {
    padding: 30px 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .hero-slider5 .hero-content-box {
    margin-top: 50px;
  }
}
@media (max-width: 591px) {
  .hero-slider5 .slider-content {
    padding: 20px 20px 30px 20px;
  }
  .hero-slider5 .tag-wrap {
    margin-top: 30px;
    gap: 6px;
  }
  .hero-slider5 .tag-wrap .tag {
    padding: 7px 14px;
    font-size: 13px;
  }
  .hero-slider5 .slider-content {
    border-radius: 12px;
  }
  .hero-slider5 .hero-banner-slide {
    border-radius: 12px;
  }
  .hero-slider5 .number-pagination {
    right: 15px;
    bottom: 15px;
    font-size: 15px;
  }
  .hero-slider5 .autoplay-progress {
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
  }
}

.client-view {
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-flex;
  margin-top: 15px;
}
.client-view .client-img {
  border: 3px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: var(--bs-primary-bg-subtle);
  overflow: hidden;
  line-height: 0;
}
.client-view .client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.client-view .client-img-wrap {
  display: flex;
  margin-right: 15px;
}
.client-view .client-img-wrap .client-img:not(:first-child) {
  margin-left: -18px;
}
.client-view .client-content {
  text-align: left;
}
.client-view .client-content .view {
  color: #030303;
  display: block;
  font-weight: 600;
  font-size: 35px;
  line-height: 38px;
}
.client-view .client-content span {
  font-size: 14px;
  line-height: 14px;
  display: block;
  font-weight: 500;
}
@media (max-width: 1191px) {
  .client-view .client-img {
    height: 40px;
    width: 40px;
  }
  .client-view .client-img-wrap .client-img:not(:first-child) {
    margin-left: -12px;
  }
  .client-view .client-content span {
    font-size: 13px;
    line-height: 13px;
  }
  .client-view .client-content .view {
    font-size: 24px;
    line-height: 28px;
  }
}
.client-view.client-view2 {
  padding: 8px 30px 8px 30px;
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.client-view.client-view2 .client-img {
  border-color: var(--bs-secondary);
}
.client-view.client-view2 .client-content .view {
  color: #fff;
}

.section-salon-sp2 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.nail-studio-bg-parallax {
  height: 850px;
}
@media (max-width: 1480px) {
  .nail-studio-bg-parallax {
    height: 700px;
  }
}
@media (max-width: 1191px) {
  .nail-studio-bg-parallax {
    height: 500px;
  }
}

.nail-studio-portfolio-wrap {
  position: relative;
  background-color: var(--bs-primary);
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: hidden;
  height: 100vh;
}
.nail-studio-portfolio-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise-overlay.png);
  z-index: -1;
}
.nail-studio-portfolio-wrap .nail-studio-portfolio {
  overflow: hidden;
  border-radius: 15px;
  width: 700px;
}
.nail-studio-portfolio-wrap .nail-studio-portfolio img {
  width: 100%;
}
.nail-studio-portfolio-wrap .horizontal-scroll-wrapper {
  display: flex;
  gap: 20px;
}
.nail-studio-portfolio-wrap .gsap-progress-indicator {
  font-size: 95px;
  font-weight: 700;
}
.nail-studio-portfolio-wrap .gsap-progress-indicator-wrap {
  font-size: 24px;
  color: var(--bs-heading-color);
  display: flex;
  align-items: flex-end;
  line-height: 2.5;
  gap: 5px;
  position: absolute;
  top: 45px;
  left: 100px;
}
.nail-studio-portfolio-wrap .gsap-progress-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
.nail-studio-portfolio-wrap .gsap-progress {
  height: 5px;
  width: 0;
  background-color: var(--bs-dark);
  border-radius: 30px;
  transition: all 0.2s;
}
.nail-studio-portfolio-wrap .bg-text {
  position: absolute;
  left: 0;
  bottom: -60px;
  font-weight: 700;
  font-size: 30vw;
  color: #030303;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.8;
  z-index: -1;
}
@media (max-width: 1480px) {
  .nail-studio-portfolio-wrap {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .nail-studio-portfolio-wrap .gsap-progress-indicator-wrap {
    top: 30px;
    left: 30px;
  }
  .nail-studio-portfolio-wrap .gsap-progress-indicator {
    font-size: 75px;
  }
  .nail-studio-portfolio-wrap .bg-text {
    left: 10px;
    bottom: -30px;
    font-size: 25vw;
  }
  .nail-studio-portfolio-wrap .nail-studio-portfolio {
    width: 600px;
  }
}
@media (max-width: 1191px) {
  .nail-studio-portfolio-wrap {
    padding-top: 200px;
  }
  .nail-studio-portfolio-wrap .nail-studio-portfolio {
    width: 500px;
  }
  .nail-studio-portfolio-wrap .gsap-progress-wrap {
    display: none;
  }
  .nail-studio-portfolio-wrap .gsap-progress-indicator-wrap {
    top: 100px;
  }
}
@media (max-width: 991px) {
  .nail-studio-portfolio-wrap {
    z-index: 1;
    height: auto;
    padding-top: 200px;
  }
  .nail-studio-portfolio-wrap .nail-studio-portfolio {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .nail-studio-portfolio-wrap {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 591px) {
  .nail-studio-portfolio-wrap {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .nail-studio-portfolio-wrap .bg-text {
    bottom: -5px;
  }
  .nail-studio-portfolio-wrap .nail-studio-portfolio {
    width: 100%;
  }
  .nail-studio-portfolio-wrap .gsap-progress-indicator-wrap {
    display: none;
  }
  .nail-studio-portfolio-wrap .horizontal-scroll-wrapper {
    flex-wrap: wrap;
  }
  .nail-studio-portfolio-wrap .horizontal-scroll-wrapper .panel {
    width: 100%;
  }
}

.box-title {
  border-radius: 30px;
  padding: 60px 65px;
}
.box-title .title-head {
  font-size: 55px;
}
@media (max-width: 1480px) {
  .box-title {
    padding: 40px 40px;
  }
  .box-title .title-head {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .box-title .title-head {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .box-title {
    padding: 30px 15px;
  }
  .box-title .title-head {
    font-size: 32px;
  }
}

.section-nail-studio-pricingtable {
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 130px;
}
.section-nail-studio-pricingtable .pricingtable-side {
  position: relative;
  margin-right: -120px;
}
.section-nail-studio-pricingtable .pricingtable-side::before {
  content: "";
  border-left: 1px solid #D9D9D9;
  position: absolute;
  left: -110px;
  top: -140px;
  bottom: -130px;
}
.section-nail-studio-pricingtable .pricingtable-side .pricingtable-wrapper5:first-child {
  padding-top: 0;
}
.section-nail-studio-pricingtable .pricingtable-side .pricingtable-wrapper5:last-child {
  padding-bottom: 0;
}
@media (max-width: 1480px) {
  .section-nail-studio-pricingtable {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .section-nail-studio-pricingtable .pricingtable-side {
    margin-right: 0;
  }
  .section-nail-studio-pricingtable .pricingtable-side::before {
    top: -100px;
    bottom: -90px;
  }
}
@media (max-width: 1191px) {
  .section-nail-studio-pricingtable {
    background-size: 30%;
  }
  .section-nail-studio-pricingtable .pricingtable-side::before {
    left: -80px;
    top: -100px;
    bottom: -90px;
  }
}
@media (max-width: 991px) {
  .section-nail-studio-pricingtable {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .section-nail-studio-pricingtable .pricingtable-side::before {
    content: none;
  }
}

.hero-slider6 {
  background-color: #222222;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 100%;
}
.hero-slider6 .autoplay-progress {
  position: absolute;
  left: 40px;
  bottom: 50px;
  z-index: 10;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}
.hero-slider6 .autoplay-progress::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
  border-radius: 50%;
}
.hero-slider6 .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.hero-slider6 .number-pagination {
  position: absolute;
  right: 40px;
  bottom: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 18px;
}
.hero-slider6 .number-pagination .slide-separate {
  width: 40px;
  min-width: 40px;
  height: 2px;
  background-color: #fff;
  opacity: 0.4;
}
.hero-slider6 .number-pagination .slide-items {
  opacity: 0.4;
}
.hero-slider6 .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 50px 30px 50px;
  height: 100%;
  width: 100%;
  text-align: center;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-slider6 .title {
  color: #fff;
  font-size: 200px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.hero-slider6 .sub-title {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
}
.hero-slider6 .hero-img {
  height: 910px;
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.hero-slider6 .hero-img::after {
  content: "";
  background-color: #1D1D1D;
  opacity: 0.25;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-slider6 .content-top {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1680px) {
  .hero-slider6 .title {
    font-size: 180px;
  }
}
@media (max-width: 1480px) {
  .hero-slider6 .title {
    font-size: 150px;
  }
  .hero-slider6 .hero-img {
    height: 800px;
  }
}
@media (max-width: 1191px) {
  .hero-slider6 .hero-content {
    padding: 50px 100px 50px;
  }
  .hero-slider6 .title {
    font-size: 100px;
  }
  .hero-slider6 .sub-title {
    font-size: 24px;
  }
  .hero-slider6 .hero-img {
    height: 620px;
  }
}
@media (max-width: 991px) {
  .hero-slider6 .title {
    font-size: 72px;
  }
  .hero-slider6 .content-top {
    width: 80px;
  }
  .hero-slider6 .number-pagination {
    right: 20px;
    bottom: 20px;
    font-size: 15px;
  }
  .hero-slider6 .autoplay-progress {
    left: 20px;
    bottom: 20px;
  }
  .hero-slider6 .hero-img {
    height: 520px;
  }
  .hero-slider6 .hero-content {
    padding: 30px 100px 30px;
  }
}
@media (max-width: 767px) {
  .hero-slider6 .hero-content {
    padding: 30px 15px 80px;
  }
  .hero-slider6 .autoplay-progress {
    width: 35px;
    height: 35px;
    font-size: 10px;
  }
}
@media (max-width: 591px) {
  .hero-slider6 .title {
    font-size: 48px;
  }
  .hero-slider6 .sub-title {
    font-size: 18px;
  }
  .hero-slider6 .hero-img {
    height: 480px;
  }
}

.gsap-scroll-slider {
  flex-wrap: nowrap;
}

.gspa-blog-scroll {
  padding-top: 180px;
  padding-bottom: 100px;
}
.gspa-blog-scroll .heading-bx {
  margin-bottom: 50px;
}
.gspa-blog-scroll .title-head {
  font-size: 35px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1680px) {
  .gspa-blog-scroll {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1680px) {
  .gspa-blog-scroll {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .gspa-blog-scroll {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .gspa-blog-scroll .title-head {
    font-size: 28px;
  }
  .gspa-blog-scroll .heading-bx {
    margin-bottom: 40px;
  }
}

.gsap-progress-indicator {
  font-size: 110px;
  color: var(--bs-heading-color);
  font-family: var(--bs-headings-font-family);
  line-height: 1;
}
@media (max-width: 991px) {
  .gsap-progress-indicator {
    font-size: 72px;
  }
}

.beauty-about-section .about-title {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.2;
}
.beauty-about-section p {
  font-size: 20px;
  color: #333333;
  margin-right: -5px;
}
.beauty-about-section .beauty-about-img {
  position: relative;
  margin: 30px 45px 20px 65px;
}
.beauty-about-section .beauty-about-img::before, .beauty-about-section .beauty-about-img::after {
  content: "";
  position: absolute;
}
.beauty-about-section .beauty-about-img::before {
  height: 75px;
  width: 75px;
  top: -30px;
  left: -30px;
  animation: spin 10s linear infinite;
  background-size: contain;
  background-repeat: no-repeat;
}
.beauty-about-section .beauty-about-img::after {
  height: 35px;
  width: 35px;
  bottom: -10px;
  right: -8px;
  background-color: var(--bs-primary);
  border-radius: 10px;
}
.beauty-about-section .beauty-about-img img {

  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  border-radius: 15px;
  width: 100%;
}
.beauty-about-section .rounded-ring {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -30px;
  right: -45px;
  bottom: -30px;
  left: -65px;
}
.beauty-about-section .subscribe-form2 {
  margin-top: 60px;
}
@media only screen and (max-width: 1191px) {
  .beauty-about-section .about-title {
    font-size: 48px;
  }
  .beauty-about-section p {
    font-size: 16px;
  }
  .beauty-about-section .subscribe-form2 {
    margin-top: 30px;
  }
  .beauty-about-section .beauty-about-img::after {
    height: 25px;
    width: 25px;
    border-radius: 8px;
  }
  .beauty-about-section .beauty-about-img::before {
    height: 55px;
    width: 55px;
    top: -25px;
    left: -25px;
  }
}
@media only screen and (max-width: 591px) {
  .beauty-about-section .about-title {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .beauty-about-section .beauty-about-img {
    margin: 30px 25px 20px 25px;
  }
  .beauty-about-section .rounded-ring {
    right: -30px;
    left: -30px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-slider7 {
  background-color: #222222;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 100%;
  height: 950px;
}
.hero-slider7::after {
  content: "";
  background-color: #222222;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-slider7 .hero-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.hero-slider7 .title {
  font-size: 140px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.hero-slider7 .hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 80px;
}
@media (max-width: 1680px) {
  .hero-slider7 {
    height: 850px;
  }
  .hero-slider7 .title {
    font-size: 120px;
  }
  .hero-slider7 .hero-content {
    padding: 60px;
  }
}
@media (max-width: 1480px) {
  .hero-slider7 {
    height: 750px;
  }
  .hero-slider7 .title {
    font-size: 100px;
  }
}
@media (max-width: 1191px) {
  .hero-slider7 {
    height: 650px;
  }
  .hero-slider7 .title {
    font-size: 72px;
  }
  .hero-slider7 .hero-content {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .hero-slider7 {
    height: 450px;
  }
  .hero-slider7 .title {
    font-size: 52px;
  }
  .hero-slider7 .hero-content {
    padding: 30px;
  }
}
@media (max-width: 591px) {
  .hero-slider7 {
    height: 380px;
  }
  .hero-slider7 .title {
    font-size: 42px;
  }
  .hero-slider7 .hero-content {
    padding: 20px;
  }
}

.salon-bg-parallax {
  height: 100vh;
  min-height: 200px;
}
@media (max-width: 1191px) {
  .salon-bg-parallax {
    height: 80vh;
  }
}
@media (max-width: 991px) {
  .salon-bg-parallax {
    height: 60vh;
  }
}
@media (max-width: 591px) {
  .salon-bg-parallax {
    height: 40vh;
  }
}

.section-salon-sp1 {
  padding-top: 150px;
}
@media (max-width: 1680px) {
  .section-salon-sp1 {
    padding-top: 120px;
  }
}
@media (max-width: 1480px) {
  .section-salon-sp1 {
    padding-top: 100px;
  }
}
@media (max-width: 1191px) {
  .section-salon-sp1 {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .section-salon-sp1 {
    padding-top: 60px;
  }
}
@media (max-width: 591px) {
  .section-salon-sp1 {
    padding-top: 50px;
  }
}

.section-salon-sp2 {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media (max-width: 1680px) {
  .section-salon-sp2 {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1480px) {
  .section-salon-sp2 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1191px) {
  .section-salon-sp2 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-salon-sp2 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 591px) {
  .section-salon-sp2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.about-section-one .about-media-1 {
  margin-top: -350px;
}
.about-section-one .about-media-3 {
  margin-top: -540px;
}
@media (max-width: 1191px) {
  .about-section-one .about-media-1 {
    margin-top: 0;
  }
  .about-section-one .about-media-3 {
    margin-top: 0;
  }
}

.btn-salon {
  font-size: 14px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
}
.btn-salon.btn-primary {
  color: #00272C;
}
.btn-salon:hover.btn-primary {
  color: #00272C;
}

.salon-num-count .num {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
.salon-num-count .text {
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 991px) {
  .salon-num-count .num {
    font-size: 60px;
  }
  .salon-num-count .text {
    font-size: 16px;
  }
}
@media (max-width: 591px) {
  .salon-num-count .num {
    font-size: 48px;
  }
  .salon-num-count .text {
    font-size: 14px;
  }
}

.hero-slider8 {
  height: 880px;
  background-position: bottom center;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.hero-slider8 .title-ext {
  font-size: 24px;
  font-family: miamaregular;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero-slider8 .title {
  font-size: 105px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}
.hero-slider8 p {
  font-size: 20px;
  font-weight: 300;
  color: var(--bs-dark);
  opacity: 0.75;
}
.hero-slider8 .btn-content {
  display: flex;
  gap: 30px;
  margin-top: 35px;
}
.hero-slider8 .hero-content {
  margin-right: -120px;
  z-index: 2;
  position: relative;
  padding: 50px 0;
}
.hero-slider8 .hero-media {
  position: relative;
  z-index: 1;
  margin-right: -125px;
}
.hero-slider8 .hero-media .bg-circle {
  position: absolute;
  bottom: -20%;
  left: 0;
  z-index: -1;
  transform: scale(1.2);
}
.hero-slider8 .specialists-view {
  padding: 10px;
  background-color: #fff;
  border-radius: 50px;
  display: inline-flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 40px rgba(46, 0, 77, 0.1);
  align-items: center;
}
.hero-slider8 .specialists-view .client-img {
  border: 3px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: var(--bs-primary-bg-subtle);
  overflow: hidden;
  line-height: 0;
}
.hero-slider8 .specialists-view .client-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider8 .specialists-view .client-img-wrap {
  display: flex;
}
.hero-slider8 .specialists-view .client-img-wrap .client-img:not(:first-child) {
  margin-left: -18px;
}
.hero-slider8 .specialists-view .view-text {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  white-space: nowrap;
}
.hero-slider8 .specialists-view .view {
  color: var(--bs-dark);
  font-family: var(--bs-body-font-family);
  font-size: 18px;
  font-weight: 400;
}
.hero-slider8 .specialists-view .btn-link {
  --icon: #fff;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: var(--bs-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-left: auto;
}
@media (max-width: 1191px) {
  .hero-slider8 .specialists-view {
    padding: 6px;
  }
  .hero-slider8 .specialists-view .view {
    font-size: 16px;
  }
  .hero-slider8 .specialists-view .btn-link {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 20px;
  }
  .hero-slider8 .specialists-view .view-text {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 12px;
  }
  .hero-slider8 .specialists-view .client-img {
    height: 42px;
    width: 42px;
  }
}
@media (max-width: 591px) {
  .hero-slider8 .specialists-view {
    bottom: 15px;
  }
  .hero-slider8 .specialists-view .btn-link {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 16px;
  }
  .hero-slider8 .specialists-view .client-img {
    height: 35px;
    width: 35px;
  }
  .hero-slider8 .specialists-view .view {
    font-size: 14px;
  }
  .hero-slider8 .specialists-view .view-text {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
  }
}
.hero-slider8 .flex-img1,
.hero-slider8 .flex-img2 {
  position: absolute;
  filter: drop-shadow(0px -10px 50px rgba(46, 0, 77, 0.25));
}
.hero-slider8 .flex-img1 {
  left: -80px;
  bottom: 135px;
}
.hero-slider8 .flex-img2 {
  right: 50px;
  top: 200px;
}
.hero-slider8 .video-text-btn .icon {
  box-shadow: 0 0 0 8px rgba(var(--bs-secondary-rgb), 0.15);
  margin-right: 10px;
}
@media (max-width: 1480px) {
  .hero-slider8 {
    height: 720px;
  }
  .hero-slider8 .hero-media {
    margin-right: 0;
  }
  .hero-slider8 .title {
    font-size: 82px;
  }
  .hero-slider8 .title-ext {
    font-size: 20px;
  }
  .hero-slider8 p {
    font-size: 18px;
  }
  .hero-slider8 .hero-content {
    margin-right: -50px;
  }
}
@media (max-width: 1191px) {
  .hero-slider8 {
    height: 520px;
  }
  .hero-slider8 .title {
    font-size: 62px;
  }
  .hero-slider8 p {
    font-size: 16px;
  }
  .hero-slider8 .flex-img1,
  .hero-slider8 .flex-img2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-slider8 {
    height: auto;
  }
}
@media (max-width: 591px) {
  .hero-slider8 .hero-content {
    margin-right: 0;
  }
  .hero-slider8 .title {
    font-size: 48px;
  }
}

.side-social {
  position: absolute;
  left: 40px;
  padding: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 15px;
  writing-mode: tb-rl;
}
.side-social li {
  display: block;
}
.side-social li a {
  display: block;
  padding: 16px 5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(46, 0, 77, 0.1);
  border-radius: 30px;
  color: var(--bs-dark);
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
.side-social li a:hover {
  color: #fff;
  background-color: var(--bs-primary);
}
@media (max-width: 1480px) {
  .side-social {
    left: 25px;
  }
}
@media (max-width: 1191px) {
  .side-social {
    display: none;
  }
}

.scroll-down {
  writing-mode: tb-rl;
  display: block;
  padding: 16px 5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(46, 0, 77, 0.1);
  border-radius: 30px;
  color: var(--bs-dark);
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1191px) {
  .scroll-down {
    display: none;
  }
}

.bg-leaf {
  position: relative;
  z-index: 1;
}
.bg-leaf .leaf1,
.bg-leaf .leaf2 {
  position: absolute;
  z-index: -1;
}
.bg-leaf .leaf1 {
  left: 0;
  top: 5%;
  width: 15%;
  animation: floatLeaf 5s ease-in-out infinite;
}
.bg-leaf .leaf2 {
  right: 0;
  bottom: 5%;
  width: 15%;
  animation: floatLeaf 10s ease-in-out infinite;
}
@media only screen and (max-width: 591px) {
  .bg-leaf .leaf1 {
    width: 25%;
  }
  .bg-leaf .leaf2 {
    width: 25%;
  }
}

@keyframes floatLeaf {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.luxury-spa-blog-scroll {
  padding-top: 140px;
}
@media only screen and (max-width: 1480px) {
  .luxury-spa-blog-scroll {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .luxury-spa-blog-scroll {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 591px) {
  .luxury-spa-blog-scroll {
    padding-top: 50px;
  }
}

.luxury-spa-section .leaf2 {
  bottom: auto;
  top: 25%;
}

.luxury-spa-about {
  /*background-image: url(../images/luxury-spa/bg/bg4.png), url(../images/luxury-spa/bg/bg5.png);*/
  background-position: bottom left 5%, top right;
  background-repeat: no-repeat;
}
.luxury-spa-about .heading-bx.style5 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1380px) {
  .luxury-spa-about .heading-bx.style5 {
    margin-right: 0;
  }
}

.offer-wrap-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.offer-wrap-box .offer-wrap {
  display: flex;
  gap: 20px;
}
.offer-wrap-box .offer-wrap .offer {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}
.offer-wrap-box .offer-wrap p {
  font-size: 20px;
  font-weight: 300;
  color: var(--bs-dark);
  margin-bottom: 0;
  font-family: var(--bs-headings-font-family);
  line-height: 1.2;
  max-width: 220px;
}
.offer-wrap-box .offer-wrap:not(:last-child) {
  border-right: 1px solid #D9D9D9;
  padding-right: 50px;
}
.offer-wrap-box .offer-wrap:last-child {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .offer-wrap-box .offer-wrap:not(:last-child) {
    padding-right: 20px;
  }
  .offer-wrap-box .offer-wrap:last-child {
    padding-left: 20px;
  }
  .offer-wrap-box .offer-wrap p {
    font-size: 16px;
  }
  .offer-wrap-box .offer-wrap .offer {
    font-size: 20px;
  }
}
@media (max-width: 591px) {
  .offer-wrap-box .offer-wrap:not(:last-child) {
    padding-right: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .offer-wrap-box .offer-wrap:last-child {
    padding-left: 0;
  }
}
@media (max-width: 591px) {
  .offer-wrap-box {
    flex-direction: column;
    margin-top: 0;
  }
}

.qr-code {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  height: 90px;
  width: 90px;
  min-width: 90px;
}
@media (max-width: 767px) {
  .qr-code {
    padding: 10px;
    border-radius: 10px;
    height: 75px;
    width: 75px;
    min-width: 75px;
  }
}

.luxury-spa-feedback {
  overflow: hidden;
}
.luxury-spa-feedback .feedback-btns {
  position: absolute;
  bottom: 5px;
  right: 0;
  display: flex;
  gap: 20px;
  z-index: 1000000!important;
}
.luxury-spa-feedback .feedback-btns .feedback-btn-prev3,
.luxury-spa-feedback .feedback-btns .feedback-btn-next3 {
  outline: 0;
  opacity: 0.4;
}
.luxury-spa-feedback .feedback-btns .feedback-btn-prev3:hover,
.luxury-spa-feedback .feedback-btns .feedback-btn-next3:hover {
  opacity: 0.6;
}
.luxury-spa-feedback .heading-bx.style5 {
  margin-bottom: 30px;
}

.section-salon-feedback {
  overflow: hidden;
}
.section-salon-feedback .feedback-btns {
  position: absolute;
  bottom: 5px;
  right: 0;
  display: flex;
  gap: 20px;
  z-index: 1000;
}
.section-salon-feedback .feedback-btns .feedback-btn-prev3,
.section-salon-feedback .feedback-btns .feedback-btn-next3 {
  outline: 0;
  opacity: 0.8;
}
.section-salon-feedback .feedback-btns .feedback-btn-prev3:hover,
.section-salon-feedback .feedback-btns .feedback-btn-next3:hover {
  opacity: 0.8;
}
.section-salon-feedback .heading-bx.style5 {
  margin-bottom: 30px;
}
@media (max-width: 591px) {
  .luxury-spa-feedback .feedback-btns {
    position: unset;
    margin-top: 20px;
  }
}

.map-frame {
  height: 480px;
  position: relative;
}
.map-frame iframe {
  height: 100%;
  width: 100%;
  margin-bottom: -8px;
  pointer-events: none;
}
.map-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hue;
  pointer-events: none;
  background: #D9D9D9;
}
.map-frame .map-pin {
  height: 60px;
  width: 60px;
  background-color: var(--bs-secondary);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  box-shadow: 0 0 0 10px rgba(var(--bs-secondary-rgb), 0.25);
  cursor: pointer;
  z-index: 1;
}
.map-frame .map-info {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  gap: 10px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(30, 0, 49, 0.15);
  border-radius: 40px;
  color: var(--bs-dark);
  font-size: 16px;
}
.map-frame .map-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.map-frame .review {
  font-size: 18px;
}
.map-frame .review span {
  color: #666666;
  font-size: 16px;
}
.map-frame .star {
  color: #F9BD15;
  display: flex;
  gap: 2px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .map-frame .review {
    font-size: 16px;
  }
  .map-frame .review span {
    font-size: 14px;
  }
  .map-frame .review img {
    width: 15px;
  }
  .map-frame .map-info {
    padding: 6px 14px;
    gap: 6px;
    font-size: 14px;
  }
  .map-frame .star {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .map-frame .map-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    bottom: 15px;
  }
  .map-frame .review span {
    display: none;
  }
}

.comign-soon {
  height: 100vh;
  width: 100%;
  display: table;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center bottom -10px;
  background-size: cover;
}
.comign-soon .comign-soon-area {
  display: table-cell;
  vertical-align: middle;
}
.comign-soon .comign-soon-area .comign-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.comign-soon .comign-soon-area .countdown {
  margin-bottom: 40px;
}
.comign-soon .comign-soon-area .date {
  width: 140px;
  display: inline-block;
  margin: 0 10px;
}
.comign-soon .comign-soon-area .date span:last-child {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  display: block;
  line-height: 28px;
  padding: 2px 0;
  margin-top: 5px;
}
.comign-soon .comign-soon-area .time {
  font-size: 60px;
  font-weight: 400;
  display: block;
  color: #fff;
  line-height: 1.2;
  font-family: "Gotu", serif;
}
.comign-soon .comign-soon-area .title {
  font-size: 65px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .comign-soon .comign-soon-area .comign-logo {
    margin-bottom: 30px;
    width: 180px;
  }
  .comign-soon .comign-soon-area .title {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 30px;
  }
  .comign-soon .comign-soon-area .date {
    width: 75px;
    margin: 0 2px;
  }
  .comign-soon .comign-soon-area .date span:last-child {
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    padding: 0px 0;
  }
  .comign-soon .comign-soon-area .time {
    font-size: 55px;
    line-height: 65px;
  }
  .comign-soon .comign-soon-area .countdown {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .comign-soon .comign-soon-area .comign-logo {
    margin-bottom: 20px;
    width: 150px;
  }
  .comign-soon .comign-soon-area .title {
    font-size: 32px;
  }
  .comign-soon .comign-soon-area .time {
    font-size: 48px;
    line-height: 48px;
  }
  .comign-soon .comign-soon-area .date span:last-child {
    font-size: 12px;
    line-height: 24px;
  }
}
.comign-soon .subscription-form {
  max-width: 500px;
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.comign-soon .subscription-form .form-control {
  height: 55px;
  padding: 10px 20px 10px 30px;
  font-size: 18px;
  font-weight: 400;
}
.comign-soon .subscription-form .btn {
  height: 47px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .comign-soon .subscription-form {
    max-width: 330px;
    margin-bottom: 30px;
  }
  .comign-soon .subscription-form .form-control {
    height: 45px;
    padding: 10px 10px 10px 20px;
    font-size: 13px;
    font-weight: 400;
  }
  .comign-soon .subscription-form .btn {
    height: 38px;
    padding: 0 20px;
  }
}
.comign-soon .contact-social-bx li a {
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  color: var(--bs-dark);
  margin: 0 3px;
  background: #fff;
  padding: 0;
  border: 0;
}
.comign-soon .contact-social-bx li a i {
  margin: 0;
}
.comign-soon .contact-social-bx li a:hover, .comign-soon .contact-social-bx li a:active, .comign-soon .contact-social-bx li a:focus {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .comign-soon .contact-social-bx li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }
}

.appointment-box .container {
  z-index: 2;
}
.appointment-box .appoint-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
}
.appointment-box .contact-bx {
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 86, 106, 0.15);
  max-width: 800px;
  margin: auto;
  background: #fff;
  background-size: 100%;
}
.appointment-box .contact-bx .input-group label {
  color: #000;
}

.appoint-bx1 .form-control {
  background: transparent;
  border-width: 0 0 2px 0px;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 0;
}
.appoint-bx1 .form-control::-moz-placeholder {
  color: #fff;
}
.appoint-bx1 .form-control:-moz-placeholder {
  color: #fff;
}
.appoint-bx1 .form-control:-ms-input-placeholder {
  color: #fff;
}
.appoint-bx1 .form-control::-webkit-input-placeholder {
  color: #fff;
}
.appoint-bx1 .input-bx {
  position: relative;
  z-index: 1;
}
.appoint-bx1 .input-bx::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background: #020d26;
  bottom: 0;
  right: 0;
  transform-origin: right;
  transition: all 0.3s;
  z-index: 4;
}
.appoint-bx1 .focused .input-bx::after {
  right: auto;
  left: 0;
  width: 100%;
}

.appoint-video {
  border-radius: 8px 8px 60px 8px;
  overflow: hidden;
  margin-right: 30px;
  height: 100%;
}
.appoint-video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* Appointment Form */
.form-area-box .advance-input label {
  font-size: 15px;
  font-weight: 400;
  color: #606060;
  position: absolute;
  top: 10px;
  left: 24px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  z-index: 1;
  pointer-events: none;
}

.form-area-box .form-group {
  position: relative;
}

.form-area-box .form-group.focused label {
  top: -22px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--bs-primary);
  left: 0;
}

.form-area-box textarea.form-control {
  height: 150px;
}

.form-area-box .check-btn .btn {
  color: #555;
  background-color: #eee;
}

.appoint-img img {
  height: 850px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -50px;
}

.form-area-box .check-btn .btn input {
  display: none;
}

.form-area-box .check-btn .btn.active {
  background-color: var(--bs-primary);
  color: #fff;
}

.get-in-touch.form-area-box .form-group.focused label {
  background: transparent;
}

.form-area-box .input-group-btn {
  display: block;
  width: 100%;
}

.form-area-box .custom-control-label {
  font-weight: 400;
}

@media only screen and (max-width: 1191px) {
  .appoint-img img {
    height: 700px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .appoint-img img {
    height: auto;
  }
}
.error-page {
  text-align: center;
}
.error-page h3, .error-page .h3 {
  font-size: 60px;
  line-height: 1.2;
  color: var(--bs-primary);
  margin-bottom: 10px;
}
.error-page h5, .error-page .h5 {
  color: var(--bs-body-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "DM Sans", sans-serif;
}
.error-page p {
  font-size: 16px;
  line-height: 26px;
}

.error-404 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.error-404 .error-container {
  max-width: 700px;
}

.error-title {
  font-size: 220px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--bs-dark);
  display: inline-flex;
}
.error-title span:last-child {
  transform: rotateX(180deg) translateY(10px);
  -moz-transform: rotateX(180deg) translateY(10px);
  -webkit-transform: rotateX(180deg) translateY(10px);
  -ms-transform: rotateX(180deg) translateY(10px);
  -o-transform: rotateX(180deg) translateY(10px);
}

@media only screen and (max-width: 576px) {
  .error-page h5, .error-page .h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .error-page h3, .error-page .h3 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 5px;
  }
  .error-title {
    font-size: 110px;
    line-height: 110px;
  }
  .error-title span:last-child {
    transform: rotateX(180deg) translateY(5px);
    -moz-transform: rotateX(180deg) translateY(5px);
    -webkit-transform: rotateX(180deg) translateY(5px);
    -ms-transform: rotateX(180deg) translateY(5px);
    -o-transform: rotateX(180deg) translateY(5px);
  }
}
.service-info-bx {
  margin-top: -215px;
}

.service-bx {
  box-shadow: 0 0 25px 0 rgba(29, 25, 0, 0.25);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  background-color: #fff;
}
.service-bx [class*=feature-] {
  box-shadow: 0 0 25px 0 rgba(29, 25, 0, 0.15);
  margin-top: -30px;
  position: relative;
  top: -40px;
  margin-bottom: -20px;
}
.service-bx .info-bx {
  padding: 30px;
}
.service-bx:hover {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

.service-icon-bx {
  display: flex;
  align-items: center;
  max-width: 700px;
  margin: auto;
  padding: 50px 0;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.service-icon-bx .service-icon a {
  font-size: 150px;
  background: #e1e3ff;
  border-radius: 100%;
  height: 300px;
  width: 300px;
  display: inline-block;
  text-align: center;
  line-height: 300px;
  overflow: hidden;
}
.service-icon-bx .service-icon a img {
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-icon-bx .service-info {
  padding: 0 0 0 50px;
  max-width: 400px;
  margin-left: auto;
}
.service-icon-bx:nth-child(2n) {
  flex-direction: row-reverse;
}
.service-icon-bx:nth-child(2n) .service-info {
  padding: 0 50px 0 0;
}
.service-icon-bx::after {
  content: "";
  width: 110px;
  height: calc(100% + 4px);
  position: absolute;
  bottom: -2px;
  border-radius: 120px 0 0px 120px;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  left: -110px;
  border-width: 2px 0 2px 2px;
  z-index: -1;
}
.service-icon-bx:first-child:after {
  height: 220px;
  left: -110px;
  border-radius: 110px 0 0 110px;
  border-width: 2px 0px 2px 2px;
  right: auto;
}
.service-icon-bx:nth-child(2n):after {
  height: calc(100% + 4px);
  left: auto;
  border-radius: 0 110px 110px 0;
  border-width: 2px 2px 2px 0px;
  right: -110px;
}
.service-icon-bx:last-child:after {
  left: auto;
  right: -110px;
  bottom: auto;
  top: -2px;
  border-radius: 0 120px 120px 0;
  border-width: 2px 2px 2px 0px;
  height: 220px;
}
.service-icon-bx:nth-child(2n) + .service-icon-bx:last-child:after {
  right: auto;
  left: -110px;
  bottom: auto;
  top: -2px;
  border-radius: 120px 0 0 120px;
  border-width: 2px 0px 2px 2px;
}
.service-icon-bx .service-icon {
  position: relative;
}
.service-icon-bx .service-icon:after {
  content: attr(data-name);
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  line-height: 50px;
  top: 50%;
  right: -30px;
  width: 60px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 60px;
  background: var(--bs-primary);
  border-radius: 100%;
  text-align: center;
  color: #fff;
  border: 5px solid #fff;
}
.service-icon-bx:nth-child(2n) .service-icon:after {
  right: auto;
  left: -30px;
}
.service-icon-bx:first-child {
  padding-top: 40px;
}
.service-icon-bx:last-child {
  border: 0;
  padding-bottom: 10px;
}

.service-img-bx {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.service-img-bx:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}
.service-img-bx .service-info {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 0 0 50px;
}
.service-img-bx .service-info .title {
  border-left: 5px solid var(--bs-primary);
  padding-left: 30px;
  margin-bottom: 30px;
}
.service-img-bx .service-info .title h3, .service-img-bx .service-info .title .h3 {
  margin-bottom: 10px;
}
.service-img-bx .service-info .title p {
  margin-bottom: 0;
}
.service-img-bx:nth-child(2n) .title {
  border-right: 5px solid var(--bs-primary);
  padding-left: 0;
  margin-bottom: 30px;
  padding-right: 30px;
  border-left: 0;
}
.service-img-bx .service-media {
  flex: 0 0 65%;
  max-width: 65%;
}
.service-img-bx .service-media img {
  width: 100%;
}
.service-img-bx .video-media-bx {
  border-radius: 15px;
}
.service-img-bx:nth-child(2n) .service-info {
  padding: 0 50px 0 0;
}

.service-list {
  margin: 0;
  padding: 30px;
  list-style: none;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.service-list li {
  margin-bottom: 5px;
}
.service-list li a {
  background: var(--bs-light);
  display: block;
  padding: 15px 45px 15px 20px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: var(--bs-dark);
  font-weight: 400;
  font-size: 18px;
  border-radius: 10px;
  overflow: hidden;
}
.service-list li a i {
  width: 26px;
  height: 26px;
  background: #fff;
  color: var(--bs-dark);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border-radius: 35px;
  position: absolute;
  right: 20px;
  padding-left: 2px;
  top: 50%;
  margin-top: -13px;
}
.service-list li a::after {
  content: "";
  height: 100%;
  background-color: var(--bs-primary);
  width: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  top: 0;
  transform-origin: right;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
}
.service-list li:last-child a {
  border-bottom: 0;
}
.service-list li.active a {
  background-color: var(--bs-primary);
  color: #fff;
}
.service-list li:hover a {
  color: #fff;
}
.service-list li:hover a::after {
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  width: 100%;
  right: auto;
  left: 0;
}
.service-list.style-2 li a {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 0 7px 35px;
}
.service-list.style-2 li a i {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 24px;
  top: 50%;
  padding: 0;
  left: 0;
  right: auto;
}
.service-list.style-2 li a::after {
  content: "\f30b";
  font-family: "Line Awesome Free";
  width: auto;
  height: auto;
  background: transparent;
  color: var(--bs-primary);
  font-weight: 900;
  font-size: 24px;
  right: 10px;
  opacity: 0;
}
.service-list.style-2 li.active a i, .service-list.style-2 li.active a, .service-list.style-2 li:hover a i, .service-list.style-2 li:hover a {
  color: var(--bs-primary);
}
.service-list.style-2 li.active a::after, .service-list.style-2 li:hover a::after {
  right: 0;
  opacity: 1;
  left: auto;
}

.service-gallery-top .service-info .service-content,
.service-thumb:after,
.service-thumb,
.service-box .service-inner:after,
.service-box {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.service-box {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid #086ad8;
}
.service-box:hover {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
}
.service-box .service-media {
  position: relative;
}
.service-box .service-info {
  padding: 30px;
}
.service-box .service-info .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-box .service-info p {
  margin-bottom: 0;
  line-height: 24px;
}
.service-box .service-inner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 1;
}
.service-box .service-inner::after {
  background: var(--bs-primary);
  position: absolute;
  bottom: 0;
  height: 30%;
  width: 100%;
  content: "";
  opacity: 0.9;
  z-index: -1;
  opacity: 0;
}
.service-box .service-inner .btn {
  transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
  -webkit-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
  opacity: 0;
}
.service-box:hover .service-inner:after {
  height: 100%;
  opacity: 0.9;
}
.service-box:hover .service-inner .btn {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  opacity: 1;
}

.service-gallery-top .service-info {
  height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.service-gallery-top .service-info .container {
  position: relative;
  z-index: 1;
}
.service-gallery-top .service-info .service-content {
  background: #fff;
  padding: 30px 40px;
  width: 450px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.service-gallery-top .service-info .service-content .ld-tilte {
  margin-bottom: 10px;
}
.service-gallery-top .service-info .service-content p {
  font-size: 18px;
  color: #585858;
}
.service-gallery-top .service-info .service-content .bg-icon {
  color: #000;
  line-height: 200px;
  right: 20px;
}
.service-gallery-top .service-info::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}
.service-gallery-top .swiper-slide-active .service-info .service-content {
  opacity: 1;
}

.swiper-service {
  position: relative;
}

.swiper-thumbs-box {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.service-thumb {
  padding: 25px 5px;
  position: relative;
  z-index: 1;
}
.service-thumb::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #000;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  bottom: -10px;
  left: 50%;
  opacity: 0;
}
.service-thumb .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.service-thumb .title i {
  font-size: 30px;
  line-height: 30px;
  margin-right: 10px;
}

.swiper-slide-thumb-active .service-thumb {
  background: var(--bs-primary);
}

@media only screen and (max-width: 1200px) {
  .service-thumb .title {
    font-size: 16px;
  }
  .service-thumb .title i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px;
  }
  .service-box .service-info {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .service-info-bx {
    margin-top: 0px;
    padding-top: 80px;
  }
  .service-icon-bx::after {
    content: none;
  }
  .service-img-bx {
    display: block;
  }
  .service-img-bx .service-media {
    max-width: 100%;
  }
  .service-img-bx .service-info {
    max-width: 100%;
    padding: 30px 0 0;
  }
  .service-img-bx:nth-child(2n) .service-info {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-icon-bx {
    display: block;
    max-width: 100%;
    padding: 50px 0;
    text-align: center;
  }
  .service-icon-bx .service-icon a {
    font-size: 70px;
    height: 200px;
    width: 200px;
    line-height: 200px;
  }
  .service-icon-bx:first-child {
    padding-top: 10px;
  }
  .service-icon-bx .service-icon {
    margin-bottom: 30px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-icon-bx .service-info {
    padding: 0 0 0 0;
    max-width: 100%;
  }
  .service-icon-bx .service-icon:after {
    right: -20px;
  }
  .service-icon-bx:nth-child(2n) .service-icon:after {
    right: -20px;
    left: auto;
  }
  .service-icon-bx:nth-child(2n) .service-info {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .service-img-bx {
    margin-bottom: 50px;
  }
  .service-img-bx .service-info .title {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .service-img-bx:nth-child(2n) .title {
    margin-bottom: 20px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .service-gallery-top .service-info .service-content {
    padding: 20px 20px;
    width: 100%;
  }
  .service-gallery-top .service-info .service-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .service-box .service-info p {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-bx.style1 {
  display: flex;
  box-shadow: unset;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.service-bx.style1 .service-media {
  width: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.service-bx.style1 .service-info {
  padding: 10px 20px;
}
.service-bx.style1 .service-info p {
  margin-bottom: 10px;
}
.service-bx.style1 .service-info .btn-link {
  font-size: 14px;
}
.service-bx.style1 .service-info .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}

/* Checkout */
.checkout-area p {
  font-size: 14px;
  line-height: 1.5;
}
.checkout-area .form-control {
  padding: 15px 20px;
  height: 45px;
  border-radius: 10px;
  border-color: #d5cfc5;
  border-width: 1px 1px 1px 1px;
  font-size: 15px;
}
.checkout-area .form-group:focus-within .form-control,
.checkout-area .form-group:focus-within .input-group .input-group-text {
  border-color: var(--bs-primary);
}
.checkout-area .input-group .input-group-text {
  background: #fff;
  border-color: #d5cfc5;
}
.checkout-area .input-group .form-control {
  border-width: 1px 0 1px 1px;
}

.cart-box {
  display: flex;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  align-items: center;
}
.cart-box .product-dec {
  padding-left: 15px;
  width: 100%;
  padding-right: 60px;
  position: relative;
}
.cart-box .product-img img {
  max-width: 60px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-box.last, .cart-box:last-child {
  border: 0;
  padding-bottom: 0;
}
.cart-box .product-dec .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.cart-box .product-price {
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--bs-primary);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  transform: translateY(-50%);
}
.cart-box .product-qua {
  font-size: 14px;
}

.card-body .shipping,
.card-body .subtotal,
.card-body .total {
  display: flex;
  padding: 10px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-body .shipping small, .card-body .shipping .small,
.card-body .subtotal small,
.card-body .subtotal .small,
.card-body .total small,
.card-body .total .small {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
  flex: 0 0 50%;
}

.card-body .shipping span,
.card-body .subtotal span,
.card-body .total span {
  font-weight: 400;
  font-size: 15px;
}

/* Cart Table */
.cart-table {
  padding: 1px;
}
.cart-table img {
  width: 80px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-table .media-body {
  padding-left: 15px;
  width: 250px;
}
.cart-table .media-body .title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
  color: var(--bs-dark);
}
.cart-table thead tr th,
.cart-table thead tr:not(.table-divider) {
  border: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: var(--dark);
  font-weight: 400;
}
.cart-table td, .cart-table th {
  border: 0;
  vertical-align: middle;
}
.cart-table .actions {
  padding-right: 20px;
}
.cart-table .actions a {
  padding: 0 5px;
  width: 40px;
  height: 40px;
  background: var(--bs-light);
  border-radius: 8px;
  text-align: center;
  color: var(--bs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart-table tr:not(.table-divider) {
  border: 0px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: #fff;
  vertical-align: middle;
}
.cart-table .price {
  font-size: 16px;
  color: var(--bs-primary);
  font-weight: 400;
  min-width: 120px;
}
.cart-table .form-control {
  border-radius: 4px;
  padding: 10px 15px;
}
.cart-table .form-control:focus,
.cart-table .form-control:hover {
  border-color: var(--bs-primary);
}
.cart-table .status {
  font-weight: 500;
  font-size: 14px;
}
.cart-table .total {
  font-size: 16px;
  font-weight: 400;
  color: var(--bs-primary);
  min-width: 120px;
}
.cart-table .media-body span {
  font-size: 13px;
  font-weight: 500;
}

.table-divider {
  height: 20px;
}
.table-divider th, .table-divider td {
  background-color: transparent;
}

.products-gallery .ld-media {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.products-gallery .thumbs-slider {
  margin-top: 10px;
}
.products-gallery .thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  outline: 3px solid var(--bs-light);
  outline-offset: -10px;
}
.products-gallery .swiper-button-next, .products-gallery .swiper-button-prev {
  color: var(--bs-primary);
}

.job-career-box {
  padding: 10px 30px;
  background: #fff;
  border-radius: 15px;
}
.job-career-box p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.job-career-box p strong {
  font-weight: 500;
  color: var(--bs-dark);
}
.job-career-box ul li {
  font-size: 18px;
  color: #666;
}
@media only screen and (max-width: 591px) {
  .job-career-box ul li {
    font-size: 16px;
  }
}
.job-career-box .list-check li:before {
  top: 8px;
}

@media only screen and (max-width: 767px) {
  .job-career-box {
    padding: 20px;
  }
}
.mvimg {
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .mvimg {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .section-area {
    background-attachment: scroll !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .page-content {
    margin-top: 0;
  }
}
/* Images Height */
.left-border-1 {
  padding-left: 30px;
  border-left: 1px solid #c2c2c2;
}

/* Event Form */
.bx-hover-up {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.bx-hover-up:hover {
  transform: translateY(-15px);
}

.ovbl-middle:after,
.ovbl-light:after,
.ovbl-dark:after {
  background: var(--bs-dark);
}

/* Appointment */
.appoint-bx1 .form-control {
  background: transparent;
  border-width: 0 0 2px 0px;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 0;
}

.appoint-bx1 .form-control:focus {
  border-color: #fff;
}

.appoint-bx1 .form-control::-moz-placeholder {
  color: #fff;
}

.appoint-bx1 .form-control:-moz-placeholder {
  color: #fff;
}

.appoint-bx1 .form-control:-ms-input-placeholder {
  color: #fff;
}

.appoint-bx1 .form-control::-webkit-input-placeholder {
  color: #fff;
}

.appoint-bx1 .input-bx {
  position: relative;
  z-index: 1;
}

.appoint-bx1 .input-bx:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background: var(--bs-dark);
  bottom: 0;
  right: 0;
  transform-origin: right;
  transition: all 0.3s;
  z-index: 4;
}

.appoint-bx1 .focused .input-bx:after {
  right: auto;
  left: 0;
  width: 100%;
}

.appoint-video {
  border-radius: 8px 8px 60px 8px;
  overflow: hidden;
  margin-right: 30px;
  height: 100%;
}

.appoint-video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* contact-bx-area1 */
.contact-bx-area1 {
  position: relative;
}

.contact-bx-area1:after {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #eaf1f9;
  z-index: 0;
}

.contact-bx-area1 .contact-bx {
  z-index: 999;
  position: relative;
  padding: 0 30px;
}

/* contact-bx-area2 */
.contact-bx-area2 {
  box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.contact-bx-area2 .right-info {
  padding: 40px;
}

.contact-icon-box .title {
  position: relative;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}

.contact-icon-box {
  margin-bottom: 20px;
  padding: 20px 20px;
  border-radius: 15px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-icon-box .bg-icon {
  color: var(--bs-primary);
  font-size: 200px;
  line-height: 180px;
  bottom: -30px;
  right: -40px;
  opacity: 0.05;
}

.contact-icon-box .icon {
  width: 40px;
  height: 40px;
  background: var(--bs-primary);
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

.contact-icon-box a,
.contact-icon-box p {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mapbox {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  height: 100%;
}

/*.mapbox:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  background: #514E48;
  mix-blend-mode: color;
}*/

.contact-sidebar {
  position: fixed;
  right: -400px;
  width: 350px;
  height: 100vh;
  background: #fff;
  z-index: 100001;
  top: 0;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.contact-sidebar .inner {
  padding: 40px;
}

.contact-sidebar .title {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-bottom: 20px;
}

.contact-sidebar .logo {
  margin-bottom: 20px;
}

.contact-sidebar .logo img {
  height: 40px;
}

.contact-sidebar.open {
  right: 0;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.contact-sidebtn.close {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: none;
}

.contact-sidebar.open + .contact-sidebtn.close {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  display: block;
  opacity: 1;
}

.contact-sidebtn.close i {
  background: var(--bs-primary);
  text-shadow: none;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  opacity: 1;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}

.contact-infolist {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

.contact-infolist li {
  position: relative;
  padding: 0px 20px 20px 80px;
}

.contact-infolist li .contact-title {
  color: var(--dark);
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 2px;
}

.contact-infolist li img {
  position: absolute;
  left: 0;
  top: 10px;
  width: 60px;
}

.contact-infolist li p,
.contact-infolist li a {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px;
}

.contact-sidebar .input-group label {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.contact-sidebar .input-group textarea.form-control {
  height: 100px;
}

.contact-sidebar .input-group .form-control {
  border-width: 0 0 2px 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  box-shadow: none;
  height: 45px;
  font-size: 14px;
  border-color: var(--bs-primary);
  border-radius: 0;
}

.contact-sidebar .focused .input-group label {
  top: -10px;
  font-size: 11px;
  color: var(--bs-primary);
  z-index: 2;
  font-weight: 600;
}

.contact-sidebar .g-recaptcha,
.contact-sidebar #rc-imageselect {
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}

/* Portfolio Box */
.gallery-top {
  margin-bottom: 10px;
}

.gallery-thumbs img,
.gallery-top img {
  border-radius: 20px;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.protfolio-info {
  margin: 0;
  padding: 40px;
  list-style: none;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 20px;
}

@media (max-width: 591px) {
  .gallery-thumbs img,
  .gallery-top img {
    border-radius: 10px;
  }
  .protfolio-info {
    margin-bottom: 30px;
  }
}
.protfolio-info.m-b0 {
  margin-bottom: 0;
}

.protfolio-info li {
  margin-bottom: 25px;
}

.protfolio-info li strong {
  color: var(--bs-primary);
  font-size: 14px;
  display: flex;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.35;
}

.protfolio-info li span {
  color: var(--bs-dark);
  font-size: 18px;
}

.content-info {
  padding: 30px;
  background: var(--bs-dark);
  color: #fff;
  border-radius: 20px;
}

.gallery-thumbs img {
  opacity: 0.5;
  max-height: 120px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}

.about-video {
  padding-top: 0;
}

.about-video.about-media-bx:before {
  bottom: auto;
  top: 0;
}

.about-video .video-media-bx {
  max-width: 900px;
  margin: auto;
  box-shadow: -20px 0 50px 0 rgba(0, 10, 105, 0.2);
}

.about-video2:after {
  background: #001536;
  opacity: 0.8;
}

.about-video2 .video-media-bx a {
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 28px;
}

.about-video2 .video-media-bx {
  overflow: unset;
  text-align: center;
  height: 600px;
}

/* Price Box */
.number-box {
  padding-left: 90px;
  z-index: 1;
  position: relative;
}

.number-box .number-icon {
  width: 32px;
  height: 32px;
  background: var(--bs-primary);
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  border-radius: 30px;
  position: absolute;
  left: 40px;
  top: -2px;
}

.number-box .number-icon:after {
  content: "";
  position: absolute;
  top: 16px;
  left: -40px;
  width: 30px;
  height: 1px;
  background: var(--bs-primary);
}

.number-box:after {
  content: attr(data-name);
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  color: #000;
  opacity: 0.1;
  left: 0;
  top: -10px;
  line-height: 90px;
  z-index: -1;
}

.number-box .btn-link {
  transform: translateY(30px);
  opacity: 0;
}

.number-box:hover .btn-link {
  transform: translateY(0);
  opacity: 1;
}

.number-box p {
  line-height: 24px;
  color: #6c6969;
  margin-bottom: 15px;
}

/* Split Box */
.split-box {
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.split-box img {
  width: 100%;
}

.split-box > div {
  opacity: 0;
  transition: 0s 0.8s;
}

.split-box:before,
.split-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.split-box:before {
  background-color: #fff;
  z-index: 1;
  transform: translateX(-101%);
}

.split-box:after {
  background-color: var(--bs-primary);
  z-index: 2;
  transform: translateX(-101%);
}
@keyframes split-box-animation {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
.split-box.split-active,
.split-box.split-active > div {
  opacity: 1;
}

.split-box.split-active:after {
  animation: split-box-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

.split-box.split-active:before {
  animation: split-box-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

/* Split Box END */
/* Product details */
.product-full-info .ld-divider {
  background: rgba(0, 0, 0, 0.15);
}

.product-full-info .price {
  font-size: 20px;
  margin-bottom: 15px;
}

.meta-item,
.product-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.meta-item .title,
.product-quantity .title {
  color: #5a564d;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0;
  width: 120px;
  font-size: 15px;
  font-weight: 500;
}

.meta-item {
  margin-bottom: 15px;
}

.meta-item a {
  margin-right: 10px;
}

.quantity {
  max-width: 80px;
}

.product-title {
  font-size: 35px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .product-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 591px) {
  .product-title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

.product-info {
  margin-bottom: 50px;
}

.product-description .nav li a {
  font-size: 20px;
  color: var(--bs-dark);
  font-weight: 400;
  padding: 10px 0px;
  display: inline-block;
  margin-right: 30px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.product-description .tab-pane {
  padding: 20px 0;
}

.product-description .nav li a.active {
  color: var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary);
}

.product-description .comment-respond {
  background: #fff;
}

.product-description .comment-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.product-description .comment-form label {
  color: #000;
}

.product-description .comment-form-comment textarea,
.product-description .comment-form-email input,
.product-description .comment-form-author input {
  width: 100%;
  height: 45px;
  padding: 14px 22px 14px 22px;
  border: 1px solid #d5cfc5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  text-transform: capitalize;
  color: #000000;
  background: #fff;
  font-size: 14px;
}

.product-description .comment-form-comment textarea {
  height: 120px;
}

.product-description .comment-form-email,
.product-description .comment-form-author {
  flex: 0 0 50%;
  max-width: 50%;
}

.product-description .comment-form-comment,
.product-description .form-submit,
.product-description .comment-form-rating {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.comment-form-email,
.product-description .comment-form-author,
.product-description .comment-form-comment,
.product-description .form-submit,
.product-description .comment-form-rating {
  margin-bottom: 30px;
  padding: 0 15px;
}

.product-description .comment-form-comment textarea:hover,
.product-description .comment-form-email input:hover,
.product-description .comment-form-author input:hover,
.product-description .comment-form-comment textarea:focus,
.product-description .comment-form-email input:focus,
.product-description .comment-form-author input:focus {
  outline: none;
  border-color: var(--bs-primary);
}

.rating-stars ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rating-stars ul li {
  display: inline-block;
  color: #959595;
}

.star-rating,
.rating-stars ul li.selected,
.rating-stars ul li.hover {
  color: #ffb805;
}

.product-description .comment-respond .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-description .commentlist .comment_container {
  display: flex;
  align-items: start;
}

.product-description .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-description .commentlist > li {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-description .commentlist .comment-text {
  width: 100%;
  padding-left: 20px;
}

.product-description .commentlist .avatar {
  width: 80px;
  max-width: 80px;
  border-radius: 25px;
  background: #fff;
  padding: 4px;
}

.product-description .commentlist .author {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  display: block;
  line-height: 1.5;
}

.product-description .commentlist .meta {
  margin-bottom: 10px;
}

.product-description .commentlist .meta span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: var(--bs-primary);
}

.product-description .tab-pane p,
.product-description .commentlist .description p {
  font-size: 16px;
  line-height: 1.5;
}

/* my-account */
.my-account {
  margin: auto;
  width: 450px;
}

.my-account .tab-content form .form-control {
  border: 1px solid #eaeaea;
  height: 50px;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 5px;
}

.my-account .nav.nav-tabs {
  margin-bottom: 30px;
}

.my-account .forgot-pass {
  float: right;
  padding: 10px 5px;
}

/* Case Study Box */
.case-study-box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}

.case-study-box .case-content {
  padding: 30px;
  position: relative;
}

.case-study-box .case-content .title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.4;
}

.case-study-box .case-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.case-study-box .case-content .categary {
  background-color: var(--bs-primary);
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  display: table;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: -12px;
  left: 30px;
  border-radius: 4px;
}

.element-box {
  margin-bottom: 50px;
}

.element-box:last-child {
  margin-bottom: 0;
}

/* index 1 */
.process-area {
  margin-top: -60px;
}

.process-area .container {
  position: relative;
}

.process-carousel .owl-item:nth-child(2n+1) .process-box {
  background: var(--bs-primary);
}

.process-carousel .owl-stage-outer {
  padding-top: 60px;
}

.process-box {
  background: var(--bs-primary);
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  padding: 0 0 0px 0;
  position: relative;
}

.process-box .title {
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 25px;
}

.process-box .title i {
  font-size: 30px;
  margin-right: 10px;
}

.process-box p {
  padding: 20px 20px;
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 15px;
}

.process-box .process-btn {
  display: block;
  background: #020d26;
  text-transform: uppercase;
  padding: 13px 65px 13px 15px;
  color: #fff;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.process-box .process-btn i {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  color: #000;
  line-height: 50px;
}

.process-box:hover .process-btn {
  bottom: 0;
}

.process-box:hover {
  margin-top: -50px;
  padding-bottom: 50px;
}

.project-btn {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  width: calc(25% - 8px);
  right: 15px;
  padding: 15px 60px;
  text-align: center;
}

.project-btn .icon {
  width: 60px;
  position: absolute;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  top: 0;
  height: 100%;
  line-height: 60px;
  font-size: 24px;
}

.project-btn .right-icon {
  width: 60px;
  position: absolute;
  right: 0;
  font-size: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  top: 0;
  line-height: 60px;
}

.port-info {
  height: 100%;
  width: 100%;
  padding: 50px;
}

.port-info h2, .port-info .h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 15px;
}

.port-info p {
  font-size: 18px;
}

/* dots-style-2  */
.dots-style-2 .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.dots-style-2 .owl-dots .owl-dot span {
  width: 60px;
  height: 2px;
  background-color: #fff;
  display: block;
}

.dots-style-2 .owl-dots .owl-dot.active span {
  background-color: var(--bs-primary);
}

/* recent-news */
.recent-news .event-time {
  background-color: var(--bs-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.recent-news .event-time .event-date {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.recent-news .event-time .event-month {
  font-weight: 500;
  line-height: 16px;
  font-size: 16px;
  margin-top: 5px;
}

@media only screen and (max-width: 1400px) {
  .port-info {
    padding: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-logo {
    width: 190px;
  }
  .rev-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .about-media-bx .heading-bx h5, .about-media-bx .heading-bx .h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .about-media-bx .heading-bx {
    margin-top: 0;
  }
  .setResizeMargin {
    padding-left: 30px;
  }
  .menu-links .nav > li .add-menu {
    left: -100px;
  }
  .about-img-box {
    position: relative;
    padding: 0 0px 80px 20px;
  }
  .contact-bx-area2 .right-info {
    padding: 40px 20px;
  }
  .side-post .blog-md .ld-post-media {
    width: 180px;
  }
  .project-btn {
    width: 310px;
  }
  .rev-slider.slide1 .btn {
    margin: 0 -10px !important;
  }
  .style-2 .menu-bar .menu-links .nav {
    padding-right: 10px;
  }
  .rev-slider.slide1 .hades.tparrows {
    width: 50px;
    height: 50px;
  }
  .rev-slider.slide1 .hades.tparrows:before {
    font-size: 20px;
    line-height: 50px;
  }
  .rev-slider.slide1 .hades .tp-arr-allwrapper {
    width: 50px;
    height: 50px;
  }
  .blog-group .blog-md .ld-post-media {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .portfolio-box{
       height: 665px;
   }
    .portfolio-box.style-3 .portfolio-info{
        height: 665px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-box{
       height: auto;
   }
    .portfolio-box.style-3 .portfolio-info{
        height: auto;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
      .portfolio-box{
       height: auto;
   }
    .portfolio-box.style-3 .portfolio-info{
        height: auto;
    }
      
  }
  
@media only screen and (max-width: 991px) {
  .port-info h2, .port-info .h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .blog-md.md-large .post-title {
    font-size: 28px;
    line-height: 40px;
  }
  .blog-md.md-large .ld-post-info {
    padding: 10px 0 10px 30px;
  }
  .blog-md.md-large p {
    font-size: 15px;
    line-height: 28px;
  }
  .blog-md.sm-large .media-post li a,
  .blog-md.md-large .media-post li a {
    font-size: 14px;
  }
  .about-media-bx:before {
    content: none;
  }
  .news-box .heading-bx.m-t20 {
    margin-top: 0;
  }
  .about-imgbox {
    margin-top: 50px;
  }
  .secondary-inner ul li.extmenu {
    display: none;
  }
  .blog-md .ld-post-media {
    width: 300px;
  }
  .pagination-bx.m-b0 {
    margin-bottom: 0;
  }
  .about-media-bx.about-video .video-media-bx.split-box {
    margin-top: 100px;
  }
  .about-media-bx.about-video .row.section-sp1 {
    padding-top: 50px;
  }
  .about-img-box {
    position: relative;
    padding: 0 0px 80px 90px;
  }
  .about-video2 .video-media-bx {
    height: 300px;
    margin-bottom: 0;
  }
  .misson-tabs li a {
    padding: 25px 15px 30px 15px;
  }
  .protfolio-info.m-md-b30 {
    margin-bottom: 30px;
  }
  .number-box {
    padding-left: 60px;
  }
  .number-box .number-icon {
    left: 20px;
  }
  .number-box .number-icon:after {
    left: -20px;
    width: 15px;
  }
  .number-box:hover .btn-link,
  .number-box p {
    margin-left: -60px;
  }
  .apoint-btn-box {
    display: none;
  }
  .client-appoint-box .ajax-form {
    background: #020d26;
    padding: 60px 38px 0px 38px;
    margin: 50px -38px 0;
  }
  .client-appoint-box:after {
    height: 40%;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .side-post .blog-md .ld-post-media {
    width: 100px;
  }
  .side-post .blog-md .ld-post-media img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .side-post .blog-md .ld-post-info h4, .side-post .blog-md .ld-post-info .h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .side-post .blog-post.blog-md {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .service-img-bx:last-child {
    margin-bottom: 30px;
  }
  .appoint-video {
    margin-right: 0;
  }
  .aside-bx {
    border-left: 0;
    padding-left: 0;
  }
  .blog-group .recent-news {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
    body, p{
        font-size: 16px;
    }
  .about-img-box {
    position: relative;
    padding: 0px 0px 40px 40px;
  }
  .news-box .heading-bx br {
    display: none;
  }
  .blog-md.sm-large,
  .blog-md.md-large {
    flex-direction: column;
  }
  .blog-md.md-large .ld-post-info {
    padding-left: 0;
  }
  .blog-md.sm-large .ld-post-media,
  .blog-md.md-large .ld-post-media {
    width: 100%;
    flex: 0 0 100%;
  }
  .post-extra {
    padding-top: 10px;
  }
  .recent-news.style-2 {
    margin-bottom: 30px;
  }
  .blog-md .ld-post-media {
    width: 100%;
  }
  .blog-md.blog-post .ld-post-info {
    margin-bottom: 0;
  }
  .ld-post-meta.d-flex {
    display: block !important;
  }
  .ld-post-meta.d-flex .post-tags {
    margin-bottom: 10px;
  }
  .feature-filters {
    margin-bottom: 30px;
  }
  .table.table-cards {
    width: 700px;
    max-width: 700px;
  }
  .checkout-area .text-right {
    text-align: left !important;
    margin-top: 10px;
  }
  .checkout-area .card-header .text-right {
    text-align: right !important;
    margin-top: 0;
  }
  .case-studies:before {
    font-size: 100px;
    line-height: 120px;
  }
  .case-studies:before {
    top: 0;
  }
  .about-media-bx.about-video .video-media-bx.split-box {
    margin-top: 0px;
  }
  .about-media-bx.about-video .row.section-sp1 {
    padding-top: 30px;
  }
  .about-video2 .video-media-bx {
    height: 400px;
  }
  .dots-style-1 .owl-dots {
    margin-top: 30px;
  }
  .mvimg {
    width: 100%;
    max-width: 100%;
  }
  .about-img-inner {
    width: 120px;
    height: 120px;
    border: 8px solid #fff;
    border-radius: 0;
    display: block;
    padding: 5px 0;
  }
  .about-img-inner .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
  .about-img-inner .title span {
    line-height: 50px;
  }
  .about-img-inner div > span {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }
  .feature-filters.style1 li a {
    padding: 2px 10px;
    font-size: 15px;
  }
  .left-border-1 {
    padding-left: 0;
    border-left: 0;
  }
  .appoint-video {
    margin-right: 0;
  }
  .about-img-box3 {
    margin-bottom: 40px;
  }
  .number-box .btn-link {
    transform: translateY(0);
    opacity: 1;
    margin-left: -60px;
  }
  .number-box {
    margin-bottom: 30px;
  }
  .client-appoint-box .ajax-form {
    margin: 50px -45px 0;
  }
  .blog-area .blog-md.blog-post .ld-post-info {
    margin-bottom: 0;
    width: auto;
    display: table-cell;
    padding-left: 20px;
  }
  .side-post .blog-post.blog-md {
    padding-left: 0;
  }
  .side-post {
    border-left: 0;
    margin-bottom: 40px;
  }
  .blog-area .float-right {
    float: none !important;
    margin-top: 20px;
  }
  .skillbar-box.m-sm-b0 {
    margin-bottom: 0;
  }
  .feature-filters.style1 li a span:after,
  .feature-filters.style1.white li a span:after {
    height: 2px;
  }
  .blog-group .blog-md {
    display: block;
  }
  .blog-group .blog-md .ld-post-media {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .side-post .blog-md.blog-post .ld-post-info {
    padding-top: 0;
  }
  .accordion-body {
        padding: 10px 0;
    }
      .feature-bx6 .btn-link{
          font-size: 14px;
         text-transform: capitalize;
      }
     .counter-style-2 .counter-bx span {
        font-size: 45px;
        line-height: 45px;
     }
     .feature-bx6 .feature-content {
        padding: 10px 10px 20px 10px;
        min-height: auto;
     }
    .feature-bx6 .ld-tilte {
        font-size: 18px;
        font-weight: 500;
    }
	.hero-slider1 .hero-content {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
	.portfolio-box{
       height: auto;
   }
    .portfolio-box.style-3 .portfolio-info{
        height: auto;
    }
    .salon-num-count{
        text-align: center;
    }
}
@media only screen and (max-width: 576px) {
  .portfolio-carousel-1.style-1 .portfolio-media img {
    height: calc(100vh - 50px);
  }
  .portfolio-box{
       height: auto;
   }
    .portfolio-box.style-3 .portfolio-info{
        height: auto;
    }
  .about-year h2, .about-year .h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .about-imgbox {
    padding-left: 40px;
  }
  .about-media-bx .heading-bx {
    margin-bottom: 10px;
  }
  .setResizeMargin {
    padding-left: 15px;
  }
  .blog-md.blog-post .ld-post-info {
    margin-bottom: 0;
  }
  .recent-news.style-2 .info-bx p {
    font-size: 14px;
    line-height: 26px;
  }
  .blog-user .author-profile-pic {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .blog-user .author-profile-content h6, .blog-user .author-profile-content .h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .pagination > li > a, .pagination > li > span {
    padding: 8px 12px;
    font-size: 15px;
  }
  .my-account {
    width: 100%;
  }
  .case-studies:before {
    font-size: 60px;
    line-height: 80px;
  }
  .case-studies:before {
    top: 30px;
  }
  .head-in {
    padding-left: 0;
  }
  .about-video2 .video-media-bx {
    height: 250px;
  }
  .about-video2 .video-media-bx a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
  .about-img-box3 .img1 {
    padding: 10px;
  }
  .client-appoint-box .ajax-form {
    margin: 30px -15px 0;
    padding: 40px 15px 0px 15px;
  }
  .rev-slider.slide1 .btn {
    margin: 0 !important;
  }
  .protfolio-info li span,
  .protfolio-info li strong {
    font-size: 15px;
  }
  .about-img-box4 .about-img-inner {
    width: 180px;
    padding: 20px;
    border: 5px solid;
  }
  .about-img-box4 .about-img2 {
    margin-left: 30px;
    margin-top: -50px;
    border: 5px solid;
  }
  .contact-bx-area2 {
    margin-top: -20px;
  }
}

