@charset "UTF-8";
/*==============================
 *  Utilities
=================================*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 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: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[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: #fff;
  --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: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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.875em;
}

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

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.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* 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-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

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

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

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

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

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@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.875em;
  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.875em;
  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.875em;
  color: var(--bs-secondary-color);
}

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

@media (min-width: 576px) {
  .container-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: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.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: 1400px) {
  .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: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --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: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --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: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --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: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --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: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  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: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  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: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  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.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.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.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

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

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  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.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  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);
  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: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --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='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.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='rgb%28134, 182.5, 254%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='%23fff'/%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.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.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;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.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;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  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 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.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;
  padding-left: 0.75rem;
}
.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 {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.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;
}

.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: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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: 0.5rem 1rem;
  font-size: 1.25rem;
  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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.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(-1 * var(--bs-border-width));
  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.875em;
  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.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.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='%23198754' 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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.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.25rem 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.875em;
  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.5em + 0.75rem);
  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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.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.25rem 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: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

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

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

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

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

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --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: 49, 132, 253;
  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: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

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

.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: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-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: 1400px) {
  .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: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --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: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.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: 0.5625rem;
  padding-left: 0.5625rem;
}
.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: 0.375rem;
  padding-left: 0.375rem;
}

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

.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(-1 * var(--bs-border-width));
}
.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:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .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.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

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

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

.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-grow: 1;
  flex-basis: 0;
  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.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-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-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-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-grow: 1;
  flex-basis: 100%;
  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: 1400px) {
  .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: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --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: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.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='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%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='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

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

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

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

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

.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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  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='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%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='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

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

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

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

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

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.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: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --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: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

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

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

.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: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  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 {
  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-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):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:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

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

.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.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  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;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --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: 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: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@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-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: 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: 1399.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-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.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: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.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: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  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: #fff;
  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='%23fff'%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 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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-.708'/%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='%23fff'%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-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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 0'/%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: var(--bs-carousel-indicator-active-bg);
  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: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  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.5;
}

@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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .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: 1399.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: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.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%);
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .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-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: 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 {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

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

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

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

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

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

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

.text-bg-danger {
  color: #fff !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: #fff !important;
  background-color: RGBA(var(--bs-dark-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(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, 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(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, 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(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, 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(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, 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(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, 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(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, 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(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, 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(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, 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: 1400px) {
  .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;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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 {
  object-fit: contain !important;
}

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

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

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

.object-fit-none {
  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));
}

.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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-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-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 {
  column-gap: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !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.5 !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: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

.bg-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: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-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-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-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 {
  user-select: all !important;
}

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

.user-select-none {
  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 {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    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: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    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 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    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: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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;
  }
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*-------------------------------
    Overall HTML Specific Styles  
    overall.scss
---------------------------------*/
.header-style-2 a.edu-btn.btn-medium {
  line-height: 46px;
}
.header-style-2 a.edu-btn.btn-medium.header-purchase-btn {
  line-height: 50px;
}

.edu-accordion-01 .edu-accordion-item:last-child .edu-accordion-button:not(.collapsed) {
  border-bottom: 0px solid;
}

.edu-accordion-01 .edu-accordion-item:last-child .accordion-collapse.show {
  border-bottom: 1px solid #eee;
}

.eduvibe-course-one-carousel .edu-card.card-type-3 {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.eduvibe-course-one-carousel .single-slick-card {
  margin-bottom: 20px;
}

.edu-event.event-grid-1.bg-shade .inner {
  background: #f5f5f5;
  background: var(--color-shade);
  box-shadow: inherit !important;
}

.eduvibe-post-share span {
  font-weight: 600;
  color: var(--color-dark);
  margin-right: 15px;
}
.eduvibe-post-share a {
  color: var(--body-color);
}
.eduvibe-post-share a:not(:last-child) {
  margin-right: 25px;
}

.team-activation-03 .edu-instructor-3 .edu-instructor {
  margin-bottom: 45px;
}

.team-activation-03.edu-slick-button .slick-dots {
  bottom: -54px;
}

.instructor-profile-courses.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.edu-blog.blog-type-2.variation-2.bg-color-gray {
  background: var(--color-shade);
}

@media (max-width: 991px) {
  .eduvibe-masonry-grid {
    margin-top: 45px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}
/*-- Variables --*/
:root {
  --color-primary: #914594;
  --color-secondary: #914594;
  --color-secondary-alt: #fff6f4;
  --color-tertiary: #ffa41b;
  --color-tertiary-2: #7152e9;
  --color-dark: #231f40;
  --color-body: #6f6b80;
  --color-heading: #231f40;
  --color-white: #ffffff;
  --color-shape: #eeeeee;
  --color-shade: #f5f5f5;
  --color-border: #eeeeee;
  --color-black: #444444;
  --color-blackest: #0f0f11;
  --color-extra01: #666666;
  --color-extra02: #606770;
  --color-extra03: #fbfbfd;
  --color-extra04: #1a1a1a;
  --color-extra05: #242424;
  --color-extra06: #dbf1c0;
  --color-extra07: #c6ece8;
  --color-extra08: #c3ecce;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --border-width: 2px;
  --radius-small: 5px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --shadow-primary: 0px 8px 30px rgba(0, 0, 0, 0.04);
  --shadow-light: 1px 1px 6px rgba(0, 0, 0, 0.25);
  --shadow-lighter: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
  --transition: 0.3s;
  --transition-2: 0.7s;
  --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  --font-primary: "Urbanist", sans-serif;
  --font-secondary: "Urbanist", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --font-size-b4: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.63;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 72px;
  --h2: 68px;
  --h3: 40px;
  --h4: 32px;
  --h5: 24px;
  --h6: 20px;
  --h1-lineHeight: 1.25;
  --h2-lineHeight: 1.24;
  --h3-lineHeight: 1.4;
  --h4-lineHeight: 1.38;
  --h5-lineHeight: 1.5;
  --h6-lineHeight: 1.6;
}

/*-----------------------
 * Banner Style One
------------------------*/
.height-850 {
  min-height: 850px;
  width: 100%;
  padding: 240px 0 190px;
}
@media only screen and (max-width: 767px) {
  .height-850 {
    min-height: auto;
    width: 100%;
    padding: 250px 0;
  }
}

.height-940 {
  min-height: 940px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .height-940 {
    min-height: auto;
    width: 100%;
    padding: 250px 0;
  }
}

.banner-style-1 {
  position: relative;
  background-image: url(../images/bg/home-one-banner.jpg);
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 {
    height: auto;
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 {
    height: auto;
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 {
    height: auto;
    min-height: auto;
    padding: 100px 0;
    padding-top: 150px;
  }
}
.banner-style-1 .banner-right-content {
  position: relative;
  margin-top: 138px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .banner-right-content {
    margin-top: 0px;
  }
}
.banner-style-1 .banner-right-content .edu-card {
  min-width: 272px;
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .banner-right-content .edu-card {
    min-width: inherit;
  }
}
.banner-style-1 .banner-left-content {
  margin-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .banner-left-content {
    margin-top: 0;
  }
}
.banner-style-1 .inner .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 10px;
}
.banner-style-1 .inner .content .title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.25;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .inner .content .title {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 .inner .content .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .inner .content .title {
    font-size: 38px;
  }
}
.banner-style-1 .inner .content .description {
  margin-bottom: 60px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .inner .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 .inner .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .inner .content .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.banner-style-1 .inner .content .description::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 73%;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}
.banner-style-1 .work-shop {
  min-width: 193px;
  max-width: 193px;
  background: var(--color-white);
  padding: 20px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 25px -15px 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-1 .work-shop {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-1 .work-shop {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-1 .work-shop {
    margin-right: 0;
    margin-left: 0;
  }
}
.banner-style-1 .work-shop .inner .thumbnail img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.banner-style-1 .work-shop .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0 0;
}
.banner-style-1 .work-shop .inner .content .time {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 20px;
}
.banner-style-1 .shape-round {
  position: absolute;
  left: -312px;
  top: 130px;
  z-index: -1;
}
.banner-style-1 .scroll-down-btn {
  position: absolute;
  top: 100%;
  left: calc(50% - 30px);
  transform: translateY(-50%);
  z-index: 1;
}
.banner-style-1 .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-1 {
  top: 97px;
  left: -189px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-2 {
  top: 53px;
  left: 580px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-3 {
  top: 95px;
  right: -160px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-4 {
  bottom: 10px;
  right: -173px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-5 {
  bottom: -23px;
  left: 654px;
}
.banner-style-1 .shape-dot-wrapper .shape.shape-6 {
  bottom: -37px;
  left: -255px;
}
.banner-style-1 .eduvibe-hero-one-video .thumbnail {
  margin: 30px -149px 0 -23px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-1 .eduvibe-hero-one-video .thumbnail {
    margin: 0 -70px 0 -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-1 .eduvibe-hero-one-video .thumbnail {
    margin: 0 -30px 0 -30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-1 .eduvibe-hero-one-video .thumbnail {
    margin: -30px 0 0 -30px;
  }
}

/*-------------------------
    Banner Style Two  
--------------------------*/
.banner-style-2 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  min-height: 930px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-2 {
    min-height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 {
    padding: 150px 30px;
    height: auto;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-2 {
    padding: 150px 0px;
    height: auto;
    padding-bottom: 0;
  }
}
.banner-style-2 .inner {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-2 .inner {
    margin-top: 0px;
  }
}
.banner-style-2 .inner .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  margin-bottom: 10px;
  display: block;
  padding-left: 60px;
  position: relative;
}
.banner-style-2 .inner .content .pre-title::before {
  left: 0;
  top: 13px;
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  content: "";
  position: absolute;
}
.banner-style-2 .inner .content .title {
  font-weight: 800;
  font-size: 68px;
  line-height: 1.24;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 .inner .content .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 .inner .content .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-2 .inner .content .title {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-2 .inner .content .title {
    font-size: 32px;
  }
}
.banner-style-2 .inner .content .description {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 .inner .content .description {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-2 .inner .content .description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
.banner-style-2 .inner .content .arrow-sign {
  position: absolute;
  right: -30px;
  bottom: -90px;
  z-index: 1;
}
.banner-style-2 .inner .content .arrow-sign img {
  max-width: 70%;
}
@media only screen and (min-width: 1750px) {
  .banner-style-2 .inner .content .arrow-sign {
    right: -50px;
    bottom: -140px;
  }
  .banner-style-2 .inner .content .arrow-sign img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .inner .content .arrow-sign {
    right: -50px;
    bottom: -50px;
  }
  .banner-style-2 .inner .content .arrow-sign img {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 .inner .content .arrow-sign {
    right: -110px;
    bottom: -70px;
  }
  .banner-style-2 .inner .content .arrow-sign img {
    max-width: 40%;
  }
}
.banner-style-2 .banner-thumbnail {
  position: absolute;
  bottom: 0;
  right: 111px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .banner-thumbnail {
    right: 31px;
  }
}
.banner-style-2 .banner-thumbnail img {
  max-width: calc(100% - 60px);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-2 .banner-thumbnail {
    right: 0;
  }
  .banner-style-2 .banner-thumbnail img.girl-thumb {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-2 .banner-thumbnail {
    right: -138px;
  }
  .banner-style-2 .banner-thumbnail img.girl-thumb {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 .banner-thumbnail {
    position: static;
    text-align: right;
    margin-top: -110px;
  }
  .banner-style-2 .banner-thumbnail img.girl-thumb {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-2 .banner-thumbnail {
    position: static;
  }
  .banner-style-2 .banner-thumbnail img.girl-thumb {
    max-width: 100%;
  }
}
.banner-style-2 .banner-bg {
  position: absolute;
  bottom: 3px;
  right: 67px;
  z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-2 .banner-bg {
    right: 0;
  }
}
.banner-style-2 .banner-bg img.girl-bg {
  max-width: calc(90% - 10px);
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-2 .banner-bg img.girl-bg {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .banner-bg {
    right: -40px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-2 .banner-bg {
    right: -218px;
  }
  .banner-style-2 .banner-bg img.girl-bg {
    max-width: 80%;
  }
}
.banner-style-2 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-2 .shape-image.shape-image-1 {
  top: 231px;
  left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-2 .shape-image.shape-image-1 {
    top: 170px;
    left: -10px;
  }
}
.banner-style-2 .shape-image.shape-image-2 {
  top: 240px;
  right: 43%;
}
.banner-style-2 .shape-image.shape-image-3 {
  top: 250px;
  right: 90px;
}

/*-------------------------
    Banner Style Three  
--------------------------*/
.banner-style-3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../images/bg/home-three-banner.jpg);
}
@media only screen and (max-width: 991px) {
  .banner-style-3 {
    padding: 160px 0 100px;
  }
  .banner-style-3 .height-940 {
    height: inherit;
    min-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-3 {
    padding: 140px 0 70px;
  }
  .banner-style-3 .height-940 {
    padding: 0;
  }
}
.banner-style-3 .content {
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .content {
    margin-top: 0px;
  }
}
.banner-style-3 .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}
.banner-style-3 .content .title {
  font-weight: 800;
  font-size: 68px;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-3 .content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-3 .content .title {
    font-size: 40px;
  }
}
.banner-style-3 .content .description {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-3 .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-3 .content .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.banner-style-3 .banner-image .banner-main-image {
  margin-right: -45px;
  margin-bottom: -260px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-3 .banner-image .banner-main-image {
    margin-right: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .banner-image .banner-main-image {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .banner-image .banner-main-image {
    margin-right: 0;
    text-align: left;
    margin-bottom: 0;
  }
}
.banner-style-3 .banner-image .img-02 {
  position: absolute;
  right: -232px;
  bottom: 125px;
}
@media only screen and (min-width: 1401px) and (max-width: 1650px) {
  .banner-style-3 .banner-image .img-02 {
    right: -152px;
    bottom: 190px;
    max-width: 240px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-3 .banner-image .img-02 {
    right: -88px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .banner-image .img-02 {
    right: -88px;
    max-width: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .banner-image .img-02 {
    display: none;
  }
}
.banner-style-3 .banner-image .img-03 {
  position: absolute;
  right: 0;
  bottom: 435px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-3 .banner-image .img-03 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-3 .banner-image .img-03 {
    right: 90px;
    bottom: 345px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-3 .banner-image .img-03 {
    display: none;
  }
}
.banner-style-3 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-3 .shape-image.shape-image-1 {
  left: -114px;
  top: 30px;
}
.banner-style-3 .shape-image.shape-image-2 {
  right: 45%;
  top: 105px;
}
.banner-style-3 .shape-image.shape-image-3 {
  right: -260px;
  top: 20px;
}
.banner-style-3 .shape-image.shape-image-4 {
  right: -241px;
  bottom: -50px;
}
.banner-style-3 .shape-image.shape-image-5 {
  left: -180px;
  bottom: -100px;
}

/*-------------------------
    Banner Style Four  
--------------------------*/
.banner-style-4 {
  background-image: url(../images/bg/home-four-banner.jpg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-style-4 .home-four-banner-wrapper {
  min-height: 870px;
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .home-four-banner-wrapper {
    min-height: auto;
    width: 100%;
    width: 100%;
    padding: 120px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-4 .home-four-banner-wrapper {
    padding: 70px 0 150px;
  }
}
.banner-style-4 .banner-image {
  position: relative;
  padding: 35px;
  left: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-4 .banner-image {
    padding: 25px;
    left: 10px;
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .banner-image {
    left: 0;
    width: 74%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .banner-image {
    left: 0;
    margin: 0 auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-4 .banner-image {
    padding: 20px;
  }
}
.banner-style-4 .banner-image .thumbnail img {
  width: 500px;
  max-height: 500px;
  border-radius: 100%;
  object-fit: cover;
}
.banner-style-4 .banner-image .round-images {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.banner-style-4 .banner-image .learner-badge {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: absolute;
  left: -80px;
  top: 25%;
}
@media only screen and (max-width: 575px) {
  .banner-style-4 .banner-image .learner-badge {
    display: none;
  }
}
.banner-style-4 .banner-image .learner-badge .badge-inner {
  background: #ffa41b;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-style-4 .banner-image .learner-badge .badge-inner span {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
.banner-style-4 .banner-image .learner-badge .badge-inner span.viewer {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
}
.banner-style-4 .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}
.banner-style-4 .content .title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.25;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-4 .content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .content .title {
    font-size: 40px;
  }
}
.banner-style-4 .content .description {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-4 .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-4 .content .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.banner-style-4 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-4 .shape-image.shape-image-1 {
  left: -110px;
  top: -50px;
}
.banner-style-4 .shape-image.shape-image-2 {
  right: 48%;
  top: -32px;
}
.banner-style-4 .shape-image.shape-image-3 {
  right: -210px;
  top: 10px;
}
.banner-style-4 .shape-image.shape-image-4 {
  right: 360px;
  bottom: -90px;
}
.banner-style-4 .shape-image.shape-image-5 {
  left: 463px;
  bottom: 270px;
}
.banner-style-4 .shape-image.shape-image-6 {
  left: 150px;
  bottom: -100px;
}
.banner-style-4 .shape-image.shape-image-left {
  left: 0;
  bottom: 8px;
}
.banner-style-4 .shape-image.shape-image-right {
  right: 0;
  bottom: 7px;
}
.banner-style-4 .social-text-share {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -175px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-4 .social-text-share {
    left: -105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-4 .social-text-share {
    left: -70px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .social-text-share {
    position: absolute;
    top: inherit;
    transform: none;
    left: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    bottom: -40px;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style-4 .social-text-share {
    bottom: -65px;
  }
}
.banner-style-4 .social-text-share li {
  margin: 0;
}
.banner-style-4 .social-text-share li a {
  display: inline-block;
  transform: rotate(-90deg);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner-style-4 .social-text-share li a {
    transform: none;
    margin: 0px 20px;
  }
}
.banner-style-4 .social-text-share li a::before {
  position: absolute;
  content: "";
  background: var(--color-primary);
  bottom: 0;
  width: 0;
  opacity: 0;
  left: 0;
  transition: 0.4s;
  height: 2px;
}
.banner-style-4 .social-text-share li a:hover::before {
  width: 100%;
  opacity: 1;
}

/*-------------------------
    Banner Style five  
--------------------------*/
.banner-style-5 {
  position: relative;
  z-index: 1;
  background-image: url(../images/bg/home-five-banner.jpg);
}
.banner-style-5 .wrapper {
  height: 860px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .wrapper {
    height: auto;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .wrapper {
    height: auto;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .wrapper {
    height: auto;
    padding-top: 120px;
  }
}
.banner-style-5 .content .title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.28;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-style-5 .content .title {
    font-size: 57px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.banner-style-5 .content .description {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .content .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .content .description {
    margin-bottom: 30px;
  }
}
.banner-style-5 .content .read-more-btn {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .banner-style-5 .content .read-more-btn {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-5 .content .video-btn-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner-style-5 .content .video-play-btn {
  width: 60px;
  height: 60px;
  background: rgba(251, 124, 86, 0.15);
  margin: inherit;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .banner-style-5 .content .video-play-btn {
    margin-left: 0;
    margin-top: 0;
  }
}
.banner-style-5 .content .video-play-btn::before {
  display: none;
}
.banner-style-5 .content .video-play-btn::after {
  display: none;
}
.banner-style-5 .content .video-play-btn .play-icon::before {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid var(--color-secondary);
}
.banner-style-5 .content .video-btn-wrapper {
  display: flex;
  align-items: center;
}
.banner-style-5 .content .video-btn-wrapper .video-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-left: 20px;
  display: inline-block;
  color: var(--color-heading);
}
.banner-style-5 .banner-image {
  position: absolute;
  bottom: 0;
  right: 13%;
}
@media only screen and (max-width: 1650px) {
  .banner-style-5 .banner-image {
    right: 4%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-5 .banner-image {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .banner-image {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .banner-image {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
}
.banner-style-5 .banner-image img {
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .banner-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .banner-image img {
    width: 100%;
  }
}
.banner-style-5 .banner-image .card-info {
  position: absolute;
  left: -10%;
  top: 19%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-5 .banner-image .card-info {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-5 .banner-image .card-info {
    left: 10px;
    top: auto;
    bottom: 10px;
  }
}
.banner-style-5 .banner-image .card-info .inner {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 20px 30px;
}
.banner-style-5 .banner-image .card-info .inner .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-heading);
}
.banner-style-5 .banner-image .card-info .inner .name span {
  font-size: 14px;
  color: var(--color-body);
  font-weight: 400;
}
.banner-style-5 .banner-image .card-info .inner .rating-wrapper span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.banner-style-5 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-5 .shape-image.shape-image-1 {
  bottom: 235px;
  left: 168px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
@media only screen and (max-width: 1650px) {
  .banner-style-5 .shape-image.shape-image-1 {
    left: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-5 .shape-image.shape-image-1 {
    display: none;
  }
}
.banner-style-5 .shape-image.shape-image-2 {
  top: 183px;
  left: 73px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-5 .shape-image.shape-image-2 {
    top: 160px;
    left: -40px;
  }
}
.banner-style-5 .shape-image.shape-image-3 {
  top: 180px;
  left: 52%;
}
.banner-style-5 .shape-image.shape-image-4 {
  left: 42%;
  bottom: 370px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-5 .shape-image.shape-image-4 {
    bottom: 200px;
  }
}
.banner-style-5 .shape-image.shape-image-5 {
  bottom: 116px;
  left: 49%;
}
.banner-style-5 .shape-image.shape-image-6 {
  left: 50px;
  bottom: 90px;
}

/*-------------------------
    Banner Style Six  
--------------------------*/
.banner-style-6 {
  position: relative;
  z-index: 2;
}
.banner-style-6 .scroll-down-btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 30px);
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .banner-style-6 .scroll-down-btn {
    bottom: 15px;
  }
}
@media only screen and (min-width: 1750px) {
  .banner-style-6 .scroll-down-btn {
    bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .banner-style-6 .scroll-down-btn {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1900px) {
  .banner-style-6 .scroll-down-btn {
    bottom: -20px;
  }
}
.banner-style-6 .content {
  position: relative;
  z-index: 1;
}
.banner-style-6 .content .pre-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 10px;
}
.banner-style-6 .content .title {
  font-weight: 800;
  font-size: 68px;
  line-height: 1.24;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-6 .content .title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-6 .content .title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style-6 .content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-style-6 .content .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.banner-style-6 .shape-image {
  position: absolute;
  z-index: -1;
}
.banner-style-6 .shape-image.shape-image-1 {
  top: 180px;
  left: 32%;
}
.banner-style-6 .shape-image.shape-image-2 {
  top: 253px;
  right: 182px;
}
.banner-style-6 .shape-image.shape-image-3 {
  bottom: 100px;
  right: 35%;
}
.banner-style-6 .shape-image.shape-image-4 {
  bottom: 195px;
  left: 117px;
}
.banner-style-6 .shape-image.shape-image-5 {
  bottom: 360px;
  right: 192px;
}
.banner-style-6 .gallery-image {
  position: absolute;
  z-index: -1;
}
.banner-style-6 .gallery-image.gallery-image-1 {
  top: 180px;
  left: 175px;
  z-index: 1;
}
.banner-style-6 .gallery-image.gallery-image-2 {
  top: 353px;
  left: 117px;
  z-index: -1;
}
.banner-style-6 .gallery-image.gallery-image-3 {
  bottom: 100px;
  left: 340px;
}
.banner-style-6 .gallery-image.gallery-image-4 {
  bottom: 200px;
  right: 281px;
}
.banner-style-6 .gallery-image.gallery-image-5 {
  bottom: 91px;
  right: 6%;
  z-index: -1;
}
.banner-style-6 .gallery-image.gallery-image-6 {
  top: 201px;
  right: 281px;
}
@media only screen and (min-width: 1401px) and (max-width: 1750px) {
  .banner-style-6 .gallery-image img {
    max-width: 90%;
  }
  .banner-style-6 .gallery-image.gallery-image-1 {
    left: 20px;
  }
  .banner-style-6 .gallery-image.gallery-image-2 {
    top: 350px;
    left: 40px;
  }
  .banner-style-6 .gallery-image.gallery-image-3 {
    left: 120px;
    bottom: 150px;
  }
  .banner-style-6 .gallery-image.gallery-image-4 {
    bottom: 290px;
    right: 0px;
  }
  .banner-style-6 .gallery-image.gallery-image-5 {
    bottom: 170px;
    right: 120px;
  }
  .banner-style-6 .gallery-image.gallery-image-6 {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-style-6 .gallery-image.gallery-image-1 {
    left: 0;
  }
  .banner-style-6 .gallery-image.gallery-image-2 {
    top: 305px;
    left: 70px;
  }
  .banner-style-6 .gallery-image.gallery-image-3 {
    left: 200px;
    bottom: 150px;
  }
  .banner-style-6 .gallery-image.gallery-image-4 {
    right: 130px;
  }
  .banner-style-6 .gallery-image.gallery-image-5 {
    bottom: 91px;
    right: 0px;
  }
  .banner-style-6 .gallery-image.gallery-image-6 {
    right: 0;
  }
  .banner-style-6 .gallery-image img {
    max-width: 80%;
  }
}

/*-----------------------
    Cart Styles  
-------------------------*/
.cart-table table {
  min-width: 1170px;
}
@media only screen and (max-width: 767px) {
  .cart-table table {
    min-width: 950px;
  }
}
.cart-table table thead tr {
  background: #f5f5f5;
  border-radius: 5px;
  border: 0 none;
}
.cart-table table thead tr th {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  padding: 24px 0;
  border: 0 none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table table thead tr th {
    padding: 24px 10px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table table thead tr th {
    padding: 24px 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table thead tr th {
    padding: 24px 10px;
    font-size: 18px;
  }
}
.cart-table table thead tr th:first-child {
  padding-left: 30px;
  border-radius: 5px 0 0 5px;
}
.cart-table table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.cart-table table tbody tr .pro-thumbnail img {
  max-height: 90px;
  width: 60px;
  min-width: 60px;
  border-radius: 5px;
  object-fit: cover;
}
.cart-table table tbody tr .pro-thumbnail span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-heading);
  display: inline-block;
  margin-left: 20px;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table table tbody tr .pro-thumbnail span {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table tbody tr .pro-thumbnail span {
    font-size: 16px;
    margin-left: 5px;
  }
}
.cart-table table tbody tr .pro-thumbnail span:hover {
  color: var(--color-primary);
}
.cart-table table tbody tr:first-child td {
  border-top: transparent;
}
.cart-table table tbody tr td {
  padding: 30px 0;
  border: 0 none;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table table tbody tr td {
    padding: 30px 6px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table tbody tr td {
    padding: 30px 6px;
  }
}
.cart-table table tbody tr td:first-child {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table table tbody tr td:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table table tbody tr td:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table table tbody tr td:first-child {
    padding-left: 0;
  }
}
.cart-table table tbody tr .pro-price,
.cart-table table tbody tr .pro-subtotal {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.cart-table table tbody tr .pro-remove a {
  color: var(--color-heading);
  transition: 0.4s;
}
.cart-table table tbody tr .pro-remove a:hover {
  color: var(--color-secondary);
}
.cart-table .pro-qty input {
  max-width: 144px;
  margin-right: 0;
  padding-right: 39px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table .pro-qty input {
    max-width: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .pro-qty input {
    max-width: 104px;
  }
}

.cart-summary .title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.cart-summary .cart-summary-inner {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-radius: 5px;
}
.cart-summary .cart-summary-inner li {
  display: flex;
  margin: 0;
}
.cart-summary .cart-summary-inner li span {
  display: block;
  flex-basis: 50%;
  padding: 17px 40px;
  text-align: center;
  font-weight: 600;
}
.cart-summary .cart-summary-inner li span.subtitle {
  border-right: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  text-align: left;
}
.cart-summary .cart-summary-inner li + li {
  border-top: 1px solid #eeeeee;
}

.coupon-code-btn {
  position: relative;
  display: inline-block;
}
.coupon-code-btn input {
  background: #f5f5f5;
  border-radius: 5px;
  border: 0 none;
  height: 60px;
  min-width: 470px;
  padding-left: 53px;
  padding-right: 163px;
}
@media only screen and (max-width: 767px) {
  .coupon-code-btn input {
    min-width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.coupon-code-btn i {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .coupon-code-btn i {
    display: none;
  }
}
.coupon-code-btn .edu-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .coupon-code-btn .edu-btn {
    position: static;
    border-radius: 5px;
    height: auto;
    margin-top: 20px;
  }
}

/*-------------------------
    Price Filter  
--------------------------*/
.slider__range--output {
  margin-top: 14px;
}

.price--output input {
  border: 0 none;
}

.price--output span {
  color: #333;
  font-size: 14px;
}

.price--filter {
  display: inline-block;
}

.price--output {
  display: inline-block;
}

.ui-widget-content {
  background: #d7d6dc none repeat scroll 0 0;
  border: 0 none;
  color: var(--color-primary);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: var(--color-primary) none repeat scroll 0 0;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  cursor: default;
  height: 20px;
  position: absolute;
  touch-action: none;
  width: 20px;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: var(--color-primary) none repeat scroll 0 0;
  border: 0 none;
  color: var(--color-primary);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: var(--color-primary) none repeat scroll 0 0;
}

.ui-slider-horizontal {
  margin-bottom: 8px;
  margin-top: 15px;
}

.price__output--wrap {
  display: flex;
  align-items: center;
}
.price__output--wrap .price--output {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.price__output--wrap .price--output span {
  color: var(--color-body);
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.price__output--wrap .price--output input {
  border: 0 none;
  flex-grow: 1;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  width: 100px;
  color: var(--color-body);
  padding: 0 6px;
}
.price__output--wrap .price--filter {
  display: inline-block;
  margin-top: -2px;
}
.price__output--wrap .price--filter a.btn {
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
  line-height: 16px;
}

.ui-slider .ui-slider-handle::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*---------------------------
    Course Details 
-----------------------------*/
.edu-course-area {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.edu-course-details-area .main-image {
  margin-left: -75px;
  margin-right: -75px;
}
@media only screen and (max-width: 991px) {
  .edu-course-details-area .main-image {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.edu-course-details-area .main-image img {
  height: 570px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .edu-course-details-area .main-image img {
    height: auto;
  }
}

.course-details-content {
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .course-details-content {
    margin-right: 0px;
  }
}
.course-details-content .content-top {
  display: flex;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-details-content .content-top {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .course-details-content .content-top {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .course-details-content .content-top {
    display: block;
  }
}
.course-details-content .content-top .author-meta {
  margin-right: 50px;
}
@media only screen and (max-width: 575px) {
  .course-details-content .content-top .author-meta {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.course-details-content .title {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-details-content .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .course-details-content .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.course-details-content .edu-course-tab {
  border: 0 none;
  background: #f5f5f5;
  border-radius: 5px;
  justify-content: space-between;
}
.course-details-content .edu-course-tab .nav-item {
  margin: 0 40px;
}
@media only screen and (max-width: 1199px) {
  .course-details-content .edu-course-tab .nav-item {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .course-details-content .edu-course-tab .nav-item {
    margin: 0 10px;
  }
}
.course-details-content .edu-course-tab .nav-item .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  border: 0 none;
  background: transparent;
  padding: 16px 0;
  position: relative;
  color: var(--color-heading);
}
@media only screen and (max-width: 767px) {
  .course-details-content .edu-course-tab .nav-item .nav-link {
    padding: 10px 0;
    font-size: 16px;
  }
}
.course-details-content .edu-course-tab .nav-item .nav-link::after {
  position: absolute;
  content: "";
  background: var(--color-primary);
  border-radius: 1px 1px 0px 0px;
  height: 2px;
  width: 0;
  transition: 0.4s;
  left: 0%;
  bottom: 0;
  opacity: 0;
}
.course-details-content .edu-course-tab .nav-item .nav-link.active, .course-details-content .edu-course-tab .nav-item .nav-link:hover {
  color: var(--color-primary);
}
.course-details-content .edu-course-tab .nav-item .nav-link.active::after, .course-details-content .edu-course-tab .nav-item .nav-link:hover::after {
  width: 100%;
  opacity: 1;
}
.course-details-content .course-tab-content {
  margin-top: 40px;
}
.course-details-content .rating-box {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  text-align: center;
  min-width: 200px;
  padding: 29px 10px;
}
.course-details-content .rating-box .rating-number {
  font-weight: 800;
  font-size: 72px;
  line-height: 90px;
  color: var(--color-heading);
}
.course-details-content .rating-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.review-wrapper .single-progress-bar {
  position: relative;
}
.review-wrapper .rating-text {
  display: inline-block;
  position: relative;
  top: 19px;
}
.review-wrapper .progress {
  max-width: 83%;
  margin-left: 38px;
  height: 12px;
  background: #eeeeee;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review-wrapper .progress {
    max-width: 80%;
  }
}
.review-wrapper .progress .progress-bar {
  background-color: #ffa41b;
}
.review-wrapper span.rating-value {
  position: absolute;
  right: 0;
  top: 50%;
}

.course-author-wrapper {
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .course-author-wrapper {
    flex-direction: column;
  }
}
.course-author-wrapper .thumbnail {
  min-width: 200px;
  max-height: 232px;
  margin-right: 30px;
}
.course-author-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .course-author-wrapper .thumbnail img {
    width: auto;
    margin-bottom: 20px;
  }
}
.course-author-wrapper .author-content .title {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.course-author-wrapper .author-content .subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 20px;
}
.course-author-wrapper .author-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .course-author-wrapper .author-content {
    margin-top: 20px;
  }
}

.edu-comment {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .edu-comment {
    flex-direction: column;
  }
}
.edu-comment .thumbnail {
  min-width: 70px;
  width: 70px;
  max-height: 70px;
  border-radius: 100%;
  margin-right: 25px;
}
.edu-comment .thumbnail img {
  border-radius: 100%;
  width: 100%;
}
.edu-comment .comment-content .comment-top {
  display: flex;
  align-items: center;
}
.edu-comment .comment-content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.edu-comment .comment-content .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
  color: var(--color-heading);
}
@media only screen and (max-width: 575px) {
  .edu-comment .comment-content {
    margin-top: 20px;
  }
}
.edu-comment + .edu-comment {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.course-details-card {
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 30px;
}
.course-details-card .course-details-two-content p:last-child {
  margin-bottom: 0;
}

/* Event Details  */
.edu-event-details .thumbnail img {
  border-radius: 5px;
}
.edu-event-details .content {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event-details .content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event-details .content {
    margin-top: 30px;
  }
}
.edu-event-details .content .title {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .edu-event-details .content .title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.edu-event-details .content .column-gallery li img {
  border-radius: 5px;
  width: 100%;
}

.eduvibe-widget {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-widget {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-widget {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-widget {
    padding: 30px 20px;
  }
}
.eduvibe-widget .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}

.eduvibe-sidebar {
  padding: 0 50px;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-sidebar {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.eduvibe-sidebar.course-details-sidebar {
  padding: 0 0px 0 20px;
  margin-left: -20px;
}
@media only screen and (max-width: 1199px) {
  .eduvibe-sidebar.course-details-sidebar {
    margin-left: 0px;
    padding: 0px;
  }
}
.eduvibe-sidebar.course-details-sidebar .eduvibe-widget {
  padding: 20px 20px;
  border-radius: 10px;
}
.eduvibe-sidebar.course-details-sidebar .eduvibe-widget .eduvibe-widget-details {
  padding: 0 20px 20px;
}

.eduvibe-widget-details .widget-content ul li {
  display: flex;
  justify-content: space-between;
}
.eduvibe-widget-details .widget-content ul li i {
  color: var(--color-primary);
  margin-right: 10px;
}
.eduvibe-widget-details .widget-content ul li img.eduvibe-course-sidebar-img-icon {
  max-width: 16px;
  margin-right: 10px;
}
.eduvibe-widget-details .widget-content ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}
.eduvibe-widget-details .widget-content ul li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee;
}

/*------------------------
    Preview Styles  
-------------------------*/
.pre-section-title .pretitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
}

.eduvibe-landing-banner {
  background-image: url(../images/bg/landing-page-banner.jpg);
  position: relative;
  z-index: 1;
}
.eduvibe-landing-banner .height-800 {
  min-height: 800px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .height-800 {
    min-height: 680px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .height-800 {
    padding: 160px 0 30px;
  }
  .eduvibe-landing-banner .height-800 .height-940 {
    height: inherit;
    min-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-landing-banner .height-800 {
    padding: 140px 0 70px;
  }
  .eduvibe-landing-banner .height-800 .height-940 {
    min-height: auto;
    padding: 0;
  }
}
.eduvibe-landing-banner .content {
  margin-top: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .eduvibe-landing-banner .content {
    margin-top: 0px;
  }
}
.eduvibe-landing-banner .content .title {
  font-weight: 800;
  font-size: 56px;
  line-height: 1.24;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .content .title {
    font-size: 50px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .eduvibe-landing-banner .content .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.eduvibe-landing-banner .content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 63px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .content p {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .content p {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-landing-banner .content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-landing-banner .content p br {
    display: none;
  }
}
.eduvibe-landing-banner .content .btn-group-vertical {
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .content .btn-group-vertical {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .eduvibe-landing-banner .content .btn-group-vertical {
    flex-direction: column;
  }
}
.eduvibe-landing-banner .content .btn-group-vertical .left-button {
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .eduvibe-landing-banner .content .btn-group-vertical .left-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.eduvibe-landing-banner .content .btn-group-vertical .bg-white {
  color: var(--color-primary);
}
.eduvibe-landing-banner .content .btn-group-vertical .bg-white:hover {
  color: var(--color-secondary);
  cursor: pointer;
}
.eduvibe-landing-banner .banner-image {
  margin-right: -260px;
  margin-left: -92px;
  margin-top: 77px;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-landing-banner .banner-image {
    margin-right: -228px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-landing-banner .banner-image {
    margin-right: -173px;
    margin-left: -160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .banner-image {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .banner-image {
    margin: -100px -30px 0 -140px;
  }
}
@media only screen and (max-width: 575px) {
  .eduvibe-landing-banner .banner-image {
    margin: -70px 0px 0 -100px;
  }
}
@media only screen and (max-width: 479px) {
  .eduvibe-landing-banner .banner-image {
    margin: -50px 0px 0 -60px;
  }
}
@media only screen and (max-width: 1650px) {
  .eduvibe-landing-banner .banner-image img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-landing-banner .banner-image img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-landing-banner .banner-image img {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-landing-banner .banner-image img {
    width: 100%;
  }
}
.eduvibe-landing-banner .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-landing-banner .shape-image.shape-image-1 {
  top: 180px;
  left: -60px;
}
.eduvibe-landing-banner .shape-image.shape-image-2 {
  bottom: 35px;
  right: -270px;
}
.eduvibe-landing-banner .shape-image.shape-image-3 {
  bottom: 55px;
  left: -90px;
}

/*-----------------------
    Course Layout Style    
--------------------------*/
.edu-demo-course-layout {
  background-image: url(../images/bg/landing-page-courses.jpg);
}
.edu-demo-course-layout .shape-image {
  position: absolute;
  z-index: -1;
}
.edu-demo-course-layout .shape-image.shape-image-1 {
  top: 0px;
  left: -200px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.edu-demo-course-layout .shape-image.shape-image-2 {
  top: -10px;
  right: -230px;
}
.edu-demo-course-layout .shape-image.shape-image-3 {
  bottom: -64px;
  left: -216px;
  animation: eduvibe-sm-x-move 3.5s alternate infinite linear;
}

/*-----------------------
    InnerPages    
--------------------------*/
.background-marque {
  background-image: url(../images/bg/landing-page-innerpages.png);
  background-repeat: repeat-x;
  background-size: auto;
  height: 770px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .background-marque {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .background-marque {
    height: 400px;
  }
}

/*-----------------------
    Ecommerce Layout Style    
--------------------------*/
.edu-demo-ecommerce-layout {
  background-image: url(../images/bg/landing-page-ecommerce.jpg);
  padding: 192px 0 163px !important;
  position: relative;
}
.edu-demo-ecommerce-layout .pre-section-title {
  margin-top: 55px;
  margin-right: -30px;
}
@media only screen and (max-width: 1199px) {
  .edu-demo-ecommerce-layout .pre-section-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .edu-demo-ecommerce-layout .pre-section-title {
    margin-right: 0px;
  }
}
.edu-demo-ecommerce-layout .thumbnail {
  margin-right: -158px;
}
@media only screen and (max-width: 991px) {
  .edu-demo-ecommerce-layout .thumbnail {
    margin-right: 0px;
  }
}
.edu-demo-ecommerce-layout .shape-image {
  position: absolute;
  z-index: -1;
}
.edu-demo-ecommerce-layout .shape-image.shape-image-1 {
  top: -49px;
  left: -240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .edu-demo-ecommerce-layout .shape-image.shape-image-1 {
    left: -125px;
  }
}
.edu-demo-ecommerce-layout .shape-image.shape-image-2 {
  top: -80px;
  right: -145px;
}
.edu-demo-ecommerce-layout .shape-image.shape-image-3 {
  bottom: -22px;
  right: -74px;
}
.edu-demo-ecommerce-layout .shape-image.shape-image-4 {
  bottom: -93px;
  left: -200px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .edu-demo-ecommerce-layout .shape-image.shape-image-4 {
    left: -135px;
  }
}
@media only screen and (max-width: 1199px) {
  .edu-demo-ecommerce-layout {
    padding: 130px 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-demo-ecommerce-layout {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-demo-ecommerce-layout {
    padding: 80px 0 !important;
  }
}

/*-----------------------
    Demo Style   
--------------------------*/
.landing-home-demo-area .shape-image {
  position: absolute;
  z-index: -1;
}
.landing-home-demo-area .shape-image.shape-image-1 {
  top: 82px;
  left: -210px;
}
.landing-home-demo-area .shape-image.shape-image-2 {
  top: 219px;
  right: -167px;
  animation: eduvibe-rotate-x 7s infinite linear;
}
.landing-home-demo-area .shape-image.shape-image-3 {
  bottom: 132px;
  right: -165px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.landing-home-demo-area .shape-image.shape-image-4 {
  bottom: 372px;
  left: -169px;
}

.single-demo {
  text-align: center;
}
.single-demo.coming-soon a {
  pointer-events: none;
}
.single-demo .thumbnail {
  position: relative;
}
.single-demo .thumbnail .thumbnail-link {
  display: block;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}
.single-demo .thumbnail .thumbnail-link::before {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.single-demo .thumbnail .thumbnail-link img {
  width: 100%;
  border-radius: 5px;
}
.single-demo .thumbnail .hover-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
.single-demo .thumbnail .hover-action a.edu-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
}
.single-demo .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-top: 30px;
}
.single-demo.inner-demo .thumbnail .thumbnail-link::before {
  display: none;
}
.single-demo:hover .thumbnail .thumbnail-link::before {
  opacity: 1;
}
.single-demo:hover .thumbnail .hover-action {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.demo-feature .inner {
  text-align: center;
}
.demo-feature .inner .icon {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-feature .inner .icon img {
  max-height: 80px;
}
.demo-feature .inner .title {
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.pv-list-style li {
  list-style: disc;
}
.pv-list-style li::marker {
  color: var(--color-secondary);
}

.pv-footer {
  position: relative;
  z-index: 1;
  background-color: var(--color-dark);
}
.pv-footer .purchase-btn {
  margin-right: 14px;
}
.pv-footer .purchase-btn:hover {
  background-color: #ffffff;
  color: var(--color-secondary);
}
.pv-footer .button-group .bg-white {
  color: var(--color-primary);
}
.pv-footer .button-group .bg-white:hover {
  color: var(--color-secondary);
  cursor: pointer;
}
.pv-footer .student-like-status {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline-block;
  position: absolute;
  left: -154px;
  top: -46px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pv-footer .student-like-status {
    left: -54px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .pv-footer .student-like-status {
    left: 50px;
  }
}
.pv-footer .student-like-status .inner {
  display: flex;
  padding: 16px 15px;
  align-items: center;
}
.pv-footer .student-like-status .inner .icon {
  width: 40px;
  height: 40px;
  background: rgba(251, 124, 86, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 10px;
}
.pv-footer .student-like-status .inner .icon i {
  color: var(--color-white);
}
.pv-footer .student-like-status .inner .content {
  text-align: left;
}
.pv-footer .student-like-status .inner .content .title {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 0;
}
.pv-footer .student-like-status .inner .content .subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.pv-footer .work-shop {
  min-width: 193px;
  max-width: 193px;
  background: var(--color-white);
  padding: 20px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: absolute;
  left: -264px;
  bottom: -67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pv-footer .work-shop {
    right: 2%;
    top: 57%;
  }
}
.pv-footer .work-shop .inner .thumbnail img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.pv-footer .work-shop .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.pv-footer .work-shop .inner .content .time {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1401px) and (max-width: 1750px) {
  .pv-footer .work-shop {
    left: -107px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .pv-footer .work-shop {
    left: -3px;
    bottom: -117px;
  }
}
.pv-footer .trophy-content {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  display: flex;
  border-radius: 5px;
  padding: 10px 17px;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.pv-footer .trophy-content .icon {
  object-fit: cover;
  margin-right: 14px;
}
.pv-footer .trophy-content .icon img {
  max-width: 35px;
}
.pv-footer .trophy-content .content {
  margin-top: 5px;
}
.pv-footer .trophy-content .content .text {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}
.pv-footer .trophy-content .content span {
  font-weight: 600;
  font-size: 12px;
}
.pv-footer .trophy-content {
  display: none;
}
@media only screen and (min-width: 1750px) {
  .pv-footer .trophy-content {
    display: flex;
  }
}
.pv-footer .card-info {
  position: absolute;
  right: -101px;
  bottom: -87px;
}
@media only screen and (max-width: 1650px) {
  .pv-footer .card-info {
    right: 0px;
    bottom: -117px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .pv-footer .card-info {
    display: none !important;
  }
}
.pv-footer .card-info .inner {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 10px 20px;
}
.pv-footer .card-info .inner .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-heading);
}
.pv-footer .card-info .inner .name span {
  font-size: 14px;
  color: var(--color-body);
  font-weight: 400;
}
.pv-footer .card-info .inner .rating-wrapper .rating i {
  font-size: 14px;
}
.pv-footer .card-info .inner .rating-wrapper span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}
.pv-footer .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.pv-footer .shape-dot-wrapper .shape.shape-1 {
  right: -110px;
  top: -83px;
}
.pv-footer .shape-dot-wrapper .shape.shape-1 img {
  border-radius: 8px;
}
.pv-footer .shape-dot-wrapper .shape.shape-2 {
  right: 20px;
  bottom: -128px;
}
@media only screen and (max-width: 1650px) {
  .pv-footer .shape-dot-wrapper .shape.shape-2 {
    right: 120px;
  }
}
.pv-footer .shape-dot-wrapper .shape.shape-2 img {
  height: 185px;
  width: 145px;
  object-fit: cover;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .pv-footer {
    height: 470px;
  }
  .pv-footer .trophy-content {
    margin: 70px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .pv-footer {
    padding: 80px 0 !important;
  }
}

/*------------------------
    Features
--------------------------*/
.landing-demo-features .shape-image {
  position: absolute;
  z-index: -1;
}
.landing-demo-features .shape-image.shape-image-1 {
  top: 290px;
  left: -140px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.landing-demo-features .shape-image.shape-image-2 {
  bottom: 545px;
  right: -200px;
}
.landing-demo-features .shape-image.shape-image-3 {
  bottom: 125px;
  left: -150px;
}

/*------------------------
    FAQ  
--------------------------*/
.landing-demo-faq-wrapper .animate-image {
  position: absolute;
  z-index: -1;
}
.landing-demo-faq-wrapper .animate-image.shape-image-1 {
  top: -10px;
  right: -150px;
}
.landing-demo-faq-wrapper .animate-image.shape-image-2 {
  bottom: 30px;
  left: -180px;
}

/*------------------------
    Header Splash Two  
--------------------------*/
.eduvibe-splash-header .header-menu-bar {
  display: flex;
  align-items: center;
}

/*----------------------------
    Product Details Styles 
------------------------------*/
.edu-product-details-style .content .edu-rating {
  margin-bottom: 20px;
}
.edu-product-details-style .content .edu-rating .rating-count {
  font-weight: 600;
  color: var(--color-dark);
}
.edu-product-details-style .content .subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
}
.edu-product-details-style .content .title {
  margin-bottom: 15px;
}
.edu-product-details-style .content p {
  margin-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .edu-product-details-style .content p {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.edu-product-details-style .content .product-action {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .edu-product-details-style .content .product-action {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .edu-product-details-style .content .product-action .add-to-cart-btn {
    margin-top: 20px;
  }
}
.edu-product-details-style .content .product-feature {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .edu-product-details-style .content .product-feature {
    margin-top: 20px;
  }
}
.edu-product-details-style .content .product-feature li {
  font-weight: 400;
  margin: 5px 0;
}
.edu-product-details-style .content .product-feature li span {
  font-weight: 700;
  color: var(--color-heading);
}
.edu-product-details-style .content .product-feature li a {
  position: relative;
  display: inline-block;
}
.edu-product-details-style .content .product-feature li a::after {
  position: absolute;
  content: ",";
  right: -3px;
}
.edu-product-details-style .content .product-feature li a:last-child:after {
  display: none;
}
.edu-product-details-style .content .edu-quontity-btn {
  min-width: 144px;
}
.edu-product-details-style .content .add-to-cart-btn {
  width: 100%;
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .edu-product-details-style .content .add-to-cart-btn {
    margin-left: 0px;
  }
}
.edu-product-details-style .content .add-to-cart-btn a.edu-btn {
  width: 100%;
  text-align: center;
}
.edu-product-details-style .content .pro-qty .qtybtn {
  right: 28px;
}
@media only screen and (max-width: 991px) {
  .edu-product-details-style .content .pro-qty input {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .edu-product-details-style .content .pro-qty input {
    text-align: center;
  }
}
.edu-product-details-style .content .eduvibe-product-details-hr {
  margin-top: 37px;
  padding-bottom: 1px;
}
.edu-product-details-style .thumbnail {
  padding-right: 62px;
}
@media only screen and (max-width: 1199px) {
  .edu-product-details-style .thumbnail {
    padding-right: 0px;
  }
}
.edu-product-details-style .thumbnail img.eduvibe-product-main-img {
  border-radius: 5px;
}

.pro-qty {
  position: relative;
  display: inline-block;
}
.pro-qty input {
  height: 60px;
  border: 0 none;
  background: #f5f5f5;
  border-radius: 5px;
  max-width: 144px;
  margin-right: 15px;
  text-align: center;
  color: var(--color-heading);
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-qty input {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .pro-qty input {
    text-align: left;
  }
}
.pro-qty .qtybtn {
  position: absolute;
  top: 10px;
  right: 38px;
  font-size: 20px;
  cursor: pointer;
}
.pro-qty .dec.qtybtn {
  top: auto;
  bottom: 10px;
}

.product-description-nav {
  border-bottom: 1px solid #eeeeee;
  justify-content: center;
  margin-bottom: 35px;
}
.product-description-nav .nav-item {
  margin: 0 25px;
}
.product-description-nav .nav-item button.nav-link {
  background: transparent;
  border: 0 none;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  padding-bottom: 15px;
  color: var(--color-heading);
  position: relative;
  transition: 0.4s;
}
.product-description-nav .nav-item button.nav-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--color-primary);
  transition: 0.4s;
  width: 0;
}
.product-description-nav .nav-item button.nav-link:hover, .product-description-nav .nav-item button.nav-link.active {
  color: var(--color-primary);
}
.product-description-nav .nav-item button.nav-link:hover::after, .product-description-nav .nav-item button.nav-link.active::after {
  width: 100%;
}

.product-description-content p:last-child {
  margin-bottom: 0;
}
.product-description-content .comment-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-description-content .notification-text .title {
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
}

.edu-product-modal .modal-dialog {
  max-width: 1170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .edu-product-modal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-product-modal .modal-dialog {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-product-modal .modal-dialog {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .edu-product-modal .modal-dialog {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .edu-product-modal .modal-dialog {
    max-width: 320px;
    margin: 0 auto;
  }
}
.edu-product-modal .edu-modal-body {
  padding: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-product-modal .edu-modal-body {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-product-modal .edu-modal-body {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-product-modal .edu-modal-body {
    padding: 20px;
  }
}
.edu-product-modal .edu-modal-header {
  position: absolute;
  left: calc(100% + 20px);
  z-index: 2;
}
.edu-product-modal .edu-modal-header button {
  padding: 0;
  background: transparent;
  margin: 0;
  outline: none;
  opacity: 1;
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .edu-product-modal .edu-modal-header button {
    width: 20px;
    height: 20px;
  }
}
.edu-product-modal .edu-modal-header button:focus {
  box-shadow: none;
}
.edu-product-modal .edu-modal-header button i {
  color: var(--color-white);
}

.eduvibe-product-modal-popup.edu-product-modal .edu-modal-header {
  left: calc(100% + 20px);
  top: -30px;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-product-modal-popup.edu-product-modal .edu-modal-header {
    top: 0px;
    left: calc(100% + 10px);
  }
}
.eduvibe-product-modal-popup .modal-content {
  border-radius: 5px;
}
.eduvibe-product-modal-popup .edu-modal-body {
  padding: 70px 100px 70px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .eduvibe-product-modal-popup .edu-modal-body {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-product-modal-popup .edu-modal-body {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-product-modal-popup .edu-modal-body {
    padding: 30px;
  }
}
.eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail {
  padding-right: 0;
}
.eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail img {
  height: 545px;
  width: 350px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .eduvibe-product-modal-popup.eduvibe-product-modal-popup .thumbnail img {
    height: auto;
    width: 100%;
  }
}

/*------------------------
    Error Styles  
-------------------------*/
.edu-error-style .content .title {
  margin-bottom: 20px;
}
.edu-error-style .content .description {
  margin-bottom: 40px;
}
.edu-error-style {
  padding-bottom: 130px;
}
@media only screen and (max-width: 991px) {
  .edu-error-style {
    padding-bottom: 80px;
  }
}

.circle-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.circle-image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  pointer-events: none;
  animation: eduvibe-rotate-animate 13s linear infinite;
}
.circle-image span:nth-child(1) {
  border-radius: 38% 62% 64% 36%/43% 35% 65% 57%;
}
.circle-image span:nth-child(2) {
  animation-direction: reverse;
  border-radius: 41% 59% 40% 60%/65% 66% 34% 35%;
}
.circle-image span:nth-child(3) {
  animation-duration: 3s;
  border-radius: 73% 27% 56% 44%/57% 74% 26% 43%;
}

@keyframes eduvibe-rotate-animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
    About Styles  
-------------------------*/
.about-feature-list .our-feature {
  display: flex;
}
.about-feature-list .our-feature .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: var(--color-secondary);
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.about-feature-list .our-feature .icon i {
  color: var(--color-white);
  font-size: 24px;
}
.about-feature-list .our-feature .feature-content .feature-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.about-feature-list .our-feature .feature-content .feature-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.about-feature-list .our-feature + .our-feature {
  margin-top: 30px;
}

/*----------------------
    About Style One  
------------------------*/
.about-style-1 {
  position: relative;
  z-index: 1;
}
.about-style-1 .about-image-gallery {
  margin-right: 100px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-1 .about-image-gallery {
    margin-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-1 .about-image-gallery {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-1 .about-image-gallery {
    margin-right: 0;
  }
}
.about-style-1 .about-image-gallery .image-1 {
  border-radius: 5px;
  width: 100%;
}
.about-style-1 .about-image-gallery .image-2 {
  position: absolute;
  bottom: -61px;
  right: -50px;
  border-radius: 5.2px;
}
@media only screen and (max-width: 767px) {
  .about-style-1 .about-image-gallery .image-2 {
    position: absolute;
    right: 0;
    border-radius: 5px;
    margin-top: 30px;
    transform: none !important;
    object-fit: cover;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-1 .about-image-gallery .image-2 {
    display: none;
  }
}
.about-style-1 .about-image-gallery .image-2 img {
  border-radius: 5px;
}
.about-style-1 .about-image-gallery .badge-inner {
  position: absolute;
  top: 42px;
  left: -75px;
  width: 150px;
  height: 150px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 100%;
}
@media only screen and (max-width: 575px) {
  .about-style-1 .about-image-gallery .badge-inner {
    display: none;
  }
}
.about-style-1 .about-image-gallery .badge-inner .image-3 {
  animation: rotateIt 7s linear infinite;
  border-radius: 100%;
}
.about-style-1 .about-image-gallery .shape-image-1 {
  position: absolute;
  bottom: -35px;
  left: -35px;
  z-index: -1;
}
.about-style-1 .inner .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding-left: 17px;
  position: relative;
  margin-top: 40px;
}
.about-style-1 .inner .description::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 46px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}
.about-style-1 .inner .read-more-btn {
  margin-top: 40px;
}
.about-style-1 .inner .about-parallax-2 {
  position: absolute;
  right: 88px;
  top: 379px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-1 .inner .about-parallax-2 {
    right: 8px;
  }
}

/*----------------------
    About Style Two  
------------------------*/
.about-style-2 {
  position: relative;
}
.about-style-2 .about-image-gallery {
  position: relative;
}
.about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper {
  position: relative;
}
.about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .image-1 {
  position: relative;
  margin-left: -40px;
  width: 460px;
  min-width: 460px;
  height: 460px;
  min-height: 460px;
  border-radius: 100%;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .image-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .image-1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .image-1 {
    margin-left: 0;
    width: 100%;
    min-width: auto;
    min-height: auto;
    height: auto;
  }
}
.about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .eduvibe-about-blur img {
  position: absolute;
  left: -50px;
  width: 739px;
  height: 739px;
  z-index: 0;
  top: -140px;
}
@media only screen and (max-width: 1199px) {
  .about-style-2 .about-image-gallery .eduvibe-about-1-img-wrapper .eduvibe-about-blur img {
    display: none;
  }
}
.about-style-2 .about-image-gallery .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-2 .about-image-gallery .image-2 {
    right: 101px;
  }
}
.about-style-2 .about-image-gallery .finished-session {
  background: var(--color-white);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: -120px;
  top: 8%;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-2 .about-image-gallery .finished-session {
    left: 0;
    top: -9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-2 .about-image-gallery .finished-session {
    left: 0;
    top: -9%;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-2 .about-image-gallery .finished-session {
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
  }
}
.about-style-2 .about-image-gallery .finished-session .inner .text {
  font-weight: 700;
  font-size: 32px;
  color: var(--color-primary);
  line-height: 44px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about-style-2 .about-image-gallery .finished-session .inner .text {
    font-size: 22px;
    line-height: 29px;
  }
}
.about-style-2 .about-image-gallery .finished-session .inner .finished-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: var(--color-dark);
}
.about-style-2 .circle-image-wrapper {
  position: absolute;
  width: 272px;
  height: 272px;
  right: 52px;
  bottom: -57px;
  z-index: 3;
}
.about-style-2 .circle-image-wrapper .circle-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 272px;
  height: 272px;
  z-index: -1;
}
.about-style-2 .circle-image-wrapper .circle-image span {
  border-color: #ffa41b;
  left: 26px;
}
@media only screen and (max-width: 991px) {
  .about-style-2 .circle-image-wrapper .circle-image span {
    left: -51px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-2 .circle-image-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-2 .circle-image-wrapper {
    right: 30px;
  }
}

.circle-image-wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.circle-image-wrapper .circle-image {
  z-index: -1;
}

/*----------------------
    About Style 3  
------------------------*/
.about-style-3 {
  position: relative;
}
.about-style-3 .gappery-wrapper .gallery-image {
  position: relative;
}
.about-style-3 .gappery-wrapper .gallery-image img {
  border-radius: 5.2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-3 .gappery-wrapper .gallery-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-3 .gappery-wrapper .gallery-image img {
    width: 100%;
  }
}
.about-style-3 .gappery-wrapper .gallery-image .icon-badge {
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.about-style-3 .gappery-wrapper .gallery-image .icon-badge i {
  color: var(--color-white);
  font-size: 20px;
}
.about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status {
  background: #ffffff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status {
    left: 10px;
    top: auto;
    transform: none;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status {
    left: 10px;
    top: auto;
    transform: none;
    bottom: 10px;
  }
}
.about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status .inner {
  display: flex;
  padding: 16px 15px;
  align-items: center;
}
.about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status .inner .icon {
  width: 40px;
  height: 40px;
  background: var(--color-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 10px;
}
.about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status .inner .icon i {
  color: var(--color-white);
}
.about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status .inner .content {
  text-align: left;
}
.about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status .inner .content .title {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 0;
}
.about-style-3 .gappery-wrapper .gallery-image.gallery-image-3 .student-like-status .inner .content .subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

/*----------------------
    About Style 4  
------------------------*/
.about-style-4 {
  position: relative;
}
.about-style-4 .gallery-wrapper {
  position: relative;
  text-align: center;
  margin-right: 120px;
  margin-left: -50px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-4 .gallery-wrapper {
    text-align: left;
    margin-left: 130px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-4 .gallery-wrapper {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-4 .gallery-wrapper {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }
}
.about-style-4 .gallery-wrapper img {
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .about-style-4 .gallery-wrapper .image-1 {
    width: 100%;
  }
}
.about-style-4 .gallery-wrapper .image-2 {
  position: absolute;
  left: -95px;
  z-index: -1;
  top: 88px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-4 .gallery-wrapper .image-2 {
    left: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-4 .gallery-wrapper .image-2 {
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-4 .gallery-wrapper .image-2 {
    display: none;
  }
}
.about-style-4 .gallery-wrapper .image-3 {
  position: absolute;
  right: -73px;
  bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-4 .gallery-wrapper .image-3 {
    left: 370px;
    right: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-4 .gallery-wrapper .image-3 {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-4 .gallery-wrapper .image-3 {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-4 .gallery-wrapper .image-3 {
    display: none;
  }
}
.about-style-4 .gallery-wrapper .image-3 img {
  border: 3px solid #ffffff;
}

/*----------------------
    About Style 6  
------------------------*/
.about-style-6 .about-image-gallery {
  position: relative;
  z-index: 1;
}
.about-style-6 .about-image-gallery img {
  border-radius: 265px 265px 5px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .about-image-gallery img {
    border-radius: 500px 500px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .about-image-gallery img {
    border-radius: 500px 500px 0 0;
  }
}
.about-style-6 .about-image-gallery .badge-icon {
  position: absolute;
  bottom: 173px;
  left: -75px;
  width: 130px;
  height: 130px;
  background: #ffffff;
  border-radius: 100%;
  padding: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-6 .about-image-gallery .badge-icon {
    bottom: auto;
    left: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .about-image-gallery .badge-icon {
    bottom: auto;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .about-image-gallery .badge-icon {
    bottom: auto;
    left: 0;
    top: 0;
  }
}
.about-style-6 .about-image-gallery .badge-icon .badge-inner {
  padding: 5px;
  background: #fb7c56;
  border-radius: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.about-style-6 .about-image-gallery .badge-icon .badge-inner::after {
  width: 20px;
  height: 20px;
  background: var(--color-white);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.about-style-6 .about-image-gallery .badge-icon .badge-inner img {
  animation: rotateIt 7s linear infinite;
}
.about-style-6 .about-image-gallery::after {
  position: absolute;
  content: "";
  border: 5px solid var(--color-secondary);
  width: 97%;
  height: 95%;
  left: 40px;
  bottom: -20px;
  border-radius: 265px 265px 5px 5px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .about-image-gallery::after {
    border-radius: 500px 500px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .about-image-gallery::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-6 .inner {
    padding-left: 40px;
  }
}
.about-style-6 .inner .feature-list-wrapper {
  display: flex;
  margin: 0;
  margin-top: -30px;
}
.about-style-6 .inner .feature-list-wrapper .feature-list {
  flex-basis: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-6 .inner .feature-list-wrapper .feature-list {
    flex-basis: 100%;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .inner .feature-list-wrapper .feature-list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .inner .feature-list-wrapper .feature-list {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-6 .inner .feature-list-wrapper .feature-list {
    flex-basis: 100%;
  }
}
.about-style-6 .inner .feature-list-wrapper .feature-list i {
  margin-right: 14px;
  color: var(--color-secondary);
  font-size: 24px;
}
.about-style-6 .inner .info-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  margin-left: 30px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-style-6 .inner .info-btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-6 .inner .info-btn {
    margin-left: 0;
    margin-top: 20px;
    display: block;
  }
}
.about-style-6 .inner .info-btn:hover {
  color: var(--color-secondary);
}
.about-style-6 .inner .info-btn i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  margin-right: 15px;
  background: rgba(251, 124, 86, 0.15);
  color: var(--color-secondary);
  display: inline-block;
}

.edu-mission-vision-area .thumbnail {
  margin: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-mission-vision-area .thumbnail {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .edu-mission-vision-area .thumbnail {
    flex-wrap: wrap;
  }
}
.edu-mission-vision-area .thumbnail img {
  border-radius: 5px;
}
.edu-mission-vision-area .thumbnail .shape-image {
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .edu-mission-vision-area .thumbnail .shape-image {
    flex-basis: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .eduvibe-about-three-mission .thumbnail img {
    transform: none !important;
  }
}

/*----------------------
    Why Choose Us 1
------------------------*/
.edu-choose-us-area-one .thumbnail {
  margin-left: -151px;
  margin-right: -76px;
  margin-top: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .edu-choose-us-area-one .thumbnail {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .edu-choose-us-area-one .thumbnail {
    margin-left: -120px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .edu-choose-us-area-one .thumbnail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.edu-choose-us-area-one.edu-section-gap {
  padding: 180px 0 130px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-choose-us-area-one.edu-section-gap {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-choose-us-area-one.edu-section-gap {
    padding: 80px 0 !important;
  }
}

/*-------------------------
Accordion Style 
-------------------------*/
.edu-tab-nav {
  margin: -7.5px;
  border: 0 none;
  justify-content: center;
}
.edu-tab-nav li {
  margin: 7.5px;
}
.edu-tab-nav li.nav-item button.nav-link {
  background: #f5f5f5;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  color: var(--color-heading);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  z-index: 1;
  border: 0 none;
}
@media only screen and (max-width: 767px) {
  .edu-tab-nav li.nav-item button.nav-link {
    padding: 0 15px;
  }
}
.edu-tab-nav li.nav-item button.nav-link::after {
  position: absolute;
  content: "";
  background-image: url(../images/shape-bg/shape-57.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 77px;
  height: 92%;
  left: -5px;
  top: -3px;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.edu-tab-nav li.nav-item button.nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
}
.edu-tab-nav li.nav-item button.nav-link.active::after {
  opacity: 0.4;
}

.accordion-shape-1 {
  position: relative;
  z-index: 1;
}
.accordion-shape-1 .shape-image {
  position: absolute;
  z-index: -1;
  top: 156px;
  left: 276px;
}

.edu-accordion-area .gallery-wrapper {
  padding-right: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-accordion-area .gallery-wrapper {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-accordion-area .gallery-wrapper {
    padding-right: 15px;
  }
}

.accordion-style-1 .edu-accordion-header {
  margin-bottom: 0;
}
.accordion-style-1 .edu-accordion-button {
  font-size: 20px;
  border: 0 none;
  background: transparent;
  border-top: 1px solid #eeeeee;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}
.accordion-style-1 .edu-accordion-button::after {
  position: absolute;
  content: "\f4fe"; /* Bootstrap Icon: Chevron Down */
  font-family: "bootstrap-icons"; /* Alterado aqui */
  color: var(--color-heading);
  font-size: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.accordion-style-1 .edu-accordion-button[aria-expanded=true]::after {
  content: "\f2ea"; /* Bootstrap Icon: Chevron Up */
  /* O font-family já é herdado do ::after acima, não precisa repetir se for a mesma fonte */
}
.accordion-style-1 .edu-accordion-body {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.accordion-style-1 .edu-accordion-item:last-child .edu-accordion-button {
  border-bottom: 1px solid #eeeeee;
}
.accordion-style-1 .edu-accordion-item:last-child.active-item .edu-accordion-button {
  border-bottom: 0px;
}
.accordion-style-1 .edu-accordion-item:last-child.active-item {
  border-bottom: 1px solid #eeeeee;
}

.edu-accordion-02 {
  background: #ffffff;
}
.edu-accordion-02 .edu-accordion-button {
  font-size: 20px;
  border: 0 none;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 13px 35px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  transition: 0.4s;
}
.edu-accordion-02 .edu-accordion-button::after {
  position: absolute;
  content: "\f4fe"; /* Bootstrap Icon: Chevron Down */
  font-family: "bootstrap-icons"; /* Alterado aqui */
  color: var(--color-heading);
  font-size: 20px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.edu-accordion-02 .edu-accordion-button[aria-expanded=true]::after {
  content: "\f2ea"; /* Bootstrap Icon: Chevron Up */
  font-family: "bootstrap-icons"; /* Unificando para Bootstrap Icons */
}
.edu-accordion-02 .edu-accordion-body {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  padding: 0 35px;
  padding-bottom: 35px;
}
.edu-accordion-02 .edu-accordion-body ul li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 14px 0;
  align-items: center;
  margin: 0;
}
.edu-accordion-02 .edu-accordion-body ul li .text i {
  margin-right: 8px;
}
.edu-accordion-02 .edu-accordion-body ul li + li {
  border-top: 1px solid #eee;
}
.edu-accordion-02 .edu-accordion-body ul li:last-child {
  padding-bottom: 0;
}
.edu-accordion-02 .edu-accordion-item {
  transition: 0.4s;
}
.edu-accordion-02 .edu-accordion-item:last-child .edu-accordion-button {
  border-bottom: 1px solid #eeeeee;
}
.edu-accordion-02 .edu-accordion-item.bg-active {
  background: #ffffff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button {
  border: 0 none;
  color: var(--color-primary);
}
.edu-accordion-02 .edu-accordion-item.bg-active .edu-accordion-button::after {
  color: var(--color-primary);
}
.edu-accordion-02 .edu-accordion-item + .edu-accordion-item {
  margin-top: 20px;
}
.edu-accordion-02.variation-2 .edu-accordion-button {
  border: transparent;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 31px 32px;
  padding-right: 69px;
}
@media only screen and (max-width: 1199px) {
  .edu-accordion-02.variation-2 .edu-accordion-button {
    padding: 18px 25px;
    font-size: 18px;
    line-height: 22px;
  }
}
.edu-accordion-02.variation-2 .edu-accordion-button::after {
  content: "\f4fe"; /* Bootstrap Icon: Chevron Down */
  font-family: "bootstrap-icons"; /* Garante a fonte correta */
  width: 32px;
  height: 32px;
  background: #ffffff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.02);
  color: var(--color-primary);
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
}
.edu-accordion-02.variation-2 .edu-accordion-button[aria-expanded=true]::after {
  content: "\f2ea"; /* Bootstrap Icon: Chevron Up */
  font-family: "bootstrap-icons";
  background: #e0f7f4;
  color: var(--color-primary);
}
.edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body {
  padding: 0 31px;
  padding-bottom: 35px;
}
.edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .edu-accordion-02.variation-2 .edu-accordion-item .edu-accordion-body {
    padding: 0px 21px;
    padding-bottom: 25px;
  }
}
.edu-accordion-02.variation-2 .edu-accordion-item.bg-active {
  background: #ffffff;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.edu-accordion-02.variation-2 .edu-accordion-item.bg-active .edu-accordion-button {
  border: 0 none;
  color: var(--color-primary);
  background: transparent;
}
.edu-accordion-02.variation-2 .edu-accordion-item + .edu-accordion-item {
  margin-top: 30px;
}
.edu-accordion-02.variation-2.landing-page-accordion .edu-accordion-button[aria-expanded=true]::after {
  background: var(--color-primary);
  color: #ffffff;
}
.edu-accordion-02.variation-2.landing-page-accordion .edu-accordion-item.bg-active .edu-accordion-button {
  color: var(--color-heading);
}

/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.paginacontainer {
  height: 3000px;
}

.rn-progress-parent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(145, 69, 148, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rn-progress-parent::after {
  position: absolute;
  font-family: "bootstrap-icons" !important;
  content: "\f286";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent:hover::after {
  color: var(--color-primary);
}
.rn-progress-parent::before {
  position: absolute;
  font-family: "bootstrap-icons" !important;
  content: "\f286";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.rn-progress-parent svg path {
  fill: none;
}
.rn-progress-parent svg.rn-back-circle path {
  stroke: var(--color-primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*-----------------------
 Badge Style  
------------------------*/
.badge-transparent {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 20px;
}

.status-group {
  margin: -5px;
}
.status-group .eduvibe-status {
  margin: 5px;
}

.status-style-5 {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -17px;
}
.status-style-5 .eduvibe-status {
  margin: 5px 17px;
}

.eduvibe-status.status-01 {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: var(--color-white);
  display: inline-block;
  border-radius: 2px;
}
.eduvibe-status.status-01.bg-primary-color {
  color: var(--color-white);
}
.eduvibe-status.status-01.bg-secondary-color {
  color: var(--color-white);
}
.eduvibe-status.status-02 {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: var(--color-secondary);
  border-radius: 0 2px 2px 0;
  display: flex;
  align-items: center;
}
.eduvibe-status.status-02 i {
  margin-right: 5px;
}
.eduvibe-status.status-03 {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 30px;
  padding: 0 15px;
  background: var(--color-primary);
  border-radius: 2px;
  display: inline-block;
  border: 2px solid var(--color-white);
}
.eduvibe-status.status-04 {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  background: var(--color-secondary);
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}
.eduvibe-status.status-05 {
  color: var(--color-body);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.eduvibe-status.status-05 i {
  color: var(--color-primary);
  margin-right: 9px;
}
.eduvibe-status.status-05:hover {
  color: var(--color-primary);
}
.eduvibe-status.status-06 {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 15px;
  background: var(--color-primary);
  display: inline-block;
  border-radius: 0px 18px 18px 0px;
}

.badge-default {
  border-radius: 3px;
  background: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-white);
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  display: inline-block;
}

/*--------------------------------
    Brands Area  
------------------------------*/
.eduvibe-home-five-brands .client-logo {
  transition: all 0.4s;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .eduvibe-home-five-brands .client-logo {
    margin-bottom: 30px;
  }
}
.eduvibe-home-five-brands .client-logo:hover .logo-main, .eduvibe-home-five-brands .client-logo .logo-hover {
  display: none;
}
.eduvibe-home-five-brands .client-logo:hover .logo-hover {
  display: block !important;
}
.eduvibe-home-five-brands .client-logo img {
  display: flex;
}

/*--------------------------------
    Breadcrumb Area  
------------------------------*/
.edu-breadcrumb-area {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.breadcrumb-style-1 .page-title .title {
  margin-bottom: 5px;
}
.breadcrumb-style-1 .edu-breadcrumb {
  align-items: center;
}
.breadcrumb-style-1 .edu-breadcrumb li {
  margin: 0;
}
.breadcrumb-style-1 .edu-breadcrumb li.breadcrumb-item {
  color: var(--color-body);
}
.breadcrumb-style-1 .edu-breadcrumb li.separator i {
  font-size: 20px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  top: 2px;
}

/*-------------------
 * Button
---------------------*/
.wishlist-btn {
  background: rgba(45, 40, 78, 0.2);
  backdrop-filter: blur(10px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 0 none;
}
.wishlist-btn i {
  color: var(--color-white);
  font-size: 15px;
}

.button-group {
  margin: -5px;
}
.button-group a {
  margin: 5px;
}

a.btn-transparent,
button.btn-transparent {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-primary);
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
a.btn-transparent::after,
button.btn-transparent::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: 0.3s;
}
a.btn-transparent i,
button.btn-transparent i {
  padding-left: 10px;
  top: 3px;
  position: relative;
}
a.btn-transparent.sm-size,
button.btn-transparent.sm-size {
  font-size: 16px;
  line-height: 26px;
}
a.btn-transparent.heading-color,
button.btn-transparent.heading-color {
  color: var(--color-heading);
}
a.btn-transparent.heading-color i,
button.btn-transparent.heading-color i {
  color: var(--color-heading);
}
a.btn-transparent.heading-color:hover,
button.btn-transparent.heading-color:hover {
  color: var(--color-primary);
}
a.btn-transparent.heading-color:hover i,
button.btn-transparent.heading-color:hover i {
  color: var(--color-primary);
}
a.btn-transparent:hover::after,
button.btn-transparent:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

a.edu-btn,
button.edu-btn {
  border-radius: 5px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s;
  font-family: var(--font-primary);
  border: 0 none;
}
a.edu-btn i,
button.edu-btn i {
  padding-left: 10px;
  position: relative;
  top: 3px;
}
a.edu-btn.btn-medium,
button.edu-btn.btn-medium {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px;
}
a.edu-btn.btn-medium.header-button,
button.edu-btn.btn-medium.header-button {
  line-height: 47px;
}
a.edu-btn.btn-medium.header-button.bg-color-white,
button.edu-btn.btn-medium.header-button.bg-color-white {
  color: var(--color-primary);
}
a.edu-btn.btn-medium.header-button.purchase-button,
button.edu-btn.btn-medium.header-button.purchase-button {
  line-height: 50px;
}
a.edu-btn.btn-small,
button.edu-btn.btn-small {
  height: 36px;
  line-height: 36px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 600;
}
a.edu-btn.btn-small i,
button.edu-btn.btn-small i {
  padding-left: 7px;
}
a.edu-btn.left-icon i,
button.edu-btn.left-icon i {
  padding-left: 0;
  padding-right: 10px;
}
a.edu-btn:hover,
button.edu-btn:hover {
  background: var(--color-black);
  color: var(--color-white);
}
a.edu-btn.btn-dark,
button.edu-btn.btn-dark {
  background: var(--color-dark);
  color: var(--color-white);
}
a.edu-btn.btn-dark:hover,
button.edu-btn.btn-dark:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
a.edu-btn.btn-shade,
button.edu-btn.btn-shade {
  background: var(--color-shade);
  color: var(--color-heading);
}
a.edu-btn.btn-shade:hover,
button.edu-btn.btn-shade:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
a.edu-btn.btn-secondary,
button.edu-btn.btn-secondary {
  background: var(--color-secondary);
  color: var(--color-white);
}
a.edu-btn.btn-secondary:hover,
button.edu-btn.btn-secondary:hover {
  color: var(--color-white);
  background: var(--color-primary);
}
a.edu-btn.btn-bg-alt,
button.edu-btn.btn-bg-alt {
  background: rgba(82, 95, 225, 0.1);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-weight: 700;
  font-size: 18px;
  line-height: 59px;
}
a.edu-btn.btn-bg-alt:hover,
button.edu-btn.btn-bg-alt:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}
a.edu-btn.btn-white,
button.edu-btn.btn-white {
  background: var(--color-white);
  color: var(--color-primary);
}
a.edu-btn.btn-white:hover,
button.edu-btn.btn-white:hover {
  color: var(--color-white);
  background: var(--color-secondary);
}
a.edu-btn.btn-border,
button.edu-btn.btn-border {
  background: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  line-height: 58px;
}

.bg-color-primary a.edu-btn.btn-white:hover,
.bg-color-primary button.edu-btn.btn-white:hover {
  background: var(--color-secondary);
}

.round-btn {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--color-white);
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
}
.round-btn i {
  font-size: 24px;
  color: var(--color-primary);
  display: inline-block;
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
/*----------------------------
    Call To Action Styles  
-----------------------------*/
.call-action-style-1 {
  padding-top: 24px;
  padding-left: 50px;
}
.call-action-style-1 .inner .content .pre-title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
}
.call-action-style-1 .inner .content .title {
  font-size: 24px;
  line-height: 36px;
}
.call-action-style-1 .thumbnail {
  position: relative;
  z-index: 1;
}
.call-action-style-1 .thumbnail .shape-image {
  position: absolute;
  top: 18px;
  right: 13px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-action-style-1 .thumbnail img.main-img {
    margin-bottom: -15px;
  }
}
.call-action-style-1.box-layout {
  padding: 46px 50px;
  position: relative;
}
.call-action-style-1.box-layout .inner .shape-image-2 {
  position: absolute;
  top: 26px;
  right: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .call-action-style-1.box-layout .inner .shape-image-2 {
    display: none;
  }
}

/*---------------------------
 Card Styles  
-----------------------------*/
.course-activation-item-2 .edu-card.card-type-2 {
  margin: 20px 0;
}

.video-gallery-overlay-area {
  padding-top: 400px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-gallery-overlay-area {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .video-gallery-overlay-area {
    padding-top: 80px !important;
  }
}

.course-three-wrapper {
  position: relative;
  z-index: 1;
}
.course-three-wrapper .video-section-overlayto-another {
  margin-bottom: -400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-three-wrapper .video-section-overlayto-another {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .course-three-wrapper .video-section-overlayto-another {
    margin-bottom: 0;
  }
}

.price-list {
  margin: -7.5px;
}
.price-list .price {
  margin: 7.5px;
  display: inline-block;
}
.price-list .current-price {
  font-weight: 700;
}
.price-list .old-price {
  font-weight: 500;
  text-decoration: line-through;
}
.price-list.price-style-01 {
  margin: -9px;
}
.price-list.price-style-01 .price {
  margin: 9px;
}
.price-list.price-style-01 .current-price {
  border-radius: 3px;
  background: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-white);
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  display: inline-block;
}
.price-list.price-style-02 {
  margin: -7.5px;
}
.price-list.price-style-02 .price {
  margin: 7.5px;
}
.price-list.price-style-02 .current-price {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-heading);
}
.price-list.price-style-02 .old-price {
  font-weight: 600;
}
.price-list.price-style-03 {
  margin: -6px;
}
.price-list.price-style-03 .price {
  margin: 6px;
}
.price-list.price-style-03 .current-price {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-primary);
  font-size: 20px;
}
.price-list.price-style-03 .old-price {
  font-weight: 500;
}

.edu-card {
  overflow: hidden;
}
.edu-card .thumbnail {
  position: relative;
}
.edu-card .thumbnail a {
  display: block;
  overflow: hidden;
}
.edu-card .thumbnail a img {
  transition: 0.4s;
  overflow: hidden;
  object-fit: cover;
}
.edu-card .thumbnail .top-position {
  position: absolute;
  z-index: 2;
}
.edu-card .thumbnail .wishlist-top-right {
  position: absolute;
  z-index: 2;
}
.edu-card.card-type-1 {
  background-color: var(--color-shade);
  transition: 0.4s;
}
.edu-card.card-type-1 .inner .thumbnail {
  position: relative;
}
.edu-card.card-type-1 .inner .thumbnail a {
  display: block;
  overflow: hidden;
}
.edu-card.card-type-1 .inner .thumbnail a img {
  transition: 0.4s;
  overflow: hidden;
}
.edu-card.card-type-1 .inner .thumbnail .top-position.left-top {
  left: 15px;
  top: 15px;
}
.edu-card.card-type-1 .inner .thumbnail .top-position.right-top {
  right: 15px;
  top: 15px;
}
.edu-card.card-type-1 .inner .thumbnail .wishlist-top-right {
  right: 20px;
  top: 20px;
}
.edu-card.card-type-1 .inner .content {
  padding: 25px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-1 .inner .content {
    padding: 25px 20px 25px;
  }
}
.edu-card.card-type-1 .inner .content .title {
  margin-bottom: 15px;
  margin-top: 10px;
}
.edu-card.card-type-1 .inner .content .edu-rating {
  margin-bottom: 25px;
}
.edu-card.card-type-1 .inner .content .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-border);
  padding-top: 25px;
}
.edu-card.card-type-1:hover {
  background: var(--color-white);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
}
.edu-card.card-type-1.bg-white {
  background-color: var(--color-white);
  transition: 0.4s;
}
.edu-card.card-type-1.bg-white:hover {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
}
.edu-card.card-type-2 {
  background-color: var(--color-shade);
  padding: 20px 20px 30px;
  transition: 0.4s;
}
.edu-card.card-type-2 .inner .thumbnail a {
  border-radius: 3px;
}
.edu-card.card-type-2 .inner .thumbnail a img {
  border-radius: 3px;
}
.edu-card.card-type-2 .inner .thumbnail .top-position.left-top {
  left: 0;
  top: 10px;
}
.edu-card.card-type-2 .inner .thumbnail .wishlist-top-right {
  right: 20px;
  top: 10px;
}
.edu-card.card-type-2 .inner .content {
  padding-top: 25px;
}
.edu-card.card-type-2 .inner .content .card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.edu-card.card-type-2 .inner .content .title {
  margin-bottom: 20px;
}
.edu-card.card-type-2 .inner .content .card-bottom {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
}
.edu-card.card-type-2:hover {
  background-color: var(--color-white);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-card.card-type-3 {
  background-color: var(--color-white);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}
.edu-card.card-type-3 .inner .thumbnail a {
  border-radius: 3px;
}
.edu-card.card-type-3 .inner .thumbnail a img {
  border-radius: 3px;
}
.edu-card.card-type-3 .inner .thumbnail .top-position.left-bottom {
  left: 30px;
  bottom: -19px;
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-3 .inner .thumbnail .top-position.left-bottom {
    left: 20px;
  }
}
.edu-card.card-type-3 .inner .thumbnail .wishlist-top-right {
  right: 20px;
  top: 20px;
}
.edu-card.card-type-3 .inner .content {
  padding: 44px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-3 .inner .content {
    padding: 44px 20px 20px;
  }
}
.edu-card.card-type-3 .inner .content .card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-card.card-type-3 .inner .content .card-top {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-card.card-type-3 .inner .content .card-top {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-3 .inner .content .card-top {
    flex-wrap: wrap;
  }
}
.edu-card.card-type-3 .inner .content .card-top .author-meta {
  margin-right: 10px;
}
.edu-card.card-type-3 .inner .content .title {
  margin-bottom: 20px;
}
.edu-card.card-type-3 .inner .content .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-border);
  padding-top: 25px;
  flex-wrap: wrap;
}
.edu-card.card-type-3 .card-hover-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  opacity: 0;
  transition: 0.4s;
  box-shadow: 0px 12px 30px rgba(82, 95, 225, 0.1);
  border-radius: 5px;
  padding: 30px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-card.card-type-3 .card-hover-action {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-card.card-type-3 .card-hover-action {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-3 .card-hover-action {
    padding: 30px 20px;
  }
}
.edu-card.card-type-3 .card-hover-action .content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.edu-card.card-type-3 .card-hover-action .content-top .top-status-bar .eduvibe-status {
  background: rgba(255, 255, 255, 0.15);
  border: 0 none;
  line-height: 33px;
}
.edu-card.card-type-3 .card-hover-action .content-top .top-wishlist-bar .wishlist-btn {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.edu-card.card-type-3 .card-hover-action .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
.edu-card.card-type-3 .card-hover-action .title a {
  color: var(--color-white);
}
.edu-card.card-type-3 .card-hover-action .description {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.edu-card.card-type-3 .card-hover-action .price-list {
  margin-bottom: 25px;
}
.edu-card.card-type-3 .card-hover-action .price-list .price {
  color: var(--color-white);
}
.edu-card.card-type-3 .card-hover-action .price-list .price.old-price {
  color: rgba(255, 255, 255, 0.8);
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content .author-meta .author-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content .edu-meta li {
  color: var(--color-white);
}
.edu-card.card-type-3 .card-hover-action .hover-bottom-content .edu-meta li i {
  color: var(--color-white);
}
.edu-card.card-type-3:hover .card-hover-action {
  opacity: 1;
}
.edu-card.card-type-3.variation-2 {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.edu-card.card-type-3.variation-2 .inner .thumbnail .top-position.left-bottom {
  left: 30px;
  bottom: -13.5px;
}
.edu-card.card-type-3.variation-2 .inner .edu-meta.meta-01 {
  margin: 0 -10px;
}
.edu-card.card-type-3.variation-2 .inner .edu-meta.meta-01 li {
  font-weight: 500;
  line-height: 26px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.edu-card.card-type-3.variation-2 .inner .eduvibe-status.status-03 {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  background: var(--color-primary);
  border-radius: 4px;
  display: inline-block;
  border: 0 none;
}
.edu-card.card-type-3.variation-2 .inner .content {
  padding: 32px 30px 30px;
}
.edu-card.card-type-3.variation-2 .inner .content .title {
  margin-bottom: 20px;
  font-size: 20px;
  margin-top: 15px;
  line-height: 32px;
}
.edu-card.card-type-3.variation-2 .inner .content p {
  margin-bottom: 0;
}
.edu-card.card-type-4 {
  background-color: var(--color-shade);
  transition: 0.4s;
}
.edu-card.card-type-4 .inner {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-card.card-type-4 .inner {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-4 .inner {
    display: block;
  }
}
.edu-card.card-type-4 .inner .thumbnail {
  flex-basis: 38.33%;
}
.edu-card.card-type-4 .inner .thumbnail a {
  height: 100%;
  display: block;
}
.edu-card.card-type-4 .inner .thumbnail a img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-4 .inner .thumbnail a img {
    max-height: 330px;
  }
}
.edu-card.card-type-4 .inner .thumbnail .top-position.left-top {
  left: 10px;
  top: 10px;
}
.edu-card.card-type-4 .inner .thumbnail .wishlist-top-right {
  right: 10px;
  top: 10px;
}
.edu-card.card-type-4 .inner .content {
  flex-basis: 61.66%;
  padding: 30px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-card.card-type-4 .inner .content {
    padding: 30px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-card.card-type-4 .inner .content {
    padding: 30px 18px;
  }
}
.edu-card.card-type-4 .inner .content .card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.edu-card.card-type-4 .inner .content .title {
  margin-bottom: 20px;
  margin-top: 20px;
}
.edu-card.card-type-4 .inner .content .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.edu-card.card-type-4:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  background-color: var(--color-white);
}
.edu-card.card-type-4.bg-white {
  background-color: var(--color-white);
}
.edu-card.card-type-5 {
  background: var(--color-white);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-card.card-type-5 .inner {
  padding: 15px 15px 0;
}
.edu-card.card-type-5 .inner .thumbnail a {
  height: 100%;
  display: block;
  border-radius: 3px;
}
.edu-card.card-type-5 .inner .thumbnail a img {
  height: 100%;
  border-radius: 3px;
}
.edu-card.card-type-5 .inner .thumbnail .top-position.left-top {
  left: 10px;
  top: 10px;
}
.edu-card.card-type-5 .inner .thumbnail .wishlist-top-right {
  right: 10px;
  top: 10px;
}
.edu-card.card-type-5 .inner .content {
  padding: 25px 15px;
}
.edu-card.card-type-5 .inner .content .card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.edu-card.card-type-5 .inner .content .title {
  margin-bottom: 20px;
  margin-top: 15px;
}
.edu-card.card-type-5 .inner .content .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.edu-card.card-type-6 {
  background: var(--color-white);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-card.card-type-6 .inner {
  padding: 15px;
}
.edu-card.card-type-6 .inner .thumbnail {
  margin-bottom: 15px;
}
.edu-card.card-type-6 .inner .thumbnail a {
  height: 100%;
  display: block;
  border-radius: 3px;
}
.edu-card.card-type-6 .inner .thumbnail a img {
  height: 100%;
  border-radius: 3px;
}
.edu-card.card-type-6 .inner .thumbnail .top-position.left-top {
  left: 10px;
  top: 10px;
}
.edu-card.card-type-6 .inner .content .title {
  margin-bottom: 12px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
.edu-card.card-type-6 .inner .content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
.edu-card:hover .thumbnail a img {
  transform: scale(1.1);
}

.blog-area .edu-card {
  height: 550px !important;
}

@media (max-width: 768px) {
  .edu-card {
    height: auto !important;
  }
  .edu-card img {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .edu-card {
    height: 600px !important;
  }
  .edu-card img {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .edu-card {
    height: 590px !important;
  }
  .edu-card img {
    height: 270px;
  }
}
/*--------------------------
    Checkout Page Style  
----------------------------*/
.checkout-page-style .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}
.checkout-page-style input {
  background: #F5F5F5;
  border-radius: 5px;
  border: 0 none;
  height: 60px;
  padding: 0 25px;
  font-weight: 500;
  color: var(--color-body);
  border: 1px solid transparent;
}
.checkout-page-style input:focus {
  border-color: var(--color-primary);
}
.checkout-page-style select {
  border: 1px solid #6F6B80;
  border-radius: 5px;
  padding: 0 25px;
  height: 60px;
  font-weight: 500;
  color: var(--color-body);
  position: relative;
  background: url(../images/icons/arrow-icon.png) 95% center no-repeat transparent;
}
.checkout-page-style textarea {
  background: #F5F5F5;
  border-radius: 5px;
  border: 0 none;
  padding: 15px 25px;
  font-weight: 500;
  color: var(--color-body);
  min-height: 170px;
  resize: none;
  border: 1px solid transparent;
}
.checkout-page-style textarea:focus {
  border-color: var(--color-primary);
}
.checkout-page-style .box-label {
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
}
.checkout-page-style .shop_table {
  margin-bottom: 20px;
}
.checkout-page-style .shop_table thead tr th {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 0;
  margin-bottom: 10px;
}
.checkout-page-style .shop_table tbody tr td {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-body);
  border: 0 none;
  padding: 5px 0;
}
.checkout-page-style .shop_table tbody tr:first-child td {
  padding-top: 20px;
}
.checkout-page-style .shop_table tfoot tr th {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  padding: 5px 0;
}
.checkout-page-style .shop_table tfoot tr.order-subtotal th {
  font-weight: 500;
  color: var(--color-body);
}

/*------------------------------
    Choose Us Style  
-------------------------------*/
.choose-us-style-1 {
  position: relative;
}
.choose-us-style-1 .inner .section-title .title {
  margin-bottom: 40px;
}
.choose-us-style-1 .chosse-us-thumbnail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 236px;
}
.choose-us-style-1 .right-side-thumb {
  margin-right: -149px;
}
@media only screen and (max-width: 991px) {
  .choose-us-style-1 .right-side-thumb {
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .eduvibe-home-two-counter .choose-us-2 {
    margin-top: 25px;
  }
}

/* Comming Soon Style  */
.edu-coming-soon-style {
  text-align: center;
}
.edu-coming-soon-style .content .logo {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-coming-soon-style .content .logo {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-coming-soon-style .content .logo {
    margin-bottom: 40px;
  }
}
.edu-coming-soon-style .content .logo a {
  display: block;
}
.edu-coming-soon-style .content .title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.25;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-coming-soon-style .content .title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-coming-soon-style .content .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.edu-coming-soon-style .content .countdown-style-2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container {
    min-width: 150px;
    padding: 25px 10px;
  }
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container .countdown-value {
    font-size: 55px;
  }
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container .countdown-heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container {
    min-width: 100px;
    padding: 15px 10px;
  }
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container .countdown-value {
    font-size: 35px;
  }
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container .countdown-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container {
    min-width: 80px;
    padding: 15px 10px;
  }
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container .countdown-value {
    font-size: 25px;
  }
  .edu-coming-soon-style .content .countdown-style-2 .countdown .countdown-container .countdown-heading {
    font-size: 16px;
  }
}
.edu-coming-soon-style .content .description {
  margin: 0 auto 40px;
  max-width: 760px;
}

.newsletter-form-style-2 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-2 {
    display: block;
  }
}
.newsletter-form-style-2 input {
  min-width: 407px;
  width: 407px;
  background: #ffffff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 0 none;
  padding: 0 25px;
  font-weight: 500;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-form-style-2 input {
    min-width: 300px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-2 input {
    min-width: auto;
    width: 100%;
  }
}
.newsletter-form-style-2 .edu-btn {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-2 .edu-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*-------------------------
    Contact Us Area  
---------------------------*/
.contact-address-card-1 {
  background: #ffffff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 50px 20px;
  text-align: center;
  height: 300px;
  transition: 0.4s;
}
.contact-address-card-1 .inner .icon {
  background: rgba(82, 95, 225, 0.1);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.contact-address-card-1 .inner .icon i {
  color: var(--color-primary);
  font-size: 24px;
  transition: 0.4s;
}
.contact-address-card-1 .inner .content .title {
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
  transition: 0.4s;
}
.contact-address-card-1 .inner .content p {
  margin-bottom: 0;
  transition: 0.4s;
}
.contact-address-card-1 .inner .content p a {
  color: var(--color-body);
  transition: 0.4s;
}
.contact-address-card-1 .inner .content p a:hover {
  color: var(--color-primary);
}
.contact-address-card-1.phone .inner .icon {
  background: rgba(82, 95, 225, 0.1);
}
.contact-address-card-1.phone .inner .icon i {
  color: var(--color-secondary);
}
.contact-address-card-1.email .inner .icon {
  background: rgba(82, 95, 225, 0.1);
}
.contact-address-card-1.email .inner .icon i {
  color: var(--color-primary);
}
.contact-address-card-1:hover {
  background: var(--color-secondary);
  transform: translateY(-15px);
}
.contact-address-card-1:hover .inner .icon {
  background: var(--color-white);
}
.contact-address-card-1:hover .inner .icon i {
  color: var(--color-secondary);
}
.contact-address-card-1:hover .inner .content .title {
  color: var(--color-white);
}
.contact-address-card-1:hover .inner .content p {
  color: var(--color-white);
}
.contact-address-card-1:hover .inner .content p a {
  color: var(--color-white);
}

.contact-address-card-2 {
  background: #ffffff;
  box-shadow: 0px 8px 35px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 70px 40px;
  text-align: center;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-address-card-2 {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-address-card-2 {
    padding: 60px 20px;
  }
}
.contact-address-card-2 .inner .icon {
  margin-bottom: 45px;
}
.contact-address-card-2 .inner .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
.contact-address-card-2 .inner .content p {
  margin-bottom: 0;
  line-height: 26px;
}
.contact-address-card-2 .inner .content p .subtitle {
  font-weight: 600;
  color: var(--color-heading);
}
.contact-address-card-2 .inner .content p .text {
  font-weight: 500;
}
.contact-address-card-2:hover {
  transform: translateY(-15px);
}

.contact-address-bottom-shape {
  position: relative;
  z-index: 1;
}
.contact-address-bottom-shape .bg-shape-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*------------------------------
    Contact Form Style One 
-------------------------------*/
.rwt-dynamic-form .form-group input {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0 30px;
  border: 1px solid transparent;
  transition: 0.4s;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  height: 60px;
}
.rwt-dynamic-form .form-group input:focus {
  border-color: var(--color-primary);
}
.rwt-dynamic-form .form-group textarea {
  background: #f5f5f5;
  padding: 17px 30px;
  min-height: 180px;
  border: 0 none;
  border: 1px solid transparent;
  transition: 0.4s;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
}
.rwt-dynamic-form .form-group textarea:focus {
  border-color: var(--color-primary);
}
.rwt-dynamic-form .success-message {
  margin-top: 20px;
  color: #019267;
}

/*---------------------------
    About Me 
----------------------------*/
.about-me-1 .thumbnail {
  position: relative;
  border-radius: 5px;
}
.about-me-1 .thumbnail::before {
  background: linear-gradient(360deg, #2d284e 0%, rgba(45, 40, 78, 0) 70.5%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.about-me-1 .thumbnail img {
  border-radius: 5px;
}
.about-me-1 .thumbnail .content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .about-me-1 .thumbnail .content-overlay {
    padding: 20px 20px;
  }
}
.about-me-1 .thumbnail .content-overlay .title {
  margin-bottom: 0;
  color: var(--color-white);
  font-size: 32px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .about-me-1 .thumbnail .content-overlay .title {
    font-size: 22px;
    line-height: 32px;
  }
}

.google-map.alignwide {
  margin-left: -105px;
  margin-right: -105px;
  min-width: 1170px;
  width: auto;
}
@media only screen and (max-width: 1650px) {
  .google-map.alignwide {
    margin-left: 0;
    margin-right: 0;
    min-width: auto;
  }
}
.google-map.alignwide iframe {
  width: 100%;
}

.edu-countdown-area {
  background-image: url(../images/bg/about-us-two-countdown.jpg);
}
.edu-countdown-area .countdown .countdown-container .countdown-value {
  color: var(--color-secondary);
}

.countdown {
  display: flex;
  margin: -15px;
  justify-content: center;
  flex-wrap: wrap;
}
.countdown .countdown-container {
  margin: 15px !important;
  position: relative;
  background-color: var(--color-white);
  padding: 15px 28px;
  border-radius: 5px;
}
.countdown .countdown-container .countdown-heading {
  display: block;
  color: var(--color-body);
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.countdown .countdown-container .countdown-value {
  display: block;
  font-size: 32px;
  color: var(--color-heading);
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.38;
}
.countdown .countdown-container:after {
  content: ":";
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  position: absolute;
  font-size: 32px;
  color: var(--color-white);
  font-weight: 700;
}
.countdown .countdown-container:last-child::after {
  display: none;
}

.countdown-style-2 .countdown {
  display: flex;
  margin: -15px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown {
    margin: -5px !important;
  }
}
.countdown-style-2 .countdown .countdown-container {
  margin: 15px !important;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 40px 10px;
  border-radius: 5px;
  transition: 0.4s;
  min-width: 180px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container {
    padding: 10px;
    min-width: auto;
    margin: 5px !important;
  }
}
.countdown-style-2 .countdown .countdown-container .countdown-heading {
  display: block;
  color: var(--color-heading);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container .countdown-heading {
    font-size: 14px;
  }
}
.countdown-style-2 .countdown .countdown-container .countdown-value {
  display: block;
  font-weight: 800;
  font-size: 68px;
  line-height: 1.24;
  color: var(--color-heading);
  text-align: center;
  position: relative;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .countdown-style-2 .countdown .countdown-container .countdown-value {
    font-size: 24px;
  }
}
.countdown-style-2 .countdown .countdown-container:after {
  display: none;
}
.countdown-style-2 .countdown .countdown-container:last-child::after {
  display: none;
}
.countdown-style-2 .countdown .countdown-container:hover {
  background: var(--color-primary);
  box-shadow: 0px 10px 30px rgba(82, 95, 225, 0.3);
}
.countdown-style-2 .countdown .countdown-container:hover .countdown-heading {
  color: var(--color-white);
}
.countdown-style-2 .countdown .countdown-container:hover .countdown-value {
  color: var(--color-white);
}

.eduvibe-about-two-countdown .countdown-style-1 {
  padding: 0 290px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-about-two-countdown .countdown-style-1 {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .eduvibe-about-two-countdown .countdown-style-1 {
    padding: 0px;
  }
}

/*----------------------------
    Counterup Styles  
-----------------------------*/
.edu-counterup {
  background: var(--color-white);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  text-align: center;
  padding: 50px 30px;
}
.edu-counterup .odometer.odometer-auto-theme,
.edu-counterup .odometer.odometer-theme-default {
  font-family: inherit;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-counterup {
    padding: 30px 15px;
  }
}
.edu-counterup .inner .icon {
  margin-bottom: 25px;
}
.edu-counterup .inner .icon img {
  max-height: 60px;
}
.edu-counterup .inner .content .counter {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 0;
}
.edu-counterup .inner .content span {
  display: inline-block;
}

.counterup-overlay-top {
  position: relative;
  margin-top: -145px;
  padding-top: 275px !important;
}

.counterup-style-2 {
  position: relative;
  z-index: 2;
}
.counterup-style-2 .line-separator {
  position: relative;
}
.counterup-style-2 .line-separator::after {
  position: absolute;
  content: "";
  height: 160px;
  background: rgba(255, 255, 255, 0.15);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media only screen and (max-width: 575px) {
  .counterup-style-2 .line-separator::after {
    display: none;
  }
}
.counterup-style-2 .line-separator:last-child::after {
  display: none;
}
.counterup-style-2 .line-separator.color-var-2::after {
  background: #2d284e;
  opacity: 0.1;
}

.edu-counterup-2 .odometer.odometer-auto-theme,
.edu-counterup-2 .odometer.odometer-theme-default {
  font-family: inherit;
  letter-spacing: 1px;
}
.edu-counterup-2 .inner {
  text-align: center;
}
.edu-counterup-2 .inner .icon {
  margin-bottom: 7px;
}
.edu-counterup-2 .inner .icon i {
  color: var(--color-white);
  font-size: 30px;
}
.edu-counterup-2 .inner .content .counter {
  color: var(--color-white);
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 5px;
}
.edu-counterup-2 .inner .content .counter .after-icon {
  color: var(--color-white);
  position: relative;
  display: inline-block;
  left: -7px;
}
.edu-counterup-2 .inner .content .subtitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
}
.edu-counterup-2.variation-2 .inner {
  text-align: center;
}
.edu-counterup-2.variation-2 .inner .icon i {
  color: var(--color-primary);
  font-size: 50px;
}
.edu-counterup-2.variation-2 .inner .content .counter {
  color: var(--color-heading);
}
.edu-counterup-2.variation-2 .inner .content .counter .after-icon {
  color: var(--color-heading);
}
.edu-counterup-2.variation-2 .inner .content .subtitle {
  color: var(--color-body);
}

/*----------------------------
    Course Sidebar Styles 
-----------------------------*/
.edu-course-widget {
  background: var(--color-shade);
  padding: 20px 30px 30px;
  border-radius: 5px;
}
.edu-course-widget .widget-title {
  border-bottom: 1px solid rgba(45, 40, 78, 0.07);
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.edu-course-widget .content {
  margin-top: 30px;
}
.edu-course-widget .content .edu-form-check {
  position: relative;
}
.edu-course-widget .content .edu-form-check + .edu-form-check {
  margin-top: 25px;
}
.edu-course-widget.widget-category label {
  display: flex;
  justify-content: space-between;
}

/*-------------------------
    Event Grid Style  
--------------------------*/
.edu-event .top-position {
  position: absolute;
  z-index: 2;
}
.edu-event .top-position.left-top {
  left: 0;
  top: 25px;
}
.edu-event .event-meta {
  display: flex;
  align-items: center;
}
.edu-event .event-meta li {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .edu-event .event-meta li {
    font-size: 14px;
  }
}
.edu-event .event-meta li i {
  padding-right: 8px;
  color: var(--color-primary);
}
.edu-event.event-grid-1 .inner {
  background: var(--color-white);
  transition: 0.4s;
}
.edu-event.event-grid-1 .inner .thumbnail {
  position: relative;
  overflow: hidden;
}
.edu-event.event-grid-1 .inner .thumbnail a {
  display: block;
}
.edu-event.event-grid-1 .inner .thumbnail a img {
  width: 100%;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.edu-event.event-grid-1 .inner .content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .edu-event.event-grid-1 .inner .content {
    padding: 20px;
  }
}
.edu-event.event-grid-1 .inner .content .title {
  margin-top: 18px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .edu-event.event-grid-1 .inner .content .title {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.edu-event.event-grid-1 .inner:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.edu-event.event-grid-1.bg-shade .inner {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}
.edu-event.event-list .inner {
  display: flex;
  padding: 20px 40px 20px 20px;
  background: var(--color-shade);
  transition: 0.4s;
  border-radius: 5px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .edu-event.event-list .inner {
    padding: 20px;
  }
}
.edu-event.event-list .inner .thumbnail {
  position: relative;
  overflow: hidden;
  flex-basis: 13%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-event.event-list .inner .thumbnail {
    flex-basis: 17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event.event-list .inner .thumbnail {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .thumbnail {
    flex-basis: 32%;
  }
}
@media only screen and (max-width: 479px) {
  .edu-event.event-list .inner .thumbnail {
    flex-basis: 100%;
  }
}
.edu-event.event-list .inner .thumbnail a {
  display: block;
}
.edu-event.event-list .inner .thumbnail a img {
  width: 100%;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 3px;
  min-width: 140px;
  min-height: auto;
  object-fit: cover;
}
.edu-event.event-list .inner .content {
  flex-basis: 87%;
  padding-left: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-event.event-list .inner .content {
    display: block;
    flex-basis: 83%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event.event-list .inner .content {
    display: block;
    flex-basis: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .content {
    display: block;
    flex-basis: 68%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .edu-event.event-list .inner .content {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.edu-event.event-list .inner .content .title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .content .title {
    font-size: 18px;
  }
}
.edu-event.event-list .inner .content .event-meta {
  margin: 0 -18px;
  flex-wrap: wrap;
}
.edu-event.event-list .inner .content .event-meta li {
  margin: 0 18px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event.event-list .inner .content .event-meta li {
    margin: 0 5px;
    font-size: 14px;
  }
}
.edu-event.event-list .inner .content .event-meta li i {
  color: var(--color-body);
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-event.event-list .inner .read-more-btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-event.event-list .inner .read-more-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .read-more-btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-event.event-list .inner .read-more-btn a.edu-btn {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.edu-event.event-list .inner:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  background: var(--color-white);
}
.edu-event.event-list.bg-white .inner {
  background: #ffffff;
  transition: 0.4s;
}
.edu-event.event-list.bg-white:hover .inner {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
  background: var(--color-white);
}

/*
@File: eCademy Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: 'Nunito', sans-serif;
  --mainColor: #fe4a55;
  --optionalColor: #606060;
  --whiteColor: #ffffff;
  --blackColor: #221638;
  --mainColor2: #6ba292;
  --fontSize: 16px;
  --transition: 0.5s;
}

body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);
  overflow-x: hidden;
}

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

p {
  color: var(--optionalColor);
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: var(--fontSize);
}

p:last-child {
  margin-bottom: 0;
}

:focus {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--blackColor);
  font-family: var(--fontFamily);
}

.container {
  max-width: 1230px;
}

.bg-fef8ef {
  background-color: #fef8ef;
}

.bg-f5f1ed {
  background-color: #f5f1ed;
}

.bg-f0f2f5 {
  background-color: #f0f2f5;
}

.bg-f8f9f8 {
  background-color: #f8f9f8;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.bg-f5f7fa {
  background-color: #f5f7fa;
}

.bg-fffaf3 {
  background-color: #fffaf3;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

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

.pb-70 {
  padding-bottom: 70px;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.sc-bor-1 {
  border-bottom: 1px solid #eee;
}

a {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.navbar-brand h2 {
  font-weight: bold;
  padding: 5px 0;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

.section-title .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.section-title h2 {
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}

.section-title p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

/*default-btn*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  font-weight: 700;
  font-size: var(--fontSize);
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--blackColor);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn i {
  position: absolute;
  left: 30px;
  top: 10px;
}

.default-btn i.bx, .default-btn i.fa {
  font-size: 23px;
  left: 23px;
}

.default-btn:hover {
  color: var(--whiteColor);
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

/*form-control*/
.form-control {
  height: 50px;
  color: var(--blackColor);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: var(--fontSize);
  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::placeholder {
  color: #7e7e7e;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:focus {
  background-color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
}

/*================================================
Navbar Area CSS
=================================================*/
.ecademy-responsive-nav {
  display: none;
}

.ecademy-nav .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.ecademy-nav .navbar {
  position: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ecademy-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ecademy-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.ecademy-nav .navbar .search-box {
  margin-left: 50px;
  position: relative;
  width: 270px;
  border-radius: 5px;
  margin-right: 10px;
}

.ecademy-nav .navbar .search-box .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 400;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.ecademy-nav .navbar .search-box .input-search::-webkit-input-placeholder {
  color: #848484;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ecademy-nav .navbar .search-box .input-search:-ms-input-placeholder {
  color: #848484;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ecademy-nav .navbar .search-box .input-search::-ms-input-placeholder {
  color: #848484;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ecademy-nav .navbar .search-box .input-search::placeholder {
  color: #848484;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.ecademy-nav .navbar .search-box .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.ecademy-nav .navbar .search-box .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.ecademy-nav .navbar .search-box .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.ecademy-nav .navbar .search-box .input-search:focus::placeholder {
  color: transparent;
}

.ecademy-nav .navbar .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
}

.ecademy-nav .navbar .navbar-nav {
  margin-left: auto;
}

.ecademy-nav .navbar .navbar-nav .nav-item {
  position: relative;
}

.ecademy-nav .navbar .navbar-nav .nav-item a {
  background-color: transparent !important;
  color: var(--blackColor);
  font-size: 16.5px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 6px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 14px;
  margin-right: 14px;
}

.ecademy-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -3px;
}

.ecademy-nav .navbar .navbar-nav .nav-item.menu-item-new a::after {
  content: "New";
  position: absolute;
  font-size: 8px;
  line-height: 1;
  color: var(--whiteColor);
  background-color: red;
  z-index: 1;
  pointer-events: none;
  border-radius: 2px;
  padding: 5px 6px 4.2px;
  margin: 3px 0 0 5px;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-toggle::before {
  content: "\ea17";
  font-family: "boxicons" !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ecademy-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 290px;
  display: block;
  border-radius: 0;
  margin-top: 15px;
  position: absolute;
  padding: 0;
  visibility: hidden;
  background: var(--whiteColor);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 3px solid;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 16px 11px;
  margin: 0;
  position: relative;
  display: block;
  border-bottom: 1px dashed #e5e5e5;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 700;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-toggle::before {
  top: 55%;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li.menu-item-has-children a::before {
  content: "\f102";
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Flaticon;
  font-size: 14px;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  margin-top: 15px;
  visibility: hidden;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a::before {
  display: none;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--blackColor);
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.ecademy-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 9px;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu {
  position: inherit;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .container {
  display: block;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
  margin-top: 0;
  padding: 30px 0;
  position: absolute;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  margin-top: 14px;
  color: var(--blackColor);
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
  margin-top: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
  width: 70px;
  height: 70px;
  position: relative;
  background: #f4f4f4;
  text-align: center;
  font-size: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  margin-bottom: 15px;
  border-width: 1.5px;
  border-style: dashed;
  border-color: #eeeeee;
  border-radius: 50%;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 15px;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.ecademy-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
  border-color: var(--whiteColor);
  color: var(--whiteColor);
}

.ecademy-nav .others-option {
  margin-left: 25px;
}

.ecademy-nav .others-option .option-item {
  margin-left: 30px;
}

.ecademy-nav .others-option .option-item:first-child {
  margin-left: 0;
}

.ecademy-nav .others-option .cart-btn {
  font-size: 22px;
  position: relative;
  line-height: 1;
}

.ecademy-nav .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  color: var(--blackColor);
}

.ecademy-nav .others-option .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: var(--whiteColor);
  font-size: 10px;
  font-weight: 600;
}

.navbar-area {
  position: relative;
  background-color: var(--whiteColor);
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area.is-sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky.pb-0 {
  padding-bottom: 5px !important;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -30px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--blackColor);
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 20px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
  padding: 15px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor);
}

.others-option-for-responsive .option-inner .search-box {
  position: relative;
  border-radius: 5px;
}

.others-option-for-responsive .option-inner .search-box .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 400;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder {
  color: #848484;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder {
  color: #848484;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder {
  color: #848484;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.others-option-for-responsive .option-inner .search-box .input-search::placeholder {
  color: #848484;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 0 15px;
}

.others-option-for-responsive .option-inner .others-option {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 30px;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .cart-btn {
  font-size: 22px;
  position: relative;
  line-height: 1;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  color: var(--blackColor);
}

.others-option-for-responsive .option-inner .others-option .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: var(--whiteColor);
  font-size: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .navbar-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky {
    top: 0;
  }
  .ecademy-responsive-nav {
    display: block;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu {
    position: relative;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu .logo h2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu .dropdown-toggle::after {
    display: none;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav {
    margin-top: 47px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14.5px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .mean-nav ul .menu-item-new a::after {
    content: "New";
    position: absolute;
    font-size: 8px;
    line-height: 1;
    color: var(--whiteColor);
    background-color: red;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    padding: 5px 6px 4.2px;
    margin: 3px 0 0 5px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    height: 307px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
    overflow: hidden;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
    border-top: 1px solid #eeeeee;
    padding-left: 0;
    padding-right: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
    margin-bottom: 15px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
    border-top: none;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
    width: 100%;
    float: unset;
    display: block;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
    display: none !important;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
    width: 80%;
    overflow: hidden;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    border: none;
    margin-top: 18px;
    color: #677294;
    padding: 0;
    font-size: 14.5px;
    font-weight: 400;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
    position: relative;
    border-top: 0;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
    width: 50px;
    height: 50px;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    font-size: 28px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--blackColor);
    margin-bottom: 15px;
    border-width: 1.5px;
    border-style: dashed;
    border-color: #eeeeee;
    border-radius: 50%;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    font-size: 13px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    border-color: var(--whiteColor);
    color: var(--whiteColor);
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box {
    display: none !important;
    position: absolute;
    right: 340px;
    top: -11px;
    width: 270px;
    border-radius: 5px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--blackColor);
    font-size: var(--fontSize);
    font-weight: 400;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder {
    color: #848484;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder {
    color: #848484;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder {
    color: transparent;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder {
    color: transparent;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box .input-search:focus::placeholder {
    color: transparent;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    padding: 0 15px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option {
    position: absolute;
    right: 55px;
    display: none !important;
    top: -10px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .option-item {
    margin-left: 30px;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .option-item:first-child {
    margin-left: 0;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: var(--blackColor);
  }
  .ecademy-responsive-nav .ecademy-responsive-menu.mean-container .others-option .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: var(--whiteColor);
    font-size: 10px;
    font-weight: 600;
  }
  .ecademy-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--blackColor);
  }
  .ecademy-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--blackColor);
  }
  .ecademy-responsive-nav .logo {
    position: relative;
    width: 70%;
    z-index: 999;
  }
  .ecademy-nav {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/gray-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.main-banner .container-fluid {
  max-width: 1395px;
}

.main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.main-banner .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.main-banner-content {
  max-width: 595px;
  position: relative;
  top: -60px;
  padding-right: 30px;
}

.main-banner-content h1 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 800;
}

.main-banner-content p {
  max-width: 450px;
  font-weight: 600;
  font-size: 17px;
}

.main-banner-content .default-btn {
  margin-top: 10px;
}

.main-banner-courses-list {
  position: relative;
  z-index: 1;
}

.main-banner-courses-list .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.main-banner-courses-list .row .col-lg-6 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.main-banner-courses-list .row .col-lg-6:nth-child(1) .single-courses-box {
  margin-top: 90px;
}

.main-banner-courses-list .single-courses-box {
  margin-bottom: 0;
}

.main-banner-courses-list .single-courses-box .courses-content {
  padding: 20px;
}

.banner-shape1 {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: -1;
  text-align: center;
  right: 0;
}

.banner-shape1 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

.banner-shape2 {
  position: absolute;
  left: -85px;
  top: 17px;
  z-index: -1;
  right: 0;
  text-align: center;
}

.banner-shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.banner-shape3 {
  position: absolute;
  left: -40px;
  top: -35px;
  z-index: -2;
  right: 0;
  text-align: center;
}

.banner-shape3 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-section {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-section .container-fluid {
  max-width: 1395px;
}

.banner-content h1 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 800;
}

.banner-content p {
  max-width: 450px;
  color: #d2d2d2;
  font-weight: 600;
  font-size: 17px;
}

.banner-content .default-btn {
  margin-top: 15px;
}

.banner-content .default-btn span {
  background-color: var(--whiteColor);
}

.banner-content .default-btn:hover {
  color: var(--blackColor);
}

.banner-image {
  position: relative;
  z-index: 1;
}

.banner-shape4 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 40px;
  right: 0;
  text-align: center;
}

.banner-shape4 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

.banner-shape5 {
  position: absolute;
  z-index: -1;
  right: 24.5%;
  bottom: 10.5%;
  text-align: center;
}

.banner-shape5 img {
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

.banner-shape6 {
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 8%;
}

.banner-shape6 img {
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite;
}

.banner-shape7 {
  position: absolute;
  z-index: -1;
  top: 30%;
  left: -12%;
}

.banner-shape7 img {
  -webkit-animation: moveleftbounce 8s linear infinite;
  animation: moveleftbounce 8s linear infinite;
}

.banner-wrapper-area {
  position: relative;
  z-index: 1;
  background-color: #f8f9f8;
  padding-top: 40px;
}

.banner-wrapper-area .divider {
  background-color: #f5f7fa;
  top: auto;
  bottom: 0;
}

.banner-wrapper-content h1 {
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 800;
}

.banner-wrapper-content p {
  font-size: 17px;
}

.banner-wrapper-content form {
  margin-top: 25px;
  position: relative;
}

.banner-wrapper-content form label {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 15px;
  top: 13px;
  line-height: 1;
  font-size: 22px;
}

.banner-wrapper-content form .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #eee8e2;
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 400;
  padding-left: 50px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.banner-wrapper-content form .input-search::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.banner-wrapper-content form .input-search:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.banner-wrapper-content form .input-search::-ms-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.banner-wrapper-content form .input-search::placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.banner-wrapper-content form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.banner-wrapper-content form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.banner-wrapper-content form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.banner-wrapper-content form .input-search:focus::placeholder {
  color: transparent;
}

.banner-wrapper-content form button {
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
  height: 48px;
  color: var(--whiteColor);
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  top: 0;
  font-size: var(--fontSize);
  font-weight: 600;
}

.banner-wrapper-content form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.banner-wrapper-content .popular-search-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.banner-wrapper-content .popular-search-list li {
  display: inline-block;
  margin-right: 12px;
  color: var(--optionalColor);
  font-size: 15px;
  font-weight: 600;
}

.banner-wrapper-content .popular-search-list li:last-child {
  margin-right: 0;
}

.banner-wrapper-content .popular-search-list li a {
  display: block;
  color: var(--blackColor);
  font-weight: 700;
  text-decoration: underline;
}

.banner-wrapper-image {
  text-align: center;
}

.banner-inner-area {
  margin-top: 50px;
  border-radius: 10px;
}

.banner-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}

.banner-inner-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.banner-inner-area .row .col-lg-4:last-child .single-banner-box {
  border-right: none;
}

.banner-inner-area .row .col-lg-4:nth-child(1) .single-banner-box {
  border-radius: 10px 0 0 10px;
}

.banner-inner-area .row .col-lg-4:nth-child(3) .single-banner-box {
  border-radius: 0 10px 10px 0;
}

.single-banner-box {
  border-right: 1px solid #eeeeee;
  background-color: var(--whiteColor);
  padding: 30px 30px 30px 90px;
  position: relative;
}

.single-banner-box .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 45px;
}

.single-banner-box .icon i.flaticon-world {
  font-size: 40px;
}

.single-banner-box h3 {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
}

.banner-shape8 {
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 7%;
}

.banner-shape8 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-shape9 {
  position: absolute;
  z-index: -1;
  top: 5%;
  right: 15%;
}

.banner-shape9 img {
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

.banner-shape10 {
  position: absolute;
  z-index: -1;
  bottom: 30px;
  left: 35px;
}

.banner-shape10 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.banner-wrapper {
  height: 1000px;
  position: relative;
  z-index: 1;
  background-color: var(--blackColor);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/main-banner1.jpg);
}

.banner-wrapper::before {
  height: 512px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/banner-shape11.png);
}

.banner-wrapper-text {
  position: relative;
  z-index: 2;
  max-width: 590px;
  margin-left: auto;
  margin-top: -200px;
}

.banner-wrapper-text h1 {
  margin-bottom: 22px;
  color: var(--whiteColor);
  font-size: 48px;
  font-weight: 800;
}

.banner-wrapper-text p {
  color: var(--whiteColor);
  max-width: 500px;
  font-size: 16.5px;
}

.banner-wrapper-text .default-btn {
  margin-top: 10px;
}

.home-banner-area {
  background-position: center center;
  background-size: cover;
  background-image: url(../../assets/img/main-banner2.jpg);
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top: 25px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

.home-banner-area h1 {
  margin-bottom: 12px;
  max-width: 600px;
  color: var(--whiteColor);
  font-size: 48px;
  font-weight: 800;
}

.home-banner-area p {
  max-width: 500px;
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 18px;
}

.banner-shape11 {
  position: absolute;
  z-index: -1;
  right: 21%;
  bottom: 24%;
}

.banner-shape11 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.banner-shape12 {
  position: absolute;
  z-index: -1;
  right: 19%;
  top: 14%;
}

.banner-shape12 img {
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

.banner-shape13 {
  position: absolute;
  z-index: -1;
  bottom: 5%;
  left: 4%;
}

.banner-shape13 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area.border-bottom {
  border-bottom-color: #efeff1 !important;
}

.single-partner-item {
  text-align: center;
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {
  position: relative;
  z-index: 2;
}

.single-box-item {
  text-align: center;
  border-radius: 8px;
  background-color: var(--whiteColor);
  padding: 70px 30px 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: -250px;
  position: relative;
  margin-bottom: -250px;
}

.single-box-item .icon {
  font-size: 65px;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

.single-box-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.single-box-item h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 800;
}

.single-box-item p {
  margin-bottom: 12px;
}

.single-box-item .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-box-item .link-btn:hover {
  color: var(--blackColor);
}

.single-box-item:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
}

.single-features-box {
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 30px 31px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-features-box .icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}

.single-features-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
}

.single-features-box p {
  margin-bottom: 12px;
}

.single-features-box .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-features-box .link-btn:hover {
  color: var(--blackColor);
}

.single-features-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-features-box.without-padding {
  text-align: left;
  padding: 0;
  background-color: transparent;
}

.single-features-box.without-padding p {
  max-width: 315px;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  overflow: hidden;
  text-align: center;
}

.about-image .row {
  margin-left: -5px;
  margin-right: -5px;
}

.about-image .row .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.about-image .row .col-lg-6:nth-child(3) .image {
  margin-top: -15px;
}

.about-image .row .col-lg-6:nth-child(2) .image {
  margin-bottom: 20px;
}

.about-content {
  padding-left: 15px;
}

.about-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.about-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}

.about-content .features-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.about-content .features-list li span {
  display: block;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.about-content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  font-size: 25px;
  background-image: url(../../assets/img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-content .default-btn {
  margin-top: 30px;
}

.about-area-two {
  position: relative;
  z-index: 1;
}

.about-area-two .shape3 {
  right: 12%;
  bottom: auto;
  top: 25%;
}

.about-area-two .shape4 {
  right: 8%;
  bottom: auto;
  top: 7%;
}

.about-area-two .shape2 {
  left: auto;
  bottom: 5%;
  right: 15%;
}

.about-content-box .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.about-content-box h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 800;
}

.about-content-box .link-btn {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid transparent;
  font-weight: 700;
}

.about-content-box .link-btn:hover {
  color: var(--blackColor);
  border-color: var(--blackColor);
}

.about-content-box .default-btn {
  margin-top: 10px;
}

.about-video-box {
  margin-left: 30px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.about-video-box .image {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.about-video-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--blackColor);
  opacity: 0.3;
  z-index: 1;
}

.about-video-box .image img {
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-video-box .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  color: var(--whiteColor);
}

.about-video-box .video-btn::after, .about-video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid;
}

.about-video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.about-video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.about-video-box .video-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.about-video-box .video-btn:hover::before, .about-video-box .video-btn:hover::after {
  border-color: var(--blackColor);
}

.about-video-box:hover .image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.about-video-box .shape10 {
  left: -6.5%;
  bottom: -13.5%;
  opacity: 0.5;
}

.about-area-three {
  position: relative;
  z-index: 1;
}

.about-area-three .shape3 {
  right: 12%;
  bottom: auto;
  top: 38%;
}

.about-area-three .shape4 {
  right: 8%;
  bottom: auto;
  top: 20%;
}

.about-img {
  position: relative;
  z-index: 1;
}

.about-img .image {
  text-align: right;
  position: relative;
  padding-bottom: 45px;
}

.about-img .image img:nth-child(2) {
  position: absolute;
  left: 80px;
  bottom: 0;
}

.divider {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fffaf3;
  top: -100px;
  left: 0;
  z-index: -1;
}

.shape1 {
  position: absolute;
  left: 12%;
  top: -17px;
  z-index: -1;
}

.shape1 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

.shape2 {
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: -1;
}

.shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape3 {
  position: absolute;
  right: 9%;
  bottom: 12%;
  z-index: -1;
}

.shape3 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape4 {
  position: absolute;
  right: 5%;
  bottom: 40%;
  z-index: -1;
}

.shape4 img {
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

.shape17 {
  position: absolute;
  z-index: -1;
  top: -45px;
  left: 160px;
  right: 0;
  text-align: center;
}

.shape17 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

.shape18 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -150px;
  right: 0;
  text-align: center;
}

.shape18 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape19 {
  position: absolute;
  right: -15px;
  top: 40%;
}

.shape19 img {
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

.shape20 {
  position: absolute;
  z-index: -1;
  left: 7%;
  top: 57%;
}

.shape20 img {
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

.shape21 {
  position: absolute;
  z-index: -1;
  left: 11%;
  bottom: 15%;
}

.shape21 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape22 {
  position: absolute;
  z-index: -1;
  left: 55%;
  bottom: 10px;
}

.shape22 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape23 {
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 5%;
}

.shape23 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes movescale {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes movescale {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/*================================================
Success Story Area CSS
=================================================*/
.success-story-area {
  position: relative;
  z-index: 1;
}

.success-story-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background-color: #f8f9f8;
  z-index: -2;
}

.success-story-area .shape4 {
  right: 21%;
  bottom: 85%;
}

.success-story-area .shape3 {
  right: 23%;
  bottom: 55%;
}

.success-story-area .shape2 {
  left: auto;
  bottom: 3%;
  right: 25%;
}

/*================================================
Our Story Area CSS
=================================================*/
.our-story-area .col-lg-4, .our-story-area .col-lg-8 {
  margin-top: 40px;
}

.our-story-area .col-lg-4:nth-child(1), .our-story-area .col-lg-8:nth-child(1) {
  margin-top: 0;
}

.our-story-area .col-lg-4:nth-child(2), .our-story-area .col-lg-8:nth-child(2) {
  margin-top: 0;
}

.our-story-title h3 {
  margin-bottom: 0;
  position: relative;
  padding-left: 45px;
  font-size: 28px;
  font-weight: 800;
}

.our-story-title h3 .number {
  opacity: 0.38;
  position: absolute;
  left: 0;
  line-height: 1;
  top: 1px;
  font-size: 45px;
  font-weight: 900;
  font-style: italic;
}

.our-story-image {
  margin-top: 70px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.our-story-image img {
  border-radius: 5px;
}

.our-story-content {
  padding-right: 90px;
}

.our-story-content p {
  margin-bottom: 20px;
}

.our-story-content p:last-child {
  margin-bottom: 0;
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area {
  position: relative;
  z-index: 1;
}

.courses-area a {
  text-decoration: none !important;
}

.courses-area i {
  font-style: normal !important;
}

.item-meta.course-item-status:before {
  content: attr(data-preview);
  color: #2dbbc4;
  vertical-align: baseline;
}

.item-meta.course-item-status {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: capitalize;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 12px;
  font-weight: 700;
}

.fa.item-meta.course-item-status.trans {
  padding: 0;
  background: transparent !important;
}

.single-courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.single-courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}

.single-courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}

.single-courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--whiteColor);
  font-size: 30px;
  line-height: 1;
}

.single-courses-box .courses-image .price {
  display: inline-block;
  color: var(--whiteColor);
  position: absolute;
  right: 0;
  border-radius: 10px 0 0 0;
  bottom: 0;
  padding: 7px 20px 5px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.single-courses-box .origin-price {
  display: none;
}

.single-courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 30px;
}

.single-courses-box .courses-content .course-author {
  margin-bottom: 15px;
}

.single-courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

.single-courses-box .courses-content .course-author span a {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.single-courses-box .courses-content h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-courses-box .courses-content h3 a {
  display: inline-block;
  text-decoration: none;
}

.single-courses-box .courses-content .courses-box-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.single-courses-box .courses-content .courses-box-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 7px;
}

.single-courses-box .courses-content .courses-box-footer li i {
  position: absolute;
  left: 6px;
  top: 0;
  font-size: 14px;
}

.single-courses-box .courses-content .courses-box-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}

.single-courses-box.bg-color {
  background-color: #fffaf3;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-courses-box.bg-color .courses-content h3 {
  margin-bottom: 10px;
}

.single-courses-box.bg-color:hover {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-box.without-boxshadow {
  background-color: var(--whiteColor);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-courses-box.without-boxshadow .courses-content h3 {
  margin-bottom: 10px;
}

.single-courses-box.without-boxshadow:hover, .single-courses-box.without-boxshadow.active {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.02);
}

.single-courses-item .courses-image {
  display: block;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-courses-item .courses-image img {
  border-radius: 5px;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-courses-item .courses-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--blackColor);
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-courses-item .courses-image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.single-courses-item .row {
  margin-left: 0;
  margin-right: 0;
}

.single-courses-item .row .col-lg-4, .single-courses-item .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}

.single-courses-item .courses-content {
  border-radius: 5px;
  position: relative;
  padding: 25px;
}

.single-courses-item .courses-content .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #b0b9c4;
  font-size: 25px;
  line-height: 1;
}

.single-courses-item .courses-content .price {
  display: block;
  margin-bottom: 3px;
  font-size: 28px;
  font-weight: 800;
}

.single-courses-item .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
}

.single-courses-item .courses-content h3 a {
  display: inline-block;
}

.single-courses-item .courses-content .courses-content-footer {
  list-style-type: none;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 15px;
}

.single-courses-item .courses-content .courses-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  padding-right: 7px;
}

.single-courses-item .courses-content .courses-content-footer li i {
  position: absolute;
  left: 7px;
  top: 0;
}

.single-courses-item .courses-content .courses-content-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}

.single-courses-item:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}

.single-courses-item:hover .courses-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.single-courses-item-box {
  margin-bottom: 30px;
  position: relative;
  background-color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.08);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.08);
  text-align: center;
}

.single-courses-item-box .courses-image {
  position: relative;
  z-index: 1;
}

.single-courses-item-box .courses-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--blackColor);
  opacity: 0.3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-courses-item-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--whiteColor);
  font-size: 30px;
  z-index: 2;
  line-height: 1;
}

.single-courses-item-box .courses-image .price {
  display: inline-block;
  color: var(--whiteColor);
  border-radius: 10%;
  padding: 10px 20px;
  position: absolute;
  bottom: -29.5px;
  text-align: center;
  z-index: 2;
  left: 40%;
  font-size: 24px;
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
}

.single-courses-item-box .courses-content {
  padding: 50px 20px 20px;
}

.single-courses-item-box .courses-content .course-author {
  margin-bottom: 15px;
}

.single-courses-item-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-courses-item-box .courses-content .course-author span {
  font-weight: 600;
  font-size: 15px;
}

.single-courses-item-box .courses-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 800;
}

.single-courses-item-box .courses-content h3 a {
  display: inline-block;
}

.single-courses-item-box .courses-content .rating {
  margin-top: 15px;
}

.single-courses-item-box .courses-content .rating i {
  color: #f4c150;
  margin-left: -3px;
}

.single-courses-item-box .courses-content .rating .rating-total {
  display: inline-block;
  color: var(--optionalColor);
  font-weight: 600;
  position: relative;
  top: -3.5px;
  margin-left: 1px;
}

.single-courses-item-box .courses-content .rating .course-review {
  display: inline-block;
}

.single-courses-item-box .courses-content .rating .review-stars-rated {
  position: relative;
  display: inline-block;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars {
  padding-left: 0;
  margin: 0;
  margin-top: 2px;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  color: #ffb606;
  margin-bottom: 0;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars li span::before {
  width: auto;
  height: auto;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled {
  margin: 0;
  margin-top: 2px;
  padding-left: 0;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  color: #f05a19;
  height: 40px;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li {
  position: static;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li span {
  color: #ffb606;
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}

.single-courses-item-box .courses-content .rating .review-stars-rated .review-stars.filled li span::before {
  width: auto;
  height: auto;
}

.single-courses-item-box:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}

.courses-info {
  text-align: center;
  margin-top: 20px;
}

.courses-info .default-btn {
  margin-bottom: 15px;
}

.courses-info p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.courses-info p a:hover {
  text-decoration: underline;
  color: var(--blackColor);
}

.courses-slides .single-courses-box .courses-content h3 {
  font-size: 28px;
}

.courses-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
  margin-bottom: 35px;
}

.courses-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.courses-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 40px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  line-height: 42px;
  padding: 0;
  font-size: 25px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}

.shape16 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: center;
}

.shorting-menu {
  text-align: center;
  margin-bottom: 30px;
}

.shorting-menu .filter {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none;
  font-size: 16.5px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}

.shorting-menu.shorting-menu-style-two {
  background-color: #f8f9f8;
  border-radius: 5px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.shorting-menu.shorting-menu-style-two .filter {
  position: relative;
  color: var(--optionalColor);
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

.shorting-menu.shorting-menu-style-two .filter::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.shorting-menu.shorting-menu-style-two .filter:hover, .shorting-menu.shorting-menu-style-two .filter.active {
  color: var(--blackColor);
}

.shorting-menu.shorting-menu-style-two .filter:hover::before, .shorting-menu.shorting-menu-style-two .filter.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.shorting .mix {
  display: none;
}

.ecademy-grid-sorting {
  margin-bottom: 40px;
}

.ecademy-grid-sorting .result-count p {
  margin-bottom: 0;
}

.ecademy-grid-sorting .result-count p .count {
  font-weight: 700;
  color: var(--blackColor);
}

.ecademy-grid-sorting .ordering {
  text-align: right;
}

.ecademy-grid-sorting .ordering label {
  display: inline-block;
  margin-bottom: 0;
  color: #ababab;
  margin-right: 5px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.ecademy-grid-sorting .ordering .nice-select {
  display: inline-block;
  width: 215px;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.ecademy-grid-sorting .ordering .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ecademy-grid-sorting .ordering .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.ecademy-grid-sorting .ordering .nice-select .list .option:hover {
  color: var(--whiteColor);
}

.ecademy-grid-sorting .ordering .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}

.ecademy-grid-sorting .ordering .nice-select .list .option.focus, .ecademy-grid-sorting .ordering .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}

.ecademy-grid-sorting .ordering .nice-select .list .option::before {
  content: "\f11f";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-family: Flaticon;
  font-size: 11px;
}

.ecademy-grid-sorting .ordering .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

.ecademy-grid-sorting .ordering .nice-select .list .option.selected:hover {
  color: var(--whiteColor);
}

.ecademy-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
  color: var(--whiteColor);
}

.ecademy-grid-sorting .ordering .nice-select:after {
  border-color: var(--blackColor);
  height: 8px;
  width: 8px;
  margin-top: -5px;
}

.ecademy-grid-sorting .ordering .nice-select:hover {
  background-color: transparent;
}

.courses-section .col-lg-4 {
  display: none;
}

.load-more-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.load-more-btn .load-more {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #eeeeee;
  padding: 13px 65px 13px 40px;
  border-radius: 5px;
  position: relative;
  font-size: var(--fontSize);
  font-weight: 700;
}

.load-more-btn .load-more i {
  position: absolute;
  right: 40px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.load-more-btn .load-more:hover {
  color: var(--whiteColor);
  border-color: var(--whiteColor);
}

.courses-items {
  margin-left: -15px;
  margin-right: -15px;
}

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details-desc {
  margin-top: 60px;
  padding-right: 15px;
}

.courses-details-desc .nav {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  border: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.courses-details-desc .nav .nav-item {
  margin-bottom: 0;
  margin-right: 40px;
}

.courses-details-desc .nav .nav-item .nav-link {
  border-radius: 0;
  border: none;
  padding: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 14px 0;
  background-color: #f8f9f8;
  position: relative;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 800;
}

.courses-details-desc .nav .nav-item .nav-link::before {
  content: "";
  bottom: 0;
  height: 2px;
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.courses-details-desc .nav .nav-item .nav-link:hover, .courses-details-desc .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}

.courses-details-desc .nav .nav-item .nav-link:hover::before, .courses-details-desc .nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.courses-details-desc .nav .nav-item:last-child {
  margin-right: 0;
}

.courses-details-desc .course-tabs {
  margin-bottom: 0 !important;
}

.courses-details-desc .lp-course-buttons {
  display: none;
}

.courses-details-desc .lp-course-buttons .default-btn {
  text-transform: capitalize;
  padding-top: 9px;
  padding-bottom: 9px;
}

.courses-details-desc .tab-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

.courses-details-desc .tab-content .courses-overview h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.courses-details-desc .tab-content .courses-overview h3:not(:first-child) {
  margin-top: 30px;
}

.courses-details-desc .tab-content .courses-curriculum .section-title {
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
}

.courses-details-desc .tab-content .courses-curriculum .section-title:not(:first-child) {
  margin-top: 30px;
}

.courses-details-desc .tab-content .courses-curriculum .section-header {
  cursor: pointer;
  padding: 25px 30px;
}

.courses-details-desc .tab-content .courses-curriculum .section-header .section-title {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-curriculum .section-content {
  margin-top: 0;
}

.courses-details-desc .tab-content .courses-curriculum .section-content .course-item {
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-curriculum .section-content .course-item.item-locked .course-item-status:before {
  margin-left: 5px;
  position: relative;
  top: 1px;
  color: var(--optionalColor);
  content: "\f023";
}

.courses-details-desc .tab-content .courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc .tab-content .courses-curriculum ul li {
  display: block;
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
}

.courses-details-desc .tab-content .courses-curriculum ul li a {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  position: relative;
  display: block;
  font-weight: 700;
  padding-left: 55px;
  padding-right: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.courses-details-desc .tab-content .courses-curriculum ul li a::before {
  content: "\f12b";
  position: absolute;
  left: 30px;
  top: 13px;
  font-size: 18px;
  font-weight: normal;
  font-family: Flaticon;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-name {
  font-size: 14.5px;
  font-weight: 700;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .course-item-meta {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.courses-details-desc .tab-content .courses-curriculum ul li a .course-item-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  color: var(--blackColor);
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .course-item-meta .count-questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta {
  text-align: right;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: var(--blackColor);
  color: var(--whiteColor);
  border-radius: 3px;
  margin-left: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc .tab-content .courses-curriculum ul li a .courses-meta .status.locked {
  color: var(--blackColor);
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}

.courses-details-desc .tab-content .courses-curriculum ul li ul li {
  border-radius: 0;
  border: none;
}

.courses-details-desc .tab-content .courses-curriculum ul li ul li:nth-child(odd) a {
  background-color: #f8f8f8;
}

.courses-details-desc .tab-content .courses-curriculum ul li:last-child {
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-curriculum .section-meta {
  position: relative;
  padding-right: 38px;
  margin-top: 12px;
}

.courses-details-desc .tab-content .courses-curriculum .section-meta .step {
  display: inline-block;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -7px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box {
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-image {
  top: 0;
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content {
  padding: 0 0 0 20px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content h3 {
  font-size: 23px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .sub-title {
  margin-top: -5px;
}

.courses-details-desc .tab-content .courses-instructor .single-advisor-box .advisor-content .social-link li a {
  font-size: 15px;
}

.courses-details-desc .tab-content .courses-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 21px;
  font-weight: 800;
}

.courses-details-desc .tab-content .courses-reviews .review-stars-rated {
  top: 8px;
}

.courses-details-desc .tab-content .courses-reviews .review-number {
  margin-top: 6px;
  font-size: 15px;
}

.courses-details-desc .tab-content .courses-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}

.courses-details-desc .tab-content .courses-reviews .rating-count span {
  display: block;
  font-size: var(--fontSize);
  color: var(--optionalColor);
}

.courses-details-desc .tab-content .courses-reviews .course-rate {
  font-size: 15px;
  position: relative;
  margin-bottom: 18px;
}

.courses-details-desc .tab-content .courses-reviews .course-rate span {
  display: block;
}

.courses-details-desc .tab-content .courses-reviews .course-rate span:last-child {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.courses-details-desc .tab-content .courses-reviews .course-rate .review-bar {
  width: 100%;
  margin-right: 0;
  display: block;
  margin-top: 5px;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:last-child {
  margin-bottom: 0;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(1) .review-bar .rating {
  background-color: #4CAF50;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(2) .review-bar .rating {
  background-color: #2196F3;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(3) .review-bar .rating {
  background-color: #00bcd4;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(4) .review-bar .rating {
  background-color: #ff9800;
}

.courses-details-desc .tab-content .courses-reviews .course-rate:nth-child(51) .review-bar .rating {
  background-color: #f1f1f1;
}

.courses-details-desc .tab-content #course-reviews {
  margin-top: 40px;
}

.courses-details-desc .tab-content #course-reviews .course-review-head {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 12px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 800;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list {
  padding-left: 0;
  margin-bottom: 0;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
  background-color: transparent;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author {
  position: absolute;
  left: 0;
  top: 20px;
  margin-right: 0;
  float: unset;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author img {
  width: 90px;
  border-radius: 5px;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .user-name {
  display: inline-block;
  margin: 0;
  font-size: 19px;
  font-weight: 800;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .review-stars-rated {
  top: 4px;
  margin-left: 0;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-author-info .review-title {
  margin-bottom: 8px;
  color: var(--blackColor);
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}

.courses-details-desc .tab-content #course-reviews .course-reviews-list li .review-text {
  float: unset;
  width: 100%;
}

.courses-details-desc .tab-content .write-a-review.default-btn {
  font-size: 15px;
  padding-top: 12px;
  margin-top: 25px;
  padding-bottom: 10px;
}

.courses-details-desc .tab-content .write-a-review.default-btn i {
  top: 14px;
}

.review-form {
  padding: 40px !important;
}

.review-form textarea {
  padding-top: 15px !important;
}

.review-form .default-btn i {
  top: 14px;
}

.courses-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 12px 12px 50px 12px;
  margin-left: 15px;
  margin-top: -240px;
}

.courses-details-info .image {
  text-align: center;
  position: relative;
}

.courses-details-info .image .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}

.courses-details-info .image .content {
  position: absolute;
  left: 0;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.courses-details-info .image .content i {
  display: block;
  width: 60px;
  height: 60px;
  color: var(--whiteColor);
  border-radius: 50%;
  line-height: 60px;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.courses-details-info .image .content span {
  display: inline-block;
  color: var(--whiteColor);
  border-radius: 5px;
  padding: 4px 20px;
  background-color: var(--blackColor);
  font-size: 17px;
  font-weight: 700;
}

.courses-details-info .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--blackColor);
  opacity: 0.25;
}

.courses-details-info .image .video-js {
  width: 340px;
  height: 230px;
}

.courses-details-info .image.no-before::before {
  display: none;
}

.courses-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
}

.courses-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: var(--optionalColor);
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
}

.courses-details-info .info li span {
  font-weight: 800;
  color: var(--blackColor);
  position: relative;
  padding-left: 28px;
}

.courses-details-info .info li span i {
  position: absolute;
  left: 0;
  font-weight: normal;
  top: -2px;
  font-size: 20px;
}

.courses-details-info .info li.price {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
}

.courses-details-info .info li.price span {
  color: var(--blackColor);
  font-size: 17px;
  font-weight: 800;
}

.courses-details-info .info li.price .price {
  padding-left: 2px;
}

.courses-details-info .info li.price .origin-price {
  text-decoration: line-through;
  color: var(--optionalColor);
  font-size: 16px;
}

.courses-details-info .info li:first-child {
  padding-top: 0;
}

.courses-details-info .btn-box {
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
}

.courses-details-info .btn-box form {
  display: block;
}

.courses-details-info .btn-box .default-btn {
  width: 100%;
  display: block;
  font-weight: 700 !important;
  border-radius: 5px !important;
  height: unset !important;
  line-height: 30px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.courses-details-info .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.courses-details-info .btn-box .default-btn .label {
  position: relative;
  display: inline-block;
  top: 0 !important;
  background-color: transparent;
  left: 0 !important;
  width: auto;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.courses-details-info .btn-box .default-btn:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.courses-details-info .courses-share {
  text-align: center;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.courses-details-info .courses-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.courses-details-info .courses-share .share-info span {
  display: inline-block;
  line-height: 1;
  font-size: var(--fontSize);
  font-weight: 700;
}

.courses-details-info .courses-share .share-info span i {
  color: var(--blackColor);
}

.courses-details-info .courses-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 0;
}

.courses-details-info .courses-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.courses-details-info .courses-share .share-info .social-link li:last-child {
  margin-right: 0;
}

.courses-details-info .courses-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}

.courses-details-info .courses-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.courses-details-info .courses-share .share-info .social-link li a:hover {
  color: var(--whiteColor);
}

.courses-details-info .courses-share .share-info:hover .social-link {
  opacity: 1;
  visibility: visible;
  bottom: -42px;
}

.single-course-sidebar {
  padding-left: 15px;
  margin-top: 35px;
}

.single-course-sidebar .widget {
  margin-top: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 30px 25px;
  background-color: var(--whiteColor);
}

.single-course-sidebar .widget:first-child {
  margin-top: 0;
}

.single-course-sidebar .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 10px;
  border-left: 3px dashed #dfdfdf;
  font-size: 22px;
  font-weight: 800;
}

.single-course-sidebar .widget .widget-title::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 6px;
}

.single-course-sidebar .widget .widget-title::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 19px;
  width: 3px;
  height: 6px;
}

.single-course-sidebar .widget ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.single-course-sidebar .widget ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #252525;
  padding-left: 18px;
  font-size: 14.5px;
  font-weight: 700;
}

.single-course-sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.single-course-sidebar .widget ul li::before {
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 6px;
  position: absolute;
}

.single-course-sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}

.single-course-sidebar .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry:last-child {
  margin-bottom: 0;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a {
  display: block;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a img {
  width: 100%;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail a {
  display: inline-block;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 5px;
}

.single-course-sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-top: 10px;
  font-weight: 700;
}

.single-course-sidebar .widget_lp-widget-popular-courses .widget-footer {
  margin-top: 20px;
}

.single-course-sidebar .widget_lp-widget-popular-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.single-course-sidebar .widget_lp-widget-popular-courses .widget-footer a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 1px;
  background-color: var(--blackColor);
}

.single-course-sidebar .widget_lp-widget-popular-courses .widget-footer .pull-right {
  float: unset;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry:last-child {
  margin-bottom: 0;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a {
  display: block;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a img {
  width: 100%;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail a {
  display: inline-block;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 5px;
}

.single-course-sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  font-weight: 700;
}

.single-course-sidebar .widget_lp-widget-featured-courses .widget-footer {
  margin-top: 20px;
}

.single-course-sidebar .widget_lp-widget-featured-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.single-course-sidebar .widget_lp-widget-featured-courses .widget-footer a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 1px;
  background-color: var(--blackColor);
}

.single-course-sidebar .widget_lp-widget-featured-courses .widget-footer .pull-right {
  float: unset;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry:last-child {
  margin-bottom: 0;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a {
  display: block;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a img {
  width: 100%;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail a {
  display: inline-block;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 5px;
}

.single-course-sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  font-weight: 700;
}

.single-course-sidebar .widget_lp-widget-recent-courses .widget-footer {
  margin-top: 20px;
}

.single-course-sidebar .widget_lp-widget-recent-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.single-course-sidebar .widget_lp-widget-recent-courses .widget-footer a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 1px;
  background-color: var(--blackColor);
}

.single-course-sidebar .widget_lp-widget-recent-courses .widget-footer .pull-right {
  float: unset;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress {
  margin-top: 30px;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .items-progress {
  margin-bottom: 25px;
  float: unset;
  margin-right: 0;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .items-progress .lp-course-progress-heading {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 800;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .items-progress .number {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress {
  float: unset;
  margin-bottom: 25px;
  margin-right: 0;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress .lp-course-progress-heading {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 800;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress .number {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress .lp-label {
  margin-bottom: 10px;
}

.single-course-sidebar .widget_lp-widget-course-progress .learn-press-course-results-progress .course-progress .lp-label.in-progress {
  background-color: green;
  color: var(--whiteColor);
}

.single-course-sidebar .widget_lp-widget-course-progress .course-remaining-time {
  font-weight: 600;
}

.courses-details-header {
  margin-bottom: 20px;
}

.courses-details-header .courses-title p {
  font-size: 17px;
}

.courses-details-header .courses-meta {
  margin-top: 20px;
}

.courses-details-header .courses-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-header .courses-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 800;
  font-size: 17px;
  padding-right: 20px;
  padding-left: 40px;
}

.courses-details-header .courses-meta ul li i {
  font-size: 28px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.courses-details-header .courses-meta ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 13.5px;
  font-weight: 700;
}

.courses-details-header .courses-meta ul li a {
  display: inline-block;
  color: var(--blackColor);
}

.courses-details-header .courses-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.courses-details-header .courses-price {
  text-align: right;
}

.courses-details-header .courses-price .price {
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
  position: relative;
  top: -9px;
  font-size: 36px;
  font-weight: 800;
}

.courses-details-header .courses-price .courses-review {
  display: block;
  margin-bottom: 10px;
}

.courses-details-header .courses-price .courses-review .review-stars {
  display: inline-block;
}

.courses-details-header .courses-price .courses-review .review-stars i {
  color: #f2b827;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.courses-details-header .courses-price .courses-review .reviews-total {
  position: relative;
  color: var(--optionalColor);
  position: relative;
  top: -1px;
  margin-left: 2px;
  font-weight: 700;
}

.courses-details-image-style-two {
  border-radius: 5px;
}

.courses-details-image-style-two img {
  width: 100%;
  border-radius: 5px;
}

.courses-details-desc-style-two {
  margin-top: 35px;
}

.courses-details-desc-style-two h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 800;
}

.courses-details-desc-style-two h3:not(first-child) {
  margin-top: 30px;
}

.courses-details-desc-style-two .why-you-learn {
  margin-top: 20px;
}

.courses-details-desc-style-two .why-you-learn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -12px;
}

.courses-details-desc-style-two .why-you-learn ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

.courses-details-desc-style-two .why-you-learn ul li span {
  display: block;
  color: var(--blackColor);
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
  font-weight: 500;
}

.courses-details-desc-style-two .why-you-learn ul li span i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 13px;
}

.courses-details-desc-style-two .courses-curriculum {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px;
  margin-top: 20px;
}

.courses-details-desc-style-two .courses-curriculum h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 800;
}

.courses-details-desc-style-two .courses-curriculum h3:not(:first-child) {
  margin-top: 30px;
}

.courses-details-desc-style-two .courses-curriculum ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc-style-two .courses-curriculum ul li {
  display: block;
}

.courses-details-desc-style-two .courses-curriculum ul li a {
  background-color: #f8f9f8;
  color: var(--blackColor);
  position: relative;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  margin-left: -30px;
  margin-right: -30px;
}

.courses-details-desc-style-two .courses-curriculum ul li a::before {
  content: "\f12b";
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 18px;
  font-family: Flaticon;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-name {
  font-size: 14.5px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta {
  text-align: right;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .questions {
  display: inline-block;
  background: #e3f1f2;
  color: #2dbbc4;
  text-transform: lowercase;
  border-radius: 3px;
  margin-right: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .duration {
  display: inline-block;
  background: #f7e7e8;
  text-transform: lowercase;
  border-radius: 3px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status {
  display: inline-block;
  background: var(--blackColor);
  color: var(--whiteColor);
  border-radius: 3px;
  margin-left: 6px;
  padding: 2px 10px 1.5px;
  font-size: 14px;
  font-weight: 700;
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status.locked {
  color: var(--blackColor);
  background-color: transparent;
  padding: 0;
  margin-left: 8px;
  border-radius: 0;
  position: relative;
  top: 1px;
  font-size: 18px;
  font-weight: normal;
}

.courses-details-desc-style-two .courses-curriculum ul li:nth-child(2) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(4) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(6) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(8) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(10) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(12) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(14) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(16) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(18) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(20) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(22) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(24) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(26) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(28) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(30) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(32) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(34) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(36) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(38) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(40) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(42) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(44) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(46) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(48) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(50) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(52) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(54) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(56) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(58) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(60) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(62) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(64) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(66) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(68) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(70) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(72) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(74) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(76) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(78) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(80) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(82) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(84) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(86) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(88) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(90) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(92) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(94) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(96) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(98) a, .courses-details-desc-style-two .courses-curriculum ul li:nth-child(100) a {
  background-color: var(--whiteColor);
}

.courses-details-desc-style-two .requirements-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc-style-two .requirements-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
}

.courses-details-desc-style-two .requirements-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}

.courses-details-desc-style-two .requirements-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc-style-two p strong {
  color: var(--blackColor);
}

.courses-details-desc-style-two .description-features-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}

.courses-details-desc-style-two .description-features-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}

.courses-details-desc-style-two .description-features-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}

.courses-details-desc-style-two .description-features-list li strong {
  color: var(--blackColor);
}

.courses-details-desc-style-two .description-features-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc-style-two .audience-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}

.courses-details-desc-style-two .audience-list li {
  color: var(--optionalColor);
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}

.courses-details-desc-style-two .audience-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--blackColor);
}

.courses-details-desc-style-two .audience-list li strong {
  color: var(--blackColor);
}

.courses-details-desc-style-two .audience-list li:last-child {
  margin-bottom: 0;
}

.courses-details-desc-style-two .courses-author {
  margin-top: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}

.courses-details-desc-style-two .courses-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.courses-details-desc-style-two .courses-author .author-profile {
  padding: 0 25px 25px;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--whiteColor);
  width: 100px;
  height: 100px;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 800;
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--optionalColor);
}

.courses-details-desc-style-two .courses-reviews h3 {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 800;
}

.courses-details-desc-style-two .courses-reviews .rating {
  display: inline-block;
  position: relative;
  top: 2px;
}

.courses-details-desc-style-two .courses-reviews .rating span {
  font-size: 17px;
  color: #cecfd2;
  margin-right: -2px;
}

.courses-details-desc-style-two .courses-reviews .rating span.checked {
  color: orange;
}

.courses-details-desc-style-two .courses-reviews .rating-count {
  margin-top: 10px;
  margin-bottom: 20px;
}

.courses-details-desc-style-two .courses-reviews .rating-count span {
  display: block;
  font-size: var(--fontSize);
  color: var(--optionalColor);
}

.courses-details-desc-style-two .courses-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.courses-details-desc-style-two .courses-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}

.courses-details-desc-style-two .courses-reviews .side div {
  font-size: var(--fontSize);
  font-weight: 700;
}

.courses-details-desc-style-two .courses-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}

.courses-details-desc-style-two .courses-reviews .right {
  text-align: right;
}

.courses-details-desc-style-two .courses-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: var(--whiteColor);
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-5 {
  width: 100%;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-4 {
  width: 75%;
  height: 18px;
  background-color: #2196F3;
  border-radius: 5px;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-3 {
  width: 50%;
  height: 18px;
  background-color: #00bcd4;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-2 {
  width: 25%;
  height: 18px;
  background-color: #ff9800;
  border-radius: 5px;
}

.courses-details-desc-style-two .courses-reviews .bar-1 {
  width: 0;
  height: 18px;
  background-color: #f44336;
  border-radius: 5px;
}

.courses-review-comments {
  margin-top: 40px;
}

.courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

.courses-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}

.courses-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.courses-review-comments .user-review .sub-comment {
  margin-bottom: 8px;
  font-weight: 700;
}

.courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 8px;
}

.courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}

.courses-review-comments .user-review .review-rating .review-stars i {
  color: #cecfd2;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}

.courses-review-comments .user-review .review-rating .review-stars i.checked {
  color: orange;
}

.courses-review-comments .user-review .review-rating span {
  color: var(--blackColor);
  position: relative;
  top: -2px;
  font-weight: 700;
  margin-left: 5px;
}

.related-courses {
  margin-top: 40px;
}

.related-courses h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
}

.courses-sidebar-information {
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  padding: 30px;
}

.courses-sidebar-information .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.courses-sidebar-information .info li {
  border-bottom: 1px dashed #eeeeee;
  color: var(--optionalColor);
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 13px;
}

.courses-sidebar-information .info li span {
  font-weight: 800;
  color: var(--blackColor);
  position: relative;
  padding-left: 28px;
}

.courses-sidebar-information .info li span i {
  position: absolute;
  left: 0;
  font-weight: normal;
  top: -2px;
  font-size: 20px;
}

.courses-sidebar-information .info li.price {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
}

.courses-sidebar-information .info li.price span {
  color: var(--blackColor);
  font-size: 17px;
  font-weight: 800;
}

.courses-sidebar-information .info li:first-child {
  padding-top: 0;
}

.courses-sidebar-information .btn-box {
  margin-top: 35px;
}

.courses-sidebar-information .btn-box .default-btn {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.courses-sidebar-information .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.courses-sidebar-information .btn-box .default-btn:not(:first-child) {
  margin-top: 15px;
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid var(--blackColor);
}

.courses-sidebar-information .btn-box .default-btn:not(:first-child):hover {
  color: var(--whiteColor);
  border-color: var(--blackColor);
}

.courses-sidebar-information .courses-share {
  text-align: center;
  margin-top: 25px;
}

.courses-sidebar-information .courses-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.courses-sidebar-information .courses-share .share-info span {
  display: inline-block;
  line-height: 1;
  font-size: var(--fontSize);
  font-weight: 700;
}

.courses-sidebar-information .courses-share .share-info span i {
  color: var(--blackColor);
}

.courses-sidebar-information .courses-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}

.courses-sidebar-information .courses-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.courses-sidebar-information .courses-share .share-info .social-link li:last-child {
  margin-right: 0;
}

.courses-sidebar-information .courses-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}

.courses-sidebar-information .courses-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.courses-sidebar-information .courses-share .share-info .social-link li a:hover {
  color: var(--whiteColor);
}

/*================================================
Slogan Area CSS
=================================================*/
.slogan-area {
  position: relative;
  z-index: 1;
}

.slogan-area .shape2 {
  left: 9%;
  bottom: -20%;
}

.slogan-area .shape9 {
  left: 8%;
  bottom: auto;
  top: 20%;
}

.slogan-image {
  padding-right: 15px;
  border-radius: 5px;
  text-align: center;
  margin-top: -200px;
  margin-bottom: -200px;
}

.slogan-image img {
  border-radius: 5px;
  width: 100%;
}

.slogan-content {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.slogan-content p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.slogan-content h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}

.slogan-content span {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}

.slogan-content::before {
  content: "\f10a";
  position: absolute;
  right: 30px;
  color: #e8e8e8;
  z-index: -1;
  top: -50px;
  line-height: 1;
  opacity: 0.5;
  font-family: Flaticon;
  font-size: 200px;
}

.divider2 {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fffaf3;
  top: -100px;
  left: 0;
  z-index: -1;
}

.divider3 {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #fffaf3;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -100px;
  left: 0;
  z-index: -1;
}

/*================================================
Categories Area CSS
=================================================*/
.single-categories-box {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.single-categories-box img {
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-categories-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--blackColor);
  opacity: 0.65;
  z-index: 1;
}

.single-categories-box .content {
  position: absolute;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-categories-box .content h3 {
  margin-bottom: 8px;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 800;
}

.single-categories-box .content span {
  color: var(--whiteColor);
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.single-categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.single-categories-box:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.categories-btn-box {
  margin-top: 15px;
  text-align: center;
}

/*================================================
Advisor Area CSS
=================================================*/
.single-advisor-box {
  background-color: var(--whiteColor);
  margin-bottom: 30px;
}

.single-advisor-box .row {
  margin-left: 0;
  margin-right: 0;
}

.single-advisor-box .row .col-lg-4, .single-advisor-box .row .col-lg-8 {
  padding-left: 0;
  padding-right: 0;
}

.single-advisor-box .advisor-image {
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}

.single-advisor-box .advisor-image img {
  border-radius: 5px;
}

.single-advisor-box .advisor-content {
  padding: 25px 30px;
}

.single-advisor-box .advisor-content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
}

.single-advisor-box .advisor-content .sub-title {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}

.single-advisor-box .advisor-content p {
  margin-bottom: 0;
  margin-top: 13px;
}

.single-advisor-box .advisor-content .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 17px;
  margin-bottom: 0;
}

.single-advisor-box .advisor-content .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.single-advisor-box .advisor-content .social-link li:last-child {
  margin-right: 0;
}

.single-advisor-box .advisor-content .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
  background-color: #e1e1e1;
}

.single-advisor-box .advisor-content .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-advisor-box .advisor-content .social-link li a:hover {
  color: var(--whiteColor);
}

.owl-item .single-advisor-box {
  margin-top: 30px;
}

.advisor-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
}

.advisor-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.advisor-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-advisor-item {
  margin-bottom: 30px;
  border-radius: 5px 5px 0 0;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.1);
  text-align: center;
}

.single-advisor-item .advisor-image {
  border-radius: 5px 5px 0 0;
  position: relative;
}

.single-advisor-item .advisor-image img {
  border-radius: 5px 5px 0 0;
}

.single-advisor-item .advisor-image .social-link {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-advisor-item .advisor-image .social-link li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-advisor-item .advisor-image .social-link li a {
  display: block;
  width: 33px;
  height: 33px;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: var(--blackColor);
  border-radius: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.single-advisor-item .advisor-image .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-advisor-item .advisor-image .social-link li a:hover {
  color: var(--whiteColor);
}

.single-advisor-item .advisor-image .social-link li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single-advisor-item .advisor-image .social-link li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-advisor-item .advisor-image .social-link li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-advisor-item .advisor-image .social-link li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single-advisor-item .advisor-content {
  padding: 22px;
}

.single-advisor-item .advisor-content h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 800;
}

.single-advisor-item .advisor-content span {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}

.single-advisor-item:hover .advisor-image .social-link li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.owl-item .single-advisor-item {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.advisor-slides-two.owl-theme .owl-dots {
  margin-top: 20px !important;
}

.advisor-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.advisor-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

/*================================================
Start With Success Area CSS
=================================================*/
.start-with-success-area .section-title h2 {
  max-width: 713px;
}

.start-with-success-box {
  margin-bottom: 30px;
  border-radius: 5px;
}

.start-with-success-box .image {
  border-radius: 5px 5px 0 0;
}

.start-with-success-box .image a {
  display: block;
  border-radius: 5px 5px 0 0;
}

.start-with-success-box .image a img {
  border-radius: 5px 5px 0 0;
}

.start-with-success-box .content {
  background-color: var(--whiteColor);
  border-radius: 0 0 5px 5px;
  padding: 30px;
  position: relative;
  border: 1px solid #f1f1f1;
}

.start-with-success-box .content .link-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: -30px;
  background-color: #f6f7f6;
  text-align: center;
  font-size: 32px;
}

.start-with-success-box .content .link-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
}

.start-with-success-box .content .link-btn:hover {
  color: var(--whiteColor);
}

.start-with-success-box .content h3 {
  font-weight: 800;
  font-size: 24px;
}

.start-with-success-box .content span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-and-feedback-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/white-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.funfacts-and-feedback-area .shape4 {
  right: 21%;
  bottom: 41%;
}

.funfacts-and-feedback-area .shape3 {
  right: 23%;
  bottom: 22%;
}

.funfacts-and-feedback-area .shape2 {
  left: auto;
  bottom: 3%;
  right: 25%;
}

.funfacts-list .single-funfacts-box {
  margin-bottom: 0;
}

.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box {
  margin-top: 60px;
  margin-bottom: 30px;
}

.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box::before {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}

.funfacts-list .row .col-lg-6:nth-child(2) .single-funfacts-box::before {
  -webkit-animation-duration: 70s;
  animation-duration: 70s;
}

.funfacts-list .row .col-lg-6:nth-child(3) .single-funfacts-box {
  border-color: #ad8360;
}

.funfacts-list .row .col-lg-6:nth-child(3) .single-funfacts-box::before {
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
}

.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box {
  border-color: #221638;
  margin-top: -60px;
}

.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box::before {
  -webkit-animation-duration: 90s;
  animation-duration: 90s;
}

.single-funfacts-box {
  margin-bottom: 30px;
  background-color: #eee8e2;
  text-align: center;
  border: 1px dashed #308800;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.single-funfacts-box h3 {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts-box h3 span {
  font-size: 48px;
}

.single-funfacts-box h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts-box p {
  text-transform: uppercase;
  color: var(--blackColor);
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}

.single-funfacts-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  opacity: 0.7;
  z-index: -1;
  background-image: url(../../assets/img/funfacts-shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.single-funfacts-item {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-funfacts-item h3 {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts-item h3 span {
  font-size: 48px;
}

.single-funfacts-item h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts-item p {
  text-transform: uppercase;
  color: var(--blackColor);
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
}

.funfacts-area .col-lg-3 {
  border-right: 1px solid #eaecf0;
}

.funfacts-area .col-lg-3:last-child {
  border-right: none;
}

.funfacts-area-two .col-lg-3 {
  border-right: 1px solid #f4f3f5;
}

.funfacts-area-two .col-lg-3:last-child {
  border-right: none;
}

.single-funfacts {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single-funfacts img {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

.single-funfacts h3 {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
}

.single-funfacts h3 span {
  font-size: 48px;
}

.single-funfacts h3 .odometer {
  position: relative;
  top: -2px;
}

.single-funfacts p {
  text-transform: uppercase;
  color: var(--blackColor);
  line-height: 1;
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.feedback-content h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.feedback-content p {
  margin-top: 12px;
}

.feedback-content .feedback-info p {
  font-weight: 600;
  margin-bottom: 0;
}

.feedback-content .feedback-info p a {
  font-weight: 700;
}

.feedback-content .feedback-info p a:hover {
  text-decoration: underline;
  color: var(--blackColor);
}

.feedback-content .feedback-slides {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-feedback-item {
  background-color: var(--whiteColor);
  position: relative;
  z-index: 1;
  padding: 50px 105px 50px 50px;
  border-radius: 5px;
  overflow: hidden;
}

.single-feedback-item p {
  color: #606060;
  line-height: 1.8;
  font-size: var(--fontSize);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.single-feedback-item .client-info {
  margin-top: 25px;
}

.single-feedback-item .client-info img {
  width: 55px;
  height: 55px;
}

.single-feedback-item .client-info .title {
  margin-left: 15px;
}

.single-feedback-item .client-info .title h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.single-feedback-item .client-info .title span {
  display: block;
  color: var(--optionalColor);
  font-size: 14px;
  margin-top: 4px;
}

.single-feedback-item::after {
  width: 75px;
  height: 75px;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}

.single-feedback-item::before {
  content: "\f10a";
  font-family: Flaticon;
  font-size: 100px;
  position: absolute;
  right: 50px;
  color: #e8e8e8;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feedback-slides.owl-theme .owl-dots .owl-dot {
  display: block;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  margin: 3px 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.testimonials-slides {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slides.owl-theme .owl-dots {
  margin-top: 30px !important;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-testimonials-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-left: 280px;
}

.single-testimonials-item .client-img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  display: inline-block !important;
  left: 35px;
}

.single-testimonials-item p {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.single-testimonials-item h3 {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-testimonials-item span {
  display: block;
  color: var(--optionalColor);
  font-size: 15px;
  margin-top: 4px;
}

.single-testimonials-item::before {
  content: "\f10a";
  position: absolute;
  right: 0;
  color: #e8e8e8;
  z-index: -1;
  bottom: 0;
  line-height: 1;
  font-family: Flaticon;
  font-size: 100px;
}

.single-testimonials-item .shape-img img {
  width: auto !important;
  display: inline-block !important;
  position: absolute;
}

.single-testimonials-item .shape-img img.shape-1 {
  position: absolute;
  left: 13%;
  top: 11%;
  z-index: -1;
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

.single-testimonials-item .shape-img img.shape-2 {
  left: 0;
  top: 8px;
  z-index: -3;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.single-testimonials-item .shape-img img.shape-3 {
  left: 20px;
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
  bottom: -30px;
  z-index: -2;
}

.feedback-area {
  position: relative;
  z-index: 1;
}

.feedback-area .shape2 {
  bottom: 2%;
}

.feedback-area .shape9 {
  left: 8%;
  bottom: auto;
  top: 15%;
}

.single-feedback-box {
  border: 1px solid #ffe8e3;
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #fffaf3;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.single-feedback-box p {
  color: #606060;
  line-height: 1.8;
  font-size: var(--fontSize);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.single-feedback-box .client-info {
  margin-top: 25px;
}

.single-feedback-box .client-info img {
  width: 55px;
  height: 55px;
}

.single-feedback-box .client-info .title {
  margin-left: 15px;
}

.single-feedback-box .client-info .title h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.single-feedback-box .client-info .title span {
  display: block;
  color: var(--optionalColor);
  font-size: 14px;
  margin-top: 4px;
}

.single-feedback-box::before {
  content: "\f10a";
  position: absolute;
  right: 50px;
  color: #ebe6e0;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
  font-family: Flaticon;
  font-size: 100px;
}

.feedback-slides-two.owl-theme .owl-dots {
  margin-top: 20px !important;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-testimonials-box {
  max-width: 1110px;
  text-align: center;
  padding-right: 90px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.single-testimonials-box .client-img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 50px;
}

.single-testimonials-box p {
  margin-bottom: 0;
  color: var(--blackColor);
  font-size: 24px;
  font-weight: 600;
}

.single-testimonials-box h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-testimonials-box span {
  display: block;
  color: var(--optionalColor);
  font-size: 15px;
  margin-top: 4px;
}

.single-testimonials-box::before {
  content: "\f10a";
  position: absolute;
  right: 0;
  color: #e7e2d9;
  z-index: -1;
  bottom: 120px;
  line-height: 1;
  font-family: Flaticon;
  font-size: 195px;
}

.single-testimonials-box .shape-img img {
  width: auto !important;
  display: inline-block !important;
  position: absolute;
}

.single-testimonials-box .shape-img img.shape-1 {
  position: absolute;
  left: 165px;
  top: 0;
  z-index: -1;
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
  right: 0;
  margin: 0 auto;
}

.single-testimonials-box .shape-img img.shape-2 {
  left: -115px;
  top: -80px;
  z-index: -3;
  right: 0;
  margin: 0 auto;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.single-testimonials-box .shape-img img.shape-3 {
  left: 0;
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
  top: 50px;
  z-index: -2;
  right: 35px;
  margin: 0 auto;
}

/*================================================
Video Area CSS
=================================================*/
.video-box {
  position: relative;
  border-radius: 5px;
  max-width: 800px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.video-box .image {
  overflow: hidden;
  border-radius: 5px;
}

.video-box .image img {
  border-radius: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.video-box .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  color: var(--whiteColor);
}

.video-box .video-btn i {
  padding-left: 3px;
}

.video-box .video-btn::after, .video-box .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1px solid;
}

.video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.video-box .video-btn:hover::before, .video-box .video-btn:hover::after {
  border-color: var(--blackColor);
}

.video-box:hover .image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.shape10 {
  position: absolute;
  left: -11%;
  bottom: -11%;
  z-index: -1;
}

.shape10 img {
  border-radius: 0;
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

/*================================================
Get Instant Courses Area CSS
=================================================*/
.get-instant-courses-inner-area {
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.get-instant-courses-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}

.get-instant-courses-inner-area .row .col-lg-8, .get-instant-courses-inner-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.get-instant-courses-content {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.get-instant-courses-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.get-instant-courses-content h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
}

.get-instant-courses-content .default-btn {
  margin-top: 5px;
}

.get-instant-courses-image {
  position: relative;
  z-index: 1;
  border-radius: 0 5px 5px 0;
}

.get-instant-courses-image img {
  border-radius: 0 5px 5px 0;
}

.shape5 {
  position: absolute;
  left: 5.5%;
  top: 0;
  z-index: -1;
}

.shape5 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

.shape6 {
  position: absolute;
  left: -65px;
  bottom: 10%;
}

.shape6 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape7 {
  position: absolute;
  left: 5%;
  bottom: 38%;
}

.shape7 img {
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

/*================================================
Events Area CSS
=================================================*/
.single-events-box {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
  margin-bottom: 30px;
}

.single-events-box .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}

.single-events-box .image img {
  border-radius: 5px 5px 5px 0;
}

.single-events-box .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: var(--whiteColor);
  padding: 8px 20px 7px;
  border-radius: 0 5px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.single-events-box .image .date::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #acacac;
}

.single-events-box .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}

.single-events-box .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-events-box .content h3 a {
  display: inline-block;
}

.single-events-box .content .location {
  display: block;
  color: var(--optionalColor);
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.single-events-box .content .location i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.single-events-box .content::before {
  left: 20px;
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  width: 45px;
  background-color: #d6d6d6;
}

.single-events-box:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/*================================================
Events Details Area CSS
=================================================*/
.events-details-header {
  margin-bottom: 40px;
}

.events-details-header ul {
  margin-bottom: 0;
  list-style-type: none;
  background-color: #f8f9f8;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.events-details-header ul li {
  display: inline-block;
  margin-right: 18px;
  color: var(--optionalColor);
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}

.events-details-header ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
}

.events-details-header ul li:last-child {
  margin-right: 0;
}

.events-details-desc {
  padding-left: 25px;
  padding-right: 25px;
}

.events-details-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.events-details-desc h3:not(:first-child) {
  margin-top: 30px;
}

.events-details-image {
  position: relative;
  margin-bottom: 50px;
}

.events-details-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--blackColor);
  opacity: 0.4;
}

.events-details-image #timer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.events-details-image #timer .is-countdown {
  border: none;
  background-color: transparent;
}

.events-details-image #timer .countdown-section {
  background-color: transparent;
  color: var(--whiteColor);
  width: 130px !important;
  height: 130px !important;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.events-details-image #timer .countdown-section .countdown-amount {
  font-size: 50px;
  font-weight: 800;
}

.events-details-image #timer .countdown-section .countdown-period {
  display: block;
  margin-top: -6px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}

.events-details-image #timer .countdown-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  opacity: 0.7;
  z-index: -1;
}

.events-details-info {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 35px;
}

.events-details-info .form-control {
  background-color: var(--whiteColor);
}

.events-details-info h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 800;
}

.events-details-info form {
  text-align: center;
}

.events-details-info form .wpcf7-form-control-wrap {
  margin-bottom: 5px;
  display: block;
}

.events-details-info .default-btn {
  text-transform: capitalize !important;
}

.events-details-info .info {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.events-details-info .info li {
  border-bottom: 1px solid #e5e5e7;
  color: var(--optionalColor);
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
}

.events-details-info .info li span {
  font-weight: 800;
  color: var(--blackColor);
  position: relative;
}

.events-details-info .info li.price {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
}

.events-details-info .info li.price span {
  color: var(--blackColor);
  font-size: 17px;
  font-weight: 800;
}

.events-details-info .info li:first-child {
  padding-top: 0;
}

.events-details-info .btn-box {
  text-align: center;
  margin-top: 30px;
}

.events-details-info .btn-box .default-btn {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.events-details-info .btn-box .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.events-details-info .btn-box p {
  margin-top: 15px;
  font-weight: 600;
}

.events-details-info .btn-box p a:hover {
  text-decoration: underline;
}

.events-details-info .events-share {
  text-align: center;
  margin-top: 25px;
}

.events-details-info .events-share .share-info {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.events-details-info .events-share .share-info span {
  display: inline-block;
  line-height: 1;
  font-size: var(--fontSize);
  font-weight: 700;
}

.events-details-info .events-share .share-info span i {
  color: var(--blackColor);
}

.events-details-info .events-share .share-info .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 12px;
}

.events-details-info .events-share .share-info .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.events-details-info .events-share .share-info .social-link li:last-child {
  margin-right: 0;
}

.events-details-info .events-share .share-info .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 18px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}

.events-details-info .events-share .share-info .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.events-details-info .events-share .share-info .social-link li a:hover {
  color: var(--whiteColor);
}

.events-details-location {
  margin-bottom: 40px;
}

.events-details-location #map {
  height: 400px;
  width: 100%;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area .row .col-lg-8 .row .col-lg-12 .pagination-area {
  margin-top: 25px;
}

.blog-area .single-blog-post {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-area .single-blog-post .post-content {
  margin: 0;
  padding: 25px;
}

.blog-area .single-blog-post:hover {
  -webkit-box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
  box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
}

.single-blog-post {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog-post .post-content {
  margin-top: 25px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.single-blog-post .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--optionalColor);
  text-transform: uppercase;
  font-size: 14px;
}

.single-blog-post .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 800;
  font-size: 24px;
}

.single-blog-post .post-content h3 a {
  display: inline-block;
}

.single-blog-post .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}

.single-blog-post .post-content .post-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 29px;
  padding-right: 7px;
}

.single-blog-post .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post .post-content .post-content-footer li .post-author span {
  text-transform: capitalize;
  font-size: 15px;
}

.single-blog-post .post-content .post-content-footer li i {
  position: absolute;
  left: 7px;
  top: 0;
}

.single-blog-post .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.main-blog-post .post-content h3 {
  font-size: 30px;
}

.single-blog-post-item {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post-item .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-item .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog-post-item .post-content {
  margin-top: 25px;
}

.single-blog-post-item .post-content .category {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--optionalColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.single-blog-post-item .post-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-blog-post-item .post-content h3 a {
  display: inline-block;
}

.single-blog-post-item .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.single-blog-post-item .post-content .post-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  margin-left: 15px;
  padding-left: 29px;
  padding-right: 7px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author span {
  font-size: 15px;
}

.single-blog-post-item .post-content .post-content-footer li i {
  position: absolute;
  left: 7px;
  top: 0;
}

.single-blog-post-item .post-content .post-content-footer li:first-child {
  padding-left: 7px;
  margin-left: 0;
}

.single-blog-post-item:hover .post-image a img {
  -webkit-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
}

.blog-post-info {
  text-align: center;
  padding-top: 30px;
}

.blog-post-info p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.blog-post-info p a:hover {
  text-decoration: underline;
  color: var(--blackColor);
}

.blog-post-list .single-blog-post-item .post-content {
  margin-top: 20px;
}

.single-blog-post-box {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-post-box .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-box .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-box .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-blog-post-box .post-content {
  background-color: #fffaf3;
  padding: 25px;
}

.single-blog-post-box .post-content .category {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--optionalColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.single-blog-post-box .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-blog-post-box .post-content h3 a {
  display: inline-block;
}

.single-blog-post-box .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}

.single-blog-post-box .post-content .post-content-footer li {
  color: var(--optionalColor);
  font-size: 15px;
  position: relative;
  padding-left: 29px;
  padding-right: 7px;
}

.single-blog-post-box .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-box .post-content .post-content-footer li .post-author span {
  font-size: 15px;
}

.single-blog-post-box .post-content .post-content-footer li i {
  position: absolute;
  left: 7px;
  top: 0;
}

.single-blog-post-box .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.single-blog-post-box:hover .post-image a img {
  -webkit-transform: rotate(5deg) scale(1.3);
  transform: rotate(5deg) scale(1.3);
}

.blog-slides.owl-theme .owl-dots {
  margin-top: 20px !important;
  margin-bottom: 35px;
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0 40px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  line-height: 42px;
  padding: 0;
  font-size: 25px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}

.blog-items {
  margin-left: -15px;
  margin-right: -15px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details .article-image-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details .article-image-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: var(--whiteColor);
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 5px !important;
  border-radius: 50%;
  border-style: solid;
  border-color: var(--whiteColor);
  border-width: 1.5px;
}

.blog-details .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
  padding-left: 3px !important;
}

.blog-details .article-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.blog-details .article-video iframe {
  width: 100%;
  height: 400px;
  border: none !important;
}

.blog-details .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 600;
  font-size: var(--fontSize);
  padding-right: 20px;
  padding-left: 45px;
}

.blog-details .article-content .entry-meta ul li i {
  font-size: 32px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-details .article-content .entry-meta ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.blog-details .article-content .entry-meta ul li a {
  display: inline-block;
  font-size: var(--fontSize);
  font-weight: 700;
}

.blog-details .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details .article-content h3 {
  margin-bottom: 16px;
  margin-top: 28px;
  font-size: 24px;
  font-weight: 800;
}

.blog-details .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-details .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
  color: var(--optionalColor);
}

.blog-details .article-content .features-list li i {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}

.blog-details .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details .article-footer .article-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  color: var(--optionalColor);
}

.blog-details .article-footer .article-tags span {
  display: inline-block;
  color: var(--blackColor);
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}

.blog-details .article-footer .article-tags a {
  display: inline-block;
  font-weight: 700;
}

.blog-details .article-footer .article-share {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.blog-details .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  color: var(--whiteColor);
  border: 1px solid;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.blog-details .article-footer .article-share .social li a:hover, .blog-details .article-footer .article-share .social li a:focus {
  background-color: transparent;
}

.blog-details .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--whiteColor);
}

.blog-details .article-footer .article-share .social li a.facebook:hover, .blog-details .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: var(--whiteColor);
}

.blog-details .article-footer .article-share .social li a.twitter:hover, .blog-details .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: var(--whiteColor);
}

.blog-details .article-footer .article-share .social li a.linkedin:hover, .blog-details .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--whiteColor);
}

.blog-details .article-footer .article-share .social li a.instagram:hover, .blog-details .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.blog-details .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #fdfcfc;
}

.blog-details .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.blog-details .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--whiteColor);
  width: 100px;
  height: 100px;
}

.blog-details .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}

.blog-details .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
}

.blog-details .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--optionalColor);
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa !important;
  padding: 50px !important;
  position: relative;
  text-align: center;
  border: none !important;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\f10a";
  font-family: Flaticon;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ecademy-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: var(--whiteColor);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 700;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 800;
  font-size: 16.5px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: var(--optionalColor);
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.next-link-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: var(--whiteColor);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 800;
  font-size: 16.5px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: var(--optionalColor);
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}

.comments-area .form-submit {
  float: left;
  width: 100%;
}

.comments-area .form-submit input {
  border: none;
  color: var(--whiteColor);
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
  font-weight: 700 !important;
  font-size: 14.5px;
}

.comments-area .form-submit input:hover, .comments-area .form-submit input:focus {
  color: var(--whiteColor);
  background: var(--blackColor);
}

/*================================================
Become Instructor & Partner CSS
=================================================*/
.become-instructor-partner-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.become-instructor-partner-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.become-instructor-partner-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.become-instructor-partner-content {
  position: relative;
  z-index: 1;
  padding: 100px;
  background-image: url(../../assets/img/pattern.png);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}

.become-instructor-partner-content h2 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
}

.become-instructor-partner-content p {
  margin-bottom: 20px;
  max-width: 540px;
}

.become-instructor-partner-content .default-btn {
  border-radius: 30px;
}

.become-instructor-partner-content.bg-color {
  background-image: unset !important;
}

.become-instructor-partner-content.bg-color h2 {
  color: var(--whiteColor);
}

.become-instructor-partner-content.bg-color p {
  color: var(--whiteColor);
  opacity: 0.97;
}

.become-instructor-partner-content.bg-color .default-btn {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.become-instructor-partner-content.bg-color .default-btn:hover {
  color: var(--whiteColor);
}

.become-instructor-partner-content.bg-color::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/bg-lines.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.become-instructor-partner-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.become-instructor-partner-image.bg-image1 {
  background-image: url(../../assets/img/become-instructor.jpg);
}

.become-instructor-partner-image.bg-image2 {
  background-image: url(../../assets/img/become-partner.jpg);
}

.become-instructor-partner-image img {
  display: none;
}

/*================================================
View All Courses Area CSS
=================================================*/
.view-all-courses-area {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.view-all-courses-area .row {
  margin-left: 0;
  margin-right: 0;
}

.view-all-courses-area .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.view-all-courses-content {
  margin-left: auto;
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.view-all-courses-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.view-all-courses-content h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.view-all-courses-content p {
  margin-top: 12px;
}

.view-all-courses-content .default-btn {
  margin-top: 10px;
}

.view-all-courses-image {
  margin-left: -270px;
  text-align: center;
}

.view-all-courses-image img {
  width: 100%;
}

.view-all-courses-area-two {
  position: relative;
  z-index: 1;
}

.view-all-courses-area-two .view-all-courses-content {
  margin-left: 0;
  max-width: 100%;
}

.view-all-courses-area-two .view-all-courses-image {
  margin-left: 0;
  position: relative;
  z-index: 1;
}

.view-all-courses-area-two .view-all-courses-image img {
  width: auto;
}

.shape9 {
  position: absolute;
  left: 10%;
  bottom: 20%;
  z-index: -1;
}

.shape9 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape11 {
  position: absolute;
  left: 15%;
  top: 18%;
  z-index: -1;
}

.shape11 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape12 {
  position: absolute;
  bottom: 18%;
  z-index: -1;
  right: 18%;
}

.shape12 img {
  -webkit-animation: movescale 4s linear infinite;
  animation: movescale 4s linear infinite;
}

/*================================================
Teacher Register Area CSS
=================================================*/
.teacher-register-area {
  background-image: url(../../assets/img/teacher-register-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.teacher-register-box {
  overflow: hidden;
  margin-left: auto;
  max-width: 600px;
  padding: 45px;
  border-radius: 5px;
  background-image: url(../../assets/img/register-shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.teacher-register-box h2 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 33px;
  font-weight: 800;
}

.teacher-register-box p {
  color: var(--whiteColor);
  margin-top: 10px;
  margin-bottom: 0;
}

.teacher-register-box form {
  margin-top: 25px;
}

.teacher-register-box form input, .teacher-register-box form textarea {
  display: block;
  width: 100%;
  border: none;
  color: var(--whiteColor) !important;
  background-color: #c22b34;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: var(--fontSize);
  font-weight: 600;
}

.teacher-register-box form input::-webkit-input-placeholder, .teacher-register-box form textarea::-webkit-input-placeholder {
  color: #cdcdcd;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.teacher-register-box form input:-ms-input-placeholder, .teacher-register-box form textarea:-ms-input-placeholder {
  color: #cdcdcd;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.teacher-register-box form input::-ms-input-placeholder, .teacher-register-box form textarea::-ms-input-placeholder {
  color: #cdcdcd;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.teacher-register-box form input::placeholder, .teacher-register-box form textarea::placeholder {
  color: #cdcdcd;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.teacher-register-box form input:focus::-webkit-input-placeholder, .teacher-register-box form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.teacher-register-box form input:focus:-ms-input-placeholder, .teacher-register-box form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.teacher-register-box form input:focus::-ms-input-placeholder, .teacher-register-box form textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.teacher-register-box form input:focus::placeholder, .teacher-register-box form textarea:focus::placeholder {
  color: transparent;
}

.teacher-register-box form textarea {
  height: auto !important;
  padding-top: 15px;
}

.teacher-register-box form .default-btn {
  background-color: var(--blackColor);
  margin-top: 5px;
  padding: 12px 30px;
}

.teacher-register-box form .default-btn span {
  background-color: var(--whiteColor);
}

/*================================================
Premium Access Area CSS
=================================================*/
.premium-access-area {
  position: relative;
  z-index: 1;
}

.premium-access-area .shape3 {
  right: 20%;
  bottom: 12%;
}

.premium-access-area .shape4 {
  right: 16%;
  bottom: 50%;
}

.premium-access-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.premium-access-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.premium-access-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}

.premium-access-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.premium-access-content .default-btn {
  margin-top: 10px;
}

.shape8 {
  position: absolute;
  left: 20%;
  top: 25%;
  z-index: -1;
}

.shape8 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

/*================================================
Apply Instructor Area CSS
=================================================*/
.apply-instructor-image h2 {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 800;
}

.apply-instructor-image img {
  border-radius: 5px;
}

.apply-instructor-content {
  background-color: #f8f9f8;
  border-radius: 5px;
  padding: 30px;
}

.apply-instructor-content .nav {
  border-bottom-color: #d8d8d8;
  margin-bottom: 35px;
  border-width: 1.5px;
}

.apply-instructor-content .nav .nav-item {
  margin-right: 50px;
  margin-bottom: -1.5px;
}

.apply-instructor-content .nav .nav-item .nav-link {
  background-color: transparent;
  color: var(--optionalColor);
  border: none;
  padding: 0 0 10px;
  position: relative;
  font-size: 18px;
  font-weight: 800;
}

.apply-instructor-content .nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 1.5px;
}

.apply-instructor-content .nav .nav-item .nav-link:hover, .apply-instructor-content .nav .nav-item .nav-link.active {
  color: var(--blackColor);
}

.apply-instructor-content .nav .nav-item .nav-link:hover::before, .apply-instructor-content .nav .nav-item .nav-link.active::before {
  width: 40%;
}

.apply-instructor-content .nav .nav-item:last-child {
  margin-right: 0;
}

.apply-instructor-content h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 800;
}

.apply-instructor-content h3:not(:first-child) {
  margin-top: 30px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  background-color: #f8f9f8;
  position: relative;
  z-index: 1;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title-area.bg-black {
  background-color: var(--blackColor);
}

.page-title-area.bg-black .page-title-content ul li {
  color: var(--whiteColor);
}

.page-title-area.bg-black .page-title-content ul li::before {
  background-color: var(--whiteColor);
}

.page-title-area.bg-black .page-title-content ul li a {
  color: var(--whiteColor);
}

.page-title-area.bg-black .page-title-content ul li a:hover {
  color: var(--mainColor);
}

.page-title-area.bg-black .page-title-content h2 {
  color: var(--whiteColor);
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  text-align: center;
  max-width: 800px;
}

.page-title-content ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: var(--blackColor);
  font-size: var(--fontSize);
  font-weight: 600;
}

.page-title-content ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 5px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #696969;
  height: 15px;
  width: 1px;
}

.page-title-content ul li a {
  color: var(--optionalColor);
  display: block;
  font-weight: 500;
}

.page-title-content ul li:last-child {
  margin-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content h2 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}

.page-title-content .rating {
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
}

.page-title-content .rating i {
  color: #dca416;
  display: inline-block;
  margin-left: -1px;
  margin-right: -1px;
}

.page-title-content .rating .rating-count {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: var(--fontSize);
  font-weight: 600;
}

.page-title-content .tutor-loop-rating-wrap {
  display: inline-block;
}

.page-title-content .tutor-rating-count i {
  display: none;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  position: relative;
  z-index: 1;
}

.subscribe-area .shape4 {
  right: auto;
  bottom: 39%;
  left: 25%;
}

.subscribe-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 800;
}

.subscribe-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.subscribe-content .newsletter-form {
  position: relative;
  max-width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  color: var(--blackColor);
  height: 50px;
  padding-left: 18px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}

.subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-content .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}

.subscribe-content .newsletter-form .validation-success {
  margin-top: 15px;
}

.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 50px;
}

.subscribe-content .newsletter-form .default-btn i {
  top: 12px;
}

.shape13 {
  position: absolute;
  left: 22%;
  bottom: 22%;
  z-index: -2;
}

.shape13 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape14 {
  position: absolute;
  right: 11%;
  bottom: 30%;
  z-index: -1;
}

.shape14 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape15 {
  position: absolute;
  right: 15%;
  bottom: 15%;
  z-index: -2;
}

.shape15 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
Gallery CSS
=================================================*/
.single-gallery-item {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.single-gallery-item a {
  display: block;
  border-radius: 5px;
}

.single-gallery-item a img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-gallery-item:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.privacy-policy-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}

.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}

.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: var(--fontSize) !important;
  font-weight: normal;
}

.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
  display: none;
}

.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
  display: none;
}

.privacy-policy-content ol, .privacy-policy-content ul {
  margin-top: 20px;
}

.privacy-policy-content ol li, .privacy-policy-content ul li {
  margin-bottom: 10px;
  color: var(--optionalColor);
  font-size: var(--fontSize);
  line-height: 1.8;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.terms-of-service-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}

.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}

.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: var(--fontSize) !important;
  font-weight: normal;
}

.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
  display: none;
}

.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
  display: none;
}

.terms-of-service-content ol, .terms-of-service-content ul {
  margin-top: 20px;
}

.terms-of-service-content ol li, .terms-of-service-content ul li {
  margin-bottom: 10px;
  color: var(--optionalColor);
  font-size: var(--fontSize);
  line-height: 1.8;
}

/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content img {
  border-radius: 5px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.purchase-guide-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 800;
}

.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 25px !important;
}

.purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-size: var(--fontSize) !important;
  font-weight: normal;
}

.purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
  display: none;
}

.purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
  display: none;
}

.purchase-guide-content ol, .purchase-guide-content ul {
  margin-top: 20px;
}

.purchase-guide-content ol li, .purchase-guide-content ul li {
  margin-bottom: 10px;
  color: var(--optionalColor);
  font-size: var(--fontSize);
  line-height: 1.8;
}

/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table .table {
  margin-bottom: 0;
}

.membership-levels-table .table thead th {
  vertical-align: middle;
  white-space: nowrap;
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #e98f8f;
  border-bottom: none;
  border-right: 1px solid #e98f8f;
}

.membership-levels-table .table thead th h2 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 800;
}

.membership-levels-table .table thead th h3 {
  color: var(--whiteColor);
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.membership-levels-table .table thead th:first-child {
  border-left: none;
}

.membership-levels-table .table thead th:last-child {
  border-right: none;
}

.membership-levels-table .table tbody tr td {
  padding: 15px 20px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  text-align: center;
  font-size: var(--fontSize);
  font-weight: 600;
}

.membership-levels-table .table tbody tr td:first-child {
  text-align: left;
}

.membership-levels-table .table tbody tr td.item-check i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #0eb582;
  color: var(--whiteColor);
  display: block;
  margin: 0 auto;
}

.membership-levels-table .table tbody tr td.item-none i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #d85554;
  color: var(--whiteColor);
  display: block;
  margin: 0 auto;
}

.membership-levels-table .table tbody tr td .select-btn {
  display: inline-block;
  color: var(--blackColor);
  background-color: #efefef;
  padding: 13px 30px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.membership-levels-table .table tbody tr td .select-btn:hover {
  color: var(--whiteColor);
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 35px;
}

.pagination-area .page-numbers {
  width: 33px;
  height: 33px;
  background-color: #f3f0f0;
  color: var(--optionalColor);
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  line-height: 34px;
  position: relative;
  margin-left: 3px !important;
  margin-right: 3px !important;
  font-size: var(--fontSize);
  font-weight: 800;
}

.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
}

.pagination-area .page-numbers i {
  position: relative;
  top: 1.5px;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  background-color: #111111;
  height: 100vh;
}

.error-content {
  text-align: center;
}

.error-content h3 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  margin-top: 45px;
  font-size: 40px;
  font-weight: 800;
}

.error-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.error-content .btn-box {
  margin-top: 30px;
}

.error-content .btn-box .default-btn {
  margin-left: 7px;
  margin-right: 7px;
}

.error-content .btn-box .default-btn span {
  background-color: var(--whiteColor);
}

.error-content .btn-box .default-btn:hover {
  color: var(--blackColor);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}

.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
  color: var(--blackColor);
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-size: var(--fontSize);
  font-weight: 800;
}

.faq-accordion-tab .tabs li a i {
  font-size: 30px;
  font-weight: 400;
}

.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
  color: var(--whiteColor);
}

.faq-accordion-tab .tabs li.current a {
  color: var(--whiteColor);
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  background: var(--whiteColor);
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 25px 17px 60px;
  color: var(--blackColor);
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 800;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.tab .tabs-item {
  display: none;
}

.tab .tabs-item:first-child {
  display: block;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #f6f7fb;
  background-image: url(../../assets/img/coming-soon-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 700px;
  background: var(--whiteColor);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 0;
}

.coming-soon-content .logo h2 {
  margin-top: 0;
}

.coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-content #timer div {
  background-color: var(--blackColor);
  color: var(--whiteColor);
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: var(--blackColor);
}

.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 9px;
  font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0 0 0 32px;
  color: var(--blackColor);
  height: 45px;
  display: block;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 400;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #A1A1A1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #A1A1A1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content form .default-btn {
  border-radius: 0;
}

.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: red;
}

.coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  margin-right: 30px;
}

.login-form h2 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 800;
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--blackColor);
  font-weight: 700;
}

.login-form form .remember-me-wrap {
  margin-bottom: 0;
}

.login-form form .remember-me-wrap [type=checkbox]:checked, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) {
  display: none;
}

.login-form form .remember-me-wrap [type=checkbox]:checked + label, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0;
  color: var(--optionalColor);
  font-weight: 600;
}

.login-form form .remember-me-wrap [type=checkbox]:checked + label:before, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  background: #f5f5f5;
}

.login-form form .remember-me-wrap [type=checkbox]:checked + label:after, .login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5.5px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.login-form form .remember-me-wrap [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.login-form form .remember-me-wrap [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-form form .lost-your-password-wrap {
  text-align: right;
}

.login-form form .lost-your-password-wrap a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}

.login-form form .lost-your-password-wrap a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #eeeeee;
}

.login-form form .lost-your-password-wrap a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: 0;
  content: "";
}

.login-form form .lost-your-password-wrap a:hover::before {
  width: 0;
}

.login-form form .lost-your-password-wrap a:hover::after {
  width: 100%;
}

.login-form form button {
  margin-top: 22px;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  border-radius: 5px;
  padding: 14.5px 30px;
  font-weight: 700;
  font-size: var(--fontSize);
}

.login-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.register-form {
  padding-top: 30px;
  padding-left: 30px;
}

.register-form h2 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 800;
}

.register-form form .form-group {
  margin-bottom: 25px;
}

.register-form form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--blackColor);
  font-weight: 700;
}

.register-form form .description {
  font-style: italic;
  font-size: 13.5px;
  margin-top: -10px;
  margin-bottom: 0;
}

.register-form form button {
  margin-top: 22px;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  border-radius: 5px;
  padding: 14.5px 30px;
  font-weight: 700;
  font-size: var(--fontSize);
}

.register-form form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info {
  padding-right: 15px;
}

.contact-info .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.contact-info h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
}

.contact-info ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-bottom: 0;
}

.contact-info ul li {
  position: relative;
  margin-bottom: 35px;
  list-style-type: none;
  padding-left: 100px;
}

.contact-info ul li .icon {
  width: 75px;
  height: 85px;
  background-color: #f8f9f8;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  left: 0;
  font-size: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 0;
}

.contact-info ul li .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-info ul li h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
}

.contact-info ul li p {
  font-weight: 600;
  max-width: 300px;
  margin-bottom: 0;
  margin-top: 2px;
}

.contact-info ul li:hover .icon {
  color: var(--whiteColor);
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-form {
  overflow: hidden;
  padding: 35px;
  margin-left: 15px;
  border-radius: 5px;
  background-image: url(../../assets/img/register-shape.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form h2 {
  margin-bottom: 0;
  color: var(--whiteColor);
  font-size: 33px;
  font-weight: 800;
}

.contact-form p {
  color: var(--whiteColor);
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-form form {
  margin-top: 25px;
}

.contact-form form input, .contact-form form textarea {
  display: block;
  width: 100%;
  border: none;
  color: var(--whiteColor) !important;
  background-color: #c22b34 !important;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: var(--fontSize);
  font-weight: 600;
}

.contact-form form input::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form form input:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form form input::-ms-input-placeholder, .contact-form form textarea::-ms-input-placeholder {
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form form input::placeholder, .contact-form form textarea::placeholder {
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form form input:focus::-webkit-input-placeholder, .contact-form form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-form form input:focus:-ms-input-placeholder, .contact-form form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-form form input:focus::-ms-input-placeholder, .contact-form form textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.contact-form form input:focus::placeholder, .contact-form form textarea:focus::placeholder {
  color: transparent;
}

.contact-form form textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-form form .default-btn {
  background-color: var(--blackColor);
  margin-top: 5px;
  padding: 12px 30px;
}

.contact-form form .default-btn span {
  background-color: var(--whiteColor);
}

.contact-form .wpcf7-not-valid-tip {
  color: var(--whiteColor);
  font-size: 14px;
  margin-top: 4px;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact-form .wpcf7-form-control-wrap input.gdpr-term {
  display: inline-block;
  background-color: transparent;
  padding-left: 0;
  border-radius: 0;
  position: relative;
  top: 2px;
  margin-bottom: 0;
  font-weight: normal;
  width: auto;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0 0 0 0;
}

.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: var(--whiteColor);
}

.contact-form .wpcf7-list-item-label {
  color: var(--whiteColor);
}

.contact-form .wpcf7-list-item-label a {
  color: var(--whiteColor);
  text-decoration: underline;
}

#map {
  height: 500px;
  width: 100%;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #100f1f;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo h2 {
  color: var(--whiteColor);
  font-weight: bold;
}

.single-footer-widget h3 {
  margin-bottom: 20px;
  position: relative;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 800;
}

.single-footer-widget p {
  color: #ededed;
}

.single-footer-widget .footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-links-list li {
  margin-bottom: 12px;
  color: #ededed;
}

.single-footer-widget .footer-links-list li a {
  color: #ededed;
  display: inline-block;
}

.single-footer-widget .footer-links-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .social-link {
  padding-left: 0 !important;
  list-style-type: none;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 3px;
}

.single-footer-widget .social-link li::before {
  display: none;
}

.single-footer-widget .social-link li:last-child {
  margin-right: 0;
  margin-bottom: 8px !important;
}

.single-footer-widget .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--whiteColor);
  background-color: #1e1d2f;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}

.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.single-footer-widget .social-link li a:hover {
  color: var(--whiteColor) !important;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none !important;
}

.single-footer-widget .footer-contact-info li {
  margin-bottom: 13px;
  color: #ededed;
  position: relative;
  padding-left: 22px;
}

.single-footer-widget .footer-contact-info li::before {
  display: none;
}

.single-footer-widget .footer-contact-info li a {
  color: #ededed;
  display: inline-block;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 6px;
}

.single-footer-widget .footer-contact-info li i.bxs-inbox {
  top: 5px;
}

.single-footer-widget .nice-select ul li.option {
  color: #0c0c0c !important;
}

.footer-bottom-area {
  margin-top: 70px;
  border-top: 2px solid #181726;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-bottom-area p {
  color: #ededed;
}

.footer-bottom-area p i {
  position: relative;
  top: 1.3px;
}

.footer-bottom-area p a {
  font-weight: 600;
}

.footer-bottom-area p a:hover {
  color: var(--whiteColor);
}

.footer-bottom-area ul {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-bottom-area ul li {
  color: #ededed;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.footer-bottom-area ul li:last-child {
  margin-right: 0;
}

.footer-bottom-area ul li:last-child::before {
  display: none;
}

.footer-bottom-area ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 5.5px;
  width: 1px;
  height: 14px;
  background-color: #ededed;
}

.footer-bottom-area ul li a {
  display: block;
  color: #ededed;
  text-transform: capitalize;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, var(--whiteColor)), to(var(--whiteColor)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--whiteColor) 75%, var(--whiteColor) 100%);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 15px;
  color: var(--blackColor);
  background-color: var(--whiteColor);
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

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

input.gdpr-term {
  height: auto !important;
}

/*Unit test CSS*/
.blocks-gallery-caption {
  margin-bottom: 8px;
}

.wp-block-search .wp-block-search__input {
  max-width: 100%;
}

.wp-block-calendar table {
  margin-bottom: 0;
}

.wp-block-calendar {
  margin-bottom: 20px;
}

.wp-calendar-nav {
  text-align: left;
}

.wp-block-group__inner-container {
  padding: 30px;
}

.wp-block-archives-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-tag-cloud a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px solid #eeeeee;
  position: relative;
  color: #393953 !important;
  text-decoration: none !important;
  margin-top: 8px;
  margin-right: 4px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
  color: var(--whiteColor) !important;
}

blockquote.has-text-color.has-very-dark-gray-color::before {
  top: 15px;
  z-index: -1;
  font-size: 90px;
  left: 0;
}

blockquote.has-text-color.has-very-dark-gray-color:after {
  display: none;
}

blockquote.has-text-color.has-very-dark-gray-color p, blockquote.has-text-color.has-very-dark-gray-color cite {
  padding-left: 55px;
}

.wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
  display: none;
}

.wp-block-search .wp-block-search__input {
  background-color: var(--whiteColor);
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.wp-block-search button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 80px;
  z-index: 1;
  border: none;
  color: var(--whiteColor);
}

.wp-block-search button:hover {
  color: var(--whiteColor);
  background: #393953 !important;
}

.wp-block-code {
  background: #eee;
}

.nice-select.postform .list {
  display: none;
}

.nice-select.postform.open .list {
  display: block;
}

.entry-meta ul {
  padding-left: 0 !important;
  list-style-type: none !important;
  margin-top: 0 !important;
}

.comment-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
}

.comment-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.comment-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.comment-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.comment-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.comment-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.comment-content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-content p a {
  text-decoration: underline;
}

.comment-content p a:hover {
  text-decoration: none;
}

.comment-content .entry-content a {
  text-decoration: underline;
}

.comment-content .entry-content a:hover {
  text-decoration: none;
}

.comment-content dl, .comment-content ol, .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comment-content dd a {
  text-decoration: underline;
}

.comment-content dd a:hover {
  text-decoration: none;
}

.comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.comment-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.comment-content ul li ul li {
  list-style-type: circle;
}

.comment-content ol {
  padding-left: 20px;
}

.comment-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  list-style-type: decimal;
}

.comment-content ol li ol {
  margin: 5px 0 0;
}

.comment-content b, .comment-content strong {
  font-weight: 600;
  color: #212529;
}

.comment-content dfn, .comment-content cite, .comment-content em, .comment-content i {
  font-style: italic;
}

.comment-content code, .comment-content kbd, .comment-content tt, .comment-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.comment-content kbd {
  background-color: #676767;
}

.comment-content mark, .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.comment-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
}

.comment-content abbr, .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

blockquote {
  background-color: var(--whiteColor);
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* End Template: Comments */
/* Comments list style */
#comments {
  clear: both;
  padding: 30px;
  margin-top: 30px;
  list-style: none;
  background-color: var(--whiteColor);
}

#comments .comment-list {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#comments .comment-list:before {
  display: none;
}

#comments .comment-list .comment-body {
  border-bottom: 1px solid #eee;
  margin-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#comments .comment-list .comment-body .comment-content img {
  margin: 7px 0;
}

#comments .comment-list .comment-body .reply {
  margin-top: 15px;
}

#comments .comment-list .comment-body .reply a {
  border: 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 18px;
  line-height: 1;
  border-radius: 0;
  font-size: 12px;
  text-decoration: none;
  background-color: #f1f1f1;
}

#comments .comment-list .comment-body .reply a:hover {
  color: var(--whiteColor);
}

#comments .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}

#comments .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  top: 5px;
  border-radius: 50%;
}

#comments .comment-author .says {
  display: none;
}

#comments .comment-author b.fn {
  font-weight: 600;
}

#comments .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-metadata {
  color: #615b5b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#comments .comment-metadata a {
  color: #615b5b;
}

#comments .comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

#comments .comment-reply-link {
  font-weight: 600;
  position: relative;
}

#comments .comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

#comments .children {
  padding-left: 10px !important;
}

#comments .children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

#comments .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #575757;
  padding: 2px;
}

#comments .no-comments,
#comments .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

#comments .comments-pagination {
  margin: 2em 0 3em;
}

.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 30px;
}

/* End Comments list style */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
  color: var(--optionalColor);
}

.wp-block-image figcaption a {
  text-decoration: underline;
}

.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin: 20px 0;
  clear: both;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ul.wp-block-gallery.alignleft.columns-2.is-cropped {
  margin-top: 7px !important;
}

.is-style-outline {
  text-transform: capitalize;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent !important;
  color: #000;
  border-color: #000;
}

pre.wp-block-code {
  border: 1px solid #eee;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}

.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}

.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.wp-block-table.is-style-stripes td {
  border-color: #eaeaea;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 10px;
}

.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: var(--whiteColor);
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
  color: var(--whiteColor);
}

.page-links .current {
  color: var(--whiteColor);
}

.wp-block-archives-list {
  padding: 0 !important;
}

.wp-block-archives-list li {
  list-style: none !important;
}

.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}

.wp-block-categories-list li {
  list-style: none !important;
}

.wp-block-categories-list li a {
  text-transform: capitalize;
}

.wp-block-categories-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list li span.post-count {
  padding-left: 8px;
  color: var(--optionalColor);
}

.wp-block-categories-list li .children li a {
  position: relative;
}

.wp-block-categories-list li .children li a::before {
  content: "-";
  position: absolute;
  left: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: var(--optionalColor);
}

.wp-block-latest-comments {
  padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 500;
  text-decoration: underline;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 500;
}

.blog-details-area {
  background: #F6F4F7;
}

.blog-details-area iframe, .blog-details-area video {
  width: 100%;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 15px !important;
}

.wp-block-gallery .blocks-gallery-grid {
  padding: 0 !important;
  margin-top: 7px !important;
  margin-bottom: 5px !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: 400;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
  color: var(--whiteColor);
}

.wp-block-cover p.wp-block-cover-text strong {
  color: var(--whiteColor);
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: var(--whiteColor);
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}

.wp-block-file a:hover {
  text-decoration: none;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 15px 0 0;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: var(--optionalColor) !important;
  color: var(--whiteColor);
}

.wp-block-quote.is-style-large {
  border: none;
  padding-left: 0;
  margin: 20px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: var(--whiteColor);
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  color: var(--whiteColor);
  font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-block-columns.alignwide blockquote, .wp-block-columns.alignwide .blockquote {
  padding: 25px !important;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 15px 0 0;
  color: var(--optionalColor);
}

.wp-caption .wp-caption-text a {
  text-decoration: underline;
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: var(--whiteColor);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 99990;
}

.bypostauthor {
  z-index: 99990;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 10px;
  color: var(--optionalColor);
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
  color: red !important;
}

.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .trackback a.url {
  margin-top: 5px;
  font-size: 14px;
}

.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.comments-area .comment-list .pingback .comment-body a {
  color: red !important;
  text-decoration: underline;
}

.comments-area .comment-list .pingback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .pingback a.url {
  margin-top: 5px;
  font-size: 14px;
}

/* End Pingback style */
/* Post password form style */
.post-password-form label {
  font-weight: 600;
  font-size: 15px;
}

.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
  padding: 6px 15px;
  border-radius: 5px;
}

.post-password-form input[type=submit] {
  border: 1px solid;
  color: var(--whiteColor);
  height: 45px;
  padding: 5px 20px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.post-password-form input[type=submit]:hover {
  border: 1px solid;
  color: var(--whiteColor);
  background-color: var(--optionalColor);
}

/* End Post password form style */
/* Comment navigation */
.comment-navigation .nav-links {
  overflow: hidden;
  margin-bottom: 25px;
}

.comment-navigation .nav-links .nav-previous {
  float: left;
}

.comment-navigation .nav-links .nav-previous a {
  display: inline-block;
  border: 1px solid #ded9d9;
  padding: 7px 18px;
  background: var(--whiteColor);
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-navigation .nav-links .nav-previous a:hover {
  color: var(--whiteColor);
}

.comment-navigation .nav-links .nav-next {
  float: right;
}

.comment-navigation .nav-links .nav-next a {
  display: inline-block;
  border: 1px solid #ded9d9;
  background: var(--whiteColor);
  padding: 7px 18px;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-navigation .nav-links .nav-next a:hover {
  color: var(--whiteColor);
}

/* End Comment navigation */
/* Resent posts with thumb */
.widget_ecademy_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.widget_ecademy_posts_thumbs .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_ecademy_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget_ecademy_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}

.widget_ecademy_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_ecademy_posts_thumbs .item .info .title {
  font-size: 13.6px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}

.widget_ecademy_posts_thumbs .item .info .title a {
  color: #212529;
}

.widget_ecademy_posts_thumbs .item .info time {
  display: block;
  font-size: 12px;
  color: #767676;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 3px;
}

.widget_ecademy_posts_thumbs .no-thumb .info time {
  margin-top: 0;
}

/* End Resent posts with thumb */
/* Unit test pages style
====================================================================*/
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  display: none;
}

/* End WP core style */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content p img.size-full.wp-image-904.alignright {
  margin: 15px 0 20px 20px;
}

.page-main-content .entry-content a {
  text-decoration: underline;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-left: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #212529;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.page-main-content kbd {
  background-color: #616161;
}

.page-main-content mark, .page-main-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.page-main-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  background: #f1f1f1;
  overflow: auto;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

address {
  margin: 20px 0;
  font-style: italic;
  line-height: 30px;
}

/* End Page Markup And Formatting */
/* Post search not found form */
.no-results {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: var(--whiteColor);
  padding: 35px;
}

.no-results h1.page-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.no-results form {
  position: relative;
}

.no-results form label {
  display: block;
  margin-bottom: 0;
}

.no-results form .screen-reader-text {
  display: none;
}

.no-results form .search-field {
  background-color: #f6f4f7;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #f6f4f7;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.no-results form button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  font-size: 20px;
  line-height: 55px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none;
  color: var(--whiteColor);
  border-radius: 5px;
}

.no-results form button:hover {
  background-color: var(--optionalColor);
}

/* End Post search not found form */
/* Single footer widget  */
/* Single footer widget  */
.footer-area .single-footer-widget {
  margin-bottom: 30px;
}

.footer-area .single-footer-widget img.alignnone.size-full {
  margin: 15px 0 30px;
}

.footer-area .single-footer-widget h3 {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #192129;
  color: var(--whiteColor);
  font-size: 20px;
}

.footer-area .single-footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1.2px;
  width: 45px;
}

.footer-area .single-footer-widget h3 a {
  color: #e4e4e4 !important;
}

.footer-area .single-footer-widget p {
  color: #e4e4e4 !important;
}

.footer-area .single-footer-widget ul {
  padding-left: 17px;
  list-style-type: none;
  margin: 0;
}

.footer-area .single-footer-widget ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.8;
  color: #e4e4e4 !important;
  font-size: 15px;
}

.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-area .single-footer-widget ul li::before {
  height: 7px;
  width: 7px;
  content: "";
  left: -17px;
  top: 10px;
  position: absolute;
}

.footer-area .single-footer-widget ul li a {
  color: #e4e4e4;
  -webkit-transition: prop time;
  transition: prop time;
}

.footer-area .single-footer-widget ul li a:hover {
  padding-left: 7px;
}

.footer-area .single-footer-widget .item .info time {
  color: #d3d3d3;
}

.footer-area .single-footer-widget .wp-calendar-nav {
  margin-top: 10px;
}

.footer-area .single-footer-widget .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.footer-area .single-footer-widget .wp-calendar-nav .wp-calendar-nav-next a {
  color: var(--whiteColor);
}

.footer-area .widget_search form {
  position: relative;
}

.footer-area .widget_search form .screen-reader-text {
  display: none;
}

.footer-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.footer-area .widget_search form .search-field {
  height: 55px;
  color: var(--blackColor);
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 3px 0 0 18px;
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 14px;
  font-weight: 400;
}

.footer-area .widget_search form .search-field::-webkit-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.footer-area .widget_search form .search-field:-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.footer-area .widget_search form .search-field::-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.footer-area .widget_search form .search-field::placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.footer-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.footer-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.footer-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.footer-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.footer-area .widget_search form button {
  border: none;
  color: var(--whiteColor);
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  right: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
  line-height: 0;
}

.footer-area .widget_search form button:hover, .footer-area .widget_search form button:focus {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}

.footer-area select {
  height: 45px;
  border: 1px solid var(--whiteColor);
  width: 100%;
  font-size: 15px;
  color: var(--blackColor);
  padding: 8px 15px;
}

.footer-area .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
}

.footer-area .nice-select .option {
  padding-top: 8px;
  padding-bottom: 5px;
}

.footer-area .nice-select ul li::before {
  display: none;
}

.footer-area .nice-select ul {
  padding-top: 12px;
}

.footer-area .nice-select ul li {
  margin-bottom: 0px;
}

.footer-area .nice-select .option.selected.focus {
  display: none;
}

.footer-area .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-area .widget_categories ul li a {
  display: inline-block;
  text-transform: capitalize;
}

.footer-area .widget_categories ul li .children {
  margin-top: 10px;
}

.footer-area .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.footer-area .widget_pages ul li a {
  text-transform: capitalize;
}

.footer-area .widget_rss ul li {
  margin-bottom: 20px;
}

.footer-area .widget_rss ul li::before {
  top: 10px;
}

.footer-area .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.footer-area .widget_rss ul li .rsswidget {
  display: block;
  font-weight: 700;
  font-size: 17px;
  color: #e4e4e4 !important;
  -webkit-transition: prop time;
  transition: prop time;
}

.footer-area .widget_rss ul li .rsswidget:hover {
  padding-left: 7px;
}

.footer-area .widget_rss ul li .rss-date {
  font-size: 12px;
  margin: 7px 0 10px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #e4e4e4 !important;
}

.footer-area .widget_rss ul li cite {
  color: #e4e4e4 !important;
  display: block;
  margin-top: 10px;
  font-style: normal;
}

.footer-area .widget_rss ul li .rssSummary {
  color: #e4e4e4 !important;
}

.footer-area .tagcloud a {
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px !important;
  margin: 5px 5px 5px 0;
  text-transform: capitalize;
  background: var(--whiteColor);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-area .tagcloud a:hover {
  color: var(--whiteColor);
}

.footer-area .widget_text p {
  margin-top: 5px;
}

.footer-area .widget_text p:first-child {
  margin-top: 0;
}

.footer-area .widget_text p strong {
  font-size: 14px;
}

.footer-area .widget_text p img {
  margin: 10px 0;
  max-width: 100%;
  width: auto;
}

.footer-area .calendar_wrap table {
  text-align: center;
  margin: 0;
  background: var(--whiteColor);
}

.footer-area .calendar_wrap table caption {
  color: var(--whiteColor);
}

.footer-area .calendar_wrap table th, .footer-area .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}

.footer-area .calendar_wrap table th a, .footer-area .calendar_wrap table td a {
  text-decoration: none;
}

.footer-area .calendar_wrap table #today {
  background-color: #eee;
  font-weight: 600;
}

.footer-area .calendar_wrap table #today a {
  text-decoration: none;
}

.footer-area .calendar_wrap table #prev, .footer-area .calendar_wrap table #next {
  font-size: 14px;
}

.footer-area .calendar_wrap table #prev a, .footer-area .calendar_wrap table #next a {
  text-decoration: none;
}

.footer-area .calendar_wrap caption {
  caption-side: top;
  font-weight: 600;
  padding: 0 0 15px;
  line-height: 1;
  color: #e4e4e4;
  font-size: 1;
  font-size: 15px;
}

.footer-area .calendar_wrap .wp-calendar-nav-prev a {
  color: var(--whiteColor);
}

.footer-area .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.footer-area .widget_recent_comments .recentcomments .comment-author-link {
  font-size: 14px;
}

.footer-area .widget_recent_comments .recentcomments a {
  color: #e4e4e4 !important;
}

.footer-area .widget_media_gallery .gallery {
  margin: 0;
}

.footer-area .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.footer-area .widget_recent_entries ul li {
  line-height: 1.5;
}

.footer-area .widget_recent_entries ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #e4e4e4 !important;
}

.footer-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: var(--whiteColor);
  text-transform: uppercase;
  margin-top: 5px;
}

.footer-area span.post-count {
  float: right;
  color: #e4e4e4 !important;
}

.footer-area img.rss-widget-icon {
  margin-top: -5px;
}

.footer-area .nice-select {
  height: 50px;
}

.footer-area .nice-select .current {
  display: block;
  padding-top: 5px;
}

.footer-area .nice-select ul li {
  text-transform: capitalize;
}

/* Sticky Post */
.sticky .single-blog-post .post-content {
  padding-left: 60px;
  border: 1px solid var(--blackColor);
  background-color: var(--blackColor);
}

.sticky .single-blog-post .post-content h3 {
  color: var(--whiteColor);
  position: relative;
}

.sticky .single-blog-post .post-content h3::before {
  font-family: "boxicons" !important;
  content: "\eb84";
  position: absolute;
  left: -40px;
  top: 0;
  color: var(--whiteColor);
  font-size: 30px;
  font-weight: normal;
}

.sticky .single-blog-post .post-content h3 a {
  color: var(--whiteColor);
}

.sticky .single-blog-post .post-content p {
  color: var(--whiteColor);
}

.sticky .single-blog-post .post-content .post-meta li {
  color: var(--whiteColor);
}

.sticky .single-blog-post .post-content .category {
  color: var(--whiteColor);
}

.sticky .single-blog-post .post-content .post-content-footer li {
  color: var(--whiteColor);
}

.sticky .single-blog-post .post-content .post-content-footer li a {
  color: var(--whiteColor);
}

/* End Sticky Post */
/* Entry meta */
.entry-meta ul {
  padding-left: 0 !important;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 0 !important;
}

.entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  color: var(--optionalColor) !important;
  font-weight: 600;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 45px;
}

.entry-meta ul li i {
  font-size: 20px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 3px;
}

.entry-meta ul li span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}

.entry-meta ul li a {
  display: inline-block;
  color: var(--blackColor);
  text-decoration: none !important;
  text-transform: capitalize;
}

.entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/* End Entry meta */
/* Widget sidebar */
.sidebar {
  padding-left: 15px;
}

.sidebar .widget {
  margin-top: 30px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
  background-color: var(--whiteColor);
}

.sidebar .widget:first-child {
  margin-top: 0;
}

.sidebar .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 10px;
  border-left: 3px dashed #dfdfdf;
  font-size: 22px;
  font-weight: 800;
}

.sidebar .widget .widget-title::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 6px;
}

.sidebar .widget .widget-title::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 19px;
  width: 3px;
  height: 6px;
}

.sidebar .widget ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.sidebar .widget ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #252525;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget ul li::before {
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 6px;
  position: absolute;
}

.sidebar .widget ul li a:hover .post_count {
  border: 1px solid;
}

.sidebar .widget ul li a .post_count {
  position: absolute;
  right: 0;
  border: 1px solid #eee;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}

.sidebar .widget_search form {
  position: relative;
}

.sidebar .widget_search form .screen-reader-text {
  display: none;
}

.sidebar .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.sidebar .widget_search form .search-field {
  height: 55px;
  color: var(--blackColor);
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 15px;
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 500;
}

.sidebar .widget_search form .search-field::-webkit-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar .widget_search form .search-field:-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar .widget_search form .search-field::-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar .widget_search form .search-field::placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.sidebar .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.sidebar .widget_search form button {
  border: none;
  color: var(--whiteColor);
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  right: 5px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
  line-height: 0;
}

.sidebar .widget_search form button:hover, .sidebar .widget_search form button:focus {
  color: var(--whiteColor);
}

.sidebar select {
  height: 50px;
  border: 1px solid #eee;
  width: 100%;
  color: var(--optionalColor);
  font-size: 13.5px;
  padding: 8px 15px;
}

.sidebar .nice-select {
  float: unset;
  word-break: break-word;
  width: 100%;
  white-space: inherit;
  font-weight: 500;
  border: 1.5px solid #e8e8e8;
  height: 50px;
  padding: 3px 20px;
}

.sidebar .nice-select .option.selected.focus {
  display: none;
}

.sidebar .nice-select .list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar .nice-select .list li {
  min-height: auto;
  margin: 0;
  line-height: 30px;
  font-weight: normal;
  text-transform: capitalize;
}

.sidebar .nice-select .list li::before {
  display: none;
}

.sidebar .widget_categories ul li a {
  text-transform: capitalize;
}

.sidebar .widget_categories ul li .children {
  margin-top: 10px;
}

.sidebar .widget_pages ul li.page_item_has_children > a {
  margin-bottom: 10px;
  display: inline-block;
}

.sidebar .widget_pages ul li a {
  text-transform: capitalize;
}

.sidebar .widget_rss ul li {
  margin-bottom: 20px;
}

.sidebar .widget_rss ul li::before {
  top: 10px;
}

.sidebar .widget_rss ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget_rss ul li .rsswidget {
  display: block;
  color: #222222;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar .widget_rss ul li .rss-date {
  font-size: 13px;
  margin: 8px 0 10px;
  display: block;
}

.sidebar .widget_rss ul li .rssSummary {
  color: var(--optionalColor);
  line-height: 25px;
  font-size: 14px;
}

.sidebar .widget_rss ul li cite {
  font-weight: 700;
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #222;
  font-size: 13.5px;
}

.sidebar .tagcloud a {
  border: 1px solid #eee;
  padding: 6px 12px;
  font-size: 13px !important;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
  margin-right: 4px;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .tagcloud a:hover {
  color: var(--whiteColor);
}

.sidebar .widget_text p img {
  margin: 10px 0;
}

.sidebar .widget_text .wp-caption-text {
  border: none;
  text-align: center;
  font-size: 13px;
}

.sidebar .calendar_wrap table {
  margin: 0;
  text-align: center;
}

.sidebar .calendar_wrap table th, .sidebar .calendar_wrap table td {
  font-size: 14px;
  padding: 8px 5px;
}

.sidebar .calendar_wrap table th a, .sidebar .calendar_wrap table td a {
  text-decoration: none;
}

.sidebar .calendar_wrap table #today {
  background-color: #eee;
  font-weight: 600;
}

.sidebar .calendar_wrap caption {
  padding-top: 0;
  color: #393d40;
  caption-side: top;
  font-weight: 700;
}

.sidebar .widget_nav_menu .sub-menu {
  margin-top: 8px;
}

.sidebar .widget_nav_menu ul li {
  font-weight: 600;
}

.sidebar .widget_recent_comments .recentcomments {
  color: #696969;
  font-weight: 700;
}

.sidebar .widget_recent_comments .recentcomments .comment-author-link {
  font-size: 14.5px;
}

.sidebar .widget_media_gallery .gallery {
  margin: 0;
}

.sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}

.sidebar .widget_recent_entries ul li a {
  font-weight: 700;
}

.sidebar .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 14px;
  color: #767676;
  margin-top: 2px;
}

.sidebar p {
  font-size: 14px;
}

.sidebar span.post-count {
  float: right;
  font-size: 13px;
}

.sidebar .widget_lp-widget-popular-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget_lp-widget-popular-courses .course-entry:last-child {
  margin-bottom: 0;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a {
  display: block;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-cover a img {
  width: 100%;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-detail a {
  display: inline-block;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 5px;
}

.sidebar .widget_lp-widget-popular-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-top: 10px;
  font-weight: 700;
}

.sidebar .widget_lp-widget-popular-courses .widget-footer {
  margin-top: 20px;
}

.sidebar .widget_lp-widget-popular-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.sidebar .widget_lp-widget-popular-courses .widget-footer a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 1px;
  background-color: var(--blackColor);
}

.sidebar .widget_lp-widget-popular-courses .widget-footer .pull-right {
  float: unset;
}

.sidebar .widget_lp-widget-featured-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget_lp-widget-featured-courses .course-entry:last-child {
  margin-bottom: 0;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a {
  display: block;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-cover a img {
  width: 100%;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-detail a {
  display: inline-block;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 5px;
}

.sidebar .widget_lp-widget-featured-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  font-weight: 700;
}

.sidebar .widget_lp-widget-featured-courses .widget-footer {
  margin-top: 20px;
}

.sidebar .widget_lp-widget-featured-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.sidebar .widget_lp-widget-featured-courses .widget-footer a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 1px;
  background-color: var(--blackColor);
}

.sidebar .widget_lp-widget-featured-courses .widget-footer .pull-right {
  float: unset;
}

.sidebar .widget_lp-widget-recent-courses .course-entry {
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget_lp-widget-recent-courses .course-entry:last-child {
  margin-bottom: 0;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-cover {
  margin-bottom: 20px;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a {
  display: block;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-cover a img {
  width: 100%;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-detail a {
  display: inline-block;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-detail h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-top: 5px;
}

.sidebar .widget_lp-widget-recent-courses .course-entry .course-detail .course-meta-data .course-meta-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  font-weight: 700;
}

.sidebar .widget_lp-widget-recent-courses .widget-footer {
  margin-top: 20px;
}

.sidebar .widget_lp-widget-recent-courses .widget-footer a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.sidebar .widget_lp-widget-recent-courses .widget-footer a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 1px;
  background-color: var(--blackColor);
}

.sidebar .widget_lp-widget-recent-courses .widget-footer .pull-right {
  float: unset;
}

.sidebar .wp-calendar-nav {
  margin-top: 10px;
}

.sidebar .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

/* HTML Tags and Formatting */
.blog-details .blog-details-content {
  padding: 30px;
  overflow: hidden;
  background-color: var(--whiteColor);
}

.blog-details .blog-details-content .entry-meta {
  margin-bottom: 10px;
}

.blog-details .blog-details-content .entry-meta ul {
  margin-bottom: 10px;
}

.blog-details .blog-details-content .entry-meta li {
  padding-left: 30px;
}

.blog-details .blog-details-content .entry-meta li a {
  color: var(--optionalColor);
}

.blog-details .blog-details-content .nice-select {
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
}

.blog-details .blog-details-content .nice-select .current {
  padding-top: 5px;
  display: block;
}

.blog-details .blog-details-content .nice-select ul {
  padding-left: 0;
  margin-top: 0;
}

.blog-details .blog-details-content .nice-select ul li {
  list-style-type: none;
  padding: 5px 15px;
  margin: 0;
  min-height: auto;
}

.blog-details .blog-details-content h1 {
  font-size: 35px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h2 {
  font-size: 30px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h3 {
  font-size: 25px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h4 {
  font-size: 20px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h5 {
  font-size: 18px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content h6 {
  font-size: 16px;
  margin-bottom: 13px;
  font-weight: 800;
}

.blog-details .blog-details-content p a {
  text-decoration: underline;
}

.blog-details .blog-details-content p a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content .entry-content a {
  text-decoration: underline;
}

.blog-details .blog-details-content .entry-content a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content dl, .blog-details .blog-details-content ol, .blog-details .blog-details-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .blog-details-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.blog-details .blog-details-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.blog-details .blog-details-content dd a {
  text-decoration: underline;
}

.blog-details .blog-details-content dd a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul {
  list-style: disc;
  padding-left: 20px;
}

.blog-details .blog-details-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.blog-details .blog-details-content ul li a {
  text-decoration: underline;
}

.blog-details .blog-details-content ul li a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ul li ol {
  margin: 5px 0 0;
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ol li {
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li {
  list-style-type: circle;
}

.blog-details .blog-details-content ul li ul li ol {
  list-style-type: decimal;
}

.blog-details .blog-details-content ul li ul li ol li {
  list-style-type: decimal;
}

.blog-details .blog-details-content ol {
  padding-left: 20px;
}

.blog-details .blog-details-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.blog-details .blog-details-content ol li a {
  text-decoration: underline;
}

.blog-details .blog-details-content ol li a:hover {
  text-decoration: none;
}

.blog-details .blog-details-content ol li ol, .blog-details .blog-details-content ol li ul {
  margin: 5px 0 0;
}

.blog-details .blog-details-content b, .blog-details .blog-details-content strong {
  color: var(--blackColor);
}

.blog-details .blog-details-content dfn, .blog-details .blog-details-content cite, .blog-details .blog-details-content em {
  font-style: italic;
}

.blog-details .blog-details-content code, .blog-details .blog-details-content kbd, .blog-details .blog-details-content tt, .blog-details .blog-details-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-details .blog-details-content kbd {
  background-color: #676767;
  color: var(--whiteColor);
}

.blog-details .blog-details-content mark, .blog-details .blog-details-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.blog-details .blog-details-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}

.blog-details .blog-details-content abbr, .blog-details .blog-details-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.blog-details .blog-details-content .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #f8f8f8;
}

.blog-details .blog-details-content .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details .blog-details-content .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid var(--whiteColor);
  width: 100px;
  height: 100px;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 20px;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: -5px;
  font-size: 18px;
  font-weight: 800;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: var(--optionalColor);
  font-size: 14px;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a {
  color: var(--blackColor);
  padding: 5px 12px 4px;
  border-radius: 2px;
  background-color: var(--whiteColor);
  font-size: 13px;
  font-weight: 500;
}

.blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a:hover, .blog-details .blog-details-content .article-author .author-profile .author-profile-title .author-profile-ecademy-profile a:focus {
  color: var(--whiteColor);
}

/* End HTML Tags and Formatting */
/* Template: Comments */
.comments-area {
  background-color: var(--whiteColor);
  padding: 25px;
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 800;
}

.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
  color: var(--blackColor);
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  display: inline-block;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
}

.comments-area .comment-meta {
  margin-bottom: 0.8em;
}

.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 700;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.comments-area .comment-content p {
  font-size: 14px;
}

.comments-area .comment-respond .comment-reply-title {
  margin: 0;
  position: relative;
  font-size: 22px;
  font-weight: 800;
}

.comments-area .comment-respond .comment-reply-title::before {
  content: "";
  height: 20px;
  width: 2px;
  left: -30px;
  position: absolute;
  top: 2px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}

.comments-area .comment-respond .logged-in-as a {
  font-weight: 500;
  font-size: 15px;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  color: var(--blackColor);
}

.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 2px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comments-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
}

.comments-area .comments-title::before {
  content: "";
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}

.comments-area .comment-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content h6 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-area .comment-content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-content p a {
  text-decoration: underline;
}

.comments-area .comment-content p a:hover {
  text-decoration: none;
}

.comments-area .comment-content .entry-content a {
  text-decoration: underline;
}

.comments-area .comment-content .entry-content a:hover {
  text-decoration: none;
}

.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.comments-area .comment-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.comments-area .comment-content dd a {
  text-decoration: underline;
}

.comments-area .comment-content dd a:hover {
  text-decoration: none;
}

.comments-area .comment-content ul {
  list-style: disc;
  padding-left: 20px;
}

.comments-area .comment-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.comments-area .comment-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.comments-area .comment-content ul li ul li {
  list-style-type: circle;
}

.comments-area .comment-content ol {
  padding-left: 20px;
}

.comments-area .comment-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
  list-style-type: decimal;
}

.comments-area .comment-content ol li ol {
  margin: 5px 0 0;
}

.comments-area .comment-content b, .comments-area .comment-content strong {
  font-weight: 800;
  color: #212529;
}

.comments-area .comment-content dfn, .comments-area .comment-content cite, .comments-area .comment-content em, .comments-area .comment-content i {
  font-style: italic;
}

.comments-area .comment-content code, .comments-area .comment-content kbd, .comments-area .comment-content tt, .comments-area .comment-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.comments-area .comment-content kbd {
  background-color: #676767;
}

.comments-area .comment-content mark, .comments-area .comment-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.comments-area .comment-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
  background: #fafafa;
}

.comments-area .comment-content abbr, .comments-area .comment-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.comments-area blockquote {
  background-color: var(--whiteColor);
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

/* End Template: Comments */
/* Comment form */
.comment-respond .comment-reply-title {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 10px;
}

.comment-respond .comment-reply-title::before {
  content: "";
  height: 24px;
  width: 3px;
  left: -32px;
  position: absolute;
}

.comment-respond form {
  overflow: hidden;
}

.comment-respond form label {
  display: block;
  font-weight: 500;
  color: #444967;
  margin-bottom: 10px;
}

.comment-respond input[type=date], .comment-respond input[type=time], .comment-respond input[type=datetime-local], .comment-respond input[type=week], .comment-respond input[type=month], .comment-respond input[type=text], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=password], .comment-respond input[type=search], .comment-respond input[type=tel], .comment-respond input[type=number], .comment-respond textarea {
  background-image: none;
  background-color: var(--whiteColor);
  border: 1px solid #eee;
  border-radius: 0;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
  height: 45px;
}

.comment-respond textarea {
  height: auto !important;
  padding-top: 15px !important;
  padding-left: 15px !important;
}

.comment-respond .form-submit {
  text-align: left;
  margin-top: 0;
}

.comment-respond .form-submit input {
  border: 1px solid;
  color: var(--whiteColor);
  padding: 8px 22px 7px !important;
  display: inline-block;
  font-weight: 800 !important;
  cursor: pointer;
  font-size: 14.5px;
  border-radius: 0;
  text-transform: capitalize;
  letter-spacing: 1px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.comment-respond .form-submit input:hover {
  background-color: #000;
  border: 1px solid #000;
  color: var(--whiteColor);
}

.comment-respond input:focus, .comment-respond textarea:focus {
  outline: 0;
  border: 0;
}

.comment-respond p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 25px;
}

.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
}

.comment-respond p.comment-notes {
  line-height: 25px;
  font-size: 14px;
  margin-top: 5px;
}

.comment-respond p.comment-form-comment {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.comment-respond p.comment-form-author {
  width: 50%;
  float: left;
  padding-right: 12px;
  margin-bottom: 0;
}

.comment-respond p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 12px;
  margin-bottom: 0;
}

.comment-respond p.comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.comment-respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.comment-respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 3px;
}

.comment-respond p.form-submit {
  float: left;
  width: 100%;
}

.comment-respond p.logged-in-as {
  line-height: 26px;
  font-size: 15px;
  margin-top: 15px !important;
  margin-bottom: 10px;
}

.comment-respond p.logged-in-as a {
  text-decoration: underline;
  font-size: 13.5px;
}

.comment-respond p.logged-in-as a:hover {
  text-decoration: none;
}

.comment-respond .required {
  color: red;
}

/* End Comment form */
/* Unit test all post style */
.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image figcaption {
  font-size: 15px;
  margin-top: 14px;
  text-align: center;
  color: var(--optionalColor);
  margin-bottom: 0;
}

.wp-block-image figcaption a {
  text-decoration: underline;
}

.wp-block-image figcaption a:hover {
  text-decoration: none;
}

.wp-block-button {
  margin: 20px 0;
  clear: both;
}

.wp-block-button .wp-block-button__link {
  font-size: 16px;
  border-radius: 5px;
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ul.wp-block-gallery.alignleft.columns-2.is-cropped {
  margin-top: 7px !important;
}

.is-style-outline {
  text-transform: capitalize;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  font-size: 16px;
  border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
  background-color: transparent !important;
  color: #000;
  border-color: #000;
}

pre.wp-block-code {
  border: 1px solid #eee;
  padding: 10px 15px;
}

pre.wp-block-preformatted {
  background-color: #fafafa;
  padding: 20px;
  margin: 20px 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}

.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-right: 0;
  padding-left: 0;
}

.wp-block-pullquote blockquote p {
  font-size: 2.25em;
  font-style: italic;
}

.wp-block-pullquote blockquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  font-size: 15px;
  font-style: normal;
}

.wp-block-table.is-style-stripes td {
  border-color: #eaeaea;
}

.wp-block-verse {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-media-text .has-large-font-size {
  font-size: 25px;
  margin-top: 0 !important;
}

.page-links {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.page-links span.page-links-title {
  font-weight: 500;
  font-size: 20px;
  padding-right: 10px;
}

.page-links .post-page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  background-color: var(--whiteColor);
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 35px;
  color: #0a0c19;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none !important;
}

.page-links .post-page-numbers:hover {
  color: var(--whiteColor);
}

.page-links .current {
  color: var(--whiteColor);
}

.wp-block-archives-list {
  padding: 0 !important;
}

.wp-block-archives-list li {
  list-style: none !important;
}

.wp-block-archives-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list {
  padding: 0 !important;
}

.wp-block-categories-list li {
  list-style: none !important;
}

.wp-block-categories-list li a {
  text-transform: capitalize;
}

.wp-block-categories-list li a:hover {
  text-decoration: underline;
}

.wp-block-categories-list li span.post-count {
  padding-left: 8px;
  color: var(--optionalColor);
}

.wp-block-categories-list li .children li a {
  position: relative;
}

.wp-block-categories-list li .children li a::before {
  content: "-";
  position: absolute;
  left: -13px;
  top: -2px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-archives-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: var(--optionalColor);
}

.wp-block-latest-comments {
  padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
  font-weight: 500;
  text-decoration: underline;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
  text-decoration: none;
}

.wp-block-latest-posts li a {
  font-weight: 500;
}

.blog-details-area {
  background: #F6F4F7;
}

.blog-details-area iframe, .blog-details-area video {
  width: 100%;
}

.wp-block-gallery {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 15px !important;
}

.wp-block-gallery .blocks-gallery-grid {
  padding: 0 !important;
  margin-top: 7px !important;
  margin-bottom: 5px !important;
}

.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
  font-weight: 400;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  line-height: 1.5;
  color: var(--whiteColor);
}

.wp-block-cover p.wp-block-cover-text strong {
  color: var(--whiteColor);
}

.wp-block-cover.has-background-dim.alignleft {
  margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
  color: var(--whiteColor);
}

.wp-block-file a {
  text-decoration: underline;
  font-size: 15px;
}

.wp-block-file a:hover {
  text-decoration: none;
}

.wp-block-file .wp-block-file__button {
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500;
  display: table;
  margin: 15px 0 0;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: var(--optionalColor) !important;
  color: var(--whiteColor);
}

.wp-block-quote.is-style-large {
  border: none;
  padding-left: 0;
  margin: 20px 0;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
  color: var(--whiteColor);
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
  color: var(--whiteColor);
  font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  max-width: 80%;
  background: transparent;
}

.wp-block-gallery.alignwide {
  width: 100%;
}

.wp-block-columns.alignwide blockquote, .wp-block-columns.alignwide .blockquote {
  padding: 25px !important;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  padding: 15px 0 0;
  color: var(--optionalColor);
}

.wp-caption .wp-caption-text a {
  text-decoration: underline;
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: var(--whiteColor);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {
  z-index: 99990;
}

.bypostauthor {
  z-index: 99990;
}

/* End Unit test all post style */
/* Post Format: Gallery */
.gallery {
  margin: 30px -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 10px;
  color: var(--optionalColor);
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* End Post Format: Gallery */
/* Pingback style */
.comments-area .comment-list .trackback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.comments-area .comment-list .trackback .comment-body a {
  text-decoration: underline;
  color: red !important;
}

.comments-area .comment-list .trackback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .trackback a.url {
  margin-top: 5px;
  font-size: 14px;
}

.comments-area .comment-list .pingback .comment-body {
  margin-left: 0 !important;
  font-size: 15px !important;
}

.comments-area .comment-list .pingback .comment-body a {
  color: red !important;
  text-decoration: underline;
}

.comments-area .comment-list .pingback .comment-body a:hover {
  text-decoration: none;
}

.comments-area .comment-list .pingback a.url {
  margin-top: 5px;
  font-size: 14px;
}

/* End Pingback style */
/* Post password form style */
.post-password-form label {
  font-weight: 700;
  font-size: 15px;
}

.post-password-form label input {
  border: 1px solid #ccc;
  height: 45px;
  margin: 0 10px;
  padding: 6px 15px;
  border-radius: 5px;
}

.post-password-form input[type=submit] {
  border: 1px solid;
  color: var(--whiteColor);
  height: 45px;
  padding: 5px 20px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.post-password-form input[type=submit]:hover {
  border: 1px solid;
  color: var(--whiteColor);
  background-color: var(--optionalColor);
}

/* End Post password form style */
/* Comment navigation */
.comment-navigation .nav-links {
  overflow: hidden;
  margin-bottom: 25px;
}

.comment-navigation .nav-links .nav-previous {
  float: left;
}

.comment-navigation .nav-links .nav-previous a {
  display: inline-block;
  border: 1px solid #ded9d9;
  padding: 7px 18px;
  background: var(--whiteColor);
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-navigation .nav-links .nav-previous a:hover {
  color: var(--whiteColor);
}

.comment-navigation .nav-links .nav-next {
  float: right;
}

.comment-navigation .nav-links .nav-next a {
  display: inline-block;
  border: 1px solid #ded9d9;
  background: var(--whiteColor);
  padding: 7px 18px;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.comment-navigation .nav-links .nav-next a:hover {
  color: var(--whiteColor);
}

/* End Comment navigation */
/* Resent posts with thumb */
.widget_ecademy_posts_thumbs .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.widget_ecademy_posts_thumbs .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_ecademy_posts_thumbs .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget_ecademy_posts_thumbs .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-position: center center !important;
}

.widget_ecademy_posts_thumbs .item .info {
  overflow: hidden;
}

.widget_ecademy_posts_thumbs .item .info .title {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
}

.widget_ecademy_posts_thumbs .item .info .title a {
  color: #212529;
}

.widget_ecademy_posts_thumbs .item .info time {
  display: block;
  font-size: 15px;
  color: #767676;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 3px;
}

.widget_ecademy_posts_thumbs .no-thumb .info time {
  margin-top: 0;
}

/* End Resent posts with thumb */
/* Unit test pages style
====================================================================*/
/* WP core style */
.alignnone {
  display: block;
  margin-bottom: 15px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignnone {
  margin: 15px auto 10px;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  display: none;
}

/* End WP core style */
/* Page Markup And Formatting */
.page-main-content {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.page-main-content h1 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content h6 {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content p:first-child {
  margin-top: 0;
}

.page-main-content p img.size-full.wp-image-904.alignright {
  margin: 15px 0 20px 20px;
}

.page-main-content .entry-content a {
  text-decoration: underline;
}

.page-main-content .entry-content a:hover {
  text-decoration: none;
}

.page-main-content footer.entry-footer {
  clear: both;
}

.page-main-content footer.entry-footer .edit-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.page-main-content dl, .page-main-content ol, .page-main-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-main-content dt {
  margin-bottom: 5px;
  color: #0d1028;
}

.page-main-content dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}

.page-main-content ul {
  list-style: disc;
  padding-left: 20px;
}

.page-main-content ul li {
  list-style: disc;
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ul li ul {
  margin: 5px 0 0;
  list-style-type: circle;
}

.page-main-content ul li ul li {
  list-style-type: circle;
}

.page-main-content ol {
  padding-left: 20px;
}

.page-main-content ol li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.page-main-content ol li ol {
  margin: 5px 0 0;
}

.page-main-content b, .page-main-content strong {
  color: #212529;
}

.page-main-content dfn, .page-main-content cite, .page-main-content em, .page-main-content i {
  font-style: italic;
}

.page-main-content code, .page-main-content kbd, .page-main-content tt, .page-main-content var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.page-main-content kbd {
  background-color: #616161;
}

.page-main-content mark, .page-main-content ins {
  background: #fff9c0;
  text-decoration: none;
}

.page-main-content pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  background: #f1f1f1;
  overflow: auto;
}

.page-main-content abbr, .page-main-content acronym {
  border-bottom: 1px dotted #484848;
  cursor: help;
}

.page-main-content #comments {
  padding: 0;
}

table {
  margin: 0 0 2rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

table td, table th {
  padding: 12px 10px;
  border: 1px solid #eaeaea;
}

table td a {
  font-weight: 700;
  text-decoration: underline;
}

table td a:hover {
  text-decoration: none;
}

table th a {
  text-decoration: underline;
}

table th a:hover {
  text-decoration: none;
}

table tbody tr th {
  font-weight: 500;
}

.ecademy-single-blank-page {
  height: 320px;
}

/* End Page Markup And Formatting */
/* Post search not found form */
.no-results {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: var(--whiteColor);
  padding: 35px;
}

.no-results h1.page-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}

.no-results form {
  position: relative;
}

.no-results form label {
  display: block;
  margin-bottom: 0;
}

.no-results form .screen-reader-text {
  display: none;
}

.no-results form .search-field {
  background-color: #f6f4f7;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #f6f4f7;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.no-results form button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  font-size: 20px;
  line-height: 55px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none;
  color: var(--whiteColor);
  border-radius: 5px;
}

.no-results form button:hover {
  background-color: var(--optionalColor);
}

/* End Post search not found form */
/*LearnPress CSS*/
.topbar-search {
  max-width: 300px;
  text-align: right;
  margin-left: auto;
}

.topbar-search form {
  position: relative;
}

.topbar-search form label {
  display: block !important;
  margin-bottom: 0 !important;
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 18px !important;
}

.topbar-search form label i {
  font-style: normal;
}

.topbar-search form .input-search {
  height: 50px;
  color: var(--blackColor);
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 1px 15px 0 50px;
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 500;
}

.topbar-search form .input-search::-webkit-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.topbar-search form .input-search:-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.topbar-search form .input-search::-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.topbar-search form .input-search::placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.topbar-search form .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.topbar-search form .input-search:focus:-ms-input-placeholder {
  color: transparent;
}

.topbar-search form .input-search:focus::-ms-input-placeholder {
  color: transparent;
}

.topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

.courses-rating .review-stars-rated {
  position: relative;
  display: inline-block;
}

.courses-rating .review-stars-rated .review-stars {
  padding-left: 0;
  margin: 0;
  margin-top: 2px;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0;
}

.courses-rating .review-stars-rated .review-stars li {
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.courses-rating .review-stars-rated .review-stars li span {
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}

.courses-rating .review-stars-rated .review-stars li span::before {
  width: auto;
  height: auto;
}

.courses-rating .review-stars-rated .review-stars li::before {
  display: none;
}

.courses-rating .review-stars-rated .review-stars.filled {
  margin: 0;
  margin-top: 2px;
  padding-left: 0;
  display: inline-block;
  list-style: none;
  line-height: 16px;
  height: 16px;
  float: left;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  color: #f05a19;
  height: 40px;
}

.courses-rating .review-stars-rated .review-stars.filled li {
  position: static;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

.courses-rating .review-stars-rated .review-stars.filled li span {
  color: #ffb606;
  font-size: 13px;
  width: auto;
  height: auto;
  border-bottom: none;
  text-decoration: none;
}

.courses-rating .review-stars-rated .review-stars.filled li span::before {
  width: auto;
  height: auto;
}

.courses-rating .course-review {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}

.courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
  width: auto;
}

.courses-rating .review-stars-rated .review-stars {
  overflow: unset;
}

.courses-rating .review-stars-rated .review-stars li {
  margin: 0 3px;
}

.courses-rating .review-stars-rated span {
  color: #f2b827;
  font-size: 20px !important;
  margin-right: -3px;
}

.courses-rating .rating-total {
  position: relative;
  color: var(--optionalColor);
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 2px;
}

.courses-details-desc .learn-press-course-results-progress {
  background: rgba(255, 25, 73, 0.0509803922);
  padding: 25px 0 5px 25px;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-right: 0;
}

.courses-details-desc .learn-press-course-results-progress .lp-course-progress-heading {
  font-weight: bold;
  font-size: 20px;
}

.courses-details-desc .learn-press-course-results-progress .course-progress .lp-course-progress-heading {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.courses-details-desc .learn-press-course-results-progress .course-progress .number {
  display: inline-block;
  font-weight: 600;
}

.courses-details-desc .learn-press-course-results-progress .course-progress .lp-label {
  top: -2px;
  position: relative;
}

.courses-details-desc .learn-press-course-results-progress .course-progress .learn-press-progress {
  margin-top: 10px;
}

.courses-details-desc .learn-press-course-results-progress .items-progress .lp-course-progress-heading {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.courses-details-desc .learn-press-course-results-progress .items-progress .number {
  display: inline-block;
  font-weight: 600;
}

.courses-details-desc .learn-press-course-results-progress .items-progress .lp-label {
  top: -2px;
  position: relative;
}

.courses-details-desc .learn-press-course-results-progress .items-progress .learn-press-progress {
  margin-top: 10px;
}

.courses-details-desc .learn-press-course-results-progress .items-progress, .courses-details-desc .learn-press-course-results-progress .course-progress {
  margin-right: 5%;
  width: 45%;
}

.courses-details-desc .lp-label {
  font-size: 11px;
  padding: 4px 8px;
  background: #41b55f;
  border-radius: 0;
}

.courses-details-desc .course-students {
  display: none;
}

.courses-details-desc .course-remaining-time {
  background: #f7f3ff;
  padding: 14px 28px;
  margin-bottom: 30px;
}

.course-rate {
  font-size: 16px;
  font-weight: 700;
}

.course-rate .review-bar {
  border-radius: 5px;
  background: #f1f1f1;
  height: 18px;
}

.course-rate .review-bar .rating {
  border-radius: 5px;
}

.review-form h3 {
  font-weight: 800;
  font-size: 24px !important;
}

.review-form input, .review-form textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 40px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.review-form textarea {
  height: auto !important;
}

.review-form .review-fields {
  padding-left: 0;
}

.review-form .review-fields li label {
  font-weight: bold;
}

.review-form .review-stars {
  padding-left: 0;
}

.learnpress-page .lp-button {
  border: none !important;
  color: var(--whiteColor);
}

.curriculum-sections .section-title {
  text-align: left;
}

.learn-press-message {
  margin: 60px 0 15px 0 !important;
}

.learn-press-checkout {
  padding: 80px 0;
}

.checkout-review-order h4 {
  font-weight: bold;
  margin-top: 30px;
}

.lp-list-table {
  border: 1px solid #dddddd !important;
}

.learn-press-checkout-comment h4 {
  font-weight: bold;
  margin-top: 30px;
}

.order-comments {
  padding: 15px;
  border-color: rgba(221, 221, 221, 0.8666666667);
}

.lp-tab-sections {
  padding: 9px 0 !important;
  border-radius: 5px;
}

.lp-sub-menu {
  padding: 0 !important;
}

h3.profile-heading {
  margin-bottom: 8px;
}

.lp-profile-content button, #course-item-content-header .form-button.lp-button-back button {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
  padding: 13px 25px 12px 25px;
  position: relative;
  color: var(--whiteColor);
  border-width: 2px;
  border-style: solid;
  border-radius: 1px;
  font-size: 14.5px;
  font-weight: 700;
}

.lp-profile-content button .label, .lp-profile-content button .icon-arrow, #course-item-content-header .form-button.lp-button-back button .label, #course-item-content-header .form-button.lp-button-back button .icon-arrow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  perspective: 1000;
}

.lp-profile-content button .label, #course-item-content-header .form-button.lp-button-back button .label {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.lp-profile-content button .icon-arrow, #course-item-content-header .form-button.lp-button-back button .icon-arrow {
  color: var(--whiteColor);
  top: 11px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 25px;
}

.lp-profile-content button .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button .icon-arrow.before {
  left: 20px;
  position: absolute;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.lp-profile-content button .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button .icon-arrow.after {
  opacity: 0;
  position: absolute;
  right: 20px;
  -webkit-transform: translateX(75%) scaleX(0.1);
  transform: translateX(75%) scaleX(0.1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.lp-profile-content button:hover, .lp-profile-content button:focus, #course-item-content-header .form-button.lp-button-back button:hover, #course-item-content-header .form-button.lp-button-back button:focus {
  background-color: var(--optionalColor);
  color: var(--blackColor) !important;
  border-color: var(--optionalColor);
}

.lp-profile-content button:hover .label, .lp-profile-content button:focus .label, #course-item-content-header .form-button.lp-button-back button:hover .label, #course-item-content-header .form-button.lp-button-back button:focus .label {
  -webkit-transform: translateX(-32px);
  transform: translateX(-32px);
}

.lp-profile-content button:hover .icon-arrow.before, .lp-profile-content button:focus .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button:hover .icon-arrow.before, #course-item-content-header .form-button.lp-button-back button:focus .icon-arrow.before {
  opacity: 0;
  -webkit-transform: translateX(-75%) scaleX(0.1);
  transform: translateX(-75%) scaleX(0.1);
}

.lp-profile-content button:hover .icon-arrow.after, .lp-profile-content button:focus .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button:hover .icon-arrow.after, #course-item-content-header .form-button.lp-button-back button:focus .icon-arrow.after {
  opacity: 1;
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}

.lp-profile-content textarea, #course-item-content-header .form-button.lp-button-back textarea {
  border-color: #dddddd;
}

.single-courses-item .author-bio {
  display: none;
}

.blocks-gallery-caption {
  margin-bottom: 8px;
}

.wp-block-group__inner-container {
  padding: 30px;
}

.wp-block-archives-list li span.post-count {
  padding-left: 8px;
  float: right;
}

.wp-block-categories-dropdown {
  margin-bottom: 20px;
}

.wp-block-categories-dropdown select {
  height: 45px;
  border: 1px solid #eee;
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  color: #555;
}

.wp-block-tag-cloud a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px solid #eeeeee;
  position: relative;
  color: #393953 !important;
  text-decoration: none !important;
  margin-top: 8px;
  margin-right: 4px;
}

.wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
  color: var(--whiteColor) !important;
}

blockquote.has-text-color.has-very-dark-gray-color::before {
  top: 15px;
  z-index: -1;
  font-size: 90px;
  left: 0;
}

blockquote.has-text-color.has-very-dark-gray-color:after {
  display: none;
}

blockquote.has-text-color.has-very-dark-gray-color p, blockquote.has-text-color.has-very-dark-gray-color cite {
  padding-left: 55px;
}

.wp-block-search {
  margin-bottom: 30px;
  position: relative;
}

.wp-block-search label {
  display: block;
  margin-bottom: 10px;
}

.wp-block-search .screen-reader-text {
  display: none;
}

.wp-block-search .wp-block-search__input {
  background-color: var(--whiteColor);
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.wp-block-search button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  z-index: 1;
  border: none;
  color: var(--whiteColor);
  margin: 0;
  padding: 0;
}

.wp-block-search button:hover {
  color: var(--whiteColor);
  background: #393953 !important;
}

.wp-block-code {
  background: #eee;
}

.nice-select.postform .list {
  display: none;
}

.nice-select.postform.open .list {
  display: block;
}

.entry-meta ul {
  padding-left: 0 !important;
  list-style-type: none !important;
  margin-top: 0 !important;
}

div#learn-press-checkout-login {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.learn-press [type=button], .learn-press [type=reset], .learn-press [type=submit], .learn-press button {
  display: block;
  margin-top: 0.9rem;
  border-radius: 0.25rem;
  color: var(--whiteColor);
  border: none;
  padding: 12px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
}

.learn-press [type=button]:hover, .learn-press [type=reset]:hover, .learn-press [type=submit]:hover, .learn-press button:hover {
  background: var(--optionalColor);
}

.learn-press-form .form-fields .form-field input[type=text], .learn-press-form .form-fields .form-field input[type=email], .learn-press-form .form-fields .form-field input[type=number], .learn-press-form .form-fields .form-field input[type=password], .learn-press-form .form-fields .form-field textarea {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}

.change-password {
  display: none;
}

#course-item-content-header .form-button.lp-button-back button {
  line-height: 18px !important;
  margin-top: 0;
}

button, input[type=submit], #popup_ok {
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  border: 0;
}

#content-item-quiz button, input[type=submit], #popup_ok {
  background: var(--optionalColor);
  color: var(--whiteColor);
}

.learnpress-page .lp-button {
  line-height: 30px;
  padding: 0 30px !important;
  height: 45px;
  color: var(--whiteColor);
}

.lesson-description iframe {
  background: #787c99;
  border-radius: 11px;
  margin: auto;
  width: 100%;
}

.page-main-content .single-courses-box .courses-content p {
  margin-top: 0;
}

.learnpress .become-teacher-form {
  width: 100%;
  max-width: 550px;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: var(--whiteColor);
  padding: 40px 50px;
  border-radius: 5px;
}

.learnpress .become-teacher-form h4 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.learnpress .become-teacher-form p {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.learnpress .become-teacher-form .learn-press-message {
  margin-bottom: 20px;
  margin-top: 30px !important;
}

.learnpress .become-teacher-form .form-fields .form-field {
  margin-bottom: 20px;
  list-style-type: none;
  line-height: initial;
}

.learnpress .become-teacher-form .form-fields .form-field label {
  margin-bottom: 10px;
  color: var(--blackColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.learnpress .become-teacher-form .form-fields .form-field input, .learnpress .become-teacher-form .form-fields .form-field textarea {
  height: auto;
  border: 1px solid #eeeeee !important;
  outline: 0 !important;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding-left: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.learnpress .become-teacher-form .form-fields .form-field input {
  height: 50px;
  padding-top: 0 !important;
}

.learnpress .become-teacher-form button {
  text-transform: uppercase;
  color: var(--whiteColor);
  display: block;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fontSize);
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
}

.learnpress .become-teacher-form button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.learnpress .become-teacher-form .message-info {
  padding: 10px 12px 10px 15px;
  padding-left: 45px;
  background: #f5f5f5;
  position: relative;
  margin: 0 0 20px;
  border-radius: 5px;
}

.learnpress .become-teacher-form .message-info::before {
  position: absolute;
  content: "\f05a";
  font: normal normal normal 14px/1 FontAwesome;
  width: auto;
  height: auto;
  font-size: 16px;
  background: 0 0 !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.learnpress .learn-press-form-register {
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: var(--whiteColor);
  padding: 40px 30px !important;
  border-radius: 5px;
}

.learnpress #learn-press-checkout-login, .learnpress #learn-press-checkout-register {
  max-width: 100%;
  padding: 0;
  margin: auto;
  margin-left: 0;
  border: none;
}

.learnpress #learn-press-checkout-login h4, .learnpress #learn-press-checkout-register h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.learnpress #learn-press-checkout-login p, .learnpress #learn-press-checkout-register p {
  margin-top: 0;
  margin-bottom: 35px;
}

.learnpress #learn-press-checkout-login .col-lg-6, .learnpress #learn-press-checkout-register .col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.learnpress #learn-press-checkout-login .learn-press-message, .learnpress #learn-press-checkout-register .learn-press-message {
  margin-bottom: 20px;
  margin-top: 30px !important;
}

.learnpress #learn-press-checkout-login #checkout-form-login, .learnpress #learn-press-checkout-register #checkout-form-login {
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: var(--whiteColor);
  padding: 40px 30px;
  border-radius: 5px;
}

.learnpress #learn-press-checkout-login #checkout-form-login h3, .learnpress #learn-press-checkout-register #checkout-form-login h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}

.learnpress #learn-press-checkout-login #checkout-form-login .row, .learnpress #learn-press-checkout-register #checkout-form-login .row {
  margin-top: 20px;
}

.learnpress #learn-press-checkout-login #checkout-form-login .row a, .learnpress #learn-press-checkout-register #checkout-form-login .row a {
  color: var(--blackColor);
  text-decoration: underline;
}

.learnpress #learn-press-checkout-login #checkout-form-login .row .col-lg-7, .learnpress #learn-press-checkout-register #checkout-form-login .row .col-lg-7 {
  text-align: right;
}

.learnpress #learn-press-checkout-login #checkout-form-login p, .learnpress #learn-press-checkout-register #checkout-form-login p {
  margin-top: 0;
  margin-bottom: 10px;
}

.learnpress #learn-press-checkout-login #checkout-form-login p input[type=checkbox], .learnpress #learn-press-checkout-register #checkout-form-login p input[type=checkbox] {
  position: relative;
  top: 1px;
}

.learnpress #learn-press-checkout-login .form-fields .form-field, .learnpress #learn-press-checkout-register .form-fields .form-field {
  margin-bottom: 25px;
  list-style-type: none;
  line-height: initial;
}

.learnpress #learn-press-checkout-login .form-fields .form-field label, .learnpress #learn-press-checkout-register .form-fields .form-field label {
  margin-bottom: 10px;
  color: var(--blackColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.learnpress #learn-press-checkout-login .form-fields .form-field input, .learnpress #learn-press-checkout-login .form-fields .form-field textarea, .learnpress #learn-press-checkout-register .form-fields .form-field input, .learnpress #learn-press-checkout-register .form-fields .form-field textarea {
  height: auto;
  border: 1px solid #eeeeee !important;
  outline: 0 !important;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding-left: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.learnpress #learn-press-checkout-login .form-fields .form-field input, .learnpress #learn-press-checkout-register .form-fields .form-field input {
  height: 50px;
  padding-top: 0 !important;
}

.learnpress #learn-press-checkout-login button, .learnpress #learn-press-checkout-register button {
  text-transform: uppercase;
  color: var(--whiteColor);
  display: block;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fontSize);
  border-radius: 5px;
  margin-top: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
}

.learnpress #learn-press-checkout-login button:hover, .learnpress #learn-press-checkout-register button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.learnpress #learn-press-user-profile .learn-press-form-login {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: var(--whiteColor);
  padding: 40px;
  border: none;
  border-radius: 5px;
  margin-right: 15px;
}

.learnpress #learn-press-user-profile .learn-press-form-login h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.learnpress #learn-press-user-profile .learn-press-form-login .row {
  margin-top: 20px;
}

.learnpress #learn-press-user-profile .learn-press-form-login .row a {
  color: var(--blackColor);
  text-decoration: underline;
}

.learnpress #learn-press-user-profile .learn-press-form-login .row .col-lg-7 {
  text-align: right;
  display: none;
}

.learnpress #learn-press-user-profile .learn-press-form-login p {
  margin-top: 0;
  margin-bottom: 10px;
}

.learnpress #learn-press-user-profile .learn-press-form-login p input[type=checkbox] {
  position: relative;
  top: 1px;
}

.learnpress #learn-press-user-profile .form-fields .form-field {
  margin-bottom: 25px;
  list-style-type: none;
  line-height: initial;
}

.learnpress #learn-press-user-profile .form-fields .form-field label {
  margin-bottom: 10px;
  color: var(--blackColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.learnpress #learn-press-user-profile .form-fields .form-field input, .learnpress #learn-press-user-profile .form-fields .form-field textarea {
  height: auto;
  border: 1px solid #eeeeee !important;
  outline: 0 !important;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding-left: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.learnpress #learn-press-user-profile .form-fields .form-field input {
  height: 50px;
  padding-top: 0 !important;
}

.learnpress #learn-press-user-profile button {
  text-transform: uppercase;
  color: var(--whiteColor);
  display: block;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--fontSize);
  border-radius: 5px;
  margin-top: 5px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
}

.learnpress #learn-press-user-profile button:hover {
  color: var(--whiteColor) !important;
  background-color: var(--blackColor);
}

.learnpress #learn-press-user-profile .learn-press-form-register {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  background-color: var(--whiteColor);
  padding: 40px;
  border: none;
  margin-left: 15px;
  border-radius: 5px;
}

.learnpress #learn-press-user-profile .learn-press-form-register h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.learnpress #learn-press-user-profile .learn-press-form-register .row {
  margin-top: 20px;
}

.learnpress #learn-press-user-profile .learn-press-form-register .row a {
  color: var(--blackColor);
  text-decoration: underline;
}

.learnpress #learn-press-user-profile .learn-press-form-register .row .col-lg-7 {
  text-align: right;
  display: none;
}

.learnpress #learn-press-user-profile .learn-press-form-register #reg_password-description {
  margin-top: 10px;
}

.learnpress #learn-press-user-profile .learn-press-form-register p {
  margin-top: 0;
  margin-bottom: 10px;
}

.learnpress #learn-press-user-profile .learn-press-form-register p input[type=checkbox] {
  position: relative;
  top: 1px;
}

.learnpress #learn-press-user-profile .learn-press-form-register p:last-child {
  margin-bottom: 0;
}

.learnpress div#learn-press-checkout-login {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.learnpress .learn-press-checkout {
  padding: 0;
}

.learnpress .learn-press-message {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.learnpress .checkout-review-order h4 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 25px;
  margin-bottom: 20px;
}

.learnpress .checkout-review-order .lp-list-table {
  margin-bottom: 0;
  border: none !important;
}

.learnpress .checkout-review-order .lp-list-table thead tr th {
  background: var(--blackColor);
  color: var(--whiteColor);
  border-bottom: none;
  white-space: nowrap;
  vertical-align: middle;
  padding: 16px 20px;
  font-size: 18px;
}

.learnpress .checkout-review-order .lp-list-table tbody tr td {
  white-space: nowrap;
  padding: 16px 20px;
  vertical-align: middle;
  border-color: #eeeeee;
  font-size: 15px;
  color: var(--blackColor);
  border-left: 1px solid #eeeeee;
}

.learnpress .checkout-review-order .lp-list-table tbody tr td a {
  color: var(--blackColor);
  text-decoration: none !important;
}

.learnpress .checkout-review-order .lp-list-table tfoot tr th, .learnpress .checkout-review-order .lp-list-table tfoot tr td {
  white-space: nowrap;
  padding: 16px 20px;
  vertical-align: middle;
  border-color: #eeeeee;
  color: var(--blackColor);
  font-size: 15px;
  border-left: 1px solid #eeeeee;
}

.learnpress .checkout-review-order .learn-press-checkout-comment {
  margin-bottom: 0;
}

.learnpress .learn-press-checkout-comment .order-comments {
  border: 1px solid #eeeeee !important;
  outline: 0 !important;
  color: var(--blackColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding-left: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.guest-and-class {
  max-width: 550px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.guest-and-class p {
  margin-bottom: 0;
}

.guest-and-class a {
  height: 45px;
  line-height: 45px;
  padding: 0 30px !important;
  background: #252525 !important;
  color: var(--whiteColor) !important;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  font-weight: 700;
  border: none;
  text-decoration: none !important;
  margin-top: 20px;
}

.guest-and-class a:hover {
  color: var(--whiteColor) !important;
  background: #252525 !important;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
  background-color: #abb8c3 !important;
}

ul.payment-methods li {
  list-style: none;
}

footer.footer-area.pt-40 {
  padding-top: 40px;
}

.ecademy-nav .navbar .navbar-brand {
  margin-right: 0;
}

.blog-details .blog-details-content .article-author {
  clear: both;
}

.checkout .guest-and-class {
  text-align: center;
  max-width: 100%;
}

.gallery-section .gallery {
  margin: 0;
}

.learn-press-breadcrumb {
  text-align: center;
  margin-top: 12px;
}

.ecademy-cursor {
  width: 6px;
  height: 5px;
  background-color: var(--mainColor);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: none;
  transition: none;
  Pointer-events: none;
  z-index: 9999999999;
}

.ecademy-cursor2 {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-transition: none;
  transition: none;
  Pointer-events: none;
  z-index: 9999999999;
}

.et-demo-options-toolbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 99999;
  background: var(--whiteColor);
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.et-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
}

.et-demo-options-toolbar a:focus, .et-demo-options-toolbar a:hover {
  color: #111 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:before,
[class*=hint--]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #000;
  color: var(--whiteColor);
  padding: 8px 10px;
  font-size: 14px;
  line-height: 15px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before,
[aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

.hint--top-left:before {
  border-top-color: #000;
}

.hint--top-right:before {
  border-top-color: #000;
}

.hint--top:before {
  border-top-color: #000;
}

.hint--bottom-left:before {
  border-bottom-color: #000;
}

.hint--bottom-right:before {
  border-bottom-color: #000;
}

.hint--bottom:before {
  border-bottom-color: #000;
}

.hint--left:before {
  border-left-color: #000;
}

.hint--right:before {
  border-right-color: #000;
}

.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

[class*=hint--]:after {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.hint--white:after {
  color: #111;
  background-color: var(--whiteColor);
  text-shadow: 0 -1px 0px #bfbfbf;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before,
.hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*V2.1+*/
.bg-fe4a55 {
  background-color: var(--mainColor);
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-wrapper {
  position: relative;
  z-index: 2;
  background-color: #eae1d6;
  padding-bottom: 120px;
}

.main-banner-wrapper .container-fluid {
  max-width: 1395px;
}

.main-banner-wrapper-content {
  position: relative;
  top: 80px;
}

.main-banner-wrapper-content h1 {
  margin-bottom: 18px;
  font-size: 55px;
  font-weight: 800;
}

.main-banner-wrapper-content p {
  font-weight: 600;
  font-size: 17px;
}

.main-banner-wrapper-content .default-btn {
  margin-top: 10px;
}

.banner-shape14 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-shape14 img {
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite;
}

.banner-shape15 {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}

.banner-shape15 img {
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite;
}

.banner-shape16 {
  position: absolute;
  left: 130px;
  bottom: -25px;
  z-index: -1;
}

.banner-shape16 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-shape17 {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: -1;
}

.banner-shape17 img {
  -webkit-animation: movebounce 4s linear infinite;
  animation: movebounce 4s linear infinite;
}

.banner-shape18 {
  position: absolute;
  right: 400px;
  bottom: 0;
  z-index: -1;
}

.banner-shape18 img {
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

/*================================================
Language Courses Area CSS
=================================================*/
.single-language-courses-box {
  margin-bottom: 30px;
  text-align: center;
}

.single-language-courses-box img {
  margin-bottom: 30px;
}

.single-language-courses-box h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 800;
}

.single-language-courses-box p {
  padding-left: 20px;
  padding-right: 20px;
}

.single-language-courses-box .default-btn {
  background-color: transparent;
  border: 1px solid;
  margin-top: 10px;
}

.single-language-courses-box:hover .default-btn {
  color: var(--whiteColor);
}

.single-language-courses-box:hover .default-btn span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-with-bg-image {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/feedback-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.feedback-with-bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.single-feedback-item-box {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 30px;
}

.single-feedback-item-box::after {
  content: "\f10a";
  position: absolute;
  right: 90px;
  color: var(--whiteColor);
  z-index: -1;
  bottom: 125px;
  line-height: 1;
  opacity: 0.35;
  font-family: Flaticon;
  font-size: 100px;
}

.single-feedback-item-box p {
  color: var(--whiteColor);
}

.single-feedback-item-box .client-info {
  margin-top: 25px;
}

.single-feedback-item-box .client-info img {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  display: inline-block !important;
}

.single-feedback-item-box .client-info .title {
  margin-left: 15px;
}

.single-feedback-item-box .client-info .title h3 {
  color: var(--whiteColor);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
}

.single-feedback-item-box .client-info .title span {
  color: var(--whiteColor);
  display: block;
}

.feedback-slides-style-two.feedback-slides.owl-theme {
  position: relative;
  z-index: 1;
  max-width: 600px;
  border-radius: 5px;
  margin-left: 100px;
}

.feedback-slides-style-two.feedback-slides.owl-theme::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  opacity: 0.85;
}

.feedback-slides-style-two.feedback-slides.owl-theme .single-feedback-item-box {
  background-color: transparent;
  border-radius: 0;
  padding: 85px 85px 150px;
}

.feedback-slides-style-two.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  right: auto;
  top: auto;
  -webkit-transform: unset;
  transform: unset;
  left: 82px;
  bottom: 80px;
}

.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot span {
  border-color: var(--whiteColor);
  margin: 0 3px;
}

.feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before, .feedback-slides-style-two.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: var(--whiteColor);
}

/*================================================
Information Area CSS
=================================================*/
.information-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.information-content h2 {
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 800;
}

.information-content .apply-details {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.information-content .apply-details li {
  position: relative;
  margin-top: 30px;
  padding-left: 108px;
  list-style: none;
}

.information-content .apply-details li .icon {
  width: 85px;
  height: 85px;
  line-height: 84px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--whiteColor);
  font-size: 40px;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.information-content .apply-details li h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.information-content .apply-details li:hover .icon {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-form {
  background-color: #f3f3f3;
  padding: 50px 30px;
}

.free-trial-form .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.free-trial-form p {
  margin-top: 10px;
}

.free-trial-form h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
}

.free-trial-form form .form-group {
  margin-bottom: 22px;
}

.free-trial-form form input {
  background-color: var(--whiteColor) !important;
}

.free-trial-form form button {
  border: none;
  text-align: center;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: var(--fontSize);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.free-trial-form form button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.free-trial-form .alert {
  margin-bottom: 0;
}

/*================================================
Newsletter Modal CSS
=================================================*/
.newsletter-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9);
}

.newsletter-modal .newsletter-modal-content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: #fef8ef;
  max-width: 780px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-modal .newsletter-modal-content .modal-image {
  border-radius: 5px 0 0 5px;
}

.newsletter-modal .newsletter-modal-content .modal-image img {
  border-radius: 5px 0 0 5px;
  width: 100%;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content {
  padding: 38px 35px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content .sub-text {
  color: var(--blackColor);
  display: block;
  line-height: 1.5;
  font-weight: 600;
  font-size: 17px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content p {
  font-size: 14px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form {
  position: relative;
  margin-top: 30px;
  margin-bottom: 22px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #e0d9d9;
  padding: 2px 0 0 15px;
  color: var(--blackColor);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter::-webkit-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter::-ms-input-placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter::placeholder {
  color: var(--optionalColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form button {
  border: none;
  text-align: center;
  color: var(--whiteColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  line-height: 0;
  font-weight: 700;
  font-size: 15px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.newsletter-modal .newsletter-modal-content .modal-inner-content form button:hover {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.newsletter-modal .newsletter-modal-content .close-btn {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: var(--blackColor);
  top: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.newsletter-modal .newsletter-modal-content .close-btn:hover {
  color: red;
}

p#breadcrumbs, .bbpress-breadcrumbs {
  text-align: center;
}

.wpml-ls-current-language a {
  margin-right: 14px !important;
}

.wpml-ls-current-language .dropdown-menu {
  width: auto !important;
}

.navbar-nav.mr-auto.left {
  margin-left: 20px;
}

.text-left .woocommerce-breadcrumb, .bbpress-breadcrumbs, p.breadcrumbs {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--whiteColor);
}

.preloader .loader {
  left: 50%;
  top: 46%;
  -webkit-transform: translateX(-50%) translateY(-46%);
  transform: translateX(-50%) translateY(-46%);
  position: absolute;
}

.preloader .loader .sbl-half-circle-spin {
  height: 80px;
  width: 80px;
  color: var(--mainColor);
  display: inline-block;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  animation: animeCircleSpin 5s ease-in-out infinite reverse;
}

.preloader .loader .sbl-half-circle-spin::after {
  content: "";
  border: 6px solid;
  position: absolute;
  left: 10px;
  top: 15px;
  border-radius: inherit;
}

.preloader .loader .sbl-half-circle-spin div {
  height: 50%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border: 1px solid;
  border-radius: 50%;
  -webkit-animation: animeCircleSpin 4s ease-in-out infinite;
  animation: animeCircleSpin 4s ease-in-out infinite;
}

.preloader .loader .sbl-half-circle-spin div::before {
  height: 0;
  width: 0;
  content: "";
  border-radius: 50%;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 19px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

@-webkit-keyframes animeCircleSpin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes animeCircleSpin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.mchimp-errmessage {
  margin-top: 10px;
}

/* V3.3 CSS */
.bg-6ba292 {
  background-color: var(--mainColor2);
}

/*================================================
Main Banner Area CSS
=================================================*/
.hero-banner-area {
  position: relative;
  z-index: 1;
  background-color: #fffaf3;
  padding-bottom: 200px;
}

.hero-banner-area .container-fluid {
  max-width: 1395px;
}

.hero-banner-area .divider {
  top: auto;
  bottom: 0;
  background: #f5f7fa;
}

.hero-banner-content {
  position: relative;
}

.hero-banner-content h1 {
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 800;
}

.hero-banner-content p {
  padding-right: 50px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 17px;
}

.hero-banner-content .default-btn {
  margin-top: 10px;
}

.hero-banner-image {
  text-align: center;
}

.banner-shape19 {
  position: absolute;
  z-index: -1;
  left: 40%;
  bottom: 30%;
}

.banner-shape19 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
Yoga Main Banner Area CSS
=================================================*/
.yoga-main-banner {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/main-banner3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 40px;
}

.yoga-main-banner .banner-shape2 {
  left: auto;
  top: 12%;
  right: 0;
}

.yoga-main-banner .banner-shape3 {
  left: 52%;
  top: 30%;
  right: auto;
}

.yoga-banner-content {
  position: relative;
  text-align: center;
  z-index: 1;
  max-width: 900px;
}

.yoga-banner-content .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 140px;
}

.yoga-banner-content .content .top-image {
  margin-bottom: 20px;
}

.yoga-banner-content .content h1 {
  margin-bottom: 15px;
  color: var(--whiteColor);
  font-size: 50px;
  font-weight: 800;
}

.yoga-banner-content .content p {
  color: #ececec;
}

.yoga-banner-content .content .default-btn {
  margin-top: 15px;
}

.yoga-banner-content .content .bottom-image {
  margin-top: 15px;
}

.yoga-banner-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: 0;
  z-index: -1;
  display: none;
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area.boxes-style-two .single-box-item {
  top: -130px;
  margin-bottom: -130px;
}

.single-box-item .image {
  margin-bottom: 30px;
}

.boxes-info {
  text-align: center;
  margin-top: 30px;
}

.boxes-info p {
  line-height: initial;
  font-weight: 600;
}

.boxes-info p a {
  font-weight: 700;
}

.boxes-info p a:hover {
  color: var(--blackColor);
}

/*================================================
Courses Area CSS
=================================================*/
.single-courses-item.without-box-shadow {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-courses-item.without-box-shadow .courses-image img {
  border-radius: 50%;
}

.single-courses-item.without-box-shadow .courses-image::before {
  border-radius: 50%;
}

.single-courses-item.without-box-shadow:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-courses-item.without-box-shadow:hover .courses-image img {
  border-radius: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-courses-item.without-box-shadow:hover .courses-image::before {
  opacity: 0;
  visibility: hidden;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  position: relative;
  z-index: 1;
}

.overview-area .shape3 {
  right: auto;
  bottom: 56%;
  left: 3%;
}

.overview-area .shape4 {
  right: auto;
  bottom: 97%;
  left: 10%;
}

.overview-area .shape2 {
  left: auto;
  bottom: 85%;
  right: 5%;
}

.overview-area .shape9 {
  left: 40%;
  top: -93%;
}

.overview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 80px;
}

.overview-box .overview-content, .overview-box .overview-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.overview-box .overview-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.overview-box .overview-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.overview-box .overview-content .default-btn {
  margin-top: 10px;
}

.overview-box .overview-content .btn-box {
  margin-top: 25px;
}

.overview-box .overview-content .btn-box .playstore-btn {
  display: inline-block;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  position: relative;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 60px;
}

.overview-box .overview-content .btn-box .playstore-btn img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overview-box .overview-content .btn-box .playstore-btn span {
  display: block;
  margin-top: -2px;
  font-size: 18px;
  font-weight: 700;
}

.overview-box .overview-content .btn-box .applestore-btn {
  display: inline-block;
  background-color: var(--blackColor);
  color: var(--whiteColor);
  position: relative;
  margin-left: 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 65px;
}

.overview-box .overview-content .btn-box .applestore-btn img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overview-box .overview-content .btn-box .applestore-btn span {
  display: block;
  margin-top: -2px;
  font-size: 18px;
  font-weight: 700;
}

.overview-box .overview-image {
  text-align: center;
}

.overview-box:first-child {
  margin-top: 0;
}

/*================================================
Training Area CSS
=================================================*/
.training-area {
  position: relative;
  z-index: 1;
}

.single-training-box {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.single-training-box img {
  margin-bottom: 30px;
}

.single-training-box h3 {
  margin-bottom: 14px;
  font-size: 23px;
  font-weight: 800;
}

.single-training-box p {
  margin-bottom: 15px;
}

.single-training-box::before {
  background-color: #f5f7fa;
  position: absolute;
  top: -55%;
  left: -5%;
  width: 110%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 50%;
}

.single-training-box .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-training-box .link-btn:hover {
  color: var(--blackColor);
}

.tree-shape2 {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: -1;
}

.tree-shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.tree-shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Yoga Courses Area CSS
=================================================*/
.single-yoga-courses-box {
  text-align: center;
  margin-bottom: 30px;
}

.single-yoga-courses-box .courses-image {
  border-radius: 5px;
}

.single-yoga-courses-box .courses-image a {
  border-radius: 5px;
}

.single-yoga-courses-box .courses-image a img {
  border-radius: 5px;
}

.single-yoga-courses-box .courses-content {
  margin-top: 30px;
}

.single-yoga-courses-box .courses-content h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.single-yoga-courses-box .courses-content .default-btn {
  margin-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area.bg-6ba292 .divider2, .feedback-area.bg-6ba292 .divider3 {
  background-color: var(--mainColor2);
}

.feedback-area.bg-6ba292 .single-feedback-box {
  background-color: transparent;
  border-color: #8ab6a9;
}

.feedback-area.bg-6ba292 .single-feedback-box p {
  color: var(--whiteColor);
}

.feedback-area.bg-6ba292 .single-feedback-box .client-info .title h3 {
  color: var(--whiteColor);
}

.feedback-area.bg-6ba292 .single-feedback-box .client-info .title span {
  color: var(--whiteColor);
}

.feedback-area.bg-6ba292 .single-feedback-box::before {
  color: #909279;
}

.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  border-color: #8ab6a9;
}

.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
  background-color: #8ab6a9;
}

.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span, .feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--whiteColor);
}

.feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-area.bg-6ba292 .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--whiteColor);
}

.tree-shape {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}

/*================================================
Experience Area CSS
=================================================*/
.experience-area.extra-padding {
  padding-top: 150px;
}

.experience-content .sub-title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.experience-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.experience-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
}

.experience-content .features-list li {
  color: var(--blackColor);
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
}

.experience-content .features-list li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--whiteColor);
  background-color: #a3c5bb;
  z-index: 1;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.experience-content .features-list li i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--mainColor2);
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.experience-content .features-list li:hover i::after {
  background-color: var(--whiteColor);
}

.experience-content .features-list li:last-child {
  margin-bottom: 0;
}

.experience-content .default-btn {
  margin-top: 35px;
}

.experience-image {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 35px;
  padding-left: 35px;
}

.experience-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
  top: 0;
  margin-right: 35px;
}

.experience-image::after {
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  margin-left: 35px;
  margin-top: 35px;
}

.experience-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 35px;
  z-index: 3;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: var(--mainColor2);
  border-radius: 7px;
  color: var(--whiteColor);
}

.experience-image .video-btn::after, .experience-image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 7px;
  border: 1px solid var(--whiteColor);
}

.experience-image .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.experience-image .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.experience-image .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: var(--whiteColor);
  border-radius: 0 30px 0 0;
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 55px;
  padding-right: 30px;
  font-size: 35px;
  font-weight: 700;
}

.experience-image .title span {
  font-weight: 800;
}

/*================================================
Download Syllabus Area CSS
=================================================*/
.download-syllabus-area {
  position: relative;
  z-index: 1;
}

.download-syllabus-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: bottom;
  background-repeat: no-repeat;
}

.download-syllabus-image {
  text-align: center;
}

.download-syllabus-form {
  background-color: var(--mainColor2);
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 5px;
}

.download-syllabus-form h2 {
  color: var(--whiteColor);
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 800;
}

.download-syllabus-form p {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--whiteColor);
}

.download-syllabus-form form {
  margin-top: 25px;
}

.download-syllabus-form form span.wpcf7-list-item-label {
  color: var(--whiteColor);
}

.download-syllabus-form form span.wpcf7-list-item-label a {
  color: var(--whiteColor);
}

.download-syllabus-form form div.wpcf7-validation-errors, .download-syllabus-form form div.wpcf7-acceptance-missing {
  color: var(--whiteColor);
}

.download-syllabus-form form .form-group .form-control {
  background-color: #447b6b;
  color: var(--whiteColor);
  border: none !important;
}

.download-syllabus-form form .form-group .form-control::-webkit-input-placeholder {
  color: #eeeeee;
}

.download-syllabus-form form .form-group .form-control:-ms-input-placeholder {
  color: #eeeeee;
}

.download-syllabus-form form .form-group .form-control::-ms-input-placeholder {
  color: #eeeeee;
}

.download-syllabus-form form .form-group .form-control::placeholder {
  color: #eeeeee;
}

.download-syllabus-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.download-syllabus-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.download-syllabus-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.download-syllabus-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.download-syllabus-form form .form-group .nice-select {
  background-color: #447b6b;
  border-radius: 3px;
  border: none;
  color: var(--whiteColor);
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 30px;
}

.download-syllabus-form form .form-group .nice-select:after {
  border-color: #eeeeee;
  right: 15px;
  width: 8px;
  height: 8px;
}

.download-syllabus-form form .form-group .nice-select .list {
  background-color: var(--whiteColor);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.download-syllabus-form form .form-group .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: var(--blackColor);
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 32px;
  padding-right: 25px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.download-syllabus-form form .form-group .nice-select .list .option:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}

.download-syllabus-form form .form-group .nice-select .list .option:hover::before {
  color: var(--whiteColor);
}

.download-syllabus-form form .form-group .nice-select .list .option.focus, .download-syllabus-form form .form-group .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: var(--blackColor);
}

.download-syllabus-form form .form-group .nice-select .list .option::before {
  content: "\f11f";
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-family: Flaticon;
  font-size: 11px;
}

.download-syllabus-form form .form-group .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

.download-syllabus-form form .form-group .nice-select .list .option.selected:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}

.download-syllabus-form form .form-group .nice-select .list .option.selected:hover::before {
  color: var(--whiteColor);
}

.download-syllabus-form form .default-btn {
  margin-top: 5px;
}

.syllabus-shape1 {
  position: absolute;
  right: 15%;
  bottom: 0;
  z-index: -1;
}

.syllabus-shape1 img {
  -webkit-animation: moveleftbounce 10s linear infinite;
  animation: moveleftbounce 10s linear infinite;
}

.syllabus-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.syllabus-shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding-top: 30px;
  padding-bottom: 26px;
}

.single-pricing-box .pricing-header img {
  margin-bottom: 25px;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  background-color: #f9f9f9;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-pricing-box .pricing-features {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-pricing-box .pricing-features ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-pricing-box .pricing-features ul li {
  margin-bottom: 14px;
  color: #4b5280;
  font-size: 16.5px;
  font-weight: 600;
}

.single-pricing-box .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-box .price {
  font-size: 42px;
  font-weight: 800;
}

.single-pricing-box .price span {
  display: block;
  color: #4b5280;
  margin-top: -5px;
  font-size: 18px;
  font-weight: 600;
}

.single-pricing-box .default-btn {
  margin-top: 25px;
  background-color: var(--mainColor2);
  padding-left: 30px;
  padding-right: 30px;
}

.single-pricing-box .pricing-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.single-pricing-box .pricing-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-image {
  text-align: center;
}

#learn-press-course-description iframe, #learn-press-course-description video {
  width: 100%;
}

.form-group span.wpcf7-list-item {
  margin: 0;
}

.col-lg-12 .single-blog-post.main-blog-post h3 {
  font-size: 24px;
}

#fep-footer {
  display: none !important;
}

#fep-menu .fep-button, .fep-button, .fep-button-active {
  border: 1px solid #8FBFC9;
  color: var(--whiteColor);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  border: none;
}

#fep-menu .fep-button:hover, .fep-button-active {
  font-size: 13px;
}

.fep-button {
  background-color: var(--blackColor) !important;
  color: var(--whiteColor);
}

.fep-messagebox-search-form-div [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

#fep-content .nice-select {
  height: 50px;
  line-height: 46px;
}

#fep-content .nice-select .list {
  width: 100%;
}

#fep-content .fep-table .fep-column {
  padding: 15px 20px;
}

#fep-content .fep-column-avatar .fep-avatar-p {
  height: auto;
}

#fep-content .fep-column-avatar .fep-avatar-p .fep-avatar-1, #fep-content .fep-column-avatar .fep-avatar-p .fep-avatar-2, #fep-content .fep-column-avatar .fep-avatar-more-60, #fep-content .fep-column-avatar .fep-avatar-group-60 {
  height: 40px;
  width: 40px;
}

.fep-table .fep-column-avatar, .fep-table .fep-table .fep-column-fep-cb {
  padding-right: 0;
}

.fep-attachment-field-div {
  padding: 16px 0;
}

.fep-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-size: 14px;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* V3.7 CSS */
.bg-fff7f4 {
  background-color: #fff7f4;
}

.bg-f6f7fb {
  background-color: #f6f7fb;
}

.bg-fcf7f3 {
  background-color: #fcf7f3;
}

.bg-eee8df {
  background-color: #eee8df;
}

/*================================================
Health Coaching Area CSS
=================================================*/
.health-coaching-banner-area {
  background-color: var(--mainColor2);
  position: relative;
  z-index: 1;
  padding-top: 40px;
  overflow: hidden;
}

.health-coaching-banner-area .divider {
  background-color: #f5f7fa;
  top: auto;
  bottom: -1px;
  height: 195px;
  z-index: 1;
}

.health-coaching-banner-image {
  text-align: center;
}

.health-coaching-banner-content h1 {
  color: var(--whiteColor);
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 70px;
}

.health-coaching-banner-content p {
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 17px;
}

.health-coaching-banner-content .btn-box {
  margin-top: 30px;
}

.health-coaching-banner-content .btn-box img {
  margin-left: 30px;
}

.health-coaching-shape1 {
  position: absolute;
  left: 0;
  bottom: 125px;
  z-index: -1;
}

.health-coaching-shape1 img {
  max-width: 45%;
}

.health-coaching-shape2 {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
  text-align: right;
}

.health-coaching-shape2 img {
  max-width: 80%;
}

.health-coaching-shape3 {
  position: absolute;
  right: 0;
  bottom: 81px;
  z-index: 2;
}

.health-coaching-shape3 img {
  max-width: 271px;
}

.health-coaching-shape4 {
  position: absolute;
  z-index: -1;
  right: 22%;
  top: 28%;
}

.health-coaching-shape5 {
  position: absolute;
  z-index: -1;
  bottom: 34%;
  left: 46%;
}

.health-coaching-shape6 {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 5%;
}

.health-coaching-shape6 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.health-coaching-shape7 {
  position: absolute;
  z-index: -1;
  right: 25%;
  bottom: 11%;
}

.health-coaching-shape7 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
Courses Area CSS
=================================================*/
.single-courses-box .courses-image .price.bg-45a393 {
  background-color: var(--mainColor2);
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area.bg-image {
  background-color: #fff7f4;
  background-image: url(../../assets/img/courses-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*================================================
Experience Area CSS
=================================================*/
.experience-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.experience-content {
  position: relative;
  z-index: 1;
}

.experience-content .shape {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 65%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}

.experience-content .shape img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.experience-img {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.experience-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.experience-img .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  background-color: var(--mainColor2);
  color: var(--whiteColor);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 35px;
  font-weight: 700;
}

.experience-img .title span {
  font-weight: 800;
}

.experience-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.experience-shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*================================================
Lifestyle Area CSS
=================================================*/
.lifestyle-area .section-title h2 {
  max-width: 700px;
}

.single-lifestyle-box {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  padding: 40px 20px;
  background-color: #f5f7fa;
  border: 1px dashed var(--mainColor2);
}

.single-lifestyle-box .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: var(--whiteColor);
  font-size: 65px;
  color: var(--mainColor2);
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}

.single-lifestyle-box h3 {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 800;
}

.single-lifestyle-box p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-lifestyle-box .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-lifestyle-box:hover {
  background-color: var(--mainColor2);
}

.single-lifestyle-box:hover h3 {
  color: var(--whiteColor);
}

.single-lifestyle-box:hover h3 a {
  color: var(--whiteColor);
}

.single-lifestyle-box:hover p {
  color: var(--whiteColor);
}

.single-lifestyle-box:hover .link-btn {
  color: var(--whiteColor);
}

/*================================================
Program Area CSS
=================================================*/
.program-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/program-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.program-section-title {
  padding-right: 80px;
}

.program-section-title h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.program-section-title p {
  margin-top: 20px;
}

.program-section-title .default-btn {
  margin-top: 8px;
}

.program-list {
  margin-left: -20px;
  position: relative;
  z-index: 1;
}

.program-list .row {
  margin-left: -10px;
  margin-right: -10px;
}

.program-list .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.program-list .row .col-lg-6:nth-child(2) .single-program-box {
  margin-bottom: 0;
}

.program-list .row .col-lg-6:nth-child(2) .single-program-box .shape {
  left: auto;
  right: 0;
}

.program-list .program-circle-shape {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.program-list .program-circle-shape img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.single-program-box {
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-program-box .icon {
  font-size: 60px;
  line-height: 1;
  color: var(--mainColor2);
  margin-bottom: 17px;
}

.single-program-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
}

.single-program-box .link-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.single-program-box .link-btn:hover {
  color: var(--mainColor2);
}

.single-program-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Health Services Area CSS
=================================================*/
.health-services-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/health-services-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.single-health-services-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 92px;
}

.single-health-services-box .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--whiteColor);
  font-size: 40px;
  color: var(--mainColor2);
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  border: 1px solid var(--mainColor2);
  position: absolute;
  left: 0;
  top: 2px;
}

.single-health-services-box h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.single-health-services-box:hover .icon {
  background-color: var(--mainColor2);
  color: var(--whiteColor);
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}

.blog-shape1 {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}

.blog-shape1 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.blog-shape2 {
  position: absolute;
  right: 0;
  top: 35%;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  z-index: -1;
}

.blog-shape2 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

/*================================================
Events Area CSS
=================================================*/
.events-area.bg-image {
  background-image: url(../../assets/img/events-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.single-events-box-item {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
  margin-bottom: 30px;
}

.single-events-box-item .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}

.single-events-box-item .image img {
  border-radius: 5px 5px 5px 0;
}

.single-events-box-item .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: var(--mainColor2);
  color: var(--whiteColor);
  padding: 9px 20px 7px;
  border-radius: 0 5px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.single-events-box-item .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}

.single-events-box-item .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-events-box-item .content h3 a {
  display: inline-block;
}

.single-events-box-item .content .location {
  display: block;
  color: var(--optionalColor);
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.single-events-box-item .content .location i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.single-events-box-item:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area-two {
  padding-top: 30px;
  background-color: #eee8df;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.subscribe-area-two .subscribe-content {
  text-align: left;
  max-width: 490px;
  margin-left: 0;
  margin-right: 0;
}

.subscribe-area-two .subscribe-content .newsletter-form .input-newsletter {
  background-color: var(--whiteColor);
}

/*================================================
Feedback Area CSS
=================================================*/
.health-coaching-feedback-area {
  background-color: #f8fafb;
}

.health-coaching-feedback-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.health-coaching-feedback-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.health-coaching-feedback-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.health-coaching-feedback-image {
  margin-right: -250px;
}

.health-coaching-inner {
  text-align: center;
  max-width: 615px;
}

.health-coaching-inner h2 {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 800;
}

.feedback-quote {
  border-radius: 5px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  background-color: #f9f9f2;
  position: relative;
  padding: 55px 45px;
  z-index: 1;
}

.feedback-quote p {
  font-size: 19px;
  font-weight: 600;
}

.feedback-quote .client-info {
  margin-top: 25px;
  text-align: left;
}

.feedback-quote .client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.feedback-quote .client-info .title {
  margin-left: 15px;
  text-align: left;
}

.feedback-quote .client-info .title h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
}

.feedback-quote .client-info .title span {
  display: block;
  color: var(--optionalColor);
  font-size: 14px;
  margin-top: 4px;
}

.object1 {
  position: absolute;
  left: -35px;
  top: -30px;
  z-index: -1;
}

.object1 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.object2 {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
}

.object3 {
  position: absolute;
  left: -15px;
  bottom: -15px;
  z-index: -1;
}

.object4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.entry-register a {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-register .tm-button {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.entry-details {
  margin-bottom: 73px;
}

.entry-details-bar {
  padding: 14px 30px 33px;
  background: var(--whiteColor);
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
  width: 100%;
  max-width: 340px;
  min-height: 390px;
  float: right;
}

.entry-details-bar .meta-icon {
  color: #696969;
  min-width: 28px;
  text-align: center;
}

.entry-details-bar .meta-label {
  font-size: 15px;
}

.entry-details-bar .event_auth_button {
  text-align: center;
  width: 100%;
}

.entry-details-bar .event-register-message {
  text-align: center;
}

.entry-details-bar .event-register-message a {
  font-weight: 500;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.entry-event-info {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.entry-event-info .event-price {
  font-size: 24px;
  font-weight: 800;
}

.entry-event-info .event-price .decimals-separator {
  font-size: 18px;
}

.entry-event-info li {
  margin: 0;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.entry-event-info li.meta-price {
  padding: 8px 0;
}

.entry-event-info li + li {
  border-top: 1px solid #eee;
}

.entry-event-info li .meta-label,
.entry-event-info li .meta-value {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
}

.entry-event-info li .meta-value {
  text-align: right;
}

.entry-event-info li i {
  font-size: 22px;
  margin-right: 6px;
  float: left;
  line-height: 23px;
}

.events-details-info .default-btn {
  cursor: pointer;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.events-details-info .default-btn i {
  position: relative;
  left: 0;
  top: 2px;
  margin-right: 8px;
  line-height: 1;
  font-weight: normal;
  font-size: 20px;
}

.event-load-booking-form.default-btn {
  color: var(--whiteColor) !important;
}

.event-lightbox-wrap .mfp-content {
  width: 470px !important;
  max-width: 100%;
}

#event-lightbox {
  padding: 31px 30px 40px;
  width: 470px;
  max-width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

#event-lightbox .event_auth_button {
  width: 100%;
}

.event_register_header {
  text-align: center;
}

.event-popup-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 29px;
}

.event-popup-date {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.event-popup-thumbnail {
  margin-bottom: 30px;
}

.event-popup-thumbnail img {
  border-radius: 5px;
}

.event_auth_form_field {
  display: inline-block;
  width: 47%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event_auth_form_field input[type=number] {
  padding: 2px 10px;
  width: 100px;
  min-height: 48px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  border-radius: 5px;
}

.event_auth_payment_methods {
  display: inline-block;
  width: 50%;
  background: none;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

.event_register label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}

.event_auth_form_field label {
  margin-right: 10px;
}

.event_register_foot {
  margin-top: 30px;
  text-align: center;
}

#event-lightbox {
  display: none;
  visibility: none;
  position: relative;
  width: 500px;
  margin: 0 auto;
  padding: 20px;
  background-color: var(--whiteColor);
}

#event-lightbox {
  padding: 31px 30px 40px;
  width: 470px;
  max-width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

#event-lightbox.event-fade {
  display: block;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#event-lightbox.event-fade.event-in {
  opacity: 1;
  visibility: visible;
}

.event_register_area h2 {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

ul.tp-event-notice.error {
  background: rgba(255, 0, 0, 0.2);
  padding: 10px;
  list-style-type: none;
  color: #ff0404;
  border-radius: 5px;
  margin-top: 10px;
}

.event_auth_payment_methods li {
  list-style-type: none;
}

#event-lightbox .event_auth_button {
  color: var(--whiteColor);
  border-radius: 3px;
  padding: 6px 0;
}

#event-lightbox .event_auth_button:hover {
  background-color: #221638;
}

.entry-countdown p.tp-event-notice.error {
  font-size: 24px;
  color: var(--whiteColor);
  font-weight: bold;
  background: rgba(255, 0, 0, 0.5803921569);
  padding: 8px 14px;
  border-radius: 3px;
}

.tp-event-notice.error {
  background: rgba(255, 0, 0, 0.5803921569);
  padding: 8px 14px;
  text-align: center;
  border-radius: 3px;
  color: var(--whiteColor);
}

p.event-register-message {
  margin-top: 6px;
}

.event-auth-form .form-row {
  margin: 0 0 20px;
  padding: 0;
}

.event-auth-form .form-row.has-error {
  color: #a00;
}

.event-auth-form .form-row.validated input {
  border-color: #69bf29;
}

.event-auth-form .form-row.has-error input {
  border-color: #a00;
}

.event-auth-form .form-row input, .event-auth-form .form-row input[type=checkbox], .event-auth-form .form-row input[type=number], .event-auth-form .form-row input[type=password], .event-auth-form .form-row input[type=text], .event-auth-form .form-row input[type=email] {
  border: 1px solid #eee;
  background-color: transparent;
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  width: 100%;
  outline: none;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 3px 20px;
  min-height: 56px;
}

.event-auth-form input#rememberme {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  padding: 5px 10px;
  min-height: 20px;
  width: auto;
  margin-right: 4px;
  margin-top: 2px;
  float: left;
}

.event-auth-form input#wp-submit {
  width: auto;
  color: white;
  padding: 5px 34px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.event-auth-form input#wp-submit:hover {
  background-color: #221638;
}

.event-wrapper-shortcode.user-account {
  background: rgba(255, 0, 0, 0.2392156863);
  padding: 14px 22px;
  text-align: center;
  color: #000;
  border-radius: 5px;
}

.event-wrapper-shortcode.user-account a {
  color: #fe4a55;
}

/*V3.7 CSS*/
.bg-f7ebeb {
  background-color: #f7ebeb;
}

.bg-6dbbbd {
  background-color: #6dbbbd;
}

.default-btn-style-two {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: var(--whiteColor);
  background-color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 30px;
  border: 1px dashed;
  font-weight: 700;
  font-size: var(--fontSize);
  padding-left: 60px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.default-btn-style-two i {
  position: absolute;
  left: 35px;
  top: 14px;
}

.default-btn-style-two::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  margin: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.default-btn-style-two:hover {
  color: var(--whiteColor);
}

.default-btn-style-two:hover::before {
  margin: 0;
}

.font-weight-black {
  font-weight: 900 !important;
}

/*================================================
Kindergarten Main Banner Area CSS
=================================================*/
.kindergarten-main-banner {
  background-color: #f8e8e9;
  position: relative;
  z-index: 1;
  padding-top: 180px;
}

.kindergarten-main-banner .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.kindergarten-main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/events-rectangle1.png);
  background-position: top;
  background-repeat: no-repeat;
}

.kindergarten-main-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/events-rectangle2.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.kindergarten-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.kindergarten-banner-content .image {
  margin-bottom: 15px;
}

.kindergarten-banner-content .image img {
  max-width: 115px;
}

.kindergarten-banner-content .circle-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  z-index: -1;
}

.kindergarten-banner-content h1 {
  margin-bottom: 18px;
  line-height: 1.04;
  font-size: 55px;
  font-weight: 900;
}

.kindergarten-banner-content h1 span {
  display: block;
  font-size: 70px;
}

.kindergarten-banner-content p {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}

.kindergarten-banner-content .default-btn-style-two {
  margin-top: 10px;
}

.kindergarten-banner-image {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.kindergarten-banner-image .row {
  margin-left: -10px;
  margin-right: -10px;
}

.kindergarten-banner-image .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.kindergarten-banner-image .image {
  text-align: center;
}

.kindergarten-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.kindergarten-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.kindergarten-shape3 {
  position: absolute;
  bottom: -60px;
  left: 0;
}

.kindergarten-shape3 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape4 {
  position: absolute;
  z-index: -1;
  left: 44%;
  bottom: 12%;
}

.kindergarten-shape4 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.kindergarten-shape5 {
  position: absolute;
  top: 16%;
  z-index: -1;
  left: 48%;
}

.kindergarten-shape5 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape6 {
  position: absolute;
  left: 50%;
  z-index: -1;
  bottom: 25%;
}

.kindergarten-shape6 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape7 {
  position: absolute;
  right: 7%;
  top: 18%;
  z-index: -1;
}

.kindergarten-shape7 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape8 {
  position: absolute;
  left: 2%;
  bottom: 7%;
  z-index: -1;
}

.kindergarten-shape8 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape9 {
  position: absolute;
  right: 3%;
  top: -80px;
  z-index: 1;
}

.kindergarten-shape9 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape10 {
  position: absolute;
  left: 5%;
  bottom: 30%;
  z-index: -1;
}

.kindergarten-shape10 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape11 {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: -1;
}

.kindergarten-shape12 {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: -1;
}

.kindergarten-shape13 {
  position: absolute;
  right: 12%;
  top: 12%;
  z-index: -1;
}

.kindergarten-shape13 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.kindergarten-shape14 {
  position: absolute;
  left: 3%;
  z-index: -1;
  bottom: -80px;
}

.kindergarten-shape14 img {
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.kindergarten-shape15 {
  position: absolute;
  right: 0;
  top: 12%;
  z-index: -1;
}

.kindergarten-shape15 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.kindergarten-shape16 {
  position: absolute;
  left: 3%;
  bottom: 5%;
  z-index: -1;
}

.kindergarten-shape16 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.kindergarten-shape17 {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: -1;
}

.kindergarten-shape17 img {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.kindergarten-shape18 {
  position: absolute;
  left: 10px;
  bottom: -60px;
}

.kindergarten-shape19 {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: -1;
}

.kindergarten-shape19 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  max-width: 200px !important;
}

.kindergarten-shape20 {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
}

.kindergarten-shape20 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  max-width: 300px !important;
}

/*================================================
About Area CSS
=================================================*/
.about-content .about-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}

.about-content .about-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.about-content .about-list li span {
  display: block;
  position: relative;
  font-weight: 700;
  padding-left: 40px;
  padding-top: 3px;
}

.about-content .about-list li span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--whiteColor);
  background-color: #a3c5bb;
  z-index: 1;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-content .about-list li span i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--mainColor2);
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-content .about-list li span:hover i::after {
  background-color: var(--whiteColor);
}

.about-content .default-btn-style-two {
  margin-top: 35px;
}

.kindergarten-about-image {
  position: relative;
  z-index: 1;
  margin-right: 15px;
}

.kindergarten-about-image .main-image {
  position: relative;
  padding-bottom: 115px;
}

.kindergarten-about-image .main-image img:nth-child(2) {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
}

.kindergarten-about-image .shape {
  position: absolute;
  right: -15px;
  top: 0;
  z-index: -1;
}

.kindergarten-about-image .shape img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

/*================================================
Kindergarten Services Area CSS
=================================================*/
.kindergarten-services-area {
  position: relative;
  z-index: 1;
}

.kindergarten-services-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  z-index: -1;
  background-color: var(--whiteColor);
  width: 100%;
}

.single-kindergarten-services-box {
  text-align: center;
  position: relative;
}

.single-kindergarten-services-box .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 85px;
  z-index: 1;
  padding-left: 70px;
  padding-right: 50px;
}

.single-kindergarten-services-box .content .icon {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 25px;
}

.single-kindergarten-services-box .content h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}

.services-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.services-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed;
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 2px !important;
}

.services-slides.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--whiteColor);
  content: "";
  border-radius: 50%;
  margin: 4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -65px;
}

.services-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}

.kids-kite-image {
  text-align: center;
  margin-top: -280px;
}

.kids-kite-image img {
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

/*================================================
Kindergarten Courses Area CSS
=================================================*/
.single-kindergarten-courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: var(--blackColor);
}

.single-kindergarten-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.single-kindergarten-courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}

.single-kindergarten-courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}

.single-kindergarten-courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--whiteColor);
  font-size: 30px;
  line-height: 1;
}

.single-kindergarten-courses-box .courses-image .price {
  display: inline-block;
  color: var(--whiteColor);
  position: absolute;
  right: 0;
  border-radius: 0 0 0 10px;
  top: 0;
  background: var(--blackColor);
  padding: 7px 20px 5px;
  text-align: center;
  z-index: 9;
  font-size: 24px;
  font-weight: 800;
}

.single-kindergarten-courses-box .courses-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../../assets/img/box-shape7.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.single-kindergarten-courses-box .courses-image .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}

.single-kindergarten-courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 0 30px 30px;
}

.single-kindergarten-courses-box .courses-content .course-author {
  margin-bottom: 20px;
}

.single-kindergarten-courses-box .courses-content .course-author img {
  width: 35px !important;
  height: 35px !important;
  margin-right: 10px;
  border-radius: 50%;
}

.single-kindergarten-courses-box .courses-content .course-author span {
  color: var(--whiteColor);
}

.single-kindergarten-courses-box .courses-content .course-author span a {
  weight: 600;
  size: 15px;
  color: var(--whiteColor);
}

.single-kindergarten-courses-box .courses-content h3 {
  color: var(--whiteColor);
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-kindergarten-courses-box .courses-content h3 a {
  display: inline-block;
  color: var(--whiteColor);
}

.single-kindergarten-courses-box .courses-content p {
  color: var(--whiteColor);
  opacity: 0.8;
}

.owl-item:nth-child(1) .single-kindergarten-courses-box {
  background-color: var(--mainColor2);
}

.owl-item:nth-child(1) .single-kindergarten-courses-box .courses-image::before {
  background-image: url(../../assets/img/box-shape4.png);
}

.owl-item:nth-child(1) .single-kindergarten-courses-box .price {
  background: var(--mainColor2);
}

.owl-item:nth-child(2) .single-kindergarten-courses-box .courses-image::before {
  background-image: url(../../assets/img/box-shape5.png);
}

.owl-item:nth-child(3) .single-kindergarten-courses-box {
  background-color: #d9a416;
}

.owl-item:nth-child(3) .single-kindergarten-courses-box .courses-image::before {
  background-image: url(../../assets/img/box-shape6.png);
}

.owl-item:nth-child(3) .single-kindergarten-courses-box .price {
  background: #d9a416;
}

.courses-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed;
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 3px !important;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #e8e8e8;
  content: "";
  border-radius: 50%;
  margin: 4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -75px;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-].disabled {
  color: #d1a1a1;
  cursor: not-allowed;
}

.courses-slides-two.owl-theme .owl-nav [class*=owl-].disabled::before {
  background-color: #e8e8e8;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-item {
  margin-bottom: 30px;
  position: relative;
}

.single-blog-item .post-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}

.single-blog-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-item .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
}

.single-blog-item .post-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../../assets/img/shape-style1.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.single-blog-item .post-image .link-btn {
  border-radius: 0;
  overflow: unset;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.single-blog-item .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--optionalColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.single-blog-item .post-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.single-blog-item .post-content h3 a {
  display: inline-block;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area.bg-eee8df .subscribe-content .newsletter-form .input-newsletter {
  background-color: var(--whiteColor);
}

.subscribe-content.text-left {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.subscribe-content.text-left h2 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.subscribe-content.text-left p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.subscribe-content.text-left .newsletter-form {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area.bg-6dbbbd .section-title .sub-title {
  color: var(--whiteColor);
}

.feedback-area.bg-6dbbbd .section-title h2 {
  color: var(--whiteColor);
}

.feedback-area.bg-6dbbbd .section-title p {
  color: var(--whiteColor);
}

.single-kindergarten-feedback-item {
  text-align: center;
  margin-bottom: 30px;
}

.single-kindergarten-feedback-item .content {
  position: relative;
}

.single-kindergarten-feedback-item .content p {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  padding: 0 80px;
}

.single-kindergarten-feedback-item .client-info {
  margin-top: 10px;
  margin-left: 70px;
}

.single-kindergarten-feedback-item .client-info img {
  width: 60px !important;
  display: inline-block !important;
  width: 60px;
  border: 3px solid #d9a416;
  border-radius: 50%;
}

.single-kindergarten-feedback-item .client-info h3 {
  color: var(--whiteColor);
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-kindergarten-feedback-item .client-info span {
  display: block;
  color: var(--whiteColor);
  margin-top: 4px;
  opacity: 0.9;
}

.feedback-slides-three.owl-theme .owl-nav {
  margin-top: 0;
}

.feedback-slides-three.owl-theme .owl-nav [class*=owl-] {
  margin: -60px 0 0;
  position: absolute;
  left: 23%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 55px;
  height: 55px;
  line-height: 54px;
  border: 1px dashed;
  border-radius: 50%;
  background-color: transparent !important;
  color: #d1a1a1;
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-left: 2px !important;
}

.feedback-slides-three.owl-theme .owl-nav [class*=owl-]::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--whiteColor);
  content: "";
  border-radius: 50%;
  margin: 4px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.feedback-slides-three.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 23%;
}

.feedback-slides-three.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
}

/*================================================
Events Area CSS
=================================================*/
.events-area.bg-shape {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 110px;
}

.events-area.bg-shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/events-rectangle1.png);
  background-position: top;
  background-repeat: no-repeat;
}

.events-area.bg-shape::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../../assets/img/events-rectangle2.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.events-box {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  border-radius: 5px;
}

.events-box .image {
  height: 100%;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.events-box .image.bg1 {
  background-image: url(../../assets/img/events/kindergarten-img1.jpg);
}

.events-box .image.bg2 {
  background-image: url(../../assets/img/events/kindergarten-img2.jpg);
}

.events-box .image.bg3 {
  background-image: url(../../assets/img/events/kindergarten-img3.jpg);
}

.events-box .image.bg4 {
  background-image: url(../../assets/img/events/kindergarten-img4.jpg);
}

.events-box .image img {
  display: none;
  border-radius: 5px;
}

.events-box .content {
  padding: 40px;
}

.events-box .content .date {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.events-box .content .date span {
  position: absolute;
  left: 0;
  top: 21px;
  right: 0;
  text-align: center;
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 700;
}

.events-box .content h3 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.events-box .content h3 a {
  display: inline-block;
}

.events-box .content .location {
  display: block;
  color: var(--optionalColor);
  margin-top: 12px;
  position: relative;
  padding-left: 22px;
  font-size: var(--fontSize);
  font-weight: 700;
}

.events-box .content .location i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

/*================================================
Selected Ages Area CSS
=================================================*/
.selected-ages-area {
  position: relative;
  z-index: 1;
}

.selected-ages-area .section-title {
  max-width: 500px;
}

.single-selected-ages-box {
  text-align: center;
  margin-bottom: 30px;
}

.single-selected-ages-box .image {
  margin-bottom: 30px;
}

.single-selected-ages-box h3 {
  -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 3% 100%);
  clip-path: polygon(0 0, 100% 0, 99% 100%, 3% 100%);
  background-color: #cce7e8;
  color: #5caaac;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 28px;
  font-weight: 900;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.single-selected-ages-box .ages-number {
  display: block;
  color: #5caaac;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.col-lg-3:nth-child(2) .single-selected-ages-box h3 {
  background-color: #ffb0b4;
  color: #fe4a55;
}

.col-lg-3:nth-child(2) .single-selected-ages-box .ages-number {
  color: #fe4a55;
}

.col-lg-3:nth-child(3) .single-selected-ages-box h3 {
  background-color: #ffeac4;
  color: #ffa70a;
}

.col-lg-3:nth-child(3) .single-selected-ages-box .ages-number {
  color: #ffa70a;
}

.col-lg-3:nth-child(4) .single-selected-ages-box h3 {
  background-color: #ebbcff;
  color: #be22ff;
}

.col-lg-3:nth-child(4) .single-selected-ages-box .ages-number {
  color: #be22ff;
}

.scroll-wrapper > .scroll-content {
  overflow: inherit !important;
}

.tutor-container {
  max-width: 1230px;
}

.tutor-container .tutor-loop-rating-wrap {
  margin-bottom: 15px;
}

.tutor-container .tutor-course-loop-title h2 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 800;
}

.tutor-container .tutor-course-loop-title h2 a {
  display: inline-block;
  color: #221638;
  text-decoration: none;
}

.tutor-container i {
  font-style: normal;
}

.tutor-container .single-courses-box .courses-image .price .tutor-loop-cart-btn-wrap {
  display: none;
}

.tutor-container .tutor-course-loop {
  height: auto;
}

.tutor-container .tutor-star-rating-group i {
  margin-right: 0px;
}

.tutor-container h1, .tutor-container h2, .tutor-container h3, .tutor-container h4, .tutor-container h5, .tutor-container h6 {
  font-weight: bold;
}

.tutor-single-course-segment {
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
  padding: 20px;
  margin-bottom: 25px;
}

.tutor-wrap {
  padding: 70px 0;
}

.tutor-ResetPassword.lost_reset_password {
  max-width: 1000px;
  margin: auto;
  padding: 70px 0;
}

.tutor-login-form-wrap input[type=submit]:hover {
  background-color: #221638;
  border-color: #221638;
}

.tutor-login-title h4 {
  font-weight: bold;
}

.tutor-form-group.tutor-reg-form-btn-wrap .tutor-button:hover {
  background-color: #221638;
  border-color: #221638;
}

.tutor-button.tutor-success:hover {
  background: #221638;
  border-color: #221638;
}

.tutor-course-content-wrap iframe {
  max-width: 100%;
  text-align: center;
}

.single-lp_course .course-students-list .students li {
  margin-right: 0;
  padding: 20px 20px;
  border: 1px solid #eee;
  border-bottom-width: 0;
}

.single-lp_course .course-students-list .students li:last-child {
  border-bottom-width: 1px;
}

.single-lp_course .course-students-list .students li .user-info {
  position: relative;
  float: unset;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.single-lp_course .course-students-list .students li .lp-course-status {
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-lp_course .course-students-list .filter-students {
  float: unset;
}

.learn-press-pmpro-buy-membership {
  width: 100%;
}

.learn-press-pmpro-buy-membership .purchase-button {
  width: 100% !important;
  display: block !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 12px !important;
  margin-top: 10px;
  text-transform: capitalize !important;
  padding-bottom: 12px !important;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: var(--fontFamily) !important;
}

.learn-press-pmpro-buy-membership .purchase-button:hover {
  background-color: #221638 !important;
}

#pmpro_account-profile a {
  text-decoration: none;
}

.pmpro-has-access .pmpro_submit {
  margin-left: 0 !important;
}

.pmpro-has-access .pmpro_error {
  color: #a94442;
  background: #f2dede;
}

.pmpro-has-access .pmpro_thead-name {
  text-transform: uppercase;
}

.pmpro-has-access .pmpro_thead-msg {
  text-transform: lowercase;
}

.pmpro-has-access ul {
  list-style-type: none;
}

.pmpro-has-access .entry-content ul {
  list-style: inherit;
}

.pmpro-has-access .navigation a,
.pmpro-has-access .pmpro_actionlinks a {
  font-weight: 700;
  font-size: 15px;
  padding: 0;
  margin: 0 10px;
  line-height: 30px;
}

.pmpro-has-access .navigation a:first-child,
.pmpro-has-access .pmpro_actionlinks a:first-child {
  margin-left: 0;
}

.pmpro-has-access .navigation a:last-child,
.pmpro-has-access .pmpro_actionlinks a:last-child {
  margin-right: 0;
}

.pmpro-has-access a.pmpro_btn,
.pmpro-has-access input.pmpro_btn {
  border: none;
  padding: 5px 25px;
  border-radius: 0;
  text-transform: uppercase;
  outline: 0;
  line-height: 30px;
}

.pmpro-has-access table.pmpro_invoice {
  margin-top: 40px;
}

.pmpro-has-access #pmpro_account-invoices thead tr th,
.pmpro-has-access #pmpro_account-membership thead tr th,
.pmpro-has-access #pmpro_cancel thead tr th,
.pmpro-has-access #pmpro_invoices_table thead tr th,
.pmpro-has-access table#pmpro_levels_table thead tr th,
.pmpro-has-access table.pmpro_invoice thead tr th {
  border: 1px solid #eee;
  text-align: center;
  padding: 10px 15px;
}

.pmpro-has-access #pmpro_account-invoices tbody .odd td,
.pmpro-has-access #pmpro_account-membership tbody .odd td,
.pmpro-has-access #pmpro_cancel tbody .odd td,
.pmpro-has-access #pmpro_invoices_table tbody .odd td,
.pmpro-has-access table#pmpro_levels_table tbody .odd td,
.pmpro-has-access table.pmpro_invoice tbody .odd td {
  background-color: transparent;
}

.pmpro-has-access #pmpro_account-invoices tbody .active td,
.pmpro-has-access #pmpro_account-membership tbody .active td,
.pmpro-has-access #pmpro_cancel tbody .active td,
.pmpro-has-access #pmpro_invoices_table tbody .active td,
.pmpro-has-access table#pmpro_levels_table tbody .active td,
.pmpro-has-access table.pmpro_invoice tbody .active td {
  background-color: #eee;
}

.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page.active,
.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page:hover {
  background-color: transparent;
}

.pmpro-has-access #pmpro_account-invoices tbody tr td,
.pmpro-has-access #pmpro_account-membership tbody tr td,
.pmpro-has-access #pmpro_cancel tbody tr td,
.pmpro-has-access #pmpro_invoices_table tbody tr td,
.pmpro-has-access table#pmpro_levels_table tbody tr td,
.pmpro-has-access table.pmpro_invoice tbody tr td {
  text-transform: capitalize;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #eee;
}

.pmpro-has-access table#pmpro_levels_table tbody tr td .pmpro_btn {
  border-radius: 0;
  border: none;
  font-size: 15px;
}

.pmpro-has-access #pmpro_account-profile ul {
  margin: 0;
}

.pmpro-has-access #pmpro_account-profile .pmpro_actionlinks {
  margin-top: 30px;
}

.pmpro-has-access #pmpro_cancel h3 {
  margin: 0 0 30px;
  text-transform: uppercase;
}

.pmpro-has-access #pmpro_account .pmpro_box {
  margin-top: 0;
}

.pmpro-has-access #pmpro_account .pmpro_box h3 {
  margin: 8px 0;
  text-transform: uppercase;
}

.pmpro-has-access #pmpro_billing_address_fields thead th,
.pmpro-has-access #pmpro_payment_information_fields thead th {
  text-transform: uppercase;
}

.pmpro-has-access #pmpro_billing_address_fields tbody label,
.pmpro-has-access #pmpro_payment_information_fields tbody label {
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  width: 175px;
}

.pmpro-has-access #pmpro_billing_address_fields tbody input,
.pmpro-has-access #pmpro_billing_address_fields tbody select,
.pmpro-has-access #pmpro_payment_information_fields tbody input,
.pmpro-has-access #pmpro_payment_information_fields tbody select {
  border-radius: 0;
  border: 1px solid #eee;
  padding: 7px 10px;
  height: 40px;
  max-width: 230px;
  outline: 0;
  margin: 0;
}

.pmpro-has-access #pmpro_billing_address_fields tbody select,
.pmpro-has-access #pmpro_payment_information_fields tbody select {
  font-size: 15px;
}

.pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationMonth,
.pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationYear,
.pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationMonth,
.pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationYear {
  width: calc(15% - 3.5px);
  width: -moz-calc(15% - 3.5px);
}

.pmpro-has-access #pmpro_billing_address_fields tbody .pmpro_error,
.pmpro-has-access #pmpro_payment_information_fields tbody .pmpro_error {
  border-color: #a00;
  background-color: transparent;
}

.pmpro-has-access #pmpro_billing_address_fields abbr,
.pmpro-has-access #pmpro_payment_information_fields abbr {
  color: red;
  font-weight: 700;
  border: 0;
}

.pmpro-has-access #pmpro_billing_address_fields tbody tr td,
.pmpro-has-access #pmpro_billing_address_fields thead tr th,
.pmpro-has-access #pmpro_payment_information_fields tbody tr td,
.pmpro-has-access #pmpro_payment_information_fields thead tr th,
.pmpro-has-access #pmpro_pricing_fields tbody tr td,
.pmpro-has-access #pmpro_pricing_fields thead tr th {
  padding: 10px 15px;
  border: 1px solid #eee;
}

#pmpro_account #pmpro_account-membership {
  padding-top: 0;
}

#pmpro_account #pmpro_account-membership > h3 {
  margin-top: 0;
}

.pmpro_message {
  color: #31708f;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  background: #d9edf7;
}

.lp_pmpro_courses_by_level .level-wrap {
  margin-bottom: 50px;
  border: 1px solid #eee;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.lp_pmpro_courses_by_level .level-wrap.feature:before {
  background: url(images/pricing-featured.png) top right no-repeat;
  content: "";
  position: absolute;
  width: 51px;
  height: 51px;
  top: -3px;
  right: -3px;
}

.lp_pmpro_courses_by_level .level-wrap header {
  text-align: center;
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level {
  text-transform: uppercase;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: var(--whiteColor);
  line-height: 62px;
  padding: 10px 30px;
  overflow: hidden;
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level:before {
  content: "";
  position: absolute;
  top: -70px;
  left: -50px;
  right: -50px;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 50% 50%;
  background: #ffb606;
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level {
  text-align: center;
  padding: 35px 30px 30px;
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .price {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
}

.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .expired {
  color: #999;
  line-height: 25px;
  margin: 0;
}

.lp_pmpro_courses_by_level .level-wrap footer {
  padding: 25px 30px 40px;
  text-align: center;
}

.lp_pmpro_courses_by_level .level-wrap footer a {
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  padding: 5px 25px;
}

.lp_pmpro_courses_by_level .level-wrap main {
  padding: 0 30px;
}

.lp_pmpro_courses_by_level .level-wrap ul {
  padding: 0;
}

.lp_pmpro_courses_by_level .level-wrap ul li {
  padding: 12px 0;
  border-top: 1px solid #eee;
}

.lp_pmpro_courses_by_level .level-wrap ul li a {
  line-height: 25px;
  color: #999;
  display: block;
}

.lp_pmpro_courses_by_level .level-wrap:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.lp_pmpro_courses_by_level .navigation {
  clear: both;
}

#pmpro_account #pmpro_account-profile {
  background: rgba(238, 238, 238, 0.9333333333);
  padding: 6px 24px;
}

body #pmpro_account .pmpro_box {
  border-top: 0;
}

form.pmpro_form .pmpro_message {
  margin-top: 0;
  margin-bottom: 40px;
}

form.pmpro_form table {
  margin-bottom: 60px;
}

form.pmpro_form .pmpro_submit {
  margin: 0;
  overflow: hidden;
}

.lp-pmpro-footer,
.lp-pmpro-header,
.lp-pmpro-main {
  overflow: hidden;
  width: 100%;
}

.lp-pmpro-header .list-item,
.lp-pmpro-header .list-main {
  border: 1px solid #eee;
  border-left: 0;
  border-bottom: 4px solid #ccc;
  min-height: 200px;
}

.lp-pmpro-header .list-main {
  border-left: 1px solid #eee;
}

.lp-pmpro-footer .list-item,
.lp-pmpro-footer .list-main {
  border: 1px solid #eee;
  border-top: 0;
  border-left: 0;
  min-height: 81px;
  padding: 20px 0;
  vertical-align: middle;
}

.lp-pmpro-footer .list-main,
.lp-pmpro-membership-list .list-main .item-td {
  border-left: 1px solid #eee;
}

.lp-pmpro-membership-list {
  overflow: hidden;
  max-width: 1000px;
  margin: auto;
}

.lp-membership-list-mobile .lp-pmpro-membership-list {
  max-width: 100%;
  margin-bottom: 50px;
}

.lp-membership-list-mobile .lp-pmpro-membership-list:last-child {
  margin-bottom: 0;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .list-main {
  width: 65%;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .header-item {
  width: 100%;
}

.lp-pmpro-membership-list .list-main {
  width: 34%;
}

.lp-pmpro-membership-list .list-item {
  text-align: center;
}

.lp-pmpro-membership-list .header-item {
  padding-top: 82px;
  padding-bottom: 35px;
  position: relative;
  vertical-align: top;
  background: url(../../assets/img/box.png) top 18px center no-repeat;
}

.lp-pmpro-membership-list .header-item.has-4 {
  width: 12%;
}

.lp-pmpro-membership-list .header-item.has-3 {
  width: 22%;
}

.lp-pmpro-membership-list .header-item.has-2 {
  width: 33%;
}

.lp-pmpro-membership-list .header-item.position-2 {
  background-image: url(../../assets/img/target.png);
}

.lp-pmpro-membership-list .header-item.position-2:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
  width: 100%;
}

.lp-pmpro-membership-list .header-item.position-3 {
  background-image: url(../../assets/img/goals.png);
}

.lp-pmpro-membership-list .item-td {
  border: 1px solid #eee !important;
  padding: 10px 30px;
  border-top: 0;
  border-left: 0;
  line-height: 25px;
}

.lp-pmpro-membership-list .item-td a {
  color: #666;
  text-decoration: none;
}

.lp-pmpro-membership-list .item-td i {
  font-style: normal;
}

.lp-pmpro-membership-list .item-td.item-desc {
  font-weight: 700;
}

.lp-pmpro-membership-list .item-td.item-check {
  font-size: 17px;
}

.lp-pmpro-membership-list .item-td.item-none {
  color: #bbb;
  font-size: 17px;
}

.lp-pmpro-membership-list .lp-title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
  line-height: 30px;
  text-transform: uppercase;
}

.lp-pmpro-membership-list .lp-desc {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 22px;
}

.lp-pmpro-membership-list .lp-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.lp-pmpro-membership-list .lp-price .currency {
  font-size: 16px;
  vertical-align: super;
}

.lp-pmpro-membership-list .lp-price .expired {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.lp-pmpro-membership-list .lp-price .expired .currency {
  font-size: 14px;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level {
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses {
  border-top: 1px solid #eee;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses .item-td {
  text-align: center;
}

.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .footer-item {
  text-align: center;
  padding: 20px 0;
}

#pmpro_paypalexpress_checkout input {
  border: 0;
  padding: 0;
}

form.pmpro_form .lp-pmpro-name {
  width: 150px;
  height: 150px;
  float: left;
  clear: none;
  margin: 0 20px 0 0;
  position: relative;
}

form.pmpro_form .lp-pmpro-name h4 {
  color: var(--whiteColor);
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
}

form.pmpro_form .lp-pmpro-content {
  width: calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  float: right;
  clear: none;
  margin: 0;
}

form.pmpro_form .lp-pmpro-desc {
  text-align: left;
  float: none;
  clear: both;
  margin: 0 0 5px;
  line-height: 25px;
}

form.pmpro_form .lp-pmpro-desc label,
form.pmpro_form .lp-pmpro-desc p {
  display: inline-block;
  margin: 0;
}

form.pmpro_form .lp-pmpro-desc label {
  margin-right: 5px;
  width: auto;
}

form.pmpro_form .lp-pmpro-desc.lp-pmpro-description {
  margin-top: 15px;
}

form.pmpro_form h3.pmpro_thead-name {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
}

form.pmpro_form .pmpro_thead-msg {
  font-style: normal;
  font-size: 14px;
  color: #999;
}

form.pmpro_form .pmpro_thead-msg a {
  font-weight: 700;
  color: #e7a507;
  text-transform: none;
  margin-left: 5px;
}

form.pmpro_form .lp-pmpro-account-info .lp-pmpro-desc {
  max-width: 500px;
  float: none;
  overflow: hidden;
  margin: auto auto 15px;
  clear: both;
}

form.pmpro_form .lp-pmpro-account-info .lp-pmpro-desc label {
  min-width: 175px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #888;
}

form.pmpro_form .lp-pmpro-account-info abbr[data-original-title],
form.pmpro_form .lp-pmpro-account-info abbr[title] {
  border-bottom: 0;
  vertical-align: bottom;
  margin-left: 5px;
  color: #999;
}

#pmpro_form tbody tr td.lp-pmpro-td,
#pmpro_pricing_fields tbody tr td.lp-pmpro-td {
  padding: 30px 40px;
}

#pmpro_form .pmpro_submit {
  text-align: center;
}

#pmpro_form .pmpro_submit span {
  float: none;
  overflow: hidden;
  display: block;
}

#pmpro_form table {
  margin-bottom: 40px;
}

.pmpro-has-access a.pmpro_btn, .pmpro-has-access input.pmpro_btn {
  border: none;
  padding: 5px 25px;
  border-radius: 0;
  text-transform: capitalize !important;
  outline: 0;
  line-height: 30px;
  color: var(--whiteColor);
  text-decoration: none;
}

.pmpro-has-access a.pmpro_btn:hover, .pmpro-has-access input.pmpro_btn:hover {
  background-color: #221638 !important;
}

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  background-color: #efefef;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.pmpro_checkout input {
  height: 50px;
  color: #221638;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 100% !important;
}

.pmpro_checkout table td, .pmpro_checkout table td {
  padding: 19px 28px;
}

.pmpro_checkout tbody tr td div {
  margin-top: 10px;
}

.pmpro_checkout form.pmpro_form label {
  margin-bottom: 4px;
}

.pmpro_checkout .pmpro_payment-expiration .nice-select {
  display: none;
}

.pmpro_checkout .pmpro_payment-expiration select {
  display: inline-block !important;
  padding: 2px;
  margin-top: 8px;
  margin-right: 6px;
  margin-left: 5px;
}

.pmpro_member_profile_edit-fields input {
  height: 50px;
  color: #221638;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 100% !important;
}

.pmpro_member_profile_edit-fields a {
  text-decoration: none !important;
}

.pmpro_member_profile_edit-fields a:hover {
  text-decoration: none !important;
  color: var(--whiteColor);
}

.pmpro_login_wrap input#user_pass, .pmpro_login_wrap input#user_login {
  height: 50px;
  color: #221638;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 100% !important;
  width: 100% !important;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  width: 100%;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  position: relative;
  width: 100%;
}

.woocommerce form .form-row label {
  line-height: 13px;
}

.learn-press-form-register h2 {
  display: none;
}

.learn-press-form-register .acf-fields {
  display: none;
}

#content-item-quiz input[type=submit] {
  width: 100% !important;
}

.tutor-course-loop-header-meta {
  overflow: visible;
  z-index: 99;
}

.tutor-course-loop-header-meta .single-courses-box .courses-image {
  z-index: auto !important;
}

.ecademy-nav .navbar .navbar-nav .dropdown.nav-item:last-child a {
  margin-right: 14px;
}

.ld-enroll-btn {
  font-weight: bold;
}

.ld-single-courses-box .courses-content .course-author img {
  width: 50px;
  height: 50px;
}

.ld-single-courses-box .courses-content .course-author span {
  font-weight: bold;
  text-transform: capitalize;
}

.sidebar .widget_ldcoursenavigation .learndash-wrapper {
  padding: 0px;
}

.sidebar .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-course-navigation-heading {
  margin-bottom: 10px;
}

.sidebar .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.sidebar .widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button {
  font-weight: 500;
}

.sidebar .widget_sfwd-courses-widget h4 {
  font-size: 16px;
  line-height: 26px;
}

.sidebar .widget ul li::before {
  top: 8px;
}

.ld-courses-details-desc .post-thumbnail.text-center {
  border-radius: 11px;
  background: #eee;
  padding: 15px;
}

.learndash-wrapper .ld-button.ld-login-button {
  text-align: center;
  margin: auto;
  padding: 12px 23px;
  text-decoration: none;
  font-size: 19px;
  margin-top: 18px;
}

#ld-profile {
  background: #f8f9f8;
  padding: 10px 20px;
  margin-bottom: 20px;
}

#ld-profile a {
  text-decoration: none;
}

.ld-register a {
  text-align: center;
  font-weight: bold;
  margin: auto;
  border-radius: 20px !important;
  padding: 12px 23px;
  text-decoration: none !important;
  font-size: 19px !important;
}

.ecademy-Profile-un .wp-block-buttons {
  text-align: center;
}

.logged-in .ld-register {
  display: none;
}

.learndash-wrapper .ld-button.ld-login-button.ld-login {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register label {
  color: var(--whiteColor);
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register h2 {
  display: none;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
  color: var(--whiteColor);
}

.scroll-wrapper > .scroll-content {
  overflow: scroll !important;
}

.profile-box .content .default-btn br {
  display: none;
}

.courses-content .expert h3 {
  color: #606060;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 16px;
  display: inline;
  font-weight: normal;
}

.courses-content .expert p {
  display: inline;
}

.courses-details-area .sidebar .widget {
  -webkit-box-shadow: 0 8px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 7px rgba(0, 0, 0, 0.05);
}

.ld-courses-details-desc .post-thumbnail img {
  width: 100%;
}

.ld-courses-details-desc .entry-content.pt-70 {
  padding-top: 30px;
}

.courses-details-desc .nav .nav-item, .courses-details-info .info li {
  list-style-type: none;
}

/*================================================
Gym Banner Area CSS
=================================================*/
.gym-home-area {
  padding-top: 10px;
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
  background-image: url(../../assets/img/gym-banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gym-home-area .sliderCounter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
  line-height: 1;
  color: var(--optionalColor);
  font-size: 20px;
  font-weight: 800;
}

.gym-banner-item .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.gym-banner-content h1 {
  margin-bottom: 15px;
  font-size: 59px;
  font-weight: 800;
}

.gym-banner-content p {
  max-width: 650px;
}

.gym-banner-content .default-btn {
  margin-top: 10px;
}

.gym-banner-image {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.gym-banner-image img {
  display: inline-block !important;
  width: auto !important;
}

.gym-banner-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.gym-banner-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 30px;
  color: var(--optionalColor);
  background-color: transparent !important;
  line-height: 1;
}

.gym-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}

.gym-banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--mainColor);
}

.gym-banner-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Featured Area CSS
=================================================*/
.featured-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.featured-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.featured-area .container-fluid .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.single-featured-box {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.single-featured-box img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-featured-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  background-color: #000000;
  opacity: 0.7;
}

.single-featured-box .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: var(--whiteColor);
  padding: 20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.single-featured-box .content .icon {
  font-size: 50px;
  line-height: 1;
  color: var(--mainColor);
  display: inline-block;
  margin-bottom: 25px;
}

.single-featured-box .content h3 {
  color: var(--whiteColor);
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 800;
}

.single-featured-box .content p {
  opacity: 0.9;
  color: var(--whiteColor);
}

.single-featured-box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.why-choose-us-image {
  text-align: center;
}

.why-choose-us-content {
  max-width: 595px;
}

.why-choose-us-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.why-choose-us-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.why-choose-us-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -8px;
  margin-right: -8px;
}

.why-choose-us-content .features-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}

.why-choose-us-content .features-list li span {
  display: block;
  position: relative;
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.why-choose-us-content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: var(--mainColor);
  font-size: 25px;
  background-image: url(../../assets/img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-us-content .default-btn {
  margin-top: 30px;
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area.bg-black {
  background-color: var(--blackColor);
}

.courses-area.bg-black .section-title h2 {
  color: var(--whiteColor);
}

.courses-area.bg-black .section-title p {
  color: var(--whiteColor);
  opacity: 0.9;
}

.courses-area.bg-black .courses-info p {
  color: var(--whiteColor);
  opacity: 0.9;
}

.courses-area.bg-black .courses-info p a {
  color: var(--whiteColor) !important;
  font-weight: 800;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area.bg-black {
  background-color: var(--blackColor);
  position: relative;
  z-index: 1;
}

.funfacts-area.bg-black .col-lg-3 {
  border: none;
}

.funfacts-area.bg-black::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--whiteColor);
  height: 250px;
}

.single-funfacts-item.with-box-shadow {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

/*================================================
Gym Feedback Area CSS
=================================================*/
.gym-feedback-area {
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gym-feedback-area:hover .gym-feedback-slides.owl-theme .owl-nav {
  opacity: 1;
  visibility: visible;
}

.gym-feedback-box {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.gym-feedback-box p {
  font-size: 24px;
  color: var(--blackColor);
}

.gym-feedback-box .title {
  margin-top: 25px;
}

.gym-feedback-box .title h3 {
  margin-bottom: 6px;
  color: var(--mainColor);
  font-size: 25px;
  font-weight: 700;
}

.gym-feedback-box .title span {
  display: block;
  color: var(--blackColor);
}

.gym-feedback-box::before {
  content: "\f10a";
  position: absolute;
  left: -110px;
  color: var(--blackColor);
  opacity: 0.05;
  z-index: -1;
  top: 5px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  line-height: 1;
  font-family: Flaticon;
  font-size: 250px;
}

.gym-feedback-slides .gym-feedback-box {
  max-width: 1000px;
}

.gym-feedback-slides.owl-theme .owl-nav {
  opacity: 0;
  margin-top: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.gym-feedback-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 40px;
  color: var(--optionalColor);
  background-color: transparent !important;
  line-height: 1;
}

.gym-feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.gym-feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--mainColor);
}

/*================================================
Trainer Area CSS
=================================================*/
.single-trainer-box {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.single-trainer-box .content {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  bottom: 60px;
  background-color: rgba(34, 22, 56, 0.9);
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-trainer-box .content h3 {
  margin-bottom: 18px;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 800;
}

.single-trainer-box .content .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-trainer-box .content .social-link li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}

.single-trainer-box .content .social-link li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #bfbfbf;
  line-height: 38px;
  background-color: var(--blackColor);
  border-radius: 3px;
  font-size: 18px;
}

.single-trainer-box .content .social-link li a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.single-trainer-box .designation {
  display: inline-block;
  background-color: var(--whiteColor);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: var(--mainColor);
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
}

.single-trainer-box:hover .content {
  opacity: 1;
  visibility: visible;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
  background-color: #f1f1f1;
  position: relative;
  z-index: 1;
}

.app-download-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  z-index: -1;
  background-color: var(--whiteColor);
}

.app-download-area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: -1;
  background-color: var(--whiteColor);
}

.app-download-content {
  margin-right: -60px;
  position: relative;
  top: -25px;
}

.app-download-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.app-download-content h2 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 35px;
  font-weight: 800;
}

.app-download-content .default-btn {
  margin-top: 10px;
}

.app-download-image {
  text-align: center;
}

/*================================================
Online Platform Area CSS
=================================================*/
.online-platform-area {
  background-color: #f1f1f1;
  position: relative;
  z-index: 1;
}

.online-platform-area .shape23 {
  right: 20%;
  bottom: 15%;
}

.online-platform-image {
  text-align: center;
  padding-right: 15px;
}

.online-platform-content {
  padding-left: 15px;
}

.online-platform-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.online-platform-content h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.online-platform-content .default-btn {
  margin-top: 10px;
}

.features-list li {
  list-style-type: none;
}

#checkout-form-login .learn-press-form-login {
  display: block !important;
}

/*================================================
Learning Management
=================================================*/
.bg-fff8f8 {
  background-color: #fff8f8;
}

.bg-f9fbff {
  background-color: #f9fbff;
}

/*================================================
Features Area CSS
=================================================*/
.features-box {
  z-index: 1;
  padding: 35px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--whiteColor);
}

.features-box .icon {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}

.features-box h3 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 800;
}

.features-box p {
  margin-bottom: 12px;
}

.features-box .link-btn {
  display: inline-block;
  color: var(--mainColor);
  font-size: 15px;
  font-weight: 700;
}

.features-box .link-btn:hover {
  color: var(--blackColor);
}

.features-box .back-icon {
  top: 20px;
  right: 20px;
  opacity: 0.05;
  line-height: 1;
  font-size: 120px;
  position: absolute;
}

.features-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  z-index: 1;
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}

.main-banner-area .container-fluid {
  max-width: 1395px;
}

.main-banner-area .banner-shape1 {
  left: auto;
  bottom: 10%;
  right: 17%;
  width: 190px;
}

.main-banner-area .banner-shape2 {
  width: 50px;
  left: 29%;
  top: 9%;
}

.main-banner-area .banner-shape3 {
  right: auto;
  width: 50px;
  left: 30%;
  top: 5%;
}

.main-banner-content-style-two h1 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 800;
}

.main-banner-content-style-two p {
  max-width: 580px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 16px;
}

.main-banner-content-style-two .default-btn {
  margin-top: 10px;
}

.bulb {
  left: 15%;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.bulb img {
  -webkit-animation: moveleftbounce 4s linear infinite;
  animation: moveleftbounce 4s linear infinite;
}

/*================================================
About Area CSS
=================================================*/
.about-area .bulb {
  left: auto;
  right: 50px;
  width: 280px;
}

/*================================================
View All Courses Area CSS
=================================================*/
.view-all-courses-area-three {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.view-all-courses-area-three .bulb {
  left: auto;
  right: 50px;
}

.view-all-courses-content-style-two .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.view-all-courses-content-style-two h2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
}

.view-all-courses-content-style-two p {
  margin-top: 15px;
}

.view-all-courses-content-style-two .default-btn {
  margin-top: 10px;
}

.view-all-courses-image-style-two {
  margin-left: 30px;
}

/*================================================
Premium Access Area CSS
=================================================*/
.premium-access-area-two {
  z-index: 1;
  padding-top: 30px;
  position: relative;
}

.premium-access-area-two::before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  height: 35px;
  position: absolute;
  background-color: #100f1f;
}

.premium-access-content-style-two {
  position: relative;
  top: -20px;
}

.premium-access-content-style-two .sub-title {
  display: block;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.premium-access-content-style-two h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.premium-access-content-style-two .default-btn {
  margin-top: 10px;
}

.premium-access-image-style-two {
  text-align: center;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-slides-two {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-slides-two.owl-theme .owl-nav {
  margin-top: 0;
}

.testimonials-slides-two.owl-theme .owl-nav [class*=owl-] {
  left: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: var(--whiteColor) !important;
  width: 40px;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  height: 40px;
  font-size: 25px !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
}

.testimonials-slides-two.owl-theme .owl-nav [class*=owl-] i {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor);
}

.testimonials-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

.testimonials-item {
  z-index: 1;
  padding: 100px;
  background-color: #FFF8F8;
  border-radius: 5px;
  position: relative;
}

.testimonials-item p {
  font-size: 18px;
  line-height: 1.8;
}

.testimonials-item h3 {
  color: var(--mainColor);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.testimonials-item span {
  display: block;
  color: var(--optionalColor);
  font-size: 15px;
  margin-top: 4px;
}

.testimonials-item img {
  display: inline-block !important;
  width: auto !important;
  text-align: center;
}

.testimonials-item::before {
  opacity: 0.04;
  content: "\f10a";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  line-height: 1;
  font-family: Flaticon;
  font-size: 200px;
  margin-top: 10px;
  margin-left: 50px;
}

/*================================================
Get Instant Courses Area CSS
=================================================*/
.get-instant-courses-area-two {
  position: relative;
  z-index: 1;
}

.get-instant-courses-area-two::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25px;
  z-index: -1;
  background-color: var(--whiteColor);
}

.get-instant-courses-area-two::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 21px;
  z-index: -1;
  background-color: var(--whiteColor);
}

.get-instant-courses-area-two .bulb {
  left: 20px;
  width: 180px;
  bottom: 21px;
}

.get-instant-courses-content-style-two .sub-title {
  display: block;
  color: var(--mainColor);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.get-instant-courses-content-style-two h2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
}

.get-instant-courses-content-style-two p {
  max-width: 620px;
  line-height: 1.8;
}

.get-instant-courses-content-style-two .default-btn {
  margin-top: 5px;
}

.get-instant-courses-image-style-two {
  text-align: right;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-item {
  text-align: center;
}

.partner-item img {
  width: auto !important;
  display: inline-block !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.6;
}

.partner-item:hover img {
  opacity: 1;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
  z-index: 1;
  position: relative;
}

.video-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: -1;
  background-color: #FFF8F8;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-box {
  background-color: var(--whiteColor);
  border: 1px dashed #AD8360;
  border-radius: 50%;
  text-align: center;
  position: relative;
  height: 280px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.funfacts-box h3 {
  margin-bottom: 8px;
  color: var(--mainColor);
  font-size: 44px;
  font-weight: 800;
}

.funfacts-box h3 span {
  font-size: 48px;
}

.funfacts-box h3 .odometer {
  position: relative;
  top: -2px;
}

.funfacts-box p {
  text-transform: uppercase;
  color: var(--blackColor);
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
}

.funfacts-box .content {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-courses-item-box .courses-content .rating .review-stars-rated {
  margin-bottom: 0;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info, .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
  display: none !important;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
  width: 100% !important;
}

#learn-press-course-tabs.course-tabs {
  margin-top: 0 !important;
}

.course-item-popup .others-option-for-responsive {
  display: none !important;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section {
  border: 1px solid #eeeeee;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header {
  cursor: pointer;
  padding: 25px !important;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-title {
  text-align: left;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #221638 !important;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status {
  padding: 0px 4px !important;
}

#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name {
  font-size: 15px !important;
  font-weight: bold !important;
}

#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta {
  color: var(--blackColor) !important;
  font-weight: bold;
}

#popup-course #popup-footer .course-item-nav .course-item-nav__name {
  top: -33px !important;
  color: var(--whiteColor);
  background: #666 !important;
}

#popup-course #popup-footer .course-item-nav .prev a:hover, #popup-course #popup-footer .course-item-nav .next a:hover {
  padding: 0 10px;
  color: var(--whiteColor) !important;
}

.lp-profile-user-bio p {
  color: var(--whiteColor);
}

#learn-press-profile i {
  font-style: normal;
}

#learn-press-profile a {
  text-decoration: none;
}

#learn-press-profile ul {
  list-style-type: none;
}

#learn-press-profile ul li {
  list-style-type: none;
}

#learn-press-profile .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

#learn-press-profile .social-link li {
  display: inline-block;
  margin-right: 3px;
}

#learn-press-profile .social-link li:last-child {
  margin-right: 0;
}

#learn-press-profile .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #e1e1e1;
  font-size: 16px;
  color: var(--blackColor);
  position: relative;
  border-radius: 2px;
}

#learn-press-profile .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#learn-press-profile .social-link li a:hover {
  color: var(--whiteColor);
}

#checkout-account-logged-in {
  padding-bottom: 11px;
}

.learnpress-checkout .lp-content-wrap > h2 {
  display: none;
}

#learn-press-checkout {
  padding-top: 100px;
  padding-bottom: 70px;
}

.course-summary .content-item-summary .lp-btn-finish-course {
  margin: 4px 10px 0 0 !important;
}

.courses-details-info .btn-box .lp-btn-finish-course {
  margin: 4px 10px 0 0 !important;
}

.course-item-popup .lp-btn-finish-course i {
  display: none;
}

.course-item-popup .lp-btn-finish-course span {
  display: none;
}

.courses-details-info .wrap-btn-add-course-to-cart {
  width: 100%;
}

.gradebook-top-nav input {
  padding: 10px 10px;
  border: navajowhite;
  background: #efefef;
}

.gradebook-top-nav button {
  padding: 10px 10px !important;
  height: unset !important;
  line-height: 25px !important;
  background: #3e3e3e;
}

.gradebook-top-nav button:hover {
  border: none;
  color: var(--whiteColor);
}

.lp-user-profile.guest .wrapper-profile-header {
  display: none;
}

#learn-press-profile .learn-press-form-login, #learn-press-profile .learn-press-form-register {
  width: 48% !important;
  margin-right: 20px !important;
  display: inline-block;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections {
  z-index: 999 !important;
}

.search-no-results.post-type-archive.post-type-archive-lp_course .page-title-area {
  display: none;
}

.search-no-results.post-type-archive.post-type-archive-lp_course .lp-archive-courses .page-title-area {
  display: block;
}

.pmpro-has-access .entry-content ul {
  list-style-type: none;
}

.lp-profile-content button, #course-item-content-header .form-button.lp-button-back button {
  background: #fe4a55;
}

.lp-profile-content button:hover, .lp-profile-content button:focus, #course-item-content-header .form-button.lp-button-back button:hover, #course-item-content-header .form-button.lp-button-back button:focus {
  color: var(--whiteColor) !important;
}

.elementor-1207 .elementor-element.elementor-element-e822fef .about-area-two.bg-fffaf3.pt-70.pb-100 {
  background-color: var(--whiteColor) !important;
}

.fep-form input[type=text] {
  width: 100%;
  padding: 8px 11px;
}

button.lp-button.button.button-enroll-course, .learnpress-page .lp-button, .learnpress-page #lp-button {
  width: 100%;
  color: #fff !important;
}

.course-reviews-list li .review-title, .course-reviews-list-shortcode li .review-title {
  clear: unset;
}

.course-reviews-list, .course-reviews-list-shortcode {
  padding: 0;
}

#learn-press-profile.guest .lp-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.learnpress-page .lp-button, .learnpress-page #lp-button {
  margin-bottom: 5px;
}

/*---------------------
 Feature Styles  
-------------------------*/
.feature-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.feature-list-wrapper .feature-list {
  flex-basis: 50%;
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .feature-list-wrapper .feature-list {
    flex-basis: 100%;
  }
}

.feature-list .icon {
  margin-bottom: 25px;
}
.feature-list .icon i {
  font-size: 50px;
  color: var(--color-secondary);
}
.feature-list .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.feature-list .content p {
  margin-bottom: 0;
}

.feature-thumbnail {
  position: relative;
  z-index: 2;
  right: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-thumbnail {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-thumbnail {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature-thumbnail {
    right: 0;
  }
}
.feature-thumbnail .circle-image {
  position: absolute;
  top: -11px;
  right: 7px;
  z-index: -1;
  width: 97%;
}
@media only screen and (max-width: 767px) {
  .feature-thumbnail .circle-image {
    display: none;
  }
}

.radius-round {
  border-radius: 100%;
}

/*----------------------
 Feature Style Two  
-------------------------*/
.feature-style-2 {
  display: flex;
  flex-wrap: wrap;
}
.feature-style-2 .single-feature {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}
.feature-style-2 .single-feature .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: rgba(251, 124, 86, 0.15);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.feature-style-2 .single-feature .icon i {
  color: var(--color-secondary);
}
.feature-style-2 .single-feature .content .feature-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-style-2 .single-feature .content .feature-title {
    font-size: 16px;
  }
}

/*----------------------
    Feature Style Three  
-------------------------*/
.feature-style-3 .feature-content .feature-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--color-secondary);
  margin-bottom: 5px;
}
.feature-style-3 .feature-content .feature-description {
  margin-bottom: 0;
}

/*----------------------
    Feature Style Four  
-------------------------*/
.feature-style-4 .edu-feature-list {
  display: flex;
}
.feature-style-4 .edu-feature-list .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(251, 124, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.feature-style-4 .edu-feature-list .icon i {
  color: var(--color-secondary);
  font-size: 26px;
}
.feature-style-4 .edu-feature-list .content .title {
  margin-bottom: 5px;
}
.feature-style-4 .edu-feature-list .content p {
  margin-bottom: 30px;
}
.feature-style-4 .edu-feature-list.color-var-2 .icon {
  background: rgba(82, 95, 225, 0.1);
}
.feature-style-4 .edu-feature-list.color-var-2 .icon i {
  color: var(--color-primary);
}

/*----------------------
    Feature Style 5  
-------------------------*/
.feature-style-5 .edu-feature-list {
  display: flex;
}
.feature-style-5 .edu-feature-list .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.feature-style-5 .edu-feature-list .icon i {
  color: var(--color-white);
  font-size: 30px;
}
.feature-style-5 .edu-feature-list .content .title {
  margin-bottom: 5px;
}
.feature-style-5 .edu-feature-list .content p {
  margin-bottom: 0;
}
.feature-style-5 .edu-feature-list.color-var-2 .icon {
  background: #ffa41b;
}
.feature-style-5 .edu-feature-list.color-var-2 .icon i {
  color: var(--color-white);
}

/*----------------------
    Feature Style 6  
-------------------------*/
.feature-style-6 .edu-feature-list {
  display: flex;
}
.feature-style-6 .edu-feature-list .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(251, 124, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.feature-style-6 .edu-feature-list .icon i {
  color: var(--color-secondary);
  font-size: 30px;
}
.feature-style-6 .edu-feature-list .content .title {
  margin-bottom: 5px;
}
.feature-style-6 .edu-feature-list .content p {
  margin-bottom: 30px;
}
.feature-style-6 .edu-feature-list.color-var-2 .icon {
  background: rgba(82, 95, 225, 0.1);
}
.feature-style-6 .edu-feature-list.color-var-2 .icon i {
  color: var(--color-primary);
}
.feature-style-6 .edu-feature-list.color-variation-1 .icon {
  background: rgba(255, 164, 27, 0.1);
}
.feature-style-6 .edu-feature-list.color-variation-2 .icon {
  background: rgba(82, 95, 225, 0.1);
}
.feature-style-6 .edu-feature-list.color-variation-3 .icon {
  background: rgba(251, 124, 86, 0.1);
}

/* --------------------
Gallery Item 
------------------- */
.filters-button-group {
  margin: -7.5px;
  flex-wrap: wrap;
}
.filters-button-group button,
.filters-button-group a {
  display: block;
  padding: 5px 20px;
  width: auto;
  border: 0 none;
  background: var(--color-primary);
  border-radius: 3px;
  color: var(--color-white);
  margin: 7.5px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.4s;
}
.filters-button-group button.is-checked, .filters-button-group button:hover,
.filters-button-group a.is-checked,
.filters-button-group a:hover {
  background: var(--color-white);
  color: var(--color-primary);
}

.edu-gallery-grid-item {
  display: block;
  border-radius: 5px;
  padding: 0 15px !important;
}
.edu-gallery-grid-item .edu-gallery-grid {
  position: relative;
}
.edu-gallery-grid-item .edu-gallery-grid img {
  border-radius: 5px;
}
.edu-gallery-grid-item .edu-gallery-grid::before {
  background: linear-gradient(180deg, rgba(82, 95, 225, 0.3) 10.75%, #525fe1 85%);
  border-radius: 5px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.edu-gallery-grid-item .edu-gallery-grid .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  opacity: 0;
}
.edu-gallery-grid-item .edu-gallery-grid .zoom-icon i {
  color: var(--color-white);
  font-size: 25px;
}
.edu-gallery-grid-item .edu-gallery-grid .hover-action {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 40px;
  z-index: 1;
  transition: 0.4s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .edu-gallery-grid-item .edu-gallery-grid .hover-action {
    padding: 20px 20px;
  }
}
.edu-gallery-grid-item .edu-gallery-grid .hover-action .hover-content .hover-text .title {
  color: var(--color-white);
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .edu-gallery-grid-item .edu-gallery-grid .hover-action .hover-content .hover-text .title {
    font-size: 20px;
    line-height: 32px;
  }
}
.edu-gallery-grid-item:hover .edu-gallery-grid::before {
  opacity: 1;
}
.edu-gallery-grid-item:hover .edu-gallery-grid .zoom-icon {
  opacity: 1;
}
.edu-gallery-grid-item:hover .edu-gallery-grid .hover-action {
  opacity: 1;
}

.grid-metro3 {
  margin: 0 -15px;
}
.grid-metro3 .grid-metro-item {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro3 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro3 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro3 .resizer {
    width: 100%;
  }
}

.eduvibe-home-two-course .grid-metro3 .grid-metro-item {
  width: 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-home-two-course .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-home-two-course .grid-metro3 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-home-two-course .grid-metro3 .grid-metro-item {
    width: 100%;
  }
}
.eduvibe-home-two-course .grid-metro3 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-home-two-course .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-home-two-course .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-home-two-course .grid-metro3 .resizer {
    width: 100%;
  }
}

.grid-metro4 {
  margin: 0 -15px;
}
.grid-metro4 .grid-metro-item {
  width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro4 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro4 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro4 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro4 .resizer {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro4 .resizer {
    width: 100%;
  }
}

.grid-metro5 {
  margin: 0 -15px;
}
.grid-metro5 .grid-metro-item {
  width: 20%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-metro5 .grid-metro-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro5 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro5 .grid-metro-item {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro5 .grid-metro-item {
    width: 100%;
  }
}
.grid-metro5 .resizer {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-metro5 .resizer {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro5 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro5 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro5 .resizer {
    width: 100%;
  }
}

/*-----------------------
    Card Styles  
-------------------------*/
.edu-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.edu-meta.meta-01 {
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .edu-meta.meta-01 {
    margin: 0 -6px;
  }
}
.edu-meta.meta-01 li {
  font-weight: 500;
  line-height: 26px;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-meta.meta-01 li:first-child {
    margin-right: 10px;
  }
  .edu-meta.meta-01 li:last-child {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-meta.meta-01 li {
    margin: 0 6px;
  }
}
.edu-meta.meta-01 li i {
  color: var(--color-body);
  margin-right: 8px;
}
.edu-meta.meta-02 {
  margin: 0 -20px;
}
.edu-meta.meta-02 li {
  font-weight: 500;
  line-height: 26px;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
.edu-meta.meta-02 li i {
  color: var(--color-primary);
  margin-right: 10px;
}
.edu-meta.meta-03 {
  margin: -5px -12px;
}
.edu-meta.meta-03 li {
  font-weight: 600;
  line-height: 22px;
  margin: 5px 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.edu-meta.meta-03 li i {
  color: var(--color-primary);
  margin-right: 10px;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 24px;
  border-radius: 2px;
}
.edu-meta.meta-03 li i::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
  border-radius: 2px;
}
.edu-meta.meta-03 li.meta-lessons i {
  color: var(--color-secondary);
}
.edu-meta.meta-03 li.meta-lessons i::after {
  background: var(--color-secondary);
}
.edu-meta.meta-03 li.meta-clock i {
  color: var(--color-primary);
}
.edu-meta.meta-03 li.meta-clock i::after {
  background: var(--color-primary);
}
.edu-meta.meta-03 li.meta-user i {
  color: var(--color-tertiary);
}
.edu-meta.meta-03 li.meta-user i::after {
  background: var(--color-tertiary);
}
.edu-meta.meta-03 li:last-child {
  margin-right: 0;
}
.edu-meta.meta-04 {
  margin: -5px -6px;
}
.edu-meta.meta-04 li {
  font-weight: 600;
  line-height: 22px;
  margin: 5px 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.edu-meta.meta-04 li i {
  color: var(--color-secondary);
  margin-right: 8px;
  font-size: 16px;
}

.edu-rating.rating-default {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.edu-rating.rating-default .rating {
  margin-right: 10px;
}

/*----------------------
    Author Meta  
-----------------------*/
.author-meta {
  display: flex;
  align-items: center;
}
.author-meta .author-thumb a {
  display: block;
  transition: 0.4s;
}
.author-meta .author-thumb a img {
  max-height: 34px;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
}
.author-meta .author-thumb a .author-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  transition: 0.4s;
}
.author-meta .author-thumb a:hover .author-title {
  color: var(--color-primary);
}

/*-------------------------
    Newsletter Styles  
-------------------------*/
.newsletter-form-style-1 .input-box {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box {
    display: block;
  }
}
.newsletter-form-style-1 .input-box input {
  height: 60px;
  background: var(--color-white);
  border: 0 none;
  padding: 0 52px;
  min-width: 570px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box input {
    min-width: 100%;
    height: 60px;
  }
}
.newsletter-form-style-1 .input-box input.large-input-box {
  height: 80px;
  min-width: 670px;
  padding-right: 190px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box input.large-input-box {
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.newsletter-form-style-1 .input-box .mail-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box .mail-icon {
    display: none;
  }
}
.newsletter-form-style-1 .input-box .send-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  border: 0 none;
  padding: 0;
  background: transparent;
}
.newsletter-form-style-1 .input-box .send-button i {
  font-size: 20px;
  color: var(--color-primary);
}
.newsletter-form-style-1 .input-box .edu-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-style-1 .input-box .edu-btn {
    position: static;
    transform: none;
    margin-left: 0;
    margin-top: 20px;
  }
}

.newsletter-style-2 {
  position: relative;
}
.newsletter-style-2 input {
  height: 60px;
  background: var(--color-white);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-body);
  border-radius: 5px;
  border: 0 none;
  padding-right: 146px;
}
.newsletter-style-2 .subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  z-index: 2;
}

.newsletter-style-3 {
  background-image: url(../images/bg/home-two-cta.jpg);
  position: relative;
}
.newsletter-style-3 .contact-info {
  margin-left: 43px;
}
@media only screen and (max-width: 575px) {
  .newsletter-style-3 .contact-info {
    margin-left: 0;
    margin-top: 20px;
  }
}
.newsletter-style-3 .contact-info a {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-white);
  transition: 0.4s;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.newsletter-style-3 .contact-info a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-white);
  transition: 0.3s;
}
.newsletter-style-3 .contact-info a i {
  margin-right: 5px;
}
.newsletter-style-3 .contact-info a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.newsletter-style-5 {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  min-width: 1400px;
  padding: 100px 115px;
  background-image: url(../images/bg/newsletter-home-4-bg.jpg);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .newsletter-style-5 {
    min-width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-style-5 {
    min-width: auto;
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-style-5 {
    min-width: auto;
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-style-5 {
    min-width: auto;
    padding: 50px 40px;
  }
}

.newsletter-overlay-to-another {
  position: relative;
  margin-top: -145px;
}
@media only screen and (max-width: 991px) {
  .newsletter-overlay-to-another {
    margin-top: -80px;
  }
}

.newsletter-to-top {
  padding-top: 273px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-to-top {
    padding-top: 224px !important;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-to-top {
    padding-top: 224px !important;
  }
}

/*--------------------------
    Pagination Styles  
----------------------------*/
.edu-pagination {
  margin: -5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edu-pagination li {
  margin: 5px;
  list-style: none;
}
.edu-pagination li a,
.edu-pagination li span {
  width: 40px;
  height: 40px;
  background: var(--color-shade);
  display: inline-block;
  line-height: 40px;
  border-radius: 100% !important;
  text-align: center;
  color: var(--color-body);
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
}
.edu-pagination li a i,
.edu-pagination li span i {
  font-size: 22px;
  font-weight: 500;
}
.edu-pagination li button {
  width: 40px;
  height: 40px;
  background: var(--color-shade);
  display: inline-block;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  color: var(--color-body);
  transition: 0.4s;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border-color: transparent;
}
.edu-pagination li button i {
  font-size: 22px;
  font-weight: 500;
}
.edu-pagination li.current a,
.edu-pagination li.current button,
.edu-pagination li.current span, .edu-pagination li:hover a,
.edu-pagination li:hover button,
.edu-pagination li:hover span {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}
.edu-pagination li span.current {
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
}

/*--------------------------
    Pricing Table  
----------------------------*/
.edu-pricing-area {
  background-image: url(../images/bg/pricing-plan.jpg);
}

.pricing-billing-duration {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pricing-billing-duration {
    text-align: left;
  }
}
.pricing-billing-duration ul {
  background: rgba(82, 95, 225, 0.08);
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
}
.pricing-billing-duration ul .nav-item {
  float: left;
  margin: 0;
}
.pricing-billing-duration ul .nav-item .nav-link {
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-heading);
  border: 0 none;
  background: transparent;
  padding: 0 25px;
  border-radius: 3px;
}
.pricing-billing-duration ul .nav-item .nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
}

.pricing-table {
  background: #ffffff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 60px 64px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-table {
    padding: 60px 30px;
  }
}
.pricing-table .pricing-header {
  margin-bottom: 40px;
  text-align: center;
}
.pricing-table .pricing-header .price-wrap .monthly-pricing {
  display: none;
}
.pricing-table .pricing-header .price-wrap .amount {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: var(--color-primary);
}
.pricing-table .pricing-header .price-wrap .duration {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin-left: -4px;
}
.pricing-table .pricing-header .title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.pricing-table .pricing-body {
  margin-bottom: 40px;
}
.pricing-table .pricing-body .list-item li {
  display: flex;
  align-items: center;
  margin: 0;
}
.pricing-table .pricing-body .list-item li i {
  color: var(--color-secondary);
  margin-right: 10px;
}
.pricing-table .pricing-body .list-item li + li {
  margin-top: 16px;
}
.pricing-table.active {
  transform: translateY(-20px);
}
.pricing-table.active .edu-badge {
  background: var(--color-secondary);
  padding: 0 17px;
  position: absolute;
  right: 0;
  top: 15px;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
}
.pricing-table.active .edu-badge span {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.pricing-table.active .edu-badge::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 23px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 87%;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}

.edu-privacy-policy p:last-child {
  margin-bottom: 0;
}
.edu-privacy-policy h1,
.edu-privacy-policy h2,
.edu-privacy-policy h3,
.edu-privacy-policy h4,
.edu-privacy-policy h5,
.edu-privacy-policy h6 {
  margin-bottom: 15px;
}
.edu-privacy-policy h2 {
  font-size: 32px;
}

/* Purchase Guide  */
.gallery-column {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.gallery-column.gallery-column-2 .gallery-image {
  flex-basis: 50%;
  padding: 15px;
}

/*-------------------------
    Profile Details 
--------------------------*/
.instructor-profile-left {
  background: #F5F5F5;
  border-radius: 5px;
  padding: 40px 20px;
}
.instructor-profile-left .inner {
  text-align: center;
}
.instructor-profile-left .inner .thumbnail {
  max-width: 230px;
  max-height: 230px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.instructor-profile-left .inner .thumbnail img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.instructor-profile-left .inner .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 2px;
}
.instructor-profile-left .inner .content .subtitle {
  font-weight: 600;
  line-height: 26px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 25px;
}
.instructor-profile-left .inner .content .contact-with-info {
  margin-bottom: 25px;
}
.instructor-profile-left .inner .content .contact-with-info p {
  margin-bottom: 5px;
}
.instructor-profile-left .inner .content .contact-with-info p span {
  font-weight: 600;
  color: var(--color-heading);
}
.instructor-profile-left .inner .content .contact-with-info p a {
  color: var(--color-body);
}
.instructor-profile-left .inner .content .contact-btn {
  margin-top: 40px;
}

/* Course Statictatic  */
.course-statistic-wrapper .line-separator {
  position: relative;
}
.course-statistic-wrapper .line-separator + .line-separator::before {
  position: absolute;
  content: "";
  background: #FFFFFF;
  height: 66px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.15;
  left: 0;
}

.course-statistic .inner .total {
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: var(--color-white);
  margin-bottom: 0;
}
.course-statistic .inner p {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.single-progress {
  position: relative;
  overflow: hidden;
}
.single-progress .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-heading);
  margin-bottom: 10px;
}

.progress {
  height: 6px;
  overflow: visible;
  background-color: rgba(82, 95, 225, 0.15);
  border-radius: 2px;
}
.progress .progress-bar {
  border-radius: 2px;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: width 0.5s ease;
  overflow: visible;
}
.progress .progress-number {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  top: 0;
  right: 0;
  z-index: 1;
  color: var(--color-heading);
}

/*---------------------------
 * Home 1 Course
----------------------------*/
.eduvibe-home-one-course .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-one-course .shape-image.shape-image-1 {
  top: 59px;
  left: -246px;
}
.eduvibe-home-one-course .shape-image.shape-image-2 {
  top: 144px;
  right: -194px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-one-course .shape-image.shape-image-3 {
  bottom: 53px;
  right: -163px;
}
.eduvibe-home-one-course .shape-image.shape-image-4 {
  bottom: 157px;
  left: -226px;
  animation: eduvibe-vsm-y-reverse-move 3.5s alternate infinite linear;
}

/*---------------------------
 * Home 1 Testimonial
----------------------------*/
.eduvibe-testimonial-one {
  background-image: url(../images/bg/home-one-testimonial.jpg);
}
.eduvibe-testimonial-one .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-testimonial-one .shape-image.shape-image-1 {
  top: 2px;
  left: -232px;
}
.eduvibe-testimonial-one .shape-image.shape-image-2 {
  top: 19px;
  right: -167px;
}
.eduvibe-testimonial-one .shape-image.shape-image-3 {
  bottom: 2px;
  right: -265px;
}
.eduvibe-testimonial-one .shape-image.shape-image-4 {
  bottom: -68px;
  left: -49px;
}

/*---------------------------
 * Home 1 Video
----------------------------*/
.eduvibe-home-one-video .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-one-video .shape-image.shape-image-1 {
  bottom: 80px;
  left: -232px;
  animation: eduvibe-rotate-x 15s infinite linear;
}
.eduvibe-home-one-video .shape-image.shape-image-2 {
  top: 20px;
  right: -262px;
}
.eduvibe-home-one-video .shape-image.shape-image-3 {
  bottom: 80px;
  right: -242px;
}

/*---------------------------
 * Home 1 Instructor
----------------------------*/
.eduvibe-home-one-instructor {
  background-image: url(../images/bg/home-one-instructor.jpg);
}
.eduvibe-home-one-instructor .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-one-instructor .shape-image.shape-image-1 {
  bottom: 29px;
  left: -59px;
}
.eduvibe-home-one-instructor .shape-image.shape-image-2 {
  top: 49px;
  right: -53px;
}

/*---------------------------
 * Newsletter 1
----------------------------*/
.newsletter-style-1 .shape-image {
  position: absolute;
  z-index: -1;
}
.newsletter-style-1 .shape-image.shape-image-1 {
  top: -68px;
  left: -20px;
}
.newsletter-style-1 .shape-image.shape-image-2 {
  top: -34px;
  right: -263px;
}
.newsletter-style-1 .shape-image.shape-image-3 {
  bottom: -95px;
  left: -178px;
}

/*---------------------------
 * Home 1 Blog
----------------------------*/
.eduvibe-home-one-blog {
  background-image: url(../images/bg/home-one-blog.jpg);
  position: relative;
}
.eduvibe-home-one-blog .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-one-blog .shape-image.shape-image-1 {
  top: 71px;
  left: -228px;
  animation: eduvibe-vsm-y-move 5.6s alternate infinite linear;
}
.eduvibe-home-one-blog .shape-image.shape-image-2 {
  top: -20px;
  right: -215px;
  z-index: 0;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-home-one-blog .shape-image.shape-image-2 {
    right: 5px;
    top: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-home-one-blog .shape-image.shape-image-2 {
    display: none;
  }
}
.eduvibe-home-one-blog .shape-image.shape-image-3 {
  bottom: -102px;
  right: -260px;
}
.eduvibe-home-one-blog .shape-image.shape-image-4 {
  bottom: -74px;
  left: -208px;
}

/*---------------------------
 * Home 2 Service
----------------------------*/
.eduvibe-service-four .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-service-four .shape-image.shape-image-1 {
  bottom: 92px;
  left: -180px;
}
.eduvibe-service-four .shape-image.shape-image-2 {
  top: 71px;
  right: -52px;
}
.eduvibe-service-four .shape-image.shape-image-3 {
  bottom: -39px;
  right: -219px;
}

/*---------------------------
 * About 3
----------------------------*/
.about-style-3 {
  background-image: url(../images/bg/home-two-about-us.jpg);
}
.about-style-3 .shape-image {
  position: absolute;
  z-index: -1;
}
.about-style-3 .shape-image.shape-image-1 {
  top: -3px;
  left: -259px;
}
.about-style-3 .shape-image.shape-image-2 {
  top: -31px;
  right: -269px;
}
.about-style-3 .shape-image.shape-image-3 {
  bottom: -31px;
  right: -209px;
}
.about-style-3 .shape-image.shape-image-4 {
  bottom: -61px;
  left: -269px;
}
.about-style-3 .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.about-style-3 .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.about-style-3 .shape-dot-wrapper .shape.shape-1 {
  bottom: -44px;
  left: -272px;
}
.about-style-3 .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 50px;
  height: 50px;
  background: var(--color-extra06);
  opacity: 0.8;
}
.about-style-3 .shape-dot-wrapper .shape.shape-2 {
  top: 14px;
  right: -228px;
}
.about-style-3 .shape-dot-wrapper .shape.shape-2 .shape-dot {
  width: 26px;
  height: 26px;
  background: var(--color-extra08);
  opacity: 0.35;
}

/*---------------------------
 * Home 2 Course
----------------------------*/
.eduvibe-home-two-course .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-course .shape-image.shape-image-1 {
  top: 177px;
  left: -203px;
  animation: eduvibe-vsm-y-move 4.5s alternate infinite linear;
}
.eduvibe-home-two-course .shape-image.shape-image-2 {
  bottom: 390px;
  right: -262px;
}
.eduvibe-home-two-course .shape-image.shape-image-3 {
  bottom: -40px;
  right: -17px;
  animation: eduvibe-vsm-y-reverse-move 4s alternate infinite linear;
}
.eduvibe-home-two-course .shape-image.shape-image-4 {
  bottom: -65px;
  left: -38px;
  animation: eduvibe-sm-x-move 4s alternate infinite linear;
}

/*---------------------------
 * Home 2 Event
----------------------------*/
.eduvibe-home-two-event {
  background-image: url(../images/bg/home-two-events.jpg);
}
.eduvibe-home-two-event .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-event .shape-image.shape-image-1 {
  top: -263px;
  left: -153px;
}
.eduvibe-home-two-event .shape-image.shape-image-2 {
  top: 101px;
  right: -28px;
}
.eduvibe-home-two-event .shape-image.shape-image-3 {
  bottom: -40px;
  right: -78px;
}
.eduvibe-home-two-event .shape-image.shape-image-4 {
  bottom: -90px;
  left: -208px;
}
.eduvibe-home-two-event .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-event .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-two-event .shape-dot-wrapper .shape.shape-1 {
  top: -232px;
  right: -124px;
}
.eduvibe-home-two-event .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 48px;
  height: 48px;
  border: 8px solid rgba(248, 111, 3, 0.3);
}

/*---------------------------
 * Home 2 Testimonial
----------------------------*/
.eduvibe-home-two-testimonial {
  background-image: url(../images/bg/home-two-testimonial.jpg);
}
.eduvibe-home-two-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-testimonial .shape-image.shape-image-1 {
  bottom: -53px;
  left: -193px;
}
.eduvibe-home-two-testimonial .shape-image.shape-image-2 {
  top: 27px;
  right: -183px;
}

/*---------------------------
 * Home 2 Counter
----------------------------*/
.eduvibe-home-two-counter .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-counter .shape-image.shape-image-1 {
  bottom: -33px;
  left: -33px;
}
.eduvibe-home-two-counter .shape-image.shape-image-2 {
  bottom: 143px;
  right: -243px;
}

/*---------------------------
 * Home 2 Blog
----------------------------*/
.eduvibe-home-two-blog {
  background-image: url(../images/bg/home-two-blog.jpg);
  position: relative;
}
.eduvibe-home-two-blog .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-two-blog .shape-image.shape-image-1 {
  top: -50px;
  left: -198px;
}
.eduvibe-home-two-blog .shape-image.shape-image-1 img {
  max-width: 60%;
}
.eduvibe-home-two-blog .shape-image.shape-image-2 {
  top: 112px;
  right: 107px;
  z-index: 0;
}
.eduvibe-home-two-blog .shape-image.shape-image-2 {
  top: 112px;
  right: 107px;
  z-index: 0;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-home-two-blog .shape-image.shape-image-2 {
    right: 30px;
    top: 45px;
  }
}
.eduvibe-home-two-blog .shape-image.shape-image-3 {
  bottom: -84px;
  right: -218px;
}
.eduvibe-home-two-blog .shape-image.shape-image-4 {
  bottom: -62px;
  left: -50px;
}

/*---------------------------
 * Home 3 Service
----------------------------*/
.eduvibe-service-five .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-service-five .shape-image.shape-image-1 {
  top: 81px;
  right: -46px;
}
.eduvibe-service-five .shape-image.shape-image-2 {
  bottom: -40px;
  left: -250px;
}
.eduvibe-service-five .shape-image.shape-image-2 img {
  max-width: 80%;
}
.eduvibe-service-five .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-service-five .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-service-five .shape-dot-wrapper .shape.shape-1 {
  top: 111px;
  right: -50px;
}
.eduvibe-service-five .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 130px;
  height: 130px;
  background: var(--color-tertiary);
  opacity: 0.4;
}

/*---------------------------
 * Home 3 About
----------------------------*/
.home-three-about {
  position: relative;
}
.home-three-about .shape-image {
  position: absolute;
  z-index: -1;
}
.home-three-about .shape-image.shape-image-1 {
  top: 54px;
  right: -196px;
}
.home-three-about .shape-image.shape-image-2 {
  bottom: 27px;
  right: -108px;
}

/*---------------------------
 * Home 3 Course
----------------------------*/
.eduvibe-home-three-course {
  background-image: url(../images/bg/home-three-course.jpg);
}
.eduvibe-home-three-course .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-course .shape-image.shape-image-1 img {
  transform: rotate(90deg);
}
.eduvibe-home-three-course .shape-image.shape-image-1 {
  top: -260px;
  left: -130px;
  animation: eduvibe-sm-x-move 6s alternate infinite linear;
}
.eduvibe-home-three-course .shape-image.shape-image-2 {
  top: 484px;
  left: -282px;
  animation: eduvibe-vsm-y-reverse-move 5.5s alternate infinite linear;
}
.eduvibe-home-three-course .shape-image.shape-image-3 {
  top: 152px;
  right: -211px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-three-course .shape-image.shape-image-4 {
  bottom: 49px;
  right: -224px;
}
.eduvibe-home-three-course .shape-image.shape-image-5 {
  bottom: -47px;
  left: -289px;
}

/*---------------------------
 * Home 3 Video
----------------------------*/
.eduvibe-home-three-video {
  background-image: url(../images/bg/video-home-3-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 15px left 10%;
}
.eduvibe-home-three-video .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-video .shape-image.shape-image-1 {
  top: -59px;
  right: -199px;
}
.eduvibe-home-three-video .shape-image.shape-image-2 {
  bottom: -47px;
  right: -63px;
}
.eduvibe-home-three-video .shape-image.shape-image-3 {
  bottom: -91px;
  left: -229px;
}

/*---------------------------
 * Home 3 Accordion
----------------------------*/
.eduvibe-home-three-accordion .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-accordion .shape-image.shape-image-2 {
  bottom: inherit;
  left: -170px;
  top: 56px;
}
.eduvibe-home-three-accordion .shape-image.shape-image-3 {
  bottom: 16px;
  left: inherit;
  right: -200px;
  top: inherit;
}
.eduvibe-home-three-accordion .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-accordion .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-three-accordion .shape-dot-wrapper .shape.shape-1 {
  top: 195px;
  left: -91px;
}
.eduvibe-home-three-accordion .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 200px;
  height: 200px;
  border: 34px solid rgba(248, 111, 3, 0.3);
}

/*---------------------------
 * Home 3 Testimonial
----------------------------*/
.eduvibe-home-three-testimonial {
  background-image: url(../images/bg/home-three-testimonial.jpg);
}
.eduvibe-home-three-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-testimonial .shape-image.shape-image-1 {
  left: -173px;
  top: 16px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-three-testimonial .shape-image.shape-image-2 {
  top: -34px;
  right: -268px;
}
.eduvibe-home-three-testimonial .shape-image.shape-image-3 {
  bottom: -45px;
  left: -37px;
}
.eduvibe-home-three-testimonial .shape-image.shape-image-4 {
  bottom: -25px;
  right: -218px;
}

/*---------------------------
 * Home 3 Event
----------------------------*/
.eduvibe-home-three-event .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-event .shape-image.shape-image-1 {
  left: -173px;
  top: 16px;
}
.eduvibe-home-three-event .shape-image.shape-image-2 {
  top: -34px;
  right: -180px;
}
.eduvibe-home-three-event .shape-image.shape-image-3 {
  bottom: -45px;
  right: -237px;
}
.eduvibe-home-three-event .shape-image.shape-image-4 {
  bottom: -25px;
  left: -218px;
}

/*---------------------------
 * Home 3 Nesletter
----------------------------*/
.eduvibe-home-three-newsletter {
  background-image: url(../images/bg/home-three-newsletter.jpg);
}
.eduvibe-home-three-newsletter .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-three-newsletter .shape-image.shape-image-1 {
  left: -63px;
  top: -24px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-three-newsletter .shape-image.shape-image-2 {
  top: -4px;
  right: 100px;
}
.eduvibe-home-three-newsletter .shape-image.shape-image-3 {
  right: -194px;
  bottom: -104px;
}
.eduvibe-home-three-newsletter .shape-image.shape-image-4 {
  left: 216px;
  bottom: -48px;
}

/*---------------------------
 * Home 4 Service
----------------------------*/
.eduvibe-home-four-service .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-service .shape-image.shape-image-1 {
  top: 56px;
  left: -180px;
  animation: eduvibe-rotate-x 7s infinite linear;
}
.eduvibe-home-four-service .shape-image.shape-image-2 {
  top: 12px;
  right: -180px;
}
.eduvibe-home-four-service .shape-image.shape-image-3 {
  bottom: -38px;
  right: -25px;
}
.eduvibe-home-four-service .shape-image.shape-image-4 {
  bottom: -48px;
  left: -55px;
}

/*---------------------------
 * Home 4 About
----------------------------*/
.eduvibe-home-four-about .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-about .shape-image.shape-image-1 {
  bottom: 231px;
  left: -190px;
}
.eduvibe-home-four-about .shape-image.shape-image-2 {
  top: -59px;
  right: -297px;
}
.eduvibe-home-four-about .shape-image.shape-image-3 {
  bottom: 10px;
  right: -185px;
}
.eduvibe-home-four-about .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-about .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-four-about .shape-dot-wrapper .shape.shape-1 {
  bottom: 140px;
  left: -21px;
  z-index: 2;
}
.eduvibe-home-four-about .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 40px;
  height: 40px;
  border: 5.4px solid rgba(248, 111, 3, 0.5);
  animation: eduvibe-zoom2 2s infinite alternate;
}

/*---------------------------
 * Home 4 Course
----------------------------*/
.eduvibe-home-four-courses {
  background-image: url(../images/bg/home-four-courses.jpg);
}
.eduvibe-home-four-courses .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-courses .shape-image.shape-image-1 {
  top: 6px;
  left: -150px;
}
.eduvibe-home-four-courses .shape-image.shape-image-2 {
  top: 38px;
  right: -175px;
}
.eduvibe-home-four-courses .shape-image.shape-image-3 {
  bottom: 30px;
  right: -230px;
}
.eduvibe-home-four-courses .shape-image.shape-image-4 {
  bottom: 80px;
  left: -189px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape.shape-1 {
  bottom: 13px;
  right: -196px;
}
.eduvibe-home-four-courses .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 40px;
  height: 40px;
  border: 5.4px solid rgba(251, 124, 86, 0.3);
  animation: eduvibe-zoom2 2s infinite alternate;
}

/*---------------------------
 * Home 4 Video PopUp
----------------------------*/
.eduvibe-home-four-video {
  background-image: url(../images/bg/home-four-video.jpg);
}
@media only screen and (max-width: 991px) {
  .eduvibe-home-four-video {
    background-image: none;
  }
}
.eduvibe-home-four-video .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-video .shape-image.shape-image-1 {
  top: -33px;
  left: -30px;
}
.eduvibe-home-four-video .shape-image.shape-image-2 {
  bottom: -50px;
  left: -48px;
}

/*---------------------------
 * Home 4 Team
----------------------------*/
.eduvibe-home-four-team {
  padding: 130px 0 275px;
  background-image: url(../images/bg/home-four-instructor.jpg);
}
@media only screen and (max-width: 991px) {
  .eduvibe-home-four-team {
    padding: 80px 0 160px;
  }
}
.eduvibe-home-four-team .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-team .shape-image.shape-image-1 {
  top: 38px;
  left: -181px;
  animation: eduvibe-sm-x-move 3.5s alternate infinite linear;
}
.eduvibe-home-four-team .shape-image.shape-image-2 {
  top: -24px;
  right: -216px;
}
.eduvibe-home-four-team .shape-image.shape-image-3 {
  bottom: -30px;
  right: -151px;
}

/*---------------------------
 * Home 4 Testimonial
----------------------------*/
.eduvibe-home-four-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-testimonial .shape-image.shape-image-1 {
  bottom: 5px;
  left: -200px;
}
.eduvibe-home-four-testimonial .shape-image.shape-image-2 {
  top: 0px;
  right: -200px;
}
.eduvibe-home-four-testimonial .shape-image.shape-image-3 {
  bottom: 0px;
  right: -121px;
}

/*---------------------------
 * Home 4 Blog
----------------------------*/
.eduvibe-home-four-blog {
  background-image: url(../images/bg/home-four-blog.jpg);
}
.eduvibe-home-four-blog .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-four-blog .shape-image.shape-image-1 {
  top: 5px;
  left: -200px;
}
.eduvibe-home-four-blog .shape-image.shape-image-2 {
  bottom: -34px;
  right: -35px;
}
.eduvibe-home-four-blog .shape-image.shape-image-3 {
  bottom: -54px;
  left: -56px;
}

/*---------------------------
 * FAQ Page
----------------------------*/
.eduvibe-faq-page .animated-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-faq-page .animated-image.shape-image-1 {
  top: 60px;
  left: -59px;
  animation: eduvibe-sm-x-move 3s alternate infinite linear;
}
.eduvibe-faq-page .animated-image.shape-image-1 img {
  transform: rotate(90deg);
}
.eduvibe-faq-page .animated-image.shape-image-2 {
  top: 56px;
  right: -223px;
}
.eduvibe-faq-page .animated-image.shape-image-3 {
  bottom: 56px;
  right: -223px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-faq-page .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-faq-page .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-faq-page .shape-dot-wrapper .shape.shape-1 {
  bottom: 89px;
  left: -184px;
}
.eduvibe-faq-page .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 48px;
  height: 48px;
  border: 8px solid var(--color-extra07);
  animation: eduvibe-zoom1 2.6s infinite alternate;
}

/*---------------------------
 * 404 Page
----------------------------*/
.eduvibe-404-page {
  background-image: url(../images/bg/404.jpg);
}
.eduvibe-404-page .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-404-page .shape-image.shape-image-1 {
  top: 165px;
  left: -21px;
}
.eduvibe-404-page .shape-image.shape-image-2 {
  top: 100px;
  right: -247px;
}
.eduvibe-404-page .shape-image.shape-image-3 {
  top: 520px;
  right: 50px;
}
.eduvibe-404-page .shape-image.shape-image-4 {
  bottom: -61px;
  right: -247px;
}
.eduvibe-404-page .shape-image.shape-image-5 {
  left: 40px;
  bottom: -63px;
}
.eduvibe-404-page .shape-image.shape-image-6 {
  bottom: 180px;
  left: -200px;
}

/*---------------------------
 * Coming Soon Page
----------------------------*/
.eduvibe-coming-soon {
  background-image: url(../images/bg/coming-soon.jpg);
}
.eduvibe-coming-soon .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-coming-soon .shape-image.shape-image-1 {
  top: -6px;
  left: -110px;
}
.eduvibe-coming-soon .shape-image.shape-image-2 {
  top: -83px;
  right: -107px;
}
.eduvibe-coming-soon .shape-image.shape-image-3 {
  bottom: 252px;
  right: -111px;
}
.eduvibe-coming-soon .shape-image.shape-image-4 {
  bottom: -100px;
  right: -234px;
}
.eduvibe-coming-soon .shape-image.shape-image-5 {
  bottom: -60px;
  left: -84px;
}
.eduvibe-coming-soon .shape-image.shape-image-6 {
  top: 390px;
  left: 0;
}

/*---------------------------
 * Contact Us Page
----------------------------*/
.eduvibe-contact-us .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-contact-us .shape-image.shape-image-1 {
  top: 132px;
  left: -40px;
}
.eduvibe-contact-us .shape-image.shape-image-2 {
  top: 95px;
  right: -59px;
}
.eduvibe-contact-us .shape-image.shape-image-3 {
  bottom: 79px;
  right: -197px;
}

/*---------------------------
 * Contact Me Page
----------------------------*/
.eduvibe-contact-me-top .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-contact-me-top .shape-image.shape-image-1 {
  bottom: 113px;
  left: -200px;
}
.eduvibe-contact-me-top .shape-image.shape-image-2 {
  right: -40px;
  top: 100px;
}
.eduvibe-contact-me-top .shape-image.shape-image-3 {
  top: 0;
  right: -250px;
}
.eduvibe-contact-me-top .shape-image.shape-image-4 {
  bottom: 6px;
  right: -200px;
}

.eduvibe-contact-me-bottom .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-1 {
  top: 94px;
  left: -56px;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-2 {
  top: 173px;
  right: -147px;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-3 {
  bottom: -80px;
  right: -269px;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-4 {
  bottom: -40px;
  left: -29px;
}
.eduvibe-contact-me-bottom .shape-image.shape-image-5 {
  bottom: -90px;
  left: -219px;
}

/*---------------------------
 * Pricing Plan Page
----------------------------*/
.eduvibe-pricing-plan-page .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-pricing-plan-page .shape-image.shape-image-1 {
  top: 324px;
  left: -199px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-pricing-plan-page .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-pricing-plan-page .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-pricing-plan-page .shape-dot-wrapper .shape.shape-1 {
  bottom: -6px;
  right: -46px;
}
.eduvibe-pricing-plan-page .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 110px;
  height: 110px;
  border: 18px solid rgba(255, 164, 27, 0.15);
}

/*---------------------------
 * Home 5 Categories
----------------------------*/
.eduvibe-home-five-cats .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-cats .shape-image.shape-image-1 {
  top: 80px;
  left: -235px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-five-cats .shape-image.shape-image-2 {
  top: 70px;
  right: -239px;
}
.eduvibe-home-five-cats .shape-image.shape-image-3 {
  bottom: 12px;
  right: 5px;
}
.eduvibe-home-five-cats .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-cats .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-home-five-cats .shape-dot-wrapper .shape.shape-1 {
  bottom: -6px;
  right: -46px;
}
.eduvibe-home-five-cats .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 110px;
  height: 110px;
  border: 18px solid rgba(255, 164, 27, 0.15);
}

/*---------------------------
 * Home 5 About
----------------------------*/
.eduvibe-home-five-about .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-about .shape-image.shape-image-1 {
  top: 58px;
  left: -24px;
}
.eduvibe-home-five-about .shape-image.shape-image-2 {
  top: 48px;
  right: -224px;
}
.eduvibe-home-five-about .shape-image.shape-image-3 {
  bottom: -62px;
  right: -164px;
}
.eduvibe-home-five-about .shape-image.shape-image-4 {
  bottom: 28px;
  left: -104px;
}
.eduvibe-home-five-about .shape-image.shape-image-5 {
  top: 188px;
  left: -224px;
}

/*---------------------------
 * Home 5 Course
----------------------------*/
.eduvibe-home-five-course {
  background-image: url(../images/bg/home-five-courses.jpg);
}
.eduvibe-home-five-course .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-course .shape-image.shape-image-1 {
  top: -62px;
  left: -296px;
}
.eduvibe-home-five-course .shape-image.shape-image-2 {
  top: 19px;
  right: -217px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-five-course .shape-image.shape-image-3 {
  bottom: -55px;
  right: -207px;
}
.eduvibe-home-five-course .shape-image.shape-image-4 {
  bottom: -52px;
  left: -268px;
}

/*---------------------------
 * Home 5 Instructor
----------------------------*/
.eduvibe-home-five-instructor .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-instructor .shape-image.shape-image-1 {
  top: 198px;
  left: -35px;
}
.eduvibe-home-five-instructor .shape-image.shape-image-2 {
  top: 36px;
  right: -123px;
}
.eduvibe-home-five-instructor .shape-image.shape-image-3 {
  bottom: 19px;
  right: -193px;
}
.eduvibe-home-five-instructor .shape-image.shape-image-4 {
  bottom: 91px;
  left: -165px;
}

/*---------------------------
 * Home 5 Progress
----------------------------*/
.eduvibe-home-five-progress {
  background-image: url(../images/bg/home-five-hiw.jpg);
}
.eduvibe-home-five-progress .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-progress .shape-image.shape-image-1 {
  top: -40px;
  left: -110px;
  animation: eduvibe-sm-x-move 4s alternate infinite linear;
}
.eduvibe-home-five-progress .shape-image.shape-image-2 {
  bottom: 110px;
  right: -242px;
  animation: eduvibe-vsm-y-move 4s alternate infinite linear;
}
.eduvibe-home-five-progress .shape-image.shape-image-3 {
  bottom: -49px;
  left: -242px;
}

/*---------------------------
 * Home 5 Testimonial
----------------------------*/
.eduvibe-home-five-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-testimonial .shape-image.shape-image-1 {
  top: 38px;
  right: -230px;
}
.eduvibe-home-five-testimonial .shape-image.shape-image-2 {
  bottom: -15px;
  right: -183px;
}
.eduvibe-home-five-testimonial .shape-image.shape-image-3 {
  bottom: -45px;
  left: -183px;
}

/*---------------------------
 * Home 5 Blog
----------------------------*/
.eduvibe-home-five-blog {
  background-image: url(../images/bg/home-five-blog.jpg);
  position: relative;
}
.eduvibe-home-five-blog .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-home-five-blog .shape-image.shape-image-1 {
  top: 30px;
  left: -228px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-home-five-blog .shape-image.shape-image-2 {
  top: 143px;
  right: 87px;
  z-index: 0;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-home-five-blog .shape-image.shape-image-2 {
    top: 45px;
    right: 30px;
  }
}
.eduvibe-home-five-blog .shape-image.shape-image-3 {
  bottom: 38px;
  right: -240px;
}
.eduvibe-home-five-blog .shape-image.shape-image-4 {
  bottom: -45px;
  left: -30px;
}

/*---------------------------
 * About Us 1 Service
----------------------------*/
.eduvibe-about-us-one-service {
  position: relative;
}
.eduvibe-about-us-one-service .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-us-one-service .shape-image.shape-image-1 {
  top: 150px;
  left: -148px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-about-us-one-service .shape-image.shape-image-2 {
  top: 125px;
  right: -44px;
}
.eduvibe-about-us-one-service .shape-image.shape-image-3 {
  bottom: 13px;
  right: -200px;
}

/*---------------------------
 * About Us 1 Team
----------------------------*/
.eduvibe-about-one-team {
  position: relative;
  background-image: url(../images/bg/about-us-one-team.jpg);
}
.eduvibe-about-one-team .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-one-team .shape-image.shape-image-1 {
  top: 41px;
  left: -228px;
}
.eduvibe-about-one-team .shape-image.shape-image-2 {
  top: 150px;
  right: 85px;
  z-index: 0;
}
@media only screen and (max-width: 1650px) {
  .eduvibe-about-one-team .shape-image.shape-image-2 {
    right: 30px;
    top: 45px;
  }
}
.eduvibe-about-one-team .shape-image.shape-image-3 {
  bottom: -42px;
  right: -240px;
}
.eduvibe-about-one-team .shape-image.shape-image-4 {
  bottom: -54px;
  left: -198px;
  animation: eduvibe-vsm-y-reverse-move 3.5s alternate infinite linear;
}

/*---------------------------
 * Home 4 Service
----------------------------*/
.eduvibe-about-one-service .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-one-service .shape-image.shape-image-1 {
  bottom: -7px;
  left: -50px;
}
.eduvibe-about-one-service .shape-image.shape-image-2 {
  top: 42px;
  right: -220px;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-1 {
  bottom: -34px;
  left: -48px;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 130px;
  height: 130px;
  background: var(--color-tertiary);
  opacity: 0.4;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-2 {
  top: 83px;
  left: -131px;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-2 .shape-dot {
  width: 12px;
  height: 12px;
  background: #9edbe2;
  animation: eduvibe-zoom1 1s infinite alternate;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-3 {
  bottom: -16px;
  right: -63px;
}
.eduvibe-about-one-service .shape-dot-wrapper .shape.shape-3 .shape-dot {
  width: 8px;
  height: 8px;
  background: var(--color-secondary);
  animation: eduvibe-zoom1 1s infinite alternate;
}

/*--------------------------------
 * Home About Us 2 Service & Video
----------------------------------*/
.eduvibe-about-us-two-service .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-us-two-service .shape-image.shape-image-1 {
  top: 42px;
  left: -180px;
  animation: eduvibe-rotate-x 7s infinite linear;
}
.eduvibe-about-us-two-service .shape-image.shape-image-2 {
  bottom: -28px;
  right: -27px;
}

.eduvibe-about-us-two-video .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-us-two-video .shape-image.shape-image-1 {
  bottom: 66px;
  left: -120px;
  animation: eduvibe-sm-x-move 4.5s alternate infinite linear;
}
.eduvibe-about-us-two-video .shape-image.shape-image-2 {
  bottom: 90px;
  right: -120px;
  animation: eduvibe-rotate-x 7s infinite linear;
}

/*---------------------------
 * Home About Us 2 Award
----------------------------*/
.eduvibe-about-two-award .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-two-award .shape-image.shape-image-1 {
  top: -255px;
  left: -170px;
}
.eduvibe-about-two-award .shape-image.shape-image-2 {
  top: 97px;
  right: -39px;
}
.eduvibe-about-two-award .shape-image.shape-image-3 {
  bottom: -30px;
  left: -30px;
}
.eduvibe-about-two-award .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-two-award .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-about-two-award .shape-dot-wrapper .shape.shape-1 {
  top: -243px;
  right: -134px;
}
.eduvibe-about-two-award .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 30px;
  height: 30px;
  border: 5px solid rgba(255, 164, 27, 0.3);
  animation: eduvibe-zoom2 2s infinite alternate;
}

/*---------------------------
 * Home 5 Instructor
----------------------------*/
.eduvibe-about-us-two-instructor {
  background-image: url(../images/bg/about-us-two-team-team.jpg);
}
.eduvibe-about-us-two-instructor .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-us-two-instructor .shape-image.shape-image-1 {
  top: 198px;
  left: -35px;
}
.eduvibe-about-us-two-instructor .shape-image.shape-image-2 {
  top: 36px;
  right: -123px;
}
.eduvibe-about-us-two-instructor .shape-image.shape-image-3 {
  bottom: 19px;
  right: -193px;
}
.eduvibe-about-us-two-instructor .shape-image.shape-image-4 {
  bottom: 91px;
  left: -165px;
}

/*---------------------------
 * Home About Us 3 Mission
----------------------------*/
.eduvibe-about-three-mission .animated-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-mission .animated-image.shape-image-1 {
  top: 128px;
  left: -60px;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape.shape-1 {
  top: 38px;
  left: 188px;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 150px;
  height: 150px;
  background: #ffa41b;
  opacity: 0.6;
  border-radius: 5px;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape.shape-2 {
  top: -17px;
  right: -37px;
}
.eduvibe-about-three-mission .shape-dot-wrapper .shape.shape-2 .shape-dot {
  width: 100px;
  height: 100px;
  background: rgba(251, 124, 86, 0.6);
}

/*---------------------------
 * Home About Us 3 Team
----------------------------*/
.eduvibe-about-three-team .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-team .shape-image.shape-image-1 {
  top: 96px;
  left: -37px;
}
.eduvibe-about-three-team .shape-image.shape-image-2 {
  top: 8px;
  right: -240px;
}
.eduvibe-about-three-team .shape-image.shape-image-3 {
  bottom: -10px;
  right: -150px;
}
.eduvibe-about-three-team .shape-image.shape-image-4 {
  bottom: -21px;
  left: -220px;
}

/*---------------------------
 * Home About Us 3 funfact
----------------------------*/
.eduvibe-about-three-funfact .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-funfact .shape-image.shape-image-1 {
  top: 169px;
  left: -137px;
  animation: eduvibe-sm-x-move 2.5s alternate infinite linear;
}
.eduvibe-about-three-funfact .shape-image.shape-image-1 img {
  transform: rotate(90deg);
}
.eduvibe-about-three-funfact .shape-image.shape-image-2 {
  top: 8px;
  right: -200px;
  animation: eduvibe-sm-x-reverse-move 2.5s alternate infinite linear;
}
.eduvibe-about-three-funfact .shape-image.shape-image-2 img {
  transform: rotate(90deg);
}

/*---------------------------
 * About 3 Testimonial
----------------------------*/
.eduvibe-about-three-testimonial .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-testimonial .shape-image.shape-image-1 {
  left: -173px;
  top: 56px;
  animation: eduvibe-vsm-y-move 3.5s alternate infinite linear;
}
.eduvibe-about-three-testimonial .shape-image.shape-image-2 {
  top: -14px;
  right: -268px;
}
.eduvibe-about-three-testimonial .shape-image.shape-image-3 {
  bottom: -45px;
  left: -37px;
}
.eduvibe-about-three-testimonial .shape-dot-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.eduvibe-about-three-testimonial .shape-dot-wrapper .shape .shape-dot {
  display: inline-block;
  border-radius: 100%;
}
.eduvibe-about-three-testimonial .shape-dot-wrapper .shape.shape-1 {
  bottom: -25px;
  right: -218px;
}
.eduvibe-about-three-testimonial .shape-dot-wrapper .shape.shape-1 .shape-dot {
  width: 70px;
  height: 70px;
  border: 12px solid #ffdcb4;
}

.eduvibe-home-4-hero-svg path {
  -webkit-animation: none;
  animation: none;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}

.sal-animate.eduvibe-home-4-hero-svg path {
  -webkit-animation: eduvibe-svg-dash 6.5s linear forwards;
  animation: eduvibe-svg-dash 6.5s linear forwards;
}

@-webkit-keyframes eduvibe-svg-dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes eduvibe-svg-dash {
  to {
    stroke-dashoffset: 0;
  }
}
/*---------------------------
 * Section Title
----------------------------*/
.section-title .pre-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.section-title .title {
  margin-bottom: 0;
  font-size: 40px;
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title br {
    display: none;
  }
}
.section-title.text-white .pre-title {
  color: var(--color-white);
}
.section-title.text-white .title {
  color: var(--color-white);
}

/*------------------------
    Service Style  
--------------------------*/
.service-wrapper-1 {
  position: relative;
}
.service-wrapper-1 .shape-image {
  position: absolute;
  z-index: -1;
}
.service-wrapper-1 .shape-image.shape-image-1 {
  top: -28px;
  left: -206px;
}
.service-wrapper-1 .shape-image.shape-image-2 {
  top: -51px;
  right: -257px;
}
.service-wrapper-1 .shape-image.shape-image-3 {
  bottom: 80px;
  right: -37px;
}
.service-wrapper-1 .shape-image.shape-image-4 {
  bottom: -25px;
  left: -201px;
}

.home-one-cat {
  background-image: url(../images/bg/home-one-service.jpg);
}

.service-card-1 {
  background: var(--color-white);
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
.service-card-1::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: 0.4s;
  bottom: 0;
}
.service-card-1 .inner .thumbnail a img {
  width: 100%;
}
.service-card-1 .inner .content {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-1 .inner .content {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-1 .inner .content {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-1 .inner .content {
    padding: 25px 20px;
  }
}
.service-card-1 .inner .content .course-total {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--color-primary);
}
.service-card-1 .inner .content .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-1 .inner .content .title {
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-1 .inner .content .title {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-1 .inner .content .title {
    margin-bottom: 6px;
  }
}
.service-card-1 .inner .content .description {
  margin-bottom: 0;
}
.service-card-1:hover {
  transform: translateY(-15px);
}
.service-card-1:hover::after {
  width: 100%;
}

/*----------------------
    Service Style Two  
-----------------------*/
.service-card-2 {
  padding: 40px 30px;
  background: #eaf8f6;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-2 {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-2 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-2 {
    padding: 40px 20px;
  }
}
.service-card-2 .inner {
  text-align: center;
}
.service-card-2 .inner .icon {
  position: relative;
  display: inline-block;
}
.service-card-2 .inner .icon a {
  width: 80px;
  height: 80px;
  background: var(--color-white);
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}
.service-card-2 .inner .icon .shape-list .shape {
  position: absolute;
  z-index: 2;
}
.service-card-2 .inner .icon .shape-list .shape.shape-1 {
  bottom: 0;
  right: 0;
  transition: 0.4s;
  opacity: 0;
}
.service-card-2 .inner .icon .shape-list .shape.shape-2 {
  left: 0;
  top: 50%;
  transition: 0.4s;
  opacity: 0;
}
.service-card-2 .inner .icon .shape-list .shape.shape-3 {
  top: 0;
  right: 0;
  transition: 0.4s;
  opacity: 0;
}
.service-card-2 .inner .content .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.service-card-2 .inner .content .description {
  margin-bottom: 0;
}
.service-card-2.card-bg-2 {
  background: #fff3ee;
}
.service-card-2.card-bg-3 {
  background: #eff4fc;
}
.service-card-2.card-bg-4 {
  background: #fff1f1;
}
.service-card-2:hover .inner .icon .shape-list .shape.shape-1 {
  bottom: -8px;
  right: 3px;
  opacity: 1;
}
.service-card-2:hover .inner .icon .shape-list .shape.shape-2 {
  left: -20px;
  top: 50%;
  opacity: 1;
}
.service-card-2:hover .inner .icon .shape-list .shape.shape-3 {
  top: -5px;
  right: -1px;
  opacity: 1;
}

/*----------------------
    Service Style Three  
-----------------------*/
.video-section-overlayto-another {
  position: relative;
  margin-bottom: -281px;
  z-index: 1;
}

.service-wrapper-3 {
  position: relative;
  z-index: 1;
  padding-bottom: 281px;
}
.service-wrapper-3 .about-us-two-service-wrapper {
  background-image: url(../images/bg/about-us-two-service.jpg);
}

.service-card-3 {
  padding: 30px 30px;
  background: var(--color-white);
  border-radius: 5px;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.service-card-3 .inner {
  text-align: center;
}
.service-card-3 .inner .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.service-card-3 .inner .icon a {
  width: 70px;
  height: 70px;
  background: var(--color-primary);
  text-align: center;
  margin: 0 auto;
  border-radius: 35px 35px 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-card-3 .inner .icon a i {
  font-size: 32px;
  color: var(--color-white);
}
.service-card-3 .inner .content .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}
.service-card-3 .inner .content .description {
  margin-bottom: 20px;
}
.service-card-3.shape-bg-1 .inner .icon a {
  background: rgba(113, 82, 233, 0.15);
}
.service-card-3.shape-bg-1 .inner .icon a i {
  color: var(--color-tertiary-2);
}
.service-card-3.shape-bg-1:hover .inner .icon a {
  background: var(--color-tertiary-2);
}
.service-card-3.shape-bg-2 .inner .icon a {
  background: rgba(255, 164, 27, 0.15);
}
.service-card-3.shape-bg-2 .inner .icon a i {
  color: var(--color-tertiary);
}
.service-card-3.shape-bg-2:hover .inner .icon a {
  background: var(--color-tertiary);
}
.service-card-3.shape-bg-3 .inner .icon a {
  background: rgba(82, 95, 225, 0.15);
}
.service-card-3.shape-bg-3 .inner .icon a i {
  color: var(--color-primary);
}
.service-card-3.shape-bg-3:hover .inner .icon a {
  background: var(--color-primary);
}
.service-card-3.shape-bg-4 .inner .icon a {
  background: rgba(248, 111, 3, 0.15);
}
.service-card-3.shape-bg-4 .inner .icon a i {
  color: var(--color-secondary);
}
.service-card-3.shape-bg-4:hover .inner .icon a {
  background: var(--color-secondary);
}
.service-card-3.text-left .inner {
  text-align: left;
}
.service-card-3.bg-grey {
  background: #f5f5f5;
  height: 100%;
}
.service-card-3.bg-grey:hover {
  background: var(--color-white);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.07);
}
.service-card-3:hover {
  transform: translateY(-20px);
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.07);
}
.service-card-3:hover .inner .icon a i {
  color: #ffffff;
}

/*-------------------------------
    Service Style Four  
---------------------------------*/
.service-card-4 {
  height: 100%;
}
.service-card-4 .inner {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px 35px;
  text-align: center;
  transition: 0.4s;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-4 .inner {
    padding: 25px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-4 .inner {
    padding: 25px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-4 .inner {
    padding: 25px 14px;
  }
}
.service-card-4 .inner .icon {
  position: relative;
}
.service-card-4 .inner .icon i {
  display: block;
  color: var(--color-primary);
  font-size: 35px;
}
.service-card-4 .inner .icon .subtitle {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.service-card-4 .inner .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.service-card-4 .inner .content .title a {
  transition: 0.4s;
  color: var(--color-heading);
}
.service-card-4 .inner .content .description {
  margin-bottom: 0;
  transition: 0.4s;
}
.service-card-4:hover .inner {
  background: var(--color-primary);
}
.service-card-4:hover .inner .icon i {
  opacity: 0;
}
.service-card-4:hover .inner .icon .subtitle {
  opacity: 1;
  color: var(--color-white);
}
.service-card-4:hover .inner .content .title a {
  color: var(--color-white);
}
.service-card-4:hover .inner .content .description {
  color: var(--color-white);
}

/*-------------------------------
    Service Style Five  
---------------------------------*/
.service-card-5 .inner {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.service-card-5 .inner .icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
  border-radius: 2px;
  transition: 0.4s;
  justify-content: center;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-5 .inner .icon {
    margin-right: 15px;
  }
}
.service-card-5 .inner .icon i {
  color: var(--color-primary);
  font-size: 30px;
  transition: 0.4s;
}
.service-card-5 .inner .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card-5 .inner .content .title {
    font-size: 17px;
    line-height: 28px;
  }
}
.service-card-5 .inner .content .description {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
}
.service-card-5:hover .inner {
  background: var(--color-primary);
}
.service-card-5:hover .inner .icon {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
}
.service-card-5:hover .inner .icon i {
  color: var(--color-white);
}
.service-card-5:hover .inner .content .title a {
  color: var(--color-white);
}
.service-card-5:hover .inner .content .description {
  color: var(--color-white);
}

/*-------------------------------
    Service Style 8  
---------------------------------*/
.service-activation-item5 .single-slick-card {
  margin-bottom: 20px;
}

.service-card-8 .inner {
  background: #eaf8f6;
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  position: relative;
  transition: 0.4s;
  margin-bottom: 20px;
}
.service-card-8 .inner .icon {
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 100%;
  justify-content: center;
  margin: 0 auto;
}
.service-card-8 .inner .content {
  margin-top: 20px;
}
.service-card-8 .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.service-card-8 .inner .content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.service-card-8 .inner .hover-action {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
  opacity: 0;
}
.service-card-8 .inner .hover-action .read-more-btn {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  color: var(--color-white);
  display: inline-block;
  line-height: 43px;
  border-radius: 100%;
  font-size: 20px;
}
.service-card-8.shape-bg-2 .inner {
  background: #fff3ee;
}
.service-card-8.shape-bg-3 .inner {
  background: #faeffa;
}
.service-card-8.shape-bg-4 .inner {
  background: #fff1f1;
}
.service-card-8.shape-bg-5 .inner {
  background: #eff4fc;
}
.service-card-8:hover .inner {
  padding-bottom: 50px;
  margin-bottom: -20px;
}
.service-card-8:hover .inner .hover-action {
  opacity: 1;
}

/*-------------------------------
    Service Style 7  
---------------------------------*/
.service-card-single {
  position: relative;
}
.service-card-single:first-child::after {
  background-image: url(../images/shape-bg/arrow-down.png);
  content: "";
  width: 155px;
  height: 43px;
  right: -19%;
  top: 40px;
  background-size: cover;
  background-position: center center;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-single:first-child::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-single:first-child::after {
    display: none;
  }
}
.service-card-single:last-child::after {
  background-image: url(../images/shape-bg/arrow-top.png);
  content: "";
  width: 155px;
  height: 43px;
  left: -19%;
  top: 0;
  background-size: cover;
  background-position: center center;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card-single:last-child::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-card-single:last-child::after {
    display: none;
  }
}

.service-card-7 {
  position: relative;
}
.service-card-7 .arrow-icon {
  position: absolute;
  left: 100%;
  top: 40px;
  z-index: 1;
}
.service-card-7 .inner {
  text-align: center;
}
.service-card-7 .inner .icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  background: var(--color-secondary);
  border-radius: 100%;
  justify-content: center;
  margin: 0 auto;
  color: var(--color-white);
  margin-bottom: 35px;
}
.service-card-7 .inner .icon i {
  color: var(--color-white);
  font-size: 32px;
  display: flex;
}
.service-card-7 .inner .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.service-card-7 .inner .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.service-card-7.shape-bg-2 .inner .icon {
  background: var(--color-primary);
}
.service-card-7.shape-bg-3 .inner .icon {
  background: #ffa41b;
}
/*-----------------------
    Shop Style  
------------------------*/
.eduvibe-shop-single-product .inner {
  text-align: center;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper a {
  display: inline-block;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper a img {
  width: 100%;
  border-radius: 5px;
  transition: 0.4s;
  overflow: hidden;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  transition: 0.4s;
  opacity: 1;
  z-index: 1;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info ul {
  display: flex;
  flex-direction: column;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info ul li {
  position: relative;
  margin: 0 auto;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info ul li a {
  width: 152px;
  height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  background: var(--color-white);
  color: var(--color-primary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info ul li a .eduvibe-product-popup-icon {
  margin-right: 4px;
  display: inline-flex;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info ul li + li::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info ul li:first-child {
  margin-bottom: 8px;
}
.eduvibe-shop-single-product .inner .eduvibe-single-product-thumb-wrapper .product-hover-info ul li.product-each-item-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.eduvibe-shop-single-product .inner .content {
  padding-top: 20px;
}
.eduvibe-shop-single-product .inner .content .product-author {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
}
.eduvibe-shop-single-product .inner .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.eduvibe-shop-single-product .inner .content .price-list.price-style-03 {
  margin: -8px;
}
.eduvibe-shop-single-product .inner .content .price-list.price-style-03 .price {
  margin: 8px;
}
.eduvibe-shop-single-product .inner .content .price-list.price-style-03 .current-price {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-primary);
}
.eduvibe-shop-single-product .inner .content .price-list.price-style-03 .old-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.eduvibe-shop-single-product:hover .inner .eduvibe-single-product-thumb-wrapper .product-hover-info {
  opacity: 1;
}

/*-----------------------------
    Single Elements Styles  
------------------------------*/
.short-by p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.short-by p span {
  font-weight: 600;
  color: var(--color-heading);
}

.edu-search-box {
  position: relative;
  display: inline-block;
}
.edu-search-box input {
  height: 60px;
  background: var(--color-shade);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-body);
  padding: 0 25px;
  min-width: 350px;
  border: 0 none;
  border-radius: 5px;
  padding-right: 48px;
}
@media only screen and (max-width: 479px) {
  .edu-search-box input {
    min-width: 100%;
  }
}
.edu-search-box .search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 0;
  border: 0 none;
  background: transparent;
}
.edu-search-box .search-button i {
  font-size: 17px;
}

.edu-shorting-style-1 {
  display: inline-block;
  position: relative;
}
.edu-shorting-style-1 .icon {
  display: flex;
  align-items: center;
  margin-right: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
}
.edu-shorting-style-1 .icon i {
  font-size: 20px;
  color: var(--color-body);
}
.edu-shorting-style-1 .edu-select {
  transition: 0.3s;
  line-height: 28px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background: url(../images/shape-bg/arrow-icon.png) 92% center no-repeat transparent;
  border-radius: 5px;
  background-color: #f5f5f5;
  max-width: 256px;
  align-items: center;
  padding: 0 30px;
  height: 60px;
  cursor: pointer;
  min-width: 256px;
  cursor: pointer;
}

/*-----------------------
    Slick Slider  
-------------------------*/
.edu-testimonial-activation.edu-slick-button {
  margin-bottom: 62px;
}
.edu-testimonial-activation.edu-slick-button .edu-slick-button .slick-dots {
  bottom: -74px;
}

.course-activation-item-2 .edu-slick-button .slick-dots {
  bottom: -45px;
}

.slick-activation-wrapper {
  margin: 0 -15px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .slick-activation-wrapper {
    margin: 0;
  }
}
.slick-activation-wrapper .single-slick-card {
  padding: 0 15px;
}
@media only screen and (max-width: 575px) {
  .slick-activation-wrapper .single-slick-card {
    padding: 0;
  }
}

.single-slick-card .edu-card.card-type-5 {
  box-shadow: none;
}

.edu-slick-button .slick-dots {
  bottom: -84px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-slick-button .slick-dots {
    bottom: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-slick-button .slick-dots {
    bottom: -60px;
  }
}
.edu-slick-button .slick-dots {
  margin: 0 -7px;
}
.edu-slick-button .slick-dots li {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  padding: 0;
  transition: 0.4s;
  line-height: 24px;
  position: relative;
  margin: 0 1px;
  display: inline-block;
}
.edu-slick-button .slick-dots li::before {
  border: 2px solid transparent;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.2s;
  opacity: 0;
  border-radius: 100%;
  left: 0;
  top: 0;
  transform: scale(0.2);
}
.edu-slick-button .slick-dots li.slick-active {
  margin: 0 3px;
}
.edu-slick-button .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgba(82, 95, 225, 0.5);
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.edu-slick-button .slick-dots li button::before {
  display: none;
}
.edu-slick-button .slick-dots li.slick-active::before {
  border-color: var(--color-primary);
  opacity: 1;
  transform: scale(1);
}
.edu-slick-button .slick-dots li.slick-active button {
  background: var(--color-primary);
}
.edu-slick-button.slick-button-left .slick-dots {
  bottom: -80px;
  margin: 0px -6px;
  text-align: left;
  display: flex !important;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-slick-button.slick-button-left .slick-dots {
    bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-slick-button.slick-button-left .slick-dots {
    bottom: -50px;
  }
}
.edu-slick-button.slick-button-left .slick-dots li {
  border-radius: 100%;
  transition: 0.4s;
  position: relative;
  margin: 0 6px;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.edu-slick-button.slick-button-left .slick-dots li::before {
  border: 2px solid transparent;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.3s;
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.edu-slick-button.slick-button-left .slick-dots li.slick-active::before {
  border-color: var(--color-primary);
  opacity: 1;
  width: 100%;
  height: 100%;
}
.edu-slick-button.instructor-profile-courses .slick-dots {
  bottom: -46px;
}
@media only screen and (max-width: 1199px) {
  .edu-slick-button.instructor-profile-courses .slick-list {
    margin-bottom: 30px;
  }
}

.slick-arrow-style-2 {
  position: relative;
}
.slick-arrow-style-2 .slide-arrow {
  position: absolute;
  right: 50px;
  width: 50px;
  height: 50px;
  background: rgba(82, 95, 225, 0.15);
  transition: 0.3s;
  color: var(--color-primary);
  line-height: 50px;
  text-align: center;
  border: 0 none;
  bottom: 50px;
  border-radius: 3px;
  font-size: 18px;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .slick-arrow-style-2 .slide-arrow {
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 20px;
  }
}
.slick-arrow-style-2 .slide-arrow:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.slick-arrow-style-2 .slide-arrow.prev-arrow {
  right: 115px;
}
@media only screen and (max-width: 479px) {
  .slick-arrow-style-2 .slide-arrow.prev-arrow {
    right: 74px;
  }
}

.edu-slick-arrow-top .slide-arrow {
  position: absolute;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  transition: 0.3s;
  color: var(--color-primary);
  line-height: 50px;
  text-align: center;
  border: 0 none;
  font-size: 18px;
  top: -120px;
}
@media only screen and (max-width: 767px) {
  .edu-slick-arrow-top .slide-arrow {
    top: auto;
    bottom: -30px;
    right: auto;
    left: 80px;
  }
}
.edu-slick-arrow-top .slide-arrow:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.edu-slick-arrow-top .slide-arrow.prev-arrow {
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .edu-slick-arrow-top .slide-arrow.prev-arrow {
    right: auto;
    left: 15px;
  }
}

/*---------------------------
    Social Share Style
---------------------------*/
.social-share {
  margin: -7px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.social-share li {
  margin: 7px;
}
.social-share li a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  display: inline-block;
  font-size: 18px;
  color: var(--color-white);
  transition: 0.4s;
  text-align: center;
}
.social-share li a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.social-share.bg-transparent li a {
  background: transparent;
  border: 1px solid rgba(45, 40, 78, 0.1);
  color: var(--color-primary);
  border-radius: 100%;
}
.social-share.bg-transparent li a:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}
.social-share.icon-transparent {
  margin: 0 -15px;
}
.social-share.icon-transparent li {
  margin: 0 15px;
}
.social-share.icon-transparent li a {
  background: transparent;
  height: auto;
  width: auto;
  color: var(--color-body);
  transition: 0.4s;
  line-height: initial;
}
.social-share.icon-transparent li a:hover {
  color: var(--color-primary);
}
.social-share.border-style {
  margin: 0 -7px;
}
.social-share.border-style li {
  margin: 0 7px;
}
.social-share.border-style li a {
  background: transparent;
  height: 40px;
  width: 40px;
  color: var(--color-primary);
  transition: 0.4s;
  line-height: 42px;
  text-align: center;
  border: 1px solid rgba(45, 40, 78, 0.1);
  border-radius: 100%;
  font-size: 16px;
}
.social-share.border-style li a:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.social-share.medium-size li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
}

/*-------------------------
    Team Styles  
--------------------------*/
.team-area-shape-position {
  position: relative;
}
.team-area-shape-position .shape-wrapper .shape {
  position: absolute;
}
.team-area-shape-position .shape-wrapper .shape.shape-1 {
  bottom: 86px;
  right: 5%;
}
.team-area-shape-position .shape-wrapper .shape.shape-2 {
  top: 130px;
  left: 136px;
}
.team-area-shape-position .shape-wrapper .shape.shape-3 {
  top: 148px;
  right: 88px;
}
.team-area-shape-position .shape-wrapper .shape.shape-4 {
  bottom: 115px;
  left: 127px;
}

.team-share-info {
  margin: -3px;
}
.team-share-info a {
  width: 34px;
  height: 34px;
  background: var(--color-white);
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  color: var(--color-primary);
  margin: 3px;
  transition: 0.4s;
}
.team-share-info a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.edu-instructor-1 {
  text-align: center;
}
.edu-instructor-1 .edu-instructor {
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.edu-instructor-1 .edu-instructor::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(../images/instructor/border-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.edu-instructor-1 .edu-instructor .inner {
  position: relative;
  padding: 20px;
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a {
  display: block;
  position: relative;
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a::after {
  background: var(--color-dark);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.edu-instructor-1 .edu-instructor .inner .thumbnail a img {
  width: 100%;
  border-radius: 100%;
}
.edu-instructor-1 .edu-instructor .inner .team-share-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
  transform: translateY(8px) scale(0.8);
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(1) {
  transition-delay: 0.07692s;
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(2) {
  transition-delay: 0.15385s;
}
.edu-instructor-1 .edu-instructor .inner .team-share-info a:nth-child(3) {
  transition-delay: 0.23077s;
}
.edu-instructor-1 .edu-instructor-info {
  margin-top: 25px;
}
.edu-instructor-1 .edu-instructor-info .title {
  margin-bottom: 5px;
}
.edu-instructor-1 .edu-instructor-info .desc {
  display: inline-block;
  color: var(--color-body);
  font-weight: 500;
  font-size: 16px;
  transition: 0.4s;
}
.edu-instructor-1:hover .edu-instructor::after {
  transform: rotate(90deg);
}
.edu-instructor-1:hover .edu-instructor .team-share-info a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.edu-instructor-1:hover .edu-instructor .inner .thumbnail a::after {
  opacity: 0.4;
}
.edu-instructor-1:hover .edu-instructor-info .desc {
  color: var(--color-primary);
}

.edu-instructor-2 {
  text-align: center;
}
.edu-instructor-2 .edu-instructor {
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.edu-instructor-2 .edu-instructor .inner {
  position: relative;
}
.edu-instructor-2 .edu-instructor .inner .thumbnail a {
  display: block;
  position: relative;
}
.edu-instructor-2 .edu-instructor .inner .thumbnail a::after {
  background: linear-gradient(180deg, rgba(45, 40, 78, 0) 0.01%, rgba(45, 40, 78, 0) 15.58%, rgba(45, 40, 78, 0.75) 100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 5px;
  border-radius: 185px 185px 5px 5px;
}
.edu-instructor-2 .edu-instructor .inner .thumbnail a img {
  width: 100%;
  border-radius: 185px 185px 5px 5px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.edu-instructor-2 .edu-instructor .inner .team-share-info {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
  transform: translateY(8px) scale(0.8);
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(1) {
  transition-delay: 0.07692s;
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(2) {
  transition-delay: 0.15385s;
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(3) {
  transition-delay: 0.23077s;
}
.edu-instructor-2 .edu-instructor .inner .team-share-info a:nth-child(4) {
  transition-delay: 0.31077s;
}
.edu-instructor-2 .edu-instructor-info {
  margin-top: 25px;
}
.edu-instructor-2 .edu-instructor-info .title {
  margin-bottom: 5px;
}
.edu-instructor-2 .edu-instructor-info .desc {
  display: inline-block;
  color: var(--color-body);
  font-weight: 500;
  font-size: 16px;
  transition: 0.4s;
}
.edu-instructor-2:hover .edu-instructor .team-share-info a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.edu-instructor-2:hover .edu-instructor .inner .thumbnail a::after {
  border-radius: 5px;
  opacity: 1;
}
.edu-instructor-2:hover .edu-instructor .inner .thumbnail a img {
  border-radius: 5px;
}
.edu-instructor-2:hover .edu-instructor-info .desc {
  color: var(--color-primary);
}

.edu-instructor-3 {
  text-align: center;
}
.edu-instructor-3 .edu-instructor {
  border-radius: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
.edu-instructor-3 .edu-instructor .inner {
  position: relative;
}
.edu-instructor-3 .edu-instructor .inner .thumbnail a {
  display: block;
  position: relative;
}
.edu-instructor-3 .edu-instructor .inner .thumbnail a img {
  width: 100%;
  border-radius: 5px;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info {
  position: absolute;
  z-index: 2;
  bottom: -20px;
  width: 100%;
  text-align: left;
  background: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 25px 30px;
  opacity: 0;
  transition: 0.4s;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .edu-instructor-3 .edu-instructor .inner .edu-instructor-info {
    width: calc(100% - 30px);
  }
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .desc {
  display: inline-block;
  color: var(--color-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  margin-bottom: 15px;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .team-share-info a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: inline-block;
  transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .team-share-info a:nth-child(1) {
  transition-delay: 0.07692s;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .team-share-info a:nth-child(2) {
  transition-delay: 0.15385s;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .team-share-info a:nth-child(3) {
  transition-delay: 0.23077s;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .team-share-info a:nth-child(4) {
  transition-delay: 0.31077s;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .team-share-info.bg-transparent {
  margin: -12px;
}
.edu-instructor-3 .edu-instructor .inner .edu-instructor-info .team-share-info.bg-transparent a {
  background: transparent;
  color: var(--color-primary);
  width: auto;
  height: auto;
  line-height: inherit;
  margin: 12px;
}
.edu-instructor-3.eduvibe-hover-active .edu-instructor .inner .edu-instructor-info {
  opacity: 1;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .edu-instructor-3.eduvibe-hover-active .edu-instructor .inner .edu-instructor-info {
    left: 0;
  }
}
.edu-instructor-3.edu-instructor-hover-visible:hover .edu-instructor-info {
  opacity: 1;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .edu-instructor-3.edu-instructor-hover-visible:hover .edu-instructor-info {
    left: 0;
  }
}

/*--------------------------
    Testimonial Area  
----------------------------*/
.satisfied-learner {
  padding-right: 70px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .satisfied-learner {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .satisfied-learner {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .satisfied-learner {
    padding-right: 0;
  }
}
.satisfied-learner .thumbnail img {
  width: 100%;
  border-radius: 5px;
}
.satisfied-learner .trophy-content {
  width: 235px;
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  display: flex;
  border-radius: 5px;
  padding: 20px 25px;
  align-items: center;
  position: absolute;
  top: 97px;
  left: -164px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .satisfied-learner .trophy-content {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
}
.satisfied-learner .trophy-content .icon {
  min-width: 49px;
  min-height: 49px;
  object-fit: cover;
  margin-right: 20px;
}
.satisfied-learner .trophy-content .content .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0;
}
.satisfied-learner .trophy-content .content span {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.testimonial-style-1 {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-style-1 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-1.edu-slick-button.slick-button-left .slick-dots {
    bottom: -10px;
  }
}
.testimonial-style-1 .single-testimonial .inner .quote-sign {
  margin-bottom: 50px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-1 .single-testimonial .inner .quote-sign {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-style-1 .single-testimonial .inner .quote-sign {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.testimonial-style-1 .single-testimonial .inner .description {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .testimonial-style-1 .single-testimonial .inner .description {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-1 .single-testimonial .inner .description {
    margin-bottom: 30px;
  }
}
.testimonial-style-1 .single-testimonial .inner .client-information {
  display: flex;
  align-items: center;
}
.testimonial-style-1 .single-testimonial .inner .client-information .thumb {
  margin-right: 20px;
  min-width: 80px;
}
.testimonial-style-1 .single-testimonial .inner .client-information .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
.testimonial-style-1 .single-testimonial .inner .client-information .info .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
}
.testimonial-style-1 .single-testimonial .inner .client-information .info .designation {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
}

/*-----------------------------
    Testimonial Card Layout  
------------------------------*/
.testimonial-card-box {
  padding: 15px;
}
.testimonial-card-box .inner {
  position: relative;
  background: var(--color-white);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
}
.testimonial-card-box .inner::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 0 27px;
  border-color: transparent transparent transparent var(--color-white);
  top: calc(99% - 1px);
  transform: rotate(90deg);
  z-index: 2;
  border-bottom-right-radius: 4px;
}
.testimonial-card-box .inner .description {
  margin-bottom: 22px;
}
.testimonial-card-box .inner .client-info {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.testimonial-card-box .inner .client-info .thumbnail {
  margin-right: 15px;
}
.testimonial-card-box .inner .client-info .thumbnail img {
  max-height: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 3px;
}
.testimonial-card-box .inner .client-info .content .title {
  margin-bottom: 1px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box .inner .client-info .content .title {
    font-size: 18px;
    line-height: 29px;
  }
}
.testimonial-card-box .inner .client-info .content .designation {
  color: var(--color-primary);
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-card-box.variation-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 {
    padding: 0;
  }
}
.testimonial-card-box.variation-2 .inner {
  padding: 50px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner {
    padding: 50px 30px;
  }
}
.testimonial-card-box.variation-2 .inner::after {
  display: none;
}
.testimonial-card-box.variation-2 .inner .rating {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner .rating {
    margin-bottom: 20px;
  }
}
.testimonial-card-box.variation-2 .inner .description {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-2 .inner .description {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-card-box.variation-2 .inner .client-info {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .testimonial-card-box.variation-2 .inner .client-info {
    display: block;
  }
}
.testimonial-card-box.variation-2 .inner .client-info .thumbnail {
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .testimonial-card-box.variation-2 .inner .client-info .thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.testimonial-card-box.variation-2 .inner .client-info .thumbnail img {
  max-height: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial-card-box.variation-3 {
  padding: 0;
}
.testimonial-card-box.variation-3 .description {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .testimonial-card-box.variation-3 .description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-card-box.variation-3 .client-info {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.testimonial-card-box.variation-3 .client-info .thumbnail {
  margin-right: 15px;
}
.testimonial-card-box.variation-3 .client-info .thumbnail img {
  max-height: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.testimonial-card-box.variation-3 .client-info .content .title {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.testimonial-card-box.variation-3 .client-info .content .designation {
  color: var(--color-primary);
  font-weight: 500;
}

.testimonial-style-5 {
  position: relative;
}
.testimonial-style-5::before {
  position: absolute;
  content: "";
  background: var(--color-primary);
  width: 610px;
  top: 0;
  height: 100%;
  left: 0;
}
@media only screen and (min-width: 1401px) and (max-width: 1750px) {
  .testimonial-style-5::before {
    width: 29%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .testimonial-style-5::before {
    width: 27%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-5::before {
    width: 29%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-style-5::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-5::before {
    display: none;
  }
}
.testimonial-style-5 .banner-thumbnail {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.testimonial-style-5 .banner-thumbnail::after {
  border: 5px solid rgba(251, 124, 86, 0.5);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 20px;
  border-radius: 250px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .testimonial-style-5 .banner-thumbnail::after {
    display: none;
  }
}
.testimonial-style-5 .banner-thumbnail img {
  border-radius: 250px;
}
.testimonial-style-5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.testimonial-style-5 .content-wrapper .comment-images {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: -8%;
}
.testimonial-style-5 .main-image {
  position: absolute;
  left: 0;
  top: 0;
}

/*--------------------------
    Testimonial Style Two  
----------------------------*/
.testimonial-nav-content .description {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.testimonial-nav-content .client-info {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-nav-content .client-info {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-nav-content .client-info {
    margin-bottom: 10px;
  }
}
.testimonial-nav-content .client-info .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.testimonial-nav-content .client-info .designation {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-primary);
}

.testimonial-nav-wrapper {
  max-width: 264px;
}

.testimonial-nav-button .single-thumbnail {
  padding: 5px;
  border: 5px solid transparent;
  border-radius: 100%;
  transition: 0.4s;
  position: relative;
}
.testimonial-nav-button .single-thumbnail img {
  max-width: 68px;
  width: 68px;
  display: inline-block;
  height: 68px;
  border: 8px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
.testimonial-nav-button .slick-current.slick-active .single-thumbnail .loader-container {
  opacity: 1;
}

.loader-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.loader-container .circle-loader-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 95, 225, 0.2);
  border-radius: 100%;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loader-container .circle-loader-wrap:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background-color: white;
}
.loader-container .circle-loader-wrap div {
  overflow: hidden;
  position: absolute;
  width: 50%;
  height: 100%;
}
.loader-container .circle-loader-wrap .loader {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  background-color: var(--color-primary);
}
.loader-container .circle-loader-wrap .left-wrap {
  left: 0;
}
.loader-container .circle-loader-wrap .left-wrap .loader {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  animation: loading-left 4s infinite linear;
  -webkit-animation: loading-left 4s infinite linear;
}
.loader-container .circle-loader-wrap .right-wrap {
  left: 50%;
}
.loader-container .circle-loader-wrap .right-wrap .loader {
  left: -100%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  animation: loading-right 4s infinite linear;
  -webkit-animation: loading-right 4s infinite linear;
}
@keyframes loading-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes loading-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loading-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes loading-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}

/*--------------------------
    Video Popup Styles  
----------------------------*/
.video-gallery-1 {
  padding: 8px;
  background: var(--color-white);
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.video-popup-wrapper {
  position: relative;
}
.video-popup-wrapper.video-popup-two img {
  -webkit-mask: url("../images/shapes/mask-shape-1.svg");
  mask: url("../images/shapes/mask-shape-1.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.video-popup-wrapper .position-to-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup-wrapper img {
  border-radius: 5px;
}

.video-play-btn {
  border: 0;
  width: 50px;
  height: 50px;
  margin-left: -30px;
  margin-top: -30px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  position: relative;
  border-radius: 100%;
  background: var(--color-white);
  margin: 0 auto;
  display: inline-block;
}
.video-play-btn.with-animation::after, .video-play-btn.with-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  border: 1.2px solid var(--color-white);
}
.video-play-btn.with-animation::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.video-play-btn.with-animation::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.video-play-btn.size-60 {
  width: 60px;
  height: 60px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .video-play-btn.size-60 {
    width: 50px;
    height: 50px;
    font-size: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .video-play-btn.size-60 {
    width: 45px;
    height: 45px;
  }
}
.video-play-btn.size-80 {
  width: 80px;
  height: 80px;
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .video-play-btn.size-80 {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .video-play-btn.size-80 {
    width: 50px;
    height: 50px;
    font-size: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .video-play-btn.size-80 {
    width: 45px;
    height: 45px;
  }
}
.video-play-btn.size-80 .play-icon::before {
  transform: translate(-6px, -12px);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid var(--color-white);
}
.video-play-btn.size-80.btn-secondary-color .play-icon::before {
  border-left: 21px solid var(--color-white);
}
.video-play-btn .play-icon {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-play-btn .play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-5px, -8px);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid var(--color-primary);
}
.video-play-btn .play-icon.course-details-video-popup::before {
  border-left: 15px solid var(--color-primary);
}
.video-play-btn.color-secondary .play-icon::before {
  border-left: 17px solid var(--color-secondary);
}
.video-play-btn.color-secondary.size-80 .play-icon::before {
  border-left: 21px solid var(--color-secondary);
}
.video-play-btn.btn-large {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-top: 0;
}
.video-play-btn.btn-theme-color {
  color: #ffffff;
  background: var(--color-primary);
}
.video-play-btn.btn-theme-color::after {
  border-color: var(--color-primary);
}
.video-play-btn.btn-theme-color::before {
  border-color: var(--color-primary);
}
.video-play-btn.btn-secondary-color {
  color: #ffffff;
  background: var(--color-secondary);
}
.video-play-btn.btn-secondary-color::after {
  border-color: var(--color-secondary);
}
.video-play-btn.btn-secondary-color::before {
  border-color: var(--color-secondary);
}
.video-play-btn.btn-secondary-color .play-icon::before {
  border-left: 15px solid var(--color-white);
}

.video-style-2 {
  position: relative;
  z-index: 1;
}
.video-style-2::after {
  position: absolute;
  content: "";
  background: var(--color-white);
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% + 250px);
  z-index: -1;
  border-radius: 10px 0px 0px 10px;
}
@media only screen and (max-width: 991px) {
  .video-style-2::after {
    display: none;
  }
}
.video-style-2 .side-shape-image {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
.video-style-2 .side-shape-image img {
  animation: eduvibe-rotate-x 30s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-style-2 .side-shape-image {
    display: none;
  }
}

/*keyframes-css*/
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
/*------------------------
    Winner Area Styles  
--------------------------*/
.edu-winner-card {
  background: var(--color-white);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px;
  transition: 0.4s;
  text-align: center;
}
.edu-winner-card .inner .icon {
  margin-bottom: 30px;
}
.edu-winner-card .inner .icon img {
  max-height: 50px;
}
.edu-winner-card .inner .content .subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}
.edu-winner-card .inner .content .title {
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.4s;
}
.edu-winner-card:hover {
  transform: translateY(-15px);
}
.edu-winner-card:hover .inner .content .title {
  color: var(--color-primary);
}

/*--------------------------
    Workshop Style One  
----------------------------*/
.workshop-style-1 .workshop-inner .description {
  color: var(--color-white);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workshop-style-1 .workshop-inner .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .workshop-style-1 .workshop-inner .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*-----------------------
    Brand Styles  
-----------------------*/
.brand-list li {
  margin: 0;
  text-align: center;
}
.brand-list li a {
  display: block;
  text-align: center;
}
.brand-list li a img {
  display: inline-block;
  text-align: center;
}

/*--------------------------
    Header Styles  
--------------------------*/
.edu-header .logo a {
  display: block;
  height: 118px;
  line-height: 118px;
  transition: min-height 1s ease !important;
}
.edu-header .logo a img {
  max-height: 75px;
}
@media only screen and (max-width: 1199px) {
  .edu-header .logo a {
    height: 80px;
    line-height: 80px;
  }
}
.edu-header.disable-transparent .logo a {
  height: 90px;
  line-height: 90px;
}
.edu-header.header-relative {
  position: relative;
}
.edu-header.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: transparent;
  backdrop-filter: inherit;
  z-index: 9;
}
.edu-header.header-sticky {
  transition: height 0.5s ease-in;
  max-width: 100%;
  z-index: 99;
}
.edu-header.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-white) !important;
  width: 100%;
  height: 80px;
  animation: headerSticky 0.95s ease forwards;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.edu-header.header-sticky.sticky .logo a {
  height: 80px;
  line-height: 80px;
}

/*------------------------
    Header Style One  
--------------------------*/
.header-default {
  max-width: 100%;
  background-color: var(--color-white);
  color: #fff;
  font-size: 12px;
  z-index: 99;
  position: relative;
}
.header-default .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*------------------------
    Header Style Two  
--------------------------*/
.header-style-2 {
  padding: 0 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-style-2 {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-2 {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-2 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-style-2 {
    padding: 0 15px;
  }
}
.header-style-2 .header-menu-bar {
  display: flex;
  align-items: center;
}

.white-box-icon {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  outline: none;
  color: var(--color-primary);
  border: 0 none;
  padding: 0;
  background: var(--color-white);
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .white-box-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
}
.popup-mobile-menu .inner .header-top {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.popup-mobile-menu .inner .header-top .logo a img {
  max-height: 45px;
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
  background: var(--color-white);
  border: 0 none;
  color: var(--color-heading);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 20px;
}
.popup-mobile-menu .mainmenu li {
  margin: 0;
}
.popup-mobile-menu .mainmenu li a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.popup-mobile-menu .mainmenu li a.active {
  color: var(--color-primary) !important;
}
.popup-mobile-menu .mainmenu li + li {
  border-top: 1px solid var(--color-border);
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
  color: var(--color-primary) !important;
}
.popup-mobile-menu .mainmenu .has-droupdown > a {
  position: relative;
}
.popup-mobile-menu .mainmenu .has-droupdown > a::after {
  position: absolute;
  content: "\e935";
  font-family: "icomoon" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.popup-mobile-menu .mainmenu .has-droupdown > a.open::after {
  content: "\e934";
}
.popup-mobile-menu .mainmenu .rn-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
  border-bottom: 1px solid var(--color-border);
}
.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
  border-bottom-color: transparent;
}

/*--------------------------
    Navigation Styles 
----------------------------*/
.mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.mainmenu-nav .mainmenu > li > a {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 600;
  padding: 0 23px;
  display: block;
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 12px;
  }
}
.mainmenu-nav .mainmenu > li > a:hover, .mainmenu-nav .mainmenu > li > a.active {
  color: var(--color-primary) !important;
}
.mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.mainmenu-nav .mainmenu li.has-droupdown > a {
  position: relative;
}
.mainmenu-nav .mainmenu li.has-droupdown > a::after {
  position: absolute;
  content: "\e969";
  font-family: "icomoon";
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .mainmenu li.has-droupdown > a::after {
    right: 0px;
  }
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu {
  min-width: 210px;
  height: auto;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 20px 0;
  transition: 0.3s;
  background-color: var(--color-white);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  border-bottom: 2px solid var(--color-primary);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li {
  position: relative;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  font-size: 16px;
  font-weight: 600;
  padding: 3px 20px;
  display: block;
  color: var(--color-heading);
  margin: 0 10px;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown > a::after {
  content: "\e92c";
  font-family: "icomoon";
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown .submenu {
  left: 100%;
  top: 90%;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown:hover .submenu {
  left: 100%;
  top: 0;
  z-index: 90;
  opacity: 1;
  visibility: visible;
}
.mainmenu-nav .mainmenu li.has-droupdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/*----------------------
    Search Popup  
-----------------------*/
.edu-search-popup {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transform: scale(0.95);
}
.edu-search-popup.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.edu-search-popup .close-button {
  position: absolute;
  right: 30px;
  top: 30px;
}
.edu-search-popup .close-button .close-trigger {
  background: var(--color-white);
  border: 0 none;
  color: var(--color-heading);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edu-search-popup .inner {
  position: absolute;
  top: 46%;
  width: 100%;
}
.edu-search-popup .inner .search-form {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .edu-search-popup .inner .search-form {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .edu-search-popup .inner .search-form {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-search-popup .inner .search-form {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-search-popup .inner .search-form {
    padding: 0 20px;
  }
}
.edu-search-popup .inner .search-form input {
  height: 60px;
  border: 0 none;
  border-radius: 5px;
  background: #ffffff;
  padding: 0 30px;
  padding-right: 55px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.edu-search-popup .inner .search-form .submit-button {
  position: absolute;
  right: 30px;
  padding: 0;
  margin: 0;
  border: 0 none;
  outline: none;
  color: var(--color-heading);
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
}
.edu-search-popup::before {
  position: absolute;
  background: #2d284e;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/*------------------------
    Header Quote  
-------------------------*/
.header-quote {
  display: flex;
  justify-content: flex-end;
  margin: 0 -17px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-quote {
    margin: 0 -10px;
  }
}
.header-quote .quote-icon {
  margin: 0 17px;
}
@media only screen and (max-width: 767px) {
  .header-quote .quote-icon {
    margin: 0 10px;
  }
}
.header-quote .quote-icon a,
.header-quote .quote-icon button {
  padding: 0;
  border: 0 none;
  width: auto;
  background: transparent;
  display: flex;
  align-items: center;
}
.header-quote .quote-icon a i,
.header-quote .quote-icon button i {
  color: var(--color-heading);
  font-size: 16px;
  transition: 0.3s;
}
.header-quote .quote-icon a:hover i,
.header-quote .quote-icon button:hover i {
  color: var(--color-primary);
}

/*-------------------------
    Copyright Styles  
--------------------------*/
.copyright-default p {
  color: var(--color-white);
}
.copyright-default p a {
  color: var(--color-white);
  transition: 0.4s;
}
.copyright-default p a:hover {
  color: var(--color-primary);
}

/*===========================
    Start Footer Area 
=============================*/
.footer-style-default {
  position: relative;
  z-index: 1;
}
.footer-style-default .footer-top {
  padding: 130px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .footer-top {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-default .footer-top {
    padding: 80px 0;
  }
}
.footer-style-default .widget-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: var(--color-white);
}
.footer-style-default .description {
  color: var(--color-white);
  margin-top: 34px;
  margin-bottom: 40px;
}
.footer-style-default .information-list li {
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}
.footer-style-default .information-list li i {
  font-size: 15px;
  margin-right: 12px;
  position: relative;
  top: 0;
}
.footer-style-default .information-list li a {
  color: var(--color-white);
  transition: 0.3s;
}
.footer-style-default .information-list li + li {
  margin-top: 20px;
}
.footer-style-default .information-list li:hover a {
  color: var(--color-primary);
}
.footer-style-default .edu-footer-widget .inner {
  margin-top: 34px;
}
.footer-style-default .edu-footer-widget .footer-link {
  list-style: none;
  padding: 0;
}
.footer-style-default .edu-footer-widget .footer-link li {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-style-default .edu-footer-widget .footer-link li a {
  font-size: 16px;
  display: block;
  color: var(--color-white);
  line-height: 26px;
}
.footer-style-default .edu-footer-widget .footer-link li a i {
  margin-right: 10px;
  font-size: 14px;
}
.footer-style-default .edu-footer-widget .footer-link li + li {
  margin-top: 20px;
}
.footer-style-default .edu-footer-widget .footer-link li:hover a {
  color: var(--color-primary);
}
.footer-style-default .edu-footer-widget.explore-widget {
  margin-left: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-default .edu-footer-widget.explore-widget {
    margin-left: 0;
  }
}
.footer-style-default .edu-footer-widget.quick-link-widget {
  margin-left: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-default .edu-footer-widget.quick-link-widget {
    margin-left: 0;
  }
}

.eduvibe-footer-one {
  background: var(--color-black);
}
.eduvibe-footer-one .shape-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-footer-one .shape-image.shape-image-1 {
  top: -11px;
  left: -263px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-one .shape-image.shape-image-1 {
    top: -51px;
    left: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-one .shape-image.shape-image-1 {
    top: -51px;
    left: -150px;
  }
}
.eduvibe-footer-one .shape-image.shape-image-2 {
  bottom: -83px;
  right: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-one .shape-image.shape-image-2 {
    bottom: -13px;
    right: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-one .shape-image.shape-image-2 {
    bottom: -13px;
    right: -150px;
  }
}

/*---------------------------------
 Footer with Call To Action  
----------------------------------*/
.edu-footer-with-cta {
  position: relative;
  z-index: 2;
  margin-top: 138px;
  background: var(--color-black);
}
@media only screen and (max-width: 767px) {
  .edu-footer-with-cta {
    margin-top: 0;
  }
}
.edu-footer-with-cta .cta-with-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: -138px;
}
@media only screen and (max-width: 767px) {
  .edu-footer-with-cta .cta-with-overlay {
    position: static;
    top: 0;
    padding-bottom: 80px;
  }
}
.edu-footer-with-cta .footer-style-default {
  padding-top: 138px;
  position: static;
}

/*---------------------------------
 Footer 2
----------------------------------*/
.eduvibe-footer-two .edu-btn {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .eduvibe-footer-two {
    padding-bottom: 80px;
  }
  .eduvibe-footer-two .edu-btn {
    margin-bottom: 0px;
  }
  .eduvibe-footer-two .call-action-style-1,
  .eduvibe-footer-two .call-action-style-1.box-layout {
    padding: 30px;
  }
}
.eduvibe-footer-two .footer-style-default {
  padding-top: 138px;
  position: static;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eduvibe-footer-two .footer-style-default {
    padding-top: 418px;
  }
}
@media only screen and (max-width: 767px) {
  .eduvibe-footer-two .footer-style-default {
    padding-top: 0px;
  }
}
.eduvibe-footer-two .animate-image {
  position: absolute;
  z-index: -1;
}
.eduvibe-footer-two .animate-image.shape-image-1 {
  top: -11px;
  left: -263px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-two .animate-image.shape-image-1 {
    top: -51px;
    left: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-two .animate-image.shape-image-1 {
    top: -51px;
    left: -150px;
  }
}
.eduvibe-footer-two .animate-image.shape-image-2 {
  bottom: -83px;
  right: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .eduvibe-footer-two .animate-image.shape-image-2 {
    bottom: -13px;
    right: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eduvibe-footer-two .animate-image.shape-image-2 {
    bottom: -13px;
    right: -150px;
  }
}

/*----------------------
    Animation Css  
-----------------------*/
.post-scale {
  overflow: hidden;
}
.post-scale img {
  transition: 0.5s;
}
.post-scale:hover img {
  transform: scale(1.1);
}

@keyframes line1 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  30% {
    bottom: 30%;
  }
  50% {
    bottom: 50%;
  }
  70% {
    bottom: 70%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
@keyframes bounceSlide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce-slide {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide;
}

@keyframes line5 {
  0% {
    opacity: 1;
    bottom: 400px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
@keyframes line2 {
  0% {
    opacity: 1;
    top: 0;
  }
  30% {
    bottom: 30%;
  }
  50% {
    bottom: 50%;
  }
  70% {
    bottom: 70%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes line3 {
  0% {
    opacity: 1;
    top: 500px;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes line4 {
  0% {
    opacity: 1;
    top: 300px;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes customOne {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes customTwo {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(100px, 0px);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.customOne {
  animation: customOne 2s infinite;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.slideFadeInUp {
  -webkit-animation-name: slideFadeInUp;
  animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
/*======================== 
    Common Style Css
==========================*/
/* Heading Font  */
.h1 {
  font-size: var(--h1) !important;
}

.h2 {
  font-size: var(--h2) !important;
}

.h3 {
  font-size: var(--h3) !important;
}

.h4 {
  font-size: var(--h4) !important;
}

.h5 {
  font-size: var(--h5) !important;
}

.h6 {
  font-size: var(--h6) !important;
}

/* Text Color  */
.bg-primary-color {
  background: var(--color-primary) !important;
}

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

.bg-color-tertiary {
  background-color: var(--color-tertiary) !important;
}

.bg-color-white {
  background-color: var(--color-white) !important;
}

.color-white {
  color: var(--color-white);
}

/* Radius */
/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.transition-transform {
  transition: var(--transition-transform);
}

.list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-icon li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .list-icon li {
    font-size: 16px;
  }
}
.list-icon li .icon {
  width: 30px;
  background-color: var(--color-blackest);
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-right: 9px;
  min-width: 30px;
  min-height: 30px;
}
.list-icon li .icon.background-transparent {
  background-color: transparent;
}
.list-icon li .icon i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rn-sub-badge {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}

.radius-small {
  border-radius: var(--radius-small);
}

.line-before {
  position: relative;
  padding-left: 18px;
}
.line-before::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 81%;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}

.bg-image--7 {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 15px left 10%;
}

.bg-image--12 {
  background-size: auto;
}

.border-bottom-1 {
  border-bottom: 1px solid #eeeeee;
}

/* Breadcrumb  */
.edu-breadcrumb-area {
  background-image: url(../images/bg/breadcrumb-bg.jpg);
}
.edu-breadcrumb-area .shape-image {
  position: absolute;
  z-index: -1;
}
.edu-breadcrumb-area .shape-image.shape-image-1 {
  top: -30px;
  left: -180px;
}
.edu-breadcrumb-area .shape-image.shape-image-2 {
  top: -10px;
  left: 60%;
}
.edu-breadcrumb-area .shape-image.shape-image-3 {
  top: -24px;
  right: -90px;
}
.edu-breadcrumb-area .shape-image.shape-image-4 {
  bottom: -39px;
  right: -220px;
}
.edu-breadcrumb-area .shape-image.shape-image-5 {
  bottom: -28px;
  left: 35%;
}
.edu-breadcrumb-area .shape-image.shape-image-6 {
  bottom: -30px;
  left: -108px;
}

/* Animation  */
.eduvibe-animated-shape {
  position: relative;
  z-index: 9;
}

@-webkit-keyframes eduvibe-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}
@keyframes eduvibe-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}
@-webkit-keyframes eduvibe-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}
@keyframes eduvibe-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}
@-webkit-keyframes eduvibe-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@keyframes eduvibe-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@-webkit-keyframes eduvibe-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes eduvibe-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes eduvibe-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes eduvibe-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes eduvibe-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes eduvibe-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes eduvibe-zoom2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
@keyframes eduvibe-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}
/*=====================
All Extend Here
=======================*/
/* Radius */
/* Font Weight */
/* Shadows */
/*=============== Style Css =============*/
.edu-blog-widget.widget-categories .category-list, .edu-blog-widget-2.widget-categories .category-list, .blog-meta, .blog-main-content .gallery, .list-style-1, .list-style-2, .column-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bgImagePosition {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ========= Forms Styles ========= */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
}

.edu-select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  max-width: 256px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-body);
  /* -- Placeholder -- */
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
  opacity: 1;
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--body-color);
  font-weight: 500;
  padding-left: 34px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 1px;
  left: -3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 1px;
  width: 12px;
  height: 8px;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::before,
input[type=radio]:checked ~ label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 7px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
}
.form-group input:focus {
  border-color: var(--color-primary);
}
.form-group textarea {
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}
input[type=submit]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important;
}

.login-register-page-wrapper .login-form-box {
  border: 1px solid #eeeeee;
  padding: 40px;
  border-radius: 10px;
  position: relative;
}
.login-register-page-wrapper .login-form-box input[type=checkbox] {
  width: auto;
}
.login-register-page-wrapper .login-form-box .lost-password {
  color: var(--color-secondary);
}

/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre,
pre.wp-block-code {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  font-size: 15px !important;
  margin: 40px 0 !important;
  overflow: auto;
  padding: 20px !important;
  white-space: pre !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: var(--color-body) !important;
  background: var(--color-light);
  border-radius: 4px;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

table thead th {
  font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(56, 88, 246, 0.6);
  text-decoration: none;
  padding: 0 5px;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  opacity: 0.6;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/**
 * Mixins Styels
 */
ul li a, ol li a, #scrollUp {
  transition: var(--transition);
}

/*------------------------------------- 

font-family: 'Urbanist', sans-serif;

--------------------------------------*/
@media only screen and (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

iframe {
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.edu-line-separator {
  position: relative;
}
.edu-line-separator::after {
  position: absolute;
  content: "";
  background: #ebe7e5;
  width: 1170px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .edu-line-separator::after {
    width: 100%;
  }
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background-color: var(--color-primary);
}

.bg-color-secondary {
  background-color: var(--color-secondary);
}

.bg-color-secondary-alt {
  background-color: var(--color-secondary-alt);
}

.bg-color-tertiary {
  background-color: var(--color-tertiary);
}

.bg-color-grey {
  background-color: #f0f2f5;
}

.bg-color-white {
  background-color: #ffffff;
}

.bg-color-black {
  background-color: #1a1a1a;
}

.bg-color-grey {
  background-color: #e5e5e5;
}

.bg-color-extra03 {
  background-color: var(--color-extra03);
}

.bg-color-lessdark {
  background-color: var(--color-lessdark);
}

.bg-color-2 {
  backdrop-filter: saturate(180%) blur(8px);
  background-color: var(--color-darker);
  background-image: linear-gradient(180deg, var(--color-black), transparent);
}

/*===========================
    Background Image 
=============================*/
.bg-image_fixed {
  background-attachment: fixed !important;
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--15 {
  margin-left: -15px;
  margin-right: -15px;
}
.row--15 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--35 > [class*=col], .row--35 > [class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 > [class*=col], .row--35 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--40 > [class*=col], .row--40 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--40 > [class*=col], .row--40 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--45 > [class*=col], .row--45 > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--45 > [class*=col], .row--45 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--50 {
  margin-left: -50px;
  margin-right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--50 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--50 > [class*=col], .row--50 > [class*=col-] {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--50 > [class*=col], .row--50 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--50 > [class*=col], .row--50 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--50 > [class*=col], .row--50 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--50 > [class*=col], .row--50 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--60 > [class*=col], .row--60 > [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--60 > [class*=col], .row--60 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}
#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}
#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}
#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}
#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}
#scrollUp:hover span.text {
  color: var(--color-primary);
}

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center;
}
.form-message.error {
  margin-top: 20px;
  color: #f80707;
}
.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

/*=========================
    Section Separation 
==========================*/
.mt_dec--30 {
  margin-top: -30px;
}

.mt_dec--20 {
  margin-top: -20px;
}

.edu-section-gap {
  padding: 130px 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gap {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gap {
    padding: 80px 0 !important;
  }
}
.edu-section-gap.slider-dots {
  padding: 130px 0 205px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gap.slider-dots {
    padding: 80px 0 130px !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gap.slider-dots {
    padding: 80px 0 130px !important;
  }
}

.edu-section-gapBottom {
  padding-bottom: 130px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gapBottom {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gapBottom {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }
}

.edu-section-gapTop {
  padding-top: 130px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gapTop {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gapTop {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120 {
    padding: 80px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important;
  }
}

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

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

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

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

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

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

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

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

.pt--260 {
  padding-top: 260px !important;
}

.pt--250 {
  padding-top: 250px !important;
}

.pb--240 {
  padding-bottom: 240px !important;
}

.pb--220 {
  padding-bottom: 220px !important;
}

.plr--270 {
  padding: 0 270px !important;
}

.plr--300 {
  padding: 0 300px !important;
}

.plr--340 {
  padding: 0 340px !important;
}

.ptb--300 {
  padding: 300px 0 !important;
}

.ptb--340 {
  padding: 340px 0 !important;
}

.ptb--450 {
  padding: 450px 0 !important;
}

.plr_dec--15 {
  margin: 0 -15px !important;
}

.pt--300 {
  padding-top: 300px !important;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

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

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

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

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

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

.mr--5 {
  margin-right: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

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

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0 !important;
  }
  .plr_lp--5 {
    padding: 0 5px !important;
  }
  .pt_lp--5 {
    padding-top: 5px !important;
  }
  .pb_lp--5 {
    padding-bottom: 5px !important;
  }
  .pl_lp--5 {
    padding-left: 5px !important;
  }
  .pr_lp--5 {
    padding-right: 5px !important;
  }
  .mt_lp--5 {
    margin-top: 5px !important;
  }
  .mb_lp--5 {
    margin-bottom: 5px !important;
  }
  .ptb_lp--10 {
    padding: 10px 0 !important;
  }
  .plr_lp--10 {
    padding: 0 10px !important;
  }
  .pt_lp--10 {
    padding-top: 10px !important;
  }
  .pb_lp--10 {
    padding-bottom: 10px !important;
  }
  .pl_lp--10 {
    padding-left: 10px !important;
  }
  .pr_lp--10 {
    padding-right: 10px !important;
  }
  .mt_lp--10 {
    margin-top: 10px !important;
  }
  .mb_lp--10 {
    margin-bottom: 10px !important;
  }
  .ptb_lp--15 {
    padding: 15px 0 !important;
  }
  .plr_lp--15 {
    padding: 0 15px !important;
  }
  .pt_lp--15 {
    padding-top: 15px !important;
  }
  .pb_lp--15 {
    padding-bottom: 15px !important;
  }
  .pl_lp--15 {
    padding-left: 15px !important;
  }
  .pr_lp--15 {
    padding-right: 15px !important;
  }
  .mt_lp--15 {
    margin-top: 15px !important;
  }
  .mb_lp--15 {
    margin-bottom: 15px !important;
  }
  .ptb_lp--20 {
    padding: 20px 0 !important;
  }
  .plr_lp--20 {
    padding: 0 20px !important;
  }
  .pt_lp--20 {
    padding-top: 20px !important;
  }
  .pb_lp--20 {
    padding-bottom: 20px !important;
  }
  .pl_lp--20 {
    padding-left: 20px !important;
  }
  .pr_lp--20 {
    padding-right: 20px !important;
  }
  .mt_lp--20 {
    margin-top: 20px !important;
  }
  .mb_lp--20 {
    margin-bottom: 20px !important;
  }
  .ptb_lp--25 {
    padding: 25px 0 !important;
  }
  .plr_lp--25 {
    padding: 0 25px !important;
  }
  .pt_lp--25 {
    padding-top: 25px !important;
  }
  .pb_lp--25 {
    padding-bottom: 25px !important;
  }
  .pl_lp--25 {
    padding-left: 25px !important;
  }
  .pr_lp--25 {
    padding-right: 25px !important;
  }
  .mt_lp--25 {
    margin-top: 25px !important;
  }
  .mb_lp--25 {
    margin-bottom: 25px !important;
  }
  .ptb_lp--30 {
    padding: 30px 0 !important;
  }
  .plr_lp--30 {
    padding: 0 30px !important;
  }
  .pt_lp--30 {
    padding-top: 30px !important;
  }
  .pb_lp--30 {
    padding-bottom: 30px !important;
  }
  .pl_lp--30 {
    padding-left: 30px !important;
  }
  .pr_lp--30 {
    padding-right: 30px !important;
  }
  .mt_lp--30 {
    margin-top: 30px !important;
  }
  .mb_lp--30 {
    margin-bottom: 30px !important;
  }
  .ptb_lp--35 {
    padding: 35px 0 !important;
  }
  .plr_lp--35 {
    padding: 0 35px !important;
  }
  .pt_lp--35 {
    padding-top: 35px !important;
  }
  .pb_lp--35 {
    padding-bottom: 35px !important;
  }
  .pl_lp--35 {
    padding-left: 35px !important;
  }
  .pr_lp--35 {
    padding-right: 35px !important;
  }
  .mt_lp--35 {
    margin-top: 35px !important;
  }
  .mb_lp--35 {
    margin-bottom: 35px !important;
  }
  .ptb_lp--40 {
    padding: 40px 0 !important;
  }
  .plr_lp--40 {
    padding: 0 40px !important;
  }
  .pt_lp--40 {
    padding-top: 40px !important;
  }
  .pb_lp--40 {
    padding-bottom: 40px !important;
  }
  .pl_lp--40 {
    padding-left: 40px !important;
  }
  .pr_lp--40 {
    padding-right: 40px !important;
  }
  .mt_lp--40 {
    margin-top: 40px !important;
  }
  .mb_lp--40 {
    margin-bottom: 40px !important;
  }
  .ptb_lp--45 {
    padding: 45px 0 !important;
  }
  .plr_lp--45 {
    padding: 0 45px !important;
  }
  .pt_lp--45 {
    padding-top: 45px !important;
  }
  .pb_lp--45 {
    padding-bottom: 45px !important;
  }
  .pl_lp--45 {
    padding-left: 45px !important;
  }
  .pr_lp--45 {
    padding-right: 45px !important;
  }
  .mt_lp--45 {
    margin-top: 45px !important;
  }
  .mb_lp--45 {
    margin-bottom: 45px !important;
  }
  .ptb_lp--50 {
    padding: 50px 0 !important;
  }
  .plr_lp--50 {
    padding: 0 50px !important;
  }
  .pt_lp--50 {
    padding-top: 50px !important;
  }
  .pb_lp--50 {
    padding-bottom: 50px !important;
  }
  .pl_lp--50 {
    padding-left: 50px !important;
  }
  .pr_lp--50 {
    padding-right: 50px !important;
  }
  .mt_lp--50 {
    margin-top: 50px !important;
  }
  .mb_lp--50 {
    margin-bottom: 50px !important;
  }
  .ptb_lp--55 {
    padding: 55px 0 !important;
  }
  .plr_lp--55 {
    padding: 0 55px !important;
  }
  .pt_lp--55 {
    padding-top: 55px !important;
  }
  .pb_lp--55 {
    padding-bottom: 55px !important;
  }
  .pl_lp--55 {
    padding-left: 55px !important;
  }
  .pr_lp--55 {
    padding-right: 55px !important;
  }
  .mt_lp--55 {
    margin-top: 55px !important;
  }
  .mb_lp--55 {
    margin-bottom: 55px !important;
  }
  .ptb_lp--60 {
    padding: 60px 0 !important;
  }
  .plr_lp--60 {
    padding: 0 60px !important;
  }
  .pt_lp--60 {
    padding-top: 60px !important;
  }
  .pb_lp--60 {
    padding-bottom: 60px !important;
  }
  .pl_lp--60 {
    padding-left: 60px !important;
  }
  .pr_lp--60 {
    padding-right: 60px !important;
  }
  .mt_lp--60 {
    margin-top: 60px !important;
  }
  .mb_lp--60 {
    margin-bottom: 60px !important;
  }
  .ptb_lp--65 {
    padding: 65px 0 !important;
  }
  .plr_lp--65 {
    padding: 0 65px !important;
  }
  .pt_lp--65 {
    padding-top: 65px !important;
  }
  .pb_lp--65 {
    padding-bottom: 65px !important;
  }
  .pl_lp--65 {
    padding-left: 65px !important;
  }
  .pr_lp--65 {
    padding-right: 65px !important;
  }
  .mt_lp--65 {
    margin-top: 65px !important;
  }
  .mb_lp--65 {
    margin-bottom: 65px !important;
  }
  .ptb_lp--70 {
    padding: 70px 0 !important;
  }
  .plr_lp--70 {
    padding: 0 70px !important;
  }
  .pt_lp--70 {
    padding-top: 70px !important;
  }
  .pb_lp--70 {
    padding-bottom: 70px !important;
  }
  .pl_lp--70 {
    padding-left: 70px !important;
  }
  .pr_lp--70 {
    padding-right: 70px !important;
  }
  .mt_lp--70 {
    margin-top: 70px !important;
  }
  .mb_lp--70 {
    margin-bottom: 70px !important;
  }
  .ptb_lp--75 {
    padding: 75px 0 !important;
  }
  .plr_lp--75 {
    padding: 0 75px !important;
  }
  .pt_lp--75 {
    padding-top: 75px !important;
  }
  .pb_lp--75 {
    padding-bottom: 75px !important;
  }
  .pl_lp--75 {
    padding-left: 75px !important;
  }
  .pr_lp--75 {
    padding-right: 75px !important;
  }
  .mt_lp--75 {
    margin-top: 75px !important;
  }
  .mb_lp--75 {
    margin-bottom: 75px !important;
  }
  .ptb_lp--80 {
    padding: 80px 0 !important;
  }
  .plr_lp--80 {
    padding: 0 80px !important;
  }
  .pt_lp--80 {
    padding-top: 80px !important;
  }
  .pb_lp--80 {
    padding-bottom: 80px !important;
  }
  .pl_lp--80 {
    padding-left: 80px !important;
  }
  .pr_lp--80 {
    padding-right: 80px !important;
  }
  .mt_lp--80 {
    margin-top: 80px !important;
  }
  .mb_lp--80 {
    margin-bottom: 80px !important;
  }
  .ptb_lp--85 {
    padding: 85px 0 !important;
  }
  .plr_lp--85 {
    padding: 0 85px !important;
  }
  .pt_lp--85 {
    padding-top: 85px !important;
  }
  .pb_lp--85 {
    padding-bottom: 85px !important;
  }
  .pl_lp--85 {
    padding-left: 85px !important;
  }
  .pr_lp--85 {
    padding-right: 85px !important;
  }
  .mt_lp--85 {
    margin-top: 85px !important;
  }
  .mb_lp--85 {
    margin-bottom: 85px !important;
  }
  .ptb_lp--90 {
    padding: 90px 0 !important;
  }
  .plr_lp--90 {
    padding: 0 90px !important;
  }
  .pt_lp--90 {
    padding-top: 90px !important;
  }
  .pb_lp--90 {
    padding-bottom: 90px !important;
  }
  .pl_lp--90 {
    padding-left: 90px !important;
  }
  .pr_lp--90 {
    padding-right: 90px !important;
  }
  .mt_lp--90 {
    margin-top: 90px !important;
  }
  .mb_lp--90 {
    margin-bottom: 90px !important;
  }
  .ptb_lp--95 {
    padding: 95px 0 !important;
  }
  .plr_lp--95 {
    padding: 0 95px !important;
  }
  .pt_lp--95 {
    padding-top: 95px !important;
  }
  .pb_lp--95 {
    padding-bottom: 95px !important;
  }
  .pl_lp--95 {
    padding-left: 95px !important;
  }
  .pr_lp--95 {
    padding-right: 95px !important;
  }
  .mt_lp--95 {
    margin-top: 95px !important;
  }
  .mb_lp--95 {
    margin-bottom: 95px !important;
  }
  .ptb_lp--100 {
    padding: 100px 0 !important;
  }
  .plr_lp--100 {
    padding: 0 100px !important;
  }
  .pt_lp--100 {
    padding-top: 100px !important;
  }
  .pb_lp--100 {
    padding-bottom: 100px !important;
  }
  .pl_lp--100 {
    padding-left: 100px !important;
  }
  .pr_lp--100 {
    padding-right: 100px !important;
  }
  .mt_lp--100 {
    margin-top: 100px !important;
  }
  .mb_lp--100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }
  .plr_lg--5 {
    padding: 0 5px !important;
  }
  .pt_lg--5 {
    padding-top: 5px !important;
  }
  .pb_lg--5 {
    padding-bottom: 5px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--5 {
    padding-right: 5px !important;
  }
  .pl_lg--5 {
    padding-left: 5px !important;
  }
  .pr_lg--5 {
    padding-right: 5px !important;
  }
  .mt_lg--5 {
    margin-top: 5px !important;
  }
  .mb_lg--5 {
    margin-bottom: 5px !important;
  }
  .ml_lg--5 {
    margin-left: 5px !important;
  }
  .ptb_lg--10 {
    padding: 10px 0 !important;
  }
  .plr_lg--10 {
    padding: 0 10px !important;
  }
  .pt_lg--10 {
    padding-top: 10px !important;
  }
  .pb_lg--10 {
    padding-bottom: 10px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--10 {
    padding-right: 10px !important;
  }
  .pl_lg--10 {
    padding-left: 10px !important;
  }
  .pr_lg--10 {
    padding-right: 10px !important;
  }
  .mt_lg--10 {
    margin-top: 10px !important;
  }
  .mb_lg--10 {
    margin-bottom: 10px !important;
  }
  .ml_lg--10 {
    margin-left: 10px !important;
  }
  .ptb_lg--15 {
    padding: 15px 0 !important;
  }
  .plr_lg--15 {
    padding: 0 15px !important;
  }
  .pt_lg--15 {
    padding-top: 15px !important;
  }
  .pb_lg--15 {
    padding-bottom: 15px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--15 {
    padding-right: 15px !important;
  }
  .pl_lg--15 {
    padding-left: 15px !important;
  }
  .pr_lg--15 {
    padding-right: 15px !important;
  }
  .mt_lg--15 {
    margin-top: 15px !important;
  }
  .mb_lg--15 {
    margin-bottom: 15px !important;
  }
  .ml_lg--15 {
    margin-left: 15px !important;
  }
  .ptb_lg--20 {
    padding: 20px 0 !important;
  }
  .plr_lg--20 {
    padding: 0 20px !important;
  }
  .pt_lg--20 {
    padding-top: 20px !important;
  }
  .pb_lg--20 {
    padding-bottom: 20px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--20 {
    padding-right: 20px !important;
  }
  .pl_lg--20 {
    padding-left: 20px !important;
  }
  .pr_lg--20 {
    padding-right: 20px !important;
  }
  .mt_lg--20 {
    margin-top: 20px !important;
  }
  .mb_lg--20 {
    margin-bottom: 20px !important;
  }
  .ml_lg--20 {
    margin-left: 20px !important;
  }
  .ptb_lg--25 {
    padding: 25px 0 !important;
  }
  .plr_lg--25 {
    padding: 0 25px !important;
  }
  .pt_lg--25 {
    padding-top: 25px !important;
  }
  .pb_lg--25 {
    padding-bottom: 25px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--25 {
    padding-right: 25px !important;
  }
  .pl_lg--25 {
    padding-left: 25px !important;
  }
  .pr_lg--25 {
    padding-right: 25px !important;
  }
  .mt_lg--25 {
    margin-top: 25px !important;
  }
  .mb_lg--25 {
    margin-bottom: 25px !important;
  }
  .ml_lg--25 {
    margin-left: 25px !important;
  }
  .ptb_lg--30 {
    padding: 30px 0 !important;
  }
  .plr_lg--30 {
    padding: 0 30px !important;
  }
  .pt_lg--30 {
    padding-top: 30px !important;
  }
  .pb_lg--30 {
    padding-bottom: 30px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--30 {
    padding-right: 30px !important;
  }
  .pl_lg--30 {
    padding-left: 30px !important;
  }
  .pr_lg--30 {
    padding-right: 30px !important;
  }
  .mt_lg--30 {
    margin-top: 30px !important;
  }
  .mb_lg--30 {
    margin-bottom: 30px !important;
  }
  .ml_lg--30 {
    margin-left: 30px !important;
  }
  .ptb_lg--35 {
    padding: 35px 0 !important;
  }
  .plr_lg--35 {
    padding: 0 35px !important;
  }
  .pt_lg--35 {
    padding-top: 35px !important;
  }
  .pb_lg--35 {
    padding-bottom: 35px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--35 {
    padding-right: 35px !important;
  }
  .pl_lg--35 {
    padding-left: 35px !important;
  }
  .pr_lg--35 {
    padding-right: 35px !important;
  }
  .mt_lg--35 {
    margin-top: 35px !important;
  }
  .mb_lg--35 {
    margin-bottom: 35px !important;
  }
  .ml_lg--35 {
    margin-left: 35px !important;
  }
  .ptb_lg--40 {
    padding: 40px 0 !important;
  }
  .plr_lg--40 {
    padding: 0 40px !important;
  }
  .pt_lg--40 {
    padding-top: 40px !important;
  }
  .pb_lg--40 {
    padding-bottom: 40px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--40 {
    padding-right: 40px !important;
  }
  .pl_lg--40 {
    padding-left: 40px !important;
  }
  .pr_lg--40 {
    padding-right: 40px !important;
  }
  .mt_lg--40 {
    margin-top: 40px !important;
  }
  .mb_lg--40 {
    margin-bottom: 40px !important;
  }
  .ml_lg--40 {
    margin-left: 40px !important;
  }
  .ptb_lg--45 {
    padding: 45px 0 !important;
  }
  .plr_lg--45 {
    padding: 0 45px !important;
  }
  .pt_lg--45 {
    padding-top: 45px !important;
  }
  .pb_lg--45 {
    padding-bottom: 45px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--45 {
    padding-right: 45px !important;
  }
  .pl_lg--45 {
    padding-left: 45px !important;
  }
  .pr_lg--45 {
    padding-right: 45px !important;
  }
  .mt_lg--45 {
    margin-top: 45px !important;
  }
  .mb_lg--45 {
    margin-bottom: 45px !important;
  }
  .ml_lg--45 {
    margin-left: 45px !important;
  }
  .ptb_lg--50 {
    padding: 50px 0 !important;
  }
  .plr_lg--50 {
    padding: 0 50px !important;
  }
  .pt_lg--50 {
    padding-top: 50px !important;
  }
  .pb_lg--50 {
    padding-bottom: 50px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--50 {
    padding-right: 50px !important;
  }
  .pl_lg--50 {
    padding-left: 50px !important;
  }
  .pr_lg--50 {
    padding-right: 50px !important;
  }
  .mt_lg--50 {
    margin-top: 50px !important;
  }
  .mb_lg--50 {
    margin-bottom: 50px !important;
  }
  .ml_lg--50 {
    margin-left: 50px !important;
  }
  .ptb_lg--55 {
    padding: 55px 0 !important;
  }
  .plr_lg--55 {
    padding: 0 55px !important;
  }
  .pt_lg--55 {
    padding-top: 55px !important;
  }
  .pb_lg--55 {
    padding-bottom: 55px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--55 {
    padding-right: 55px !important;
  }
  .pl_lg--55 {
    padding-left: 55px !important;
  }
  .pr_lg--55 {
    padding-right: 55px !important;
  }
  .mt_lg--55 {
    margin-top: 55px !important;
  }
  .mb_lg--55 {
    margin-bottom: 55px !important;
  }
  .ml_lg--55 {
    margin-left: 55px !important;
  }
  .ptb_lg--60 {
    padding: 60px 0 !important;
  }
  .plr_lg--60 {
    padding: 0 60px !important;
  }
  .pt_lg--60 {
    padding-top: 60px !important;
  }
  .pb_lg--60 {
    padding-bottom: 60px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--60 {
    padding-right: 60px !important;
  }
  .pl_lg--60 {
    padding-left: 60px !important;
  }
  .pr_lg--60 {
    padding-right: 60px !important;
  }
  .mt_lg--60 {
    margin-top: 60px !important;
  }
  .mb_lg--60 {
    margin-bottom: 60px !important;
  }
  .ml_lg--60 {
    margin-left: 60px !important;
  }
  .ptb_lg--65 {
    padding: 65px 0 !important;
  }
  .plr_lg--65 {
    padding: 0 65px !important;
  }
  .pt_lg--65 {
    padding-top: 65px !important;
  }
  .pb_lg--65 {
    padding-bottom: 65px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--65 {
    padding-right: 65px !important;
  }
  .pl_lg--65 {
    padding-left: 65px !important;
  }
  .pr_lg--65 {
    padding-right: 65px !important;
  }
  .mt_lg--65 {
    margin-top: 65px !important;
  }
  .mb_lg--65 {
    margin-bottom: 65px !important;
  }
  .ml_lg--65 {
    margin-left: 65px !important;
  }
  .ptb_lg--70 {
    padding: 70px 0 !important;
  }
  .plr_lg--70 {
    padding: 0 70px !important;
  }
  .pt_lg--70 {
    padding-top: 70px !important;
  }
  .pb_lg--70 {
    padding-bottom: 70px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--70 {
    padding-right: 70px !important;
  }
  .pl_lg--70 {
    padding-left: 70px !important;
  }
  .pr_lg--70 {
    padding-right: 70px !important;
  }
  .mt_lg--70 {
    margin-top: 70px !important;
  }
  .mb_lg--70 {
    margin-bottom: 70px !important;
  }
  .ml_lg--70 {
    margin-left: 70px !important;
  }
  .ptb_lg--75 {
    padding: 75px 0 !important;
  }
  .plr_lg--75 {
    padding: 0 75px !important;
  }
  .pt_lg--75 {
    padding-top: 75px !important;
  }
  .pb_lg--75 {
    padding-bottom: 75px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--75 {
    padding-right: 75px !important;
  }
  .pl_lg--75 {
    padding-left: 75px !important;
  }
  .pr_lg--75 {
    padding-right: 75px !important;
  }
  .mt_lg--75 {
    margin-top: 75px !important;
  }
  .mb_lg--75 {
    margin-bottom: 75px !important;
  }
  .ml_lg--75 {
    margin-left: 75px !important;
  }
  .ptb_lg--80 {
    padding: 80px 0 !important;
  }
  .plr_lg--80 {
    padding: 0 80px !important;
  }
  .pt_lg--80 {
    padding-top: 80px !important;
  }
  .pb_lg--80 {
    padding-bottom: 80px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--80 {
    padding-right: 80px !important;
  }
  .pl_lg--80 {
    padding-left: 80px !important;
  }
  .pr_lg--80 {
    padding-right: 80px !important;
  }
  .mt_lg--80 {
    margin-top: 80px !important;
  }
  .mb_lg--80 {
    margin-bottom: 80px !important;
  }
  .ml_lg--80 {
    margin-left: 80px !important;
  }
  .ptb_lg--85 {
    padding: 85px 0 !important;
  }
  .plr_lg--85 {
    padding: 0 85px !important;
  }
  .pt_lg--85 {
    padding-top: 85px !important;
  }
  .pb_lg--85 {
    padding-bottom: 85px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--85 {
    padding-right: 85px !important;
  }
  .pl_lg--85 {
    padding-left: 85px !important;
  }
  .pr_lg--85 {
    padding-right: 85px !important;
  }
  .mt_lg--85 {
    margin-top: 85px !important;
  }
  .mb_lg--85 {
    margin-bottom: 85px !important;
  }
  .ml_lg--85 {
    margin-left: 85px !important;
  }
  .ptb_lg--90 {
    padding: 90px 0 !important;
  }
  .plr_lg--90 {
    padding: 0 90px !important;
  }
  .pt_lg--90 {
    padding-top: 90px !important;
  }
  .pb_lg--90 {
    padding-bottom: 90px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--90 {
    padding-right: 90px !important;
  }
  .pl_lg--90 {
    padding-left: 90px !important;
  }
  .pr_lg--90 {
    padding-right: 90px !important;
  }
  .mt_lg--90 {
    margin-top: 90px !important;
  }
  .mb_lg--90 {
    margin-bottom: 90px !important;
  }
  .ml_lg--90 {
    margin-left: 90px !important;
  }
  .ptb_lg--95 {
    padding: 95px 0 !important;
  }
  .plr_lg--95 {
    padding: 0 95px !important;
  }
  .pt_lg--95 {
    padding-top: 95px !important;
  }
  .pb_lg--95 {
    padding-bottom: 95px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--95 {
    padding-right: 95px !important;
  }
  .pl_lg--95 {
    padding-left: 95px !important;
  }
  .pr_lg--95 {
    padding-right: 95px !important;
  }
  .mt_lg--95 {
    margin-top: 95px !important;
  }
  .mb_lg--95 {
    margin-bottom: 95px !important;
  }
  .ml_lg--95 {
    margin-left: 95px !important;
  }
  .ptb_lg--100 {
    padding: 100px 0 !important;
  }
  .plr_lg--100 {
    padding: 0 100px !important;
  }
  .pt_lg--100 {
    padding-top: 100px !important;
  }
  .pb_lg--100 {
    padding-bottom: 100px !important;
  }
  .pr_lg--0 {
    padding-right: 0 !important;
  }
  .pr_lg--100 {
    padding-right: 100px !important;
  }
  .pl_lg--100 {
    padding-left: 100px !important;
  }
  .pr_lg--100 {
    padding-right: 100px !important;
  }
  .mt_lg--100 {
    margin-top: 100px !important;
  }
  .mb_lg--100 {
    margin-bottom: 100px !important;
  }
  .ml_lg--100 {
    margin-left: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }
  .pl_md--0 {
    padding-left: 0 !important;
  }
  .pr_md--0 {
    padding-right: 0 !important;
  }
  .pt_md--0 {
    padding-top: 0 !important;
  }
  .pb_md--0 {
    padding-bottom: 0 !important;
  }
  .mr_md--0 {
    margin-right: 0 !important;
  }
  .ml_md--0 {
    margin-left: 0 !important;
  }
  .mt_md--0 {
    margin-top: 0 !important;
  }
  .mb_md--0 {
    margin-bottom: 0 !important;
  }
  .ptb_md--250 {
    padding: 250px 0 !important;
  }
  .ptb_md--5 {
    padding: 5px 0 !important;
  }
  .plr_md--5 {
    padding: 0 5px !important;
  }
  .pt_md--5 {
    padding-top: 5px !important;
  }
  .pb_md--5 {
    padding-bottom: 5px !important;
  }
  .pl_md--5 {
    padding-left: 5px !important;
  }
  .pr_md--5 {
    padding-right: 5px !important;
  }
  .mt_md--5 {
    margin-top: 5px !important;
  }
  .mb_md--5 {
    margin-bottom: 5px !important;
  }
  .ptb_md--10 {
    padding: 10px 0 !important;
  }
  .plr_md--10 {
    padding: 0 10px !important;
  }
  .pt_md--10 {
    padding-top: 10px !important;
  }
  .pb_md--10 {
    padding-bottom: 10px !important;
  }
  .pl_md--10 {
    padding-left: 10px !important;
  }
  .pr_md--10 {
    padding-right: 10px !important;
  }
  .mt_md--10 {
    margin-top: 10px !important;
  }
  .mb_md--10 {
    margin-bottom: 10px !important;
  }
  .ptb_md--15 {
    padding: 15px 0 !important;
  }
  .plr_md--15 {
    padding: 0 15px !important;
  }
  .pt_md--15 {
    padding-top: 15px !important;
  }
  .pb_md--15 {
    padding-bottom: 15px !important;
  }
  .pl_md--15 {
    padding-left: 15px !important;
  }
  .pr_md--15 {
    padding-right: 15px !important;
  }
  .mt_md--15 {
    margin-top: 15px !important;
  }
  .mb_md--15 {
    margin-bottom: 15px !important;
  }
  .ptb_md--20 {
    padding: 20px 0 !important;
  }
  .plr_md--20 {
    padding: 0 20px !important;
  }
  .pt_md--20 {
    padding-top: 20px !important;
  }
  .pb_md--20 {
    padding-bottom: 20px !important;
  }
  .pl_md--20 {
    padding-left: 20px !important;
  }
  .pr_md--20 {
    padding-right: 20px !important;
  }
  .mt_md--20 {
    margin-top: 20px !important;
  }
  .mb_md--20 {
    margin-bottom: 20px !important;
  }
  .ptb_md--25 {
    padding: 25px 0 !important;
  }
  .plr_md--25 {
    padding: 0 25px !important;
  }
  .pt_md--25 {
    padding-top: 25px !important;
  }
  .pb_md--25 {
    padding-bottom: 25px !important;
  }
  .pl_md--25 {
    padding-left: 25px !important;
  }
  .pr_md--25 {
    padding-right: 25px !important;
  }
  .mt_md--25 {
    margin-top: 25px !important;
  }
  .mb_md--25 {
    margin-bottom: 25px !important;
  }
  .ptb_md--30 {
    padding: 30px 0 !important;
  }
  .plr_md--30 {
    padding: 0 30px !important;
  }
  .pt_md--30 {
    padding-top: 30px !important;
  }
  .pb_md--30 {
    padding-bottom: 30px !important;
  }
  .pl_md--30 {
    padding-left: 30px !important;
  }
  .pr_md--30 {
    padding-right: 30px !important;
  }
  .mt_md--30 {
    margin-top: 30px !important;
  }
  .mb_md--30 {
    margin-bottom: 30px !important;
  }
  .ptb_md--35 {
    padding: 35px 0 !important;
  }
  .plr_md--35 {
    padding: 0 35px !important;
  }
  .pt_md--35 {
    padding-top: 35px !important;
  }
  .pb_md--35 {
    padding-bottom: 35px !important;
  }
  .pl_md--35 {
    padding-left: 35px !important;
  }
  .pr_md--35 {
    padding-right: 35px !important;
  }
  .mt_md--35 {
    margin-top: 35px !important;
  }
  .mb_md--35 {
    margin-bottom: 35px !important;
  }
  .ptb_md--40 {
    padding: 40px 0 !important;
  }
  .plr_md--40 {
    padding: 0 40px !important;
  }
  .pt_md--40 {
    padding-top: 40px !important;
  }
  .pb_md--40 {
    padding-bottom: 40px !important;
  }
  .pl_md--40 {
    padding-left: 40px !important;
  }
  .pr_md--40 {
    padding-right: 40px !important;
  }
  .mt_md--40 {
    margin-top: 40px !important;
  }
  .mb_md--40 {
    margin-bottom: 40px !important;
  }
  .ptb_md--45 {
    padding: 45px 0 !important;
  }
  .plr_md--45 {
    padding: 0 45px !important;
  }
  .pt_md--45 {
    padding-top: 45px !important;
  }
  .pb_md--45 {
    padding-bottom: 45px !important;
  }
  .pl_md--45 {
    padding-left: 45px !important;
  }
  .pr_md--45 {
    padding-right: 45px !important;
  }
  .mt_md--45 {
    margin-top: 45px !important;
  }
  .mb_md--45 {
    margin-bottom: 45px !important;
  }
  .ptb_md--50 {
    padding: 50px 0 !important;
  }
  .plr_md--50 {
    padding: 0 50px !important;
  }
  .pt_md--50 {
    padding-top: 50px !important;
  }
  .pb_md--50 {
    padding-bottom: 50px !important;
  }
  .pl_md--50 {
    padding-left: 50px !important;
  }
  .pr_md--50 {
    padding-right: 50px !important;
  }
  .mt_md--50 {
    margin-top: 50px !important;
  }
  .mb_md--50 {
    margin-bottom: 50px !important;
  }
  .ptb_md--55 {
    padding: 55px 0 !important;
  }
  .plr_md--55 {
    padding: 0 55px !important;
  }
  .pt_md--55 {
    padding-top: 55px !important;
  }
  .pb_md--55 {
    padding-bottom: 55px !important;
  }
  .pl_md--55 {
    padding-left: 55px !important;
  }
  .pr_md--55 {
    padding-right: 55px !important;
  }
  .mt_md--55 {
    margin-top: 55px !important;
  }
  .mb_md--55 {
    margin-bottom: 55px !important;
  }
  .ptb_md--60 {
    padding: 60px 0 !important;
  }
  .plr_md--60 {
    padding: 0 60px !important;
  }
  .pt_md--60 {
    padding-top: 60px !important;
  }
  .pb_md--60 {
    padding-bottom: 60px !important;
  }
  .pl_md--60 {
    padding-left: 60px !important;
  }
  .pr_md--60 {
    padding-right: 60px !important;
  }
  .mt_md--60 {
    margin-top: 60px !important;
  }
  .mb_md--60 {
    margin-bottom: 60px !important;
  }
  .ptb_md--65 {
    padding: 65px 0 !important;
  }
  .plr_md--65 {
    padding: 0 65px !important;
  }
  .pt_md--65 {
    padding-top: 65px !important;
  }
  .pb_md--65 {
    padding-bottom: 65px !important;
  }
  .pl_md--65 {
    padding-left: 65px !important;
  }
  .pr_md--65 {
    padding-right: 65px !important;
  }
  .mt_md--65 {
    margin-top: 65px !important;
  }
  .mb_md--65 {
    margin-bottom: 65px !important;
  }
  .ptb_md--70 {
    padding: 70px 0 !important;
  }
  .plr_md--70 {
    padding: 0 70px !important;
  }
  .pt_md--70 {
    padding-top: 70px !important;
  }
  .pb_md--70 {
    padding-bottom: 70px !important;
  }
  .pl_md--70 {
    padding-left: 70px !important;
  }
  .pr_md--70 {
    padding-right: 70px !important;
  }
  .mt_md--70 {
    margin-top: 70px !important;
  }
  .mb_md--70 {
    margin-bottom: 70px !important;
  }
  .ptb_md--75 {
    padding: 75px 0 !important;
  }
  .plr_md--75 {
    padding: 0 75px !important;
  }
  .pt_md--75 {
    padding-top: 75px !important;
  }
  .pb_md--75 {
    padding-bottom: 75px !important;
  }
  .pl_md--75 {
    padding-left: 75px !important;
  }
  .pr_md--75 {
    padding-right: 75px !important;
  }
  .mt_md--75 {
    margin-top: 75px !important;
  }
  .mb_md--75 {
    margin-bottom: 75px !important;
  }
  .ptb_md--80 {
    padding: 80px 0 !important;
  }
  .plr_md--80 {
    padding: 0 80px !important;
  }
  .pt_md--80 {
    padding-top: 80px !important;
  }
  .pb_md--80 {
    padding-bottom: 80px !important;
  }
  .pl_md--80 {
    padding-left: 80px !important;
  }
  .pr_md--80 {
    padding-right: 80px !important;
  }
  .mt_md--80 {
    margin-top: 80px !important;
  }
  .mb_md--80 {
    margin-bottom: 80px !important;
  }
  .ptb_md--85 {
    padding: 85px 0 !important;
  }
  .plr_md--85 {
    padding: 0 85px !important;
  }
  .pt_md--85 {
    padding-top: 85px !important;
  }
  .pb_md--85 {
    padding-bottom: 85px !important;
  }
  .pl_md--85 {
    padding-left: 85px !important;
  }
  .pr_md--85 {
    padding-right: 85px !important;
  }
  .mt_md--85 {
    margin-top: 85px !important;
  }
  .mb_md--85 {
    margin-bottom: 85px !important;
  }
  .ptb_md--90 {
    padding: 90px 0 !important;
  }
  .plr_md--90 {
    padding: 0 90px !important;
  }
  .pt_md--90 {
    padding-top: 90px !important;
  }
  .pb_md--90 {
    padding-bottom: 90px !important;
  }
  .pl_md--90 {
    padding-left: 90px !important;
  }
  .pr_md--90 {
    padding-right: 90px !important;
  }
  .mt_md--90 {
    margin-top: 90px !important;
  }
  .mb_md--90 {
    margin-bottom: 90px !important;
  }
  .ptb_md--95 {
    padding: 95px 0 !important;
  }
  .plr_md--95 {
    padding: 0 95px !important;
  }
  .pt_md--95 {
    padding-top: 95px !important;
  }
  .pb_md--95 {
    padding-bottom: 95px !important;
  }
  .pl_md--95 {
    padding-left: 95px !important;
  }
  .pr_md--95 {
    padding-right: 95px !important;
  }
  .mt_md--95 {
    margin-top: 95px !important;
  }
  .mb_md--95 {
    margin-bottom: 95px !important;
  }
  .ptb_md--100 {
    padding: 100px 0 !important;
  }
  .plr_md--100 {
    padding: 0 100px !important;
  }
  .pt_md--100 {
    padding-top: 100px !important;
  }
  .pb_md--100 {
    padding-bottom: 100px !important;
  }
  .pl_md--100 {
    padding-left: 100px !important;
  }
  .pr_md--100 {
    padding-right: 100px !important;
  }
  .mt_md--100 {
    margin-top: 100px !important;
  }
  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }
  .ptb_sm--0 {
    padding: 0 !important;
  }
  .pl_sm--0 {
    padding-left: 0 !important;
  }
  .pr_sm--0 {
    padding-right: 0 !important;
  }
  .pt_sm--0 {
    padding-top: 0 !important;
  }
  .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  .mr_sm--0 {
    margin-right: 0 !important;
  }
  .ml_sm--0 {
    margin-left: 0 !important;
  }
  .mt_sm--0 {
    margin-top: 0 !important;
  }
  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
  .pt_sm--150 {
    padding-top: 150px !important;
  }
  .pb_sm--110 {
    padding-bottom: 110px !important;
  }
  .ptb_sm--5 {
    padding: 5px 0 !important;
  }
  .plr_sm--5 {
    padding: 0 5px !important;
  }
  .pt_sm--5 {
    padding-top: 5px !important;
  }
  .pb_sm--5 {
    padding-bottom: 5px !important;
  }
  .pl_sm--5 {
    padding-left: 5px !important;
  }
  .pr_sm--5 {
    padding-right: 5px !important;
  }
  .mt_sm--5 {
    margin-top: 5px !important;
  }
  .ml_sm--5 {
    margin-left: 5px !important;
  }
  .mr_sm--5 {
    margin-right: 5px !important;
  }
  .mb_sm--5 {
    margin-bottom: 5px !important;
  }
  .ptb_sm--10 {
    padding: 10px 0 !important;
  }
  .plr_sm--10 {
    padding: 0 10px !important;
  }
  .pt_sm--10 {
    padding-top: 10px !important;
  }
  .pb_sm--10 {
    padding-bottom: 10px !important;
  }
  .pl_sm--10 {
    padding-left: 10px !important;
  }
  .pr_sm--10 {
    padding-right: 10px !important;
  }
  .mt_sm--10 {
    margin-top: 10px !important;
  }
  .ml_sm--10 {
    margin-left: 10px !important;
  }
  .mr_sm--10 {
    margin-right: 10px !important;
  }
  .mb_sm--10 {
    margin-bottom: 10px !important;
  }
  .ptb_sm--15 {
    padding: 15px 0 !important;
  }
  .plr_sm--15 {
    padding: 0 15px !important;
  }
  .pt_sm--15 {
    padding-top: 15px !important;
  }
  .pb_sm--15 {
    padding-bottom: 15px !important;
  }
  .pl_sm--15 {
    padding-left: 15px !important;
  }
  .pr_sm--15 {
    padding-right: 15px !important;
  }
  .mt_sm--15 {
    margin-top: 15px !important;
  }
  .ml_sm--15 {
    margin-left: 15px !important;
  }
  .mr_sm--15 {
    margin-right: 15px !important;
  }
  .mb_sm--15 {
    margin-bottom: 15px !important;
  }
  .ptb_sm--20 {
    padding: 20px 0 !important;
  }
  .plr_sm--20 {
    padding: 0 20px !important;
  }
  .pt_sm--20 {
    padding-top: 20px !important;
  }
  .pb_sm--20 {
    padding-bottom: 20px !important;
  }
  .pl_sm--20 {
    padding-left: 20px !important;
  }
  .pr_sm--20 {
    padding-right: 20px !important;
  }
  .mt_sm--20 {
    margin-top: 20px !important;
  }
  .ml_sm--20 {
    margin-left: 20px !important;
  }
  .mr_sm--20 {
    margin-right: 20px !important;
  }
  .mb_sm--20 {
    margin-bottom: 20px !important;
  }
  .ptb_sm--25 {
    padding: 25px 0 !important;
  }
  .plr_sm--25 {
    padding: 0 25px !important;
  }
  .pt_sm--25 {
    padding-top: 25px !important;
  }
  .pb_sm--25 {
    padding-bottom: 25px !important;
  }
  .pl_sm--25 {
    padding-left: 25px !important;
  }
  .pr_sm--25 {
    padding-right: 25px !important;
  }
  .mt_sm--25 {
    margin-top: 25px !important;
  }
  .ml_sm--25 {
    margin-left: 25px !important;
  }
  .mr_sm--25 {
    margin-right: 25px !important;
  }
  .mb_sm--25 {
    margin-bottom: 25px !important;
  }
  .ptb_sm--30 {
    padding: 30px 0 !important;
  }
  .plr_sm--30 {
    padding: 0 30px !important;
  }
  .pt_sm--30 {
    padding-top: 30px !important;
  }
  .pb_sm--30 {
    padding-bottom: 30px !important;
  }
  .pl_sm--30 {
    padding-left: 30px !important;
  }
  .pr_sm--30 {
    padding-right: 30px !important;
  }
  .mt_sm--30 {
    margin-top: 30px !important;
  }
  .ml_sm--30 {
    margin-left: 30px !important;
  }
  .mr_sm--30 {
    margin-right: 30px !important;
  }
  .mb_sm--30 {
    margin-bottom: 30px !important;
  }
  .ptb_sm--35 {
    padding: 35px 0 !important;
  }
  .plr_sm--35 {
    padding: 0 35px !important;
  }
  .pt_sm--35 {
    padding-top: 35px !important;
  }
  .pb_sm--35 {
    padding-bottom: 35px !important;
  }
  .pl_sm--35 {
    padding-left: 35px !important;
  }
  .pr_sm--35 {
    padding-right: 35px !important;
  }
  .mt_sm--35 {
    margin-top: 35px !important;
  }
  .ml_sm--35 {
    margin-left: 35px !important;
  }
  .mr_sm--35 {
    margin-right: 35px !important;
  }
  .mb_sm--35 {
    margin-bottom: 35px !important;
  }
  .ptb_sm--40 {
    padding: 40px 0 !important;
  }
  .plr_sm--40 {
    padding: 0 40px !important;
  }
  .pt_sm--40 {
    padding-top: 40px !important;
  }
  .pb_sm--40 {
    padding-bottom: 40px !important;
  }
  .pl_sm--40 {
    padding-left: 40px !important;
  }
  .pr_sm--40 {
    padding-right: 40px !important;
  }
  .mt_sm--40 {
    margin-top: 40px !important;
  }
  .ml_sm--40 {
    margin-left: 40px !important;
  }
  .mr_sm--40 {
    margin-right: 40px !important;
  }
  .mb_sm--40 {
    margin-bottom: 40px !important;
  }
  .ptb_sm--45 {
    padding: 45px 0 !important;
  }
  .plr_sm--45 {
    padding: 0 45px !important;
  }
  .pt_sm--45 {
    padding-top: 45px !important;
  }
  .pb_sm--45 {
    padding-bottom: 45px !important;
  }
  .pl_sm--45 {
    padding-left: 45px !important;
  }
  .pr_sm--45 {
    padding-right: 45px !important;
  }
  .mt_sm--45 {
    margin-top: 45px !important;
  }
  .ml_sm--45 {
    margin-left: 45px !important;
  }
  .mr_sm--45 {
    margin-right: 45px !important;
  }
  .mb_sm--45 {
    margin-bottom: 45px !important;
  }
  .ptb_sm--50 {
    padding: 50px 0 !important;
  }
  .plr_sm--50 {
    padding: 0 50px !important;
  }
  .pt_sm--50 {
    padding-top: 50px !important;
  }
  .pb_sm--50 {
    padding-bottom: 50px !important;
  }
  .pl_sm--50 {
    padding-left: 50px !important;
  }
  .pr_sm--50 {
    padding-right: 50px !important;
  }
  .mt_sm--50 {
    margin-top: 50px !important;
  }
  .ml_sm--50 {
    margin-left: 50px !important;
  }
  .mr_sm--50 {
    margin-right: 50px !important;
  }
  .mb_sm--50 {
    margin-bottom: 50px !important;
  }
  .ptb_sm--55 {
    padding: 55px 0 !important;
  }
  .plr_sm--55 {
    padding: 0 55px !important;
  }
  .pt_sm--55 {
    padding-top: 55px !important;
  }
  .pb_sm--55 {
    padding-bottom: 55px !important;
  }
  .pl_sm--55 {
    padding-left: 55px !important;
  }
  .pr_sm--55 {
    padding-right: 55px !important;
  }
  .mt_sm--55 {
    margin-top: 55px !important;
  }
  .ml_sm--55 {
    margin-left: 55px !important;
  }
  .mr_sm--55 {
    margin-right: 55px !important;
  }
  .mb_sm--55 {
    margin-bottom: 55px !important;
  }
  .ptb_sm--60 {
    padding: 60px 0 !important;
  }
  .plr_sm--60 {
    padding: 0 60px !important;
  }
  .pt_sm--60 {
    padding-top: 60px !important;
  }
  .pb_sm--60 {
    padding-bottom: 60px !important;
  }
  .pl_sm--60 {
    padding-left: 60px !important;
  }
  .pr_sm--60 {
    padding-right: 60px !important;
  }
  .mt_sm--60 {
    margin-top: 60px !important;
  }
  .ml_sm--60 {
    margin-left: 60px !important;
  }
  .mr_sm--60 {
    margin-right: 60px !important;
  }
  .mb_sm--60 {
    margin-bottom: 60px !important;
  }
  .ptb_sm--65 {
    padding: 65px 0 !important;
  }
  .plr_sm--65 {
    padding: 0 65px !important;
  }
  .pt_sm--65 {
    padding-top: 65px !important;
  }
  .pb_sm--65 {
    padding-bottom: 65px !important;
  }
  .pl_sm--65 {
    padding-left: 65px !important;
  }
  .pr_sm--65 {
    padding-right: 65px !important;
  }
  .mt_sm--65 {
    margin-top: 65px !important;
  }
  .ml_sm--65 {
    margin-left: 65px !important;
  }
  .mr_sm--65 {
    margin-right: 65px !important;
  }
  .mb_sm--65 {
    margin-bottom: 65px !important;
  }
  .ptb_sm--70 {
    padding: 70px 0 !important;
  }
  .plr_sm--70 {
    padding: 0 70px !important;
  }
  .pt_sm--70 {
    padding-top: 70px !important;
  }
  .pb_sm--70 {
    padding-bottom: 70px !important;
  }
  .pl_sm--70 {
    padding-left: 70px !important;
  }
  .pr_sm--70 {
    padding-right: 70px !important;
  }
  .mt_sm--70 {
    margin-top: 70px !important;
  }
  .ml_sm--70 {
    margin-left: 70px !important;
  }
  .mr_sm--70 {
    margin-right: 70px !important;
  }
  .mb_sm--70 {
    margin-bottom: 70px !important;
  }
  .ptb_sm--75 {
    padding: 75px 0 !important;
  }
  .plr_sm--75 {
    padding: 0 75px !important;
  }
  .pt_sm--75 {
    padding-top: 75px !important;
  }
  .pb_sm--75 {
    padding-bottom: 75px !important;
  }
  .pl_sm--75 {
    padding-left: 75px !important;
  }
  .pr_sm--75 {
    padding-right: 75px !important;
  }
  .mt_sm--75 {
    margin-top: 75px !important;
  }
  .ml_sm--75 {
    margin-left: 75px !important;
  }
  .mr_sm--75 {
    margin-right: 75px !important;
  }
  .mb_sm--75 {
    margin-bottom: 75px !important;
  }
  .ptb_sm--80 {
    padding: 80px 0 !important;
  }
  .plr_sm--80 {
    padding: 0 80px !important;
  }
  .pt_sm--80 {
    padding-top: 80px !important;
  }
  .pb_sm--80 {
    padding-bottom: 80px !important;
  }
  .pl_sm--80 {
    padding-left: 80px !important;
  }
  .pr_sm--80 {
    padding-right: 80px !important;
  }
  .mt_sm--80 {
    margin-top: 80px !important;
  }
  .ml_sm--80 {
    margin-left: 80px !important;
  }
  .mr_sm--80 {
    margin-right: 80px !important;
  }
  .mb_sm--80 {
    margin-bottom: 80px !important;
  }
  .ptb_sm--85 {
    padding: 85px 0 !important;
  }
  .plr_sm--85 {
    padding: 0 85px !important;
  }
  .pt_sm--85 {
    padding-top: 85px !important;
  }
  .pb_sm--85 {
    padding-bottom: 85px !important;
  }
  .pl_sm--85 {
    padding-left: 85px !important;
  }
  .pr_sm--85 {
    padding-right: 85px !important;
  }
  .mt_sm--85 {
    margin-top: 85px !important;
  }
  .ml_sm--85 {
    margin-left: 85px !important;
  }
  .mr_sm--85 {
    margin-right: 85px !important;
  }
  .mb_sm--85 {
    margin-bottom: 85px !important;
  }
  .ptb_sm--90 {
    padding: 90px 0 !important;
  }
  .plr_sm--90 {
    padding: 0 90px !important;
  }
  .pt_sm--90 {
    padding-top: 90px !important;
  }
  .pb_sm--90 {
    padding-bottom: 90px !important;
  }
  .pl_sm--90 {
    padding-left: 90px !important;
  }
  .pr_sm--90 {
    padding-right: 90px !important;
  }
  .mt_sm--90 {
    margin-top: 90px !important;
  }
  .ml_sm--90 {
    margin-left: 90px !important;
  }
  .mr_sm--90 {
    margin-right: 90px !important;
  }
  .mb_sm--90 {
    margin-bottom: 90px !important;
  }
  .ptb_sm--95 {
    padding: 95px 0 !important;
  }
  .plr_sm--95 {
    padding: 0 95px !important;
  }
  .pt_sm--95 {
    padding-top: 95px !important;
  }
  .pb_sm--95 {
    padding-bottom: 95px !important;
  }
  .pl_sm--95 {
    padding-left: 95px !important;
  }
  .pr_sm--95 {
    padding-right: 95px !important;
  }
  .mt_sm--95 {
    margin-top: 95px !important;
  }
  .ml_sm--95 {
    margin-left: 95px !important;
  }
  .mr_sm--95 {
    margin-right: 95px !important;
  }
  .mb_sm--95 {
    margin-bottom: 95px !important;
  }
  .ptb_sm--100 {
    padding: 100px 0 !important;
  }
  .plr_sm--100 {
    padding: 0 100px !important;
  }
  .pt_sm--100 {
    padding-top: 100px !important;
  }
  .pb_sm--100 {
    padding-bottom: 100px !important;
  }
  .pl_sm--100 {
    padding-left: 100px !important;
  }
  .pr_sm--100 {
    padding-right: 100px !important;
  }
  .mt_sm--100 {
    margin-top: 100px !important;
  }
  .ml_sm--100 {
    margin-left: 100px !important;
  }
  .mr_sm--100 {
    margin-right: 100px !important;
  }
  .mb_sm--100 {
    margin-bottom: 100px !important;
  }
  .pl_sm--0 {
    padding-left: 0 !important;
  }
  .pr_sm--0 {
    padding-right: 0 !important;
  }
  .pt_sm--0 {
    padding-top: 0 !important;
  }
  .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  .mr_sm--0 {
    margin-right: 0 !important;
  }
  .ml_sm--0 {
    margin-left: 0 !important;
  }
  .mt_sm--0 {
    margin-top: 0 !important;
  }
  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }
  .plr_mobile--5 {
    padding: 0 5px !important;
  }
  .pt_mobile--5 {
    padding-top: 5px !important;
  }
  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }
  .pl_mobile--5 {
    padding-left: 5px !important;
  }
  .pr_mobile--5 {
    padding-right: 5px !important;
  }
  .mt_mobile--5 {
    margin-top: 5px !important;
  }
  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }
  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }
  .plr_mobile--10 {
    padding: 0 10px !important;
  }
  .pt_mobile--10 {
    padding-top: 10px !important;
  }
  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }
  .pl_mobile--10 {
    padding-left: 10px !important;
  }
  .pr_mobile--10 {
    padding-right: 10px !important;
  }
  .mt_mobile--10 {
    margin-top: 10px !important;
  }
  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }
  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }
  .plr_mobile--15 {
    padding: 0 15px !important;
  }
  .pt_mobile--15 {
    padding-top: 15px !important;
  }
  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }
  .pl_mobile--15 {
    padding-left: 15px !important;
  }
  .pr_mobile--15 {
    padding-right: 15px !important;
  }
  .mt_mobile--15 {
    margin-top: 15px !important;
  }
  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }
  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }
  .plr_mobile--20 {
    padding: 0 20px !important;
  }
  .pt_mobile--20 {
    padding-top: 20px !important;
  }
  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }
  .pl_mobile--20 {
    padding-left: 20px !important;
  }
  .pr_mobile--20 {
    padding-right: 20px !important;
  }
  .mt_mobile--20 {
    margin-top: 20px !important;
  }
  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }
  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }
  .plr_mobile--25 {
    padding: 0 25px !important;
  }
  .pt_mobile--25 {
    padding-top: 25px !important;
  }
  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }
  .pl_mobile--25 {
    padding-left: 25px !important;
  }
  .pr_mobile--25 {
    padding-right: 25px !important;
  }
  .mt_mobile--25 {
    margin-top: 25px !important;
  }
  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }
  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }
  .plr_mobile--30 {
    padding: 0 30px !important;
  }
  .pt_mobile--30 {
    padding-top: 30px !important;
  }
  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }
  .pl_mobile--30 {
    padding-left: 30px !important;
  }
  .pr_mobile--30 {
    padding-right: 30px !important;
  }
  .mt_mobile--30 {
    margin-top: 30px !important;
  }
  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }
  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }
  .plr_mobile--35 {
    padding: 0 35px !important;
  }
  .pt_mobile--35 {
    padding-top: 35px !important;
  }
  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }
  .pl_mobile--35 {
    padding-left: 35px !important;
  }
  .pr_mobile--35 {
    padding-right: 35px !important;
  }
  .mt_mobile--35 {
    margin-top: 35px !important;
  }
  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }
  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }
  .plr_mobile--40 {
    padding: 0 40px !important;
  }
  .pt_mobile--40 {
    padding-top: 40px !important;
  }
  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }
  .pl_mobile--40 {
    padding-left: 40px !important;
  }
  .pr_mobile--40 {
    padding-right: 40px !important;
  }
  .mt_mobile--40 {
    margin-top: 40px !important;
  }
  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }
  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }
  .plr_mobile--45 {
    padding: 0 45px !important;
  }
  .pt_mobile--45 {
    padding-top: 45px !important;
  }
  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }
  .pl_mobile--45 {
    padding-left: 45px !important;
  }
  .pr_mobile--45 {
    padding-right: 45px !important;
  }
  .mt_mobile--45 {
    margin-top: 45px !important;
  }
  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }
  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }
  .plr_mobile--50 {
    padding: 0 50px !important;
  }
  .pt_mobile--50 {
    padding-top: 50px !important;
  }
  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }
  .pl_mobile--50 {
    padding-left: 50px !important;
  }
  .pr_mobile--50 {
    padding-right: 50px !important;
  }
  .mt_mobile--50 {
    margin-top: 50px !important;
  }
  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }
  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }
  .plr_mobile--55 {
    padding: 0 55px !important;
  }
  .pt_mobile--55 {
    padding-top: 55px !important;
  }
  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }
  .pl_mobile--55 {
    padding-left: 55px !important;
  }
  .pr_mobile--55 {
    padding-right: 55px !important;
  }
  .mt_mobile--55 {
    margin-top: 55px !important;
  }
  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }
  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }
  .plr_mobile--60 {
    padding: 0 60px !important;
  }
  .pt_mobile--60 {
    padding-top: 60px !important;
  }
  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }
  .pl_mobile--60 {
    padding-left: 60px !important;
  }
  .pr_mobile--60 {
    padding-right: 60px !important;
  }
  .mt_mobile--60 {
    margin-top: 60px !important;
  }
  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }
  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }
  .plr_mobile--65 {
    padding: 0 65px !important;
  }
  .pt_mobile--65 {
    padding-top: 65px !important;
  }
  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }
  .pl_mobile--65 {
    padding-left: 65px !important;
  }
  .pr_mobile--65 {
    padding-right: 65px !important;
  }
  .mt_mobile--65 {
    margin-top: 65px !important;
  }
  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }
  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }
  .plr_mobile--70 {
    padding: 0 70px !important;
  }
  .pt_mobile--70 {
    padding-top: 70px !important;
  }
  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }
  .pl_mobile--70 {
    padding-left: 70px !important;
  }
  .pr_mobile--70 {
    padding-right: 70px !important;
  }
  .mt_mobile--70 {
    margin-top: 70px !important;
  }
  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }
  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }
  .plr_mobile--75 {
    padding: 0 75px !important;
  }
  .pt_mobile--75 {
    padding-top: 75px !important;
  }
  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }
  .pl_mobile--75 {
    padding-left: 75px !important;
  }
  .pr_mobile--75 {
    padding-right: 75px !important;
  }
  .mt_mobile--75 {
    margin-top: 75px !important;
  }
  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }
  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }
  .plr_mobile--80 {
    padding: 0 80px !important;
  }
  .pt_mobile--80 {
    padding-top: 80px !important;
  }
  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }
  .pl_mobile--80 {
    padding-left: 80px !important;
  }
  .pr_mobile--80 {
    padding-right: 80px !important;
  }
  .mt_mobile--80 {
    margin-top: 80px !important;
  }
  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }
  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }
  .plr_mobile--85 {
    padding: 0 85px !important;
  }
  .pt_mobile--85 {
    padding-top: 85px !important;
  }
  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }
  .pl_mobile--85 {
    padding-left: 85px !important;
  }
  .pr_mobile--85 {
    padding-right: 85px !important;
  }
  .mt_mobile--85 {
    margin-top: 85px !important;
  }
  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }
  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }
  .plr_mobile--90 {
    padding: 0 90px !important;
  }
  .pt_mobile--90 {
    padding-top: 90px !important;
  }
  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }
  .pl_mobile--90 {
    padding-left: 90px !important;
  }
  .pr_mobile--90 {
    padding-right: 90px !important;
  }
  .mt_mobile--90 {
    margin-top: 90px !important;
  }
  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }
  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }
  .plr_mobile--95 {
    padding: 0 95px !important;
  }
  .pt_mobile--95 {
    padding-top: 95px !important;
  }
  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }
  .pl_mobile--95 {
    padding-left: 95px !important;
  }
  .pr_mobile--95 {
    padding-right: 95px !important;
  }
  .mt_mobile--95 {
    margin-top: 95px !important;
  }
  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }
  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }
  .plr_mobile--100 {
    padding: 0 100px !important;
  }
  .pt_mobile--100 {
    padding-top: 100px !important;
  }
  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }
  .pl_mobile--100 {
    padding-left: 100px !important;
  }
  .pr_mobile--100 {
    padding-right: 100px !important;
  }
  .mt_mobile--100 {
    margin-top: 100px !important;
  }
  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}
.slick-gutter-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.slick-gutter-5 .slick-slide {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.slick-gutter-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.slick-gutter-10 .slick-slide {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.slick-gutter-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.slick-gutter-15 .slick-slide {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.slick-gutter-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.slick-gutter-20 .slick-slide {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.slick-gutter-25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.slick-gutter-25 .slick-slide {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.slick-gutter-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.slick-gutter-30 .slick-slide {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.slick-gutter-35 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}
.slick-gutter-35 .slick-slide {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.slick-gutter-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.slick-gutter-40 .slick-slide {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.slick-gutter-45 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}
.slick-gutter-45 .slick-slide {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.slick-gutter-50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}
.slick-gutter-50 .slick-slide {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.slick-gutter-55 {
  margin-left: -55px !important;
  margin-right: -55px !important;
}
.slick-gutter-55 .slick-slide {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.slick-gutter-60 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}
.slick-gutter-60 .slick-slide {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.slick-gutter-65 {
  margin-left: -65px !important;
  margin-right: -65px !important;
}
.slick-gutter-65 .slick-slide {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.slick-gutter-70 {
  margin-left: -70px !important;
  margin-right: -70px !important;
}
.slick-gutter-70 .slick-slide {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.slick-gutter-75 {
  margin-left: -75px !important;
  margin-right: -75px !important;
}
.slick-gutter-75 .slick-slide {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.slick-gutter-80 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}
.slick-gutter-80 .slick-slide {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.slick-gutter-85 {
  margin-left: -85px !important;
  margin-right: -85px !important;
}
.slick-gutter-85 .slick-slide {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.slick-gutter-90 {
  margin-left: -90px !important;
  margin-right: -90px !important;
}
.slick-gutter-90 .slick-slide {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.slick-gutter-95 {
  margin-left: -95px !important;
  margin-right: -95px !important;
}
.slick-gutter-95 .slick-slide {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.slick-gutter-100 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}
.slick-gutter-100 .slick-slide {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: 500;
  background-color: var(--color-white);
  margin: 0;
  padding: 0;
}
body.modal-open {
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

.display-one {
  font-size: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-lineHeight);
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: var(--h3-lineHeight);
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-lineHeight);
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-lineHeight);
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: var(--h6-lineHeight);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  transition: 0.5s;
}

a {
  color: var(--color-heading);
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--p-extra-bold);
}

h4,
.h4 {
  font-weight: var(--p-bold);
}

h5,
.h5 {
  font-weight: var(--p-bold);
}

h6,
.h6 {
  font-weight: var(--p-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: 500;
  color: var(--color-body);
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
  }
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-weight: 500;
}
ul li a {
  text-decoration: none;
  color: var(--color-body);
}
ul li a:hover {
  color: var(--color-primary);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  color: var(--color-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
ol li a {
  color: var(--heading-color);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

hr {
  display: block;
  height: 0;
  margin: 15px 0;
  border-top: 1px solid var(--color-border);
  background: transparent;
}

kbd {
  background: var(--color-primary);
}

/*----------------------------
    Blog Details Styles  
------------------------------*/
.social-share-action {
  position: relative;
}
.social-share-action .social-share-hover-action {
  position: absolute;
  bottom: calc(100% + 16px);
  background: #ffffff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 15px;
  min-width: 150px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.social-share-action .social-share-hover-action::after {
  position: absolute;
  content: "";
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
}
.social-share-action .social-share-hover-action .inner {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social-share-action .social-share-hover-action .inner a {
  display: inline-block;
  margin: 0 15px;
  color: var(--color-body);
  transition: 0.4s;
}
.social-share-action .social-share-hover-action .inner a:hover {
  color: var(--color-primary);
}
.social-share-action:hover .social-share-hover-action {
  opacity: 1;
  visibility: visible;
}

.blog-details-1 .block-alignwide {
  margin-left: -105px;
  margin-right: -105px;
  max-width: 1170px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-1 .block-alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-1 .block-alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-1 .block-alignwide {
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
.blog-details-1 .block-alignwide img {
  width: 100%;
}

.content-blog-top .title {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 32px;
}
.content-blog-top .blog-meta {
  margin-bottom: 30px;
}
.content-blog-top .blog-meta li.blog-author a {
  color: var(--color-body);
}

.blog-main-content .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 15px;
}
.blog-main-content .gallery li {
  padding: 15px;
  margin: 0;
}
.blog-main-content .gallery li img {
  border-radius: 5px;
}
.blog-main-content .gallery.gallery-column-2 li {
  flex-basis: 50%;
}
@media only screen and (max-width: 575px) {
  .blog-main-content .gallery.gallery-column-2 li {
    flex-basis: 100%;
  }
}
.blog-main-content .blockquote-style-1 {
  border-radius: 4px;
  background: var(--color-primary);
  padding: 25px 50px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .blockquote-style-1 {
    padding: 25px;
  }
}
.blog-main-content .blockquote-style-1 .quote-image {
  position: absolute;
  right: 30px;
  bottom: 28px;
  opacity: 0.2;
  z-index: -1;
}

.list-style-1 li {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.list-style-1 li i {
  color: var(--color-primary);
  margin-right: 13px;
  margin-top: 5px;
}

.list-style-2 {
  list-style: disc;
  padding-left: 17px;
  margin-bottom: 20px;
}
.list-style-2 li {
  margin: 15px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.column-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  margin-bottom: 15px;
}
.column-gallery li {
  padding: 15px;
  margin: 0;
}
.column-gallery li img {
  border-radius: 5px;
}
.column-gallery.gallery-column-2 li {
  flex-basis: 50%;
}
@media only screen and (max-width: 575px) {
  .column-gallery.gallery-column-2 li {
    flex-basis: 100%;
  }
}

.blog-tag-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575px) {
  .blog-tag-and-share {
    display: block;
  }
}
.blog-tag-and-share .blog-share {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .blog-tag-and-share .blog-share {
    margin-top: 20px;
  }
}
.blog-tag-and-share .blog-share .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-heading);
  padding-right: 20px;
}
.blog-tag-and-share .share-btn {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 2px;
  padding: 0;
  border: 0 none;
  color: var(--color-primary);
  transition: 0.4s;
}
.blog-tag-and-share .share-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.blog-author-wrapper {
  padding: 30px 0;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .blog-author-wrapper {
    display: block;
  }
}
.blog-author-wrapper .thumbnail {
  min-width: 160px;
  max-height: 160px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-author-wrapper .thumbnail {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-author-wrapper .thumbnail {
    min-width: auto;
    max-height: initial;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog-author-wrapper .thumbnail img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.blog-author-wrapper .author-content .title {
  margin-bottom: 10px;
}
.blog-author-wrapper .author-content p {
  margin-bottom: 20px;
}
.blog-author-wrapper .author-content .social-share.icon-transparent {
  margin: 0 -15px;
}
.blog-author-wrapper .author-content .social-share.icon-transparent li {
  margin: 0 15px;
}
.blog-author-wrapper .author-content .social-share.icon-transparent li a {
  color: var(--color-primary);
  font-size: 14px;
}

/*---------------------------
    Blog Details Style Two  
------------------------------*/
.style-variation2 .content-blog-top .title {
  margin-top: 0;
}
.style-variation2 .content-blog-top .blog-meta {
  margin-bottom: 25px;
}
.style-variation2 .content-blog-top .blog-meta li.blog-author a {
  color: var(--color-body);
}
.style-variation2 .blockquote-style-1 {
  background: #f5f5f5;
  border-radius: 4px;
  border-left: 3px solid var(--color-primary);
  color: var(--color-heading);
}
.style-variation2 .blockquote-style-1 .quote-image {
  opacity: 0.7;
}

/*---------------------------
    Blog Details Style 3  
------------------------------*/
.style-variation3 .content-blog-top .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.style-variation3 .content-blog-top .blog-meta {
  margin-bottom: 0;
}
.style-variation3 .content-blog-top .blog-meta li.blog-author a {
  color: var(--color-body);
}
.style-variation3 .blockquote-style-1 {
  background: #ffffff;
  border-radius: 5px;
  border-top: 3px solid var(--color-primary);
  color: var(--color-primary);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 25px 68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-variation3 .blockquote-style-1 {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .style-variation3 .blockquote-style-1 {
    padding: 25px 30px;
  }
}
.style-variation3 .blockquote-style-1 .quote-image {
  opacity: 0.7;
  right: 15px;
  bottom: 8px;
}

/*-------------------------
    Blog Grid Styles  
---------------------------*/
.blog-shape-position {
  position: relative;
  z-index: 1;
}
.blog-shape-position .shape-image {
  position: absolute;
  z-index: -1;
  top: 171px;
  left: 138px;
}
.blog-shape-position.shape-position-3 .shape-image {
  top: 70px;
  left: 106px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-meta {
    margin: -5px -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-meta {
    margin: -5px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-meta {
    margin: -5px -10px;
  }
}
.blog-meta li {
  margin: 5px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-meta li {
    margin: 5px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-meta li {
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-meta li {
    margin: 5px 10px;
  }
}
.blog-meta li i,
.blog-meta li img {
  padding-right: 8px;
  position: relative;
  top: 2px;
}
.blog-meta li a {
  color: var(--color-primary);
}
.blog-meta li.blog-author a {
  color: var(--color-body);
}

/* Blog Grid Styles  */
.edu-blog .top-position {
  position: absolute;
  z-index: 2;
}
.edu-blog .top-position.left-top {
  left: 20px;
  top: 20px;
}
.edu-blog .top-position.left-bottom {
  left: 0;
  bottom: 0;
  border-radius: 0px 5px 0px 0px;
}
.edu-blog .thumbnail {
  position: relative;
}
.edu-blog .thumbnail a {
  display: block;
  overflow: hidden;
}
.edu-blog .thumbnail a img {
  transition: 0.4s;
  overflow: hidden;
  width: 100%;
}
.edu-blog .blog-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edu-blog.blog-type-1 {
  background: var(--color-shade);
  overflow: hidden;
  position: relative;
}
.edu-blog.blog-type-1 .inner .content {
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-1 .inner .content {
    padding: 22px;
  }
}
.edu-blog.blog-type-1 .inner .content .blog-meta {
  margin-bottom: 20px;
}
.edu-blog.blog-type-1 .inner .content .title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-1 .inner .content .title {
    margin-bottom: 14px;
  }
}
.edu-blog.blog-type-1 .inner .content .description {
  font-weight: 500;
  margin-bottom: 0;
}
.edu-blog.blog-type-2 {
  background: var(--color-shade);
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.edu-blog.blog-type-2 .inner .thumbnail img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.edu-blog.blog-type-2 .inner .content {
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-blog.blog-type-2 .inner .content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-2 .inner .content {
    padding: 20px;
  }
}
.edu-blog.blog-type-2 .inner .content .title {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-2 .inner .content .title {
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
.edu-blog.blog-type-2.variation-2 {
  padding: 15px;
  background: #ffffff;
  transition: 0.4s;
}
.edu-blog.blog-type-2.variation-2 .inner .content {
  padding: 15px;
  padding-top: 0;
}
.edu-blog.blog-type-2.variation-2 .inner .content .blog-date-status {
  width: 64px;
  height: 64px;
  background: var(--color-primary);
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -32px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.edu-blog.blog-type-2.variation-2 .inner .content .blog-date-status span {
  font-weight: bold;
  font-size: 20px;
  display: block;
  color: var(--color-white);
  text-align: center;
}
.edu-blog.blog-type-2.variation-2 .inner .content .blog-date-status span.day {
  line-height: 1;
  margin-bottom: 1px;
}
.edu-blog.blog-type-2.variation-2 .inner .content .blog-date-status span.month {
  line-height: 1;
}
.edu-blog.blog-type-2.variation-2 .inner .content .title {
  margin-bottom: 0;
  margin-top: 14px;
}
.edu-blog.blog-type-2.variation-2:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}
.edu-blog.blog-type-2:hover {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}
.edu-blog.blog-type-2.bg-white {
  background: var(--color-white);
}
.edu-blog.blog-type-2.bg-white:hover {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}
.edu-blog.blog-type-3 {
  background: var(--color-shade);
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.edu-blog.blog-type-3 .inner {
  padding: 30px;
}
.edu-blog.blog-type-3 .inner .content .title {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-type-3 .inner .content .title {
    margin-bottom: 20px;
  }
}
.edu-blog.blog-type-3 .inner .thumbnail {
  margin-top: 30px;
  overflow: hidden;
}
.edu-blog.blog-type-3 .inner .thumbnail a {
  border-radius: 3px;
}
.edu-blog.blog-type-3 .inner .thumbnail a img {
  border-radius: 3px;
}
.edu-blog.blog-type-3:hover {
  background: var(--color-white);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}
.edu-blog.blog-type-4 {
  background: var(--color-white);
  overflow: hidden;
  position: relative;
  height: 100%;
}
.edu-blog.blog-type-4 .inner .content {
  padding: 25px 30px;
}
.edu-blog.blog-type-4 .inner .content .blog-meta {
  margin: -5px -7.5px;
}
.edu-blog.blog-type-4 .inner .content .blog-meta li {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 7.5px;
}
.edu-blog.blog-type-4 .inner .content .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.edu-blog:hover .inner .thumbnail a img {
  transform: scale(1.1);
}
.edu-blog.blog-overlay-transparent {
  position: relative;
}
.edu-blog.blog-overlay-transparent .thumbnail {
  overflow: hidden;
}
.edu-blog.blog-overlay-transparent .thumbnail a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.edu-blog.blog-overlay-transparent .thumbnail a::after {
  background: linear-gradient(180deg, rgba(45, 40, 78, 0) 0%, #2d284e 100%);
  border-radius: 5px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.edu-blog.blog-overlay-transparent .thumbnail a img {
  border-radius: 5px;
  overflow: hidden;
}
.edu-blog.blog-overlay-transparent .content {
  position: absolute;
  bottom: 0;
  padding: 40px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-overlay-transparent .content {
    padding: 20px;
  }
}
.edu-blog.blog-overlay-transparent .content .eduvibe-status-list {
  margin-bottom: 5px;
}
.edu-blog.blog-overlay-transparent .content .eduvibe-status-list .eduvibe-status-transparent {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
  display: inline-block;
}
.edu-blog.blog-overlay-transparent .content .title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .edu-blog.blog-overlay-transparent .content .title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
.edu-blog.blog-overlay-transparent .content .title a {
  color: var(--color-white);
}
.edu-blog.blog-overlay-transparent .content .blog-meta {
  margin: -5px -7.5px;
}
.edu-blog.blog-overlay-transparent .content .blog-meta li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 5px 7.5px;
  color: var(--color-white);
}
.edu-blog.blog-overlay-transparent .content .blog-meta li a {
  color: var(--color-white);
}

/*-----------------------------
    Blog Comments Style  
------------------------------*/
.comment-list-wrapper .comment {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .comment-list-wrapper .comment {
    flex-direction: column;
  }
  .comment-list-wrapper .comment .comment-content {
    margin-top: 20px;
  }
}
.comment-list-wrapper .comment .thumbnail {
  min-width: 70px;
  width: 70px;
  max-height: 70px;
  border-radius: 100%;
  margin-right: 25px;
}
.comment-list-wrapper .comment .thumbnail img {
  border-radius: 100%;
  width: 100%;
}
.comment-list-wrapper .comment .comment-content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.comment-list-wrapper .comment .comment-content .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-body);
  display: block;
  margin-bottom: 20px;
}
.comment-list-wrapper .comment .comment-content p {
  margin-bottom: 20px;
}
.comment-list-wrapper .comment .comment-content .reply-btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.comment-list-wrapper .comment .comment-content .reply-btn i {
  margin-right: 10px;
}
.comment-list-wrapper .comment + .comment {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

/*-----------------------------
    Blog Comments Form
------------------------------*/
.comment-form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.comment-form-top .blog-page-title {
  margin-bottom: 0;
}
.comment-form-top .cancle-btn a {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  transition: 0.3s;
}
.comment-form-top .cancle-btn a:hover {
  color: var(--color-primary);
}

.comment-form-style-1 .comment-note {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.comment-form-style-1 input,
.comment-form-style-1 textarea {
  background: #f5f5f5;
  border-radius: 5px;
  border: 0 none;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid transparent;
}
.comment-form-style-1 input:focus,
.comment-form-style-1 textarea:focus {
  border-color: var(--color-primary);
}
.comment-form-style-1 input {
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
}
.comment-form-style-1 textarea {
  min-height: 180px;
  padding: 17px 30px;
}

/*--------------------------------
    Blog Style Pagination 
---------------------------------*/
.blog-pagination-list {
  background-color: #f5f5f5;
  border-radius: 5px;
  background-image: inherit;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.blog-pagination-list::after {
  position: absolute;
  content: "";
  background-image: url(../images/bg/bg-image-28.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  border-radius: 5px;
}
.blog-pagination-list a {
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  color: var(--color-body);
}
.blog-pagination-list a span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.blog-pagination-list a i {
  font-size: 20px;
  transition: 0.4s;
  margin-right: 20px;
}
.blog-pagination-list a::before {
  position: absolute;
  content: "";
  background: #2d284e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  opacity: 0;
  border-radius: 5px;
}
.blog-pagination-list:hover::after {
  opacity: 1;
}
.blog-pagination-list:hover a {
  color: var(--color-white);
}
.blog-pagination-list:hover a::before {
  opacity: 0.79;
}
.blog-pagination-list.next-post {
  text-align: right;
}
.blog-pagination-list.next-post a i {
  margin-right: 0;
  margin-left: 20px;
}
.blog-pagination-list.style-variation-2 {
  transition: 0.4s;
  border-bottom: 2px solid transparent;
}
.blog-pagination-list.style-variation-2 a {
  color: var(--color-heading);
}
.blog-pagination-list.style-variation-2 a::before {
  display: none;
}
.blog-pagination-list.style-variation-2::after {
  display: none;
}
.blog-pagination-list.style-variation-2:hover {
  background: #ffffff;
  border-color: var(--color-primary);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
}

/*--------------------------
    Blog Sidebar Styles 
----------------------------*/
.edu-blog-widget {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .edu-blog-widget {
    padding: 20px;
  }
}
.edu-blog-widget .widget-title {
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(45, 40, 78, 0.07);
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.edu-blog-widget.widget-search .blog-search {
  position: relative;
}
.edu-blog-widget.widget-search .blog-search input {
  border: 0 none;
  background: var(--color-white);
  height: 60px;
  width: 100%;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 0 72px 0 25px;
}
.edu-blog-widget.widget-search .blog-search .search-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-primary);
  border: 0 none;
  height: 100%;
  text-align: center;
  color: var(--color-white);
  font-size: 20px;
  border-radius: 0px 3px 3px 0px;
}
.edu-blog-widget.widget-categories .category-list li {
  margin: 0;
}
.edu-blog-widget.widget-categories .category-list li a {
  background: #ffffff;
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.edu-blog-widget.widget-categories .category-list li a::after {
  position: absolute;
  content: "";
  background: #eeeeee;
  height: 30px;
  width: 1px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.edu-blog-widget.widget-categories .category-list li + li {
  margin-top: 15px;
}
.edu-blog-widget.widget-latest-post .latest-post {
  display: flex;
  align-items: center;
  position: relative;
}
.edu-blog-widget.widget-latest-post .latest-post .thumbnail {
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .edu-blog-widget.widget-latest-post .latest-post .thumbnail {
    margin-right: 10px;
  }
}
.edu-blog-widget.widget-latest-post .latest-post .thumbnail a img {
  border-radius: 3px;
  max-height: 96px;
  object-fit: cover;
}
.edu-blog-widget.widget-latest-post .latest-post .post-content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.edu-blog-widget.widget-latest-post .latest-post + .latest-post {
  padding-top: 20px;
  margin-top: 20px;
}
.edu-blog-widget.widget-latest-post .latest-post + .latest-post::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(45, 40, 78, 0.07);
  content: "";
}
.edu-blog-widget.widget-about .about-wrapper {
  text-align: center;
}
.edu-blog-widget.widget-about .about-wrapper .thumbnail {
  margin-bottom: 20px;
}
.edu-blog-widget.widget-about .about-wrapper .thumbnail img {
  max-height: 160px;
  border-radius: 100%;
}
.edu-blog-widget.widget-about .about-wrapper .about-content .title {
  margin-bottom: 15px;
}
.edu-blog-widget.widget-about .about-wrapper .about-content p {
  margin-bottom: 20px;
}
.edu-blog-widget.widget-instagram .instagram-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
}
.edu-blog-widget.widget-instagram .instagram-list a {
  flex-basis: 33.33%;
  display: block;
  padding: 7.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-blog-widget.widget-instagram .instagram-list a {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .edu-blog-widget.widget-instagram .instagram-list a {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .edu-blog-widget.widget-instagram .instagram-list a {
    flex-basis: 50%;
  }
}
.edu-blog-widget.widget-instagram .instagram-list a img {
  border-radius: 3px;
  width: 100%;
}

.tag-list {
  margin: -5px;
}
.tag-list a,
.tag-list p {
  background: #ffffff;
  border-radius: 2px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  margin: 5px;
  height: 40px;
  padding: 0 14px;
  transition: 0.4s;
}
.tag-list a:hover,
.tag-list p:hover {
  background: var(--color-primary) !important;
  color: var(--color-white);
}
.tag-list.bg-shade a,
.tag-list.bg-shade p {
  background: #f5f5f5;
}

/*-----------------------------
    Sidebar Style Two  
-------------------------------*/
.edu-blog-widget-2 .widget-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
.edu-blog-widget-2.widget-search .blog-search {
  position: relative;
}
.edu-blog-widget-2.widget-search .blog-search input {
  border: 0 none;
  background: #f5f5f5;
  height: 60px;
  width: 100%;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 0 72px 0 25px;
}
.edu-blog-widget-2.widget-search .blog-search .search-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 0 none;
  height: 100%;
  text-align: center;
  color: var(--color-primary);
  font-size: 20px;
  border-radius: 0;
}
.edu-blog-widget-2.widget-categories .category-list li {
  margin: 0;
}
.edu-blog-widget-2.widget-categories .category-list li a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.edu-blog-widget-2.widget-categories .category-list li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee;
}
.edu-blog-widget-2.widget-latest-post .latest-post {
  display: flex;
  align-items: center;
  position: relative;
}
.edu-blog-widget-2.widget-latest-post .latest-post .thumbnail {
  margin-right: 25px;
}
.edu-blog-widget-2.widget-latest-post .latest-post .thumbnail a {
  display: block;
}
.edu-blog-widget-2.widget-latest-post .latest-post .thumbnail a img {
  border-radius: 5px;
  max-height: 100px;
  object-fit: cover;
}
.edu-blog-widget-2.widget-latest-post .latest-post .post-content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.edu-blog-widget-2.widget-latest-post .latest-post + .latest-post {
  padding-top: 20px;
  margin-top: 20px;
}
.edu-blog-widget-2.widget-latest-post .latest-post + .latest-post::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(45, 40, 78, 0.07);
  content: "";
}

.whatsapp-float {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-float .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
  text-decoration: none;
}

.whatsapp-float .whatsapp-button:hover {
  background: #1aa74c;
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
