@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700);
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #3490DC;
  --bs-indigo: #6574CD;
  --bs-purple: #9561E2;
  --bs-pink: #F66D9B;
  --bs-red: #E3342F;
  --bs-orange: #F6993F;
  --bs-yellow: #FFED4A;
  --bs-green: #38C172;
  --bs-teal: #4DC0B5;
  --bs-cyan: #6CB2EB;
  --bs-white: #FFFFFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #396cf0;
  --bs-secondary: #6c757d;
  --bs-success: #18C184;
  --bs-info: #6CB2EB;
  --bs-warning: #FF9900;
  --bs-danger: #E3342F;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 57, 108, 240;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 24, 193, 132;
  --bs-info-rgb: 108, 178, 235;
  --bs-warning-rgb: 255, 153, 0;
  --bs-danger-rgb: 227, 52, 47;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Roboto", sans-serif;
  --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: 1.4rem;
  --bs-body-font-weight: 600;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::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;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.8rem;
  }
}

h3, .h3 {
  font-size: calc(1.37rem + 1.44vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.45rem;
  }
}

h4, .h4 {
  font-size: calc(1.335rem + 1.02vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 2.1rem;
  }
}

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

h6, .h6 {
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.4rem;
  }
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #396cf0;
  text-decoration: underline;
}
a:hover {
  color: #2e56c0;
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #F66D9B;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #6c757d;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

::-webkit-file-upload-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: calc(1.3rem + 0.6vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.75rem;
  }
}

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

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@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: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.75rem;
  }
}
.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: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

  .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-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

.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-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {
  --bs-table-bg: #d7e2fc;
  --bs-table-striped-bg: #ccd7ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2cbe3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7d1e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2cbe3;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1f3e6;
  --bs-table-striped-bg: #c7e7db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcdbcf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1e1d5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcdbcf;
}

.table-info {
  --bs-table-bg: #e2f0fb;
  --bs-table-striped-bg: #d7e4ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbd8e2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1dee8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbd8e2;
}

.table-warning {
  --bs-table-bg: #ffebcc;
  --bs-table-striped-bg: #f2dfc2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d4b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecd9bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d4b8;
}

.table-danger {
  --bs-table-bg: #f9d6d5;
  --bs-table-striped-bg: #edcbca;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0c1c0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6c6c5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e0c1c0;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #373b3e;
}

.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.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.75rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.225rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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 + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-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 + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.3rem + 0.6vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.75rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

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

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.225rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.3rem + 0.6vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.75rem;
  }
}

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.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: none !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(57, 108, 240, 0.25);
}
.form-check-input:checked {
  background-color: #396cf0;
  border-color: #396cf0;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #396cf0;
  border-color: #396cf0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  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 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='none !important'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #CCD6DE !important;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #CCD6DE !important;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #396cf0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c4d3fb;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #396cf0;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c4d3fb;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px 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 {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem;
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {
  .input-group-text {
    font-size: 1.4rem;
  }
}

.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: calc(1.3rem + 0.6vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    font-size: 1.75rem;
  }
}

.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: 1.225rem;
  border-radius: 0.2rem;
}

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #18C184;
}

.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: 1.225rem;
  color: #000;
  background-color: rgba(24, 193, 132, 0.9);
  border-radius: 0.25rem;
}

.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: #18C184;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318C184' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #18C184;
  box-shadow: 0 0 0 0.25rem rgba(24, 193, 132, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #18C184;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318C184' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #18C184;
  box-shadow: 0 0 0 0.25rem rgba(24, 193, 132, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #18C184;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #18C184;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 193, 132, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #18C184;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #E3342F;
}

.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: 1.225rem;
  color: #000;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}

.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: #E3342F;
  padding-right: calc(1.5em + 1.5rem);
  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='%23E3342F'%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='%23E3342F' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E3342F;
  box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #E3342F;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), 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='%23E3342F'%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='%23E3342F' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #E3342F;
  box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #E3342F;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #E3342F;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E3342F;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 16px;
  font-size: 1rem !important;
  border-radius: 0.25rem;
  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: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0px 4px 10px #CCD6DE !important;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #396cf0;
  border-color: #396cf0;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #305ccc;
  border-color: #2e56c0;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFFFFF;
  background-color: #305ccc;
  border-color: #2e56c0;
  box-shadow: 0 0 0 0.25rem rgba(87, 130, 242, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2e56c0;
  border-color: #2b51b4;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(87, 130, 242, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFFFFF;
  background-color: #396cf0;
  border-color: #396cf0;
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #FFFFFF;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #000;
  background-color: #18C184;
  border-color: #18C184;
}
.btn-success:hover {
  color: #000;
  background-color: #3bca96;
  border-color: #2fc790;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #3bca96;
  border-color: #2fc790;
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 112, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #46cd9d;
  border-color: #2fc790;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 164, 112, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #18C184;
  border-color: #18C184;
}

.btn-info {
  color: #000;
  background-color: #6CB2EB;
  border-color: #6CB2EB;
}
.btn-info:hover {
  color: #000;
  background-color: #82beee;
  border-color: #7bbaed;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #82beee;
  border-color: #7bbaed;
  box-shadow: 0 0 0 0.25rem rgba(92, 151, 200, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #89c1ef;
  border-color: #7bbaed;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(92, 151, 200, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #6CB2EB;
  border-color: #6CB2EB;
}

.btn-warning {
  color: #000;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffa826;
  border-color: #ffa31a;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffa826;
  border-color: #ffa31a;
  box-shadow: 0 0 0 0.25rem rgba(217, 130, 0, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffad33;
  border-color: #ffa31a;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 130, 0, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #FF9900;
  border-color: #FF9900;
}

.btn-danger {
  color: #000;
  background-color: #E3342F;
  border-color: #E3342F;
}
.btn-danger:hover {
  color: #000;
  background-color: #e7524e;
  border-color: #e64844;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #e7524e;
  border-color: #e64844;
  box-shadow: 0 0 0 0.25rem rgba(193, 44, 40, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #e95d59;
  border-color: #e64844;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(193, 44, 40, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #E3342F;
  border-color: #E3342F;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #396cf0;
  border-color: #396cf0;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #396cf0;
  border-color: #396cf0;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(57, 108, 240, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #396cf0;
  border-color: #396cf0;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(57, 108, 240, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #396cf0;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #18C184;
  border-color: #18C184;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #18C184;
  border-color: #18C184;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 193, 132, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #18C184;
  border-color: #18C184;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(24, 193, 132, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #18C184;
  background-color: transparent;
}

.btn-outline-info {
  color: #6CB2EB;
  border-color: #6CB2EB;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #6CB2EB;
  border-color: #6CB2EB;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 178, 235, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #6CB2EB;
  border-color: #6CB2EB;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 178, 235, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #6CB2EB;
  background-color: transparent;
}

.btn-outline-warning {
  color: #FF9900;
  border-color: #FF9900;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 153, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #FF9900;
  border-color: #FF9900;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 153, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FF9900;
  background-color: transparent;
}

.btn-outline-danger {
  color: #E3342F;
  border-color: #E3342F;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #E3342F;
  border-color: #E3342F;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #E3342F;
  border-color: #E3342F;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 52, 47, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #E3342F;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #396cf0;
  text-decoration: underline;
}
.btn-link:hover {
  color: #2e56c0;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.3rem + 0.6vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 1.75rem;
  }
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  border-radius: 0.2rem;
}

.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 {
  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 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: calc(1.265rem + 0.18vw);
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {
  .dropdown-menu {
    font-size: 1.4rem;
  }
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #396cf0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFFFFF;
  background-color: #396cf0;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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: 12px;
  padding-left: 12px;
}
.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: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #396cf0;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #2e56c0;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #396cf0;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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: 0.2375rem;
  padding-bottom: 0.2375rem;
  margin-right: 1rem;
  font-size: calc(1.3rem + 0.6vw);
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.75rem;
  }
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.3rem + 0.6vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .navbar-toggler {
    font-size: 1.75rem;
  }
}
@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .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: 0.5rem;
  padding-left: 0.5rem;
}
.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-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: calc(1.265rem + 0.18vw);
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}
@media (min-width: 1200px) {
  .accordion-button {
    font-size: 1.4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #3361d8;
  background-color: #ebf0fe;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233361d8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: 0px 4px 10px #CCD6DE !important;
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #396cf0;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  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: #2e56c0;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #2e56c0;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(57, 108, 240, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #396cf0;
  border-color: #396cf0;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .pagination-lg .page-link {
    font-size: 1.75rem;
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

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

.alert-primary {
  color: #224190;
  background-color: #d7e2fc;
  border-color: #c4d3fb;
}
.alert-primary .alert-link {
  color: #1b3473;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0e744f;
  background-color: #d1f3e6;
  border-color: #baecda;
}
.alert-success .alert-link {
  color: #0b5d3f;
}

.alert-info {
  color: #416b8d;
  background-color: #e2f0fb;
  border-color: #d3e8f9;
}
.alert-info .alert-link {
  color: #345671;
}

.alert-warning {
  color: #995c00;
  background-color: #ffebcc;
  border-color: #ffe0b3;
}
.alert-warning .alert-link {
  color: #7a4a00;
}

.alert-danger {
  color: #881f1c;
  background-color: #f9d6d5;
  border-color: #f7c2c1;
}
.alert-danger .alert-link {
  color: #6d1916;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.05rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #396cf0;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #396cf0;
  border-color: #396cf0;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #224190;
  background-color: #d7e2fc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #224190;
  background-color: #c2cbe3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #224190;
  border-color: #224190;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0e744f;
  background-color: #d1f3e6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0e744f;
  background-color: #bcdbcf;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0e744f;
  border-color: #0e744f;
}

.list-group-item-info {
  color: #416b8d;
  background-color: #e2f0fb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #416b8d;
  background-color: #cbd8e2;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #416b8d;
  border-color: #416b8d;
}

.list-group-item-warning {
  color: #995c00;
  background-color: #ffebcc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #995c00;
  background-color: #e6d4b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #995c00;
  border-color: #995c00;
}

.list-group-item-danger {
  color: #881f1c;
  background-color: #f9d6d5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #881f1c;
  background-color: #e0c1c0;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #881f1c;
  border-color: #881f1c;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #141619;
  border-color: #141619;
}

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

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.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% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: calc(1.265rem + 0.18vw);
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
@media (min-width: 1200px) {
  .popover-header {
    font-size: 1.4rem;
  }
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

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

/* rtl:begin:ignore */
.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%);
}

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

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

.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%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFFFF;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.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;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

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

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

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

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

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

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

.link-primary {
  color: #396cf0;
}
.link-primary:hover, .link-primary:focus {
  color: #2e56c0;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #18C184;
}
.link-success:hover, .link-success:focus {
  color: #46cd9d;
}

.link-info {
  color: #6CB2EB;
}
.link-info:hover, .link-info:focus {
  color: #89c1ef;
}

.link-warning {
  color: #FF9900;
}
.link-warning:hover, .link-warning:focus {
  color: #ffad33;
}

.link-danger {
  color: #E3342F;
}
.link-danger:hover, .link-danger:focus {
  color: #e95d59;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 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) {
  position: absolute !important;
  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;
}

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

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

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

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

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

.d-grid {
  display: 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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.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: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #396cf0 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #18C184 !important;
}

.border-info {
  border-color: #6CB2EB !important;
}

.border-warning {
  border-color: #FF9900 !important;
}

.border-danger {
  border-color: #E3342F !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #FFFFFF !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;
}

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

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

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

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

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

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

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

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

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

.fs-6 {
  font-size: calc(1.265rem + 0.18vw) !important;
}

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

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

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

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

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

.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-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-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

  .float-sm-none {
    float: 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-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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.5rem !important;
  }

  .fs-2 {
    font-size: 2.8rem !important;
  }

  .fs-3 {
    font-size: 2.45rem !important;
  }

  .fs-4 {
    font-size: 2.1rem !important;
  }

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

  .fs-6 {
    font-size: 1.4rem !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-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;
  }
}
/*---------------------------------------------

===================
CSS INDEX
===================

[01] Typography
[02] Common Style
[03] Title Style
[04] Header Area Style
[05] Slider Area Style
[06] About Area Style
[07] Call To Action Area Style
[08] Pogress Area Style
[09] Team Area Style
[10] Blog Area Style
[11] Brand Area Style
[12] Shop Area Style
[13] Departments Area Style
[14] Testmonial Area Style
[15] Class Schedule Area Style
[16] Gallery Area Style
[17] Price Table Area Style
[18] Pagination Area Style
[19] Comingsoon Page Style
[20] Appointment Page Style
[21] Contact Page Style
[22] Faq Page Style
[23] Error Page Style
[24] Features Area Style
[25] Banner Area Style
[26] Sidebar Area Style
[27] Footer Top Area Style
[28] Preloader Style
[29] Button Style
[30] ScrollUp Style
[31] Service Style
[32] Why Choose Style
[33] Animation Style

/*=======================================================================
[01] Typography
=========================================================================*/
html {
  height: 100%;
  font-size: 62.5%;
  min-height: 100%;
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #444444;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

p {
  margin: 0 0 20px 0;
  color: #444444;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}

h1, .h1,
h2,
.h2 {
  line-height: 1.2;
}

h3, .h3,
h4,
.h4 {
  line-height: 1.4;
}

h1, .h1 {
  font-size: 48px;
}

@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  h1, .h1 {
    font-size: 32px;
  }
}
h2, .h2 {
  font-size: 36px;
}

@media only screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  h2, .h2 {
    font-size: 26px;
  }
}
h3, .h3 {
  font-size: 24px;
}

@media only screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h3, .h3 {
    font-size: 21px;
  }
}
h4, .h4 {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}
/*=======================================================================
[02] Common Style
=========================================================================*/
a {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

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

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.possition-static {
  position: static !important;
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-primary80:after,
.bg-overlay-primary80:before {
  background-color: rgba(57, 108, 240, 0.8);
}

.bg-primary100 {
  background-color: #396cf0;
}

.bg-accent100 {
  background-color: #f8f8f8;
}

.bg-light-accent100 {
  background-color: #f1f7fa;
}

.bg-light-primary100 {
  background-color: #ffffff;
}

.bg-light-secondary100 {
  background-color: #f3f3f3;
}

.both-side-half-bg {
  width: 100%;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .both-side-half-bg {
    display: block;
  }
}
.both-side-half-bg > div {
  width: 50%;
  padding-top: 9.3rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 991px) {
  .both-side-half-bg > div {
    width: 100%;
  }
}
.both-side-half-bg > div:first-child {
  background-color: #f3f3f3;
  padding-right: 10rem;
  padding-left: calc((100% - 1290px) / 2);
}

@media only screen and (max-width: 1399px) {
  .both-side-half-bg > div:first-child {
    padding-left: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .both-side-half-bg > div:first-child {
    padding-left: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .both-side-half-bg > div:first-child {
    padding-left: calc((100% - 690px) / 2);
    padding-right: calc((100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .both-side-half-bg > div:first-child {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .both-side-half-bg > div:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.both-side-half-bg > div:last-child {
  padding-left: 10rem;
  padding-right: calc((100% - 1290px) / 2);
  background-color: #396cf0;
}

@media only screen and (max-width: 1399px) {
  .both-side-half-bg > div:last-child {
    padding-right: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .both-side-half-bg > div:last-child {
    padding-right: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .both-side-half-bg > div:last-child {
    padding-left: calc((100% - 690px) / 2);
    padding-right: calc((100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .both-side-half-bg > div:last-child {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .both-side-half-bg > div:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*=======================================================================
[03] Title Style
=========================================================================*/
.section-heading p {
  width: 80%;
}

@media only screen and (max-width: 991px) {
  .section-heading p {
    width: 100%;
  }
}
.section-heading.text-center h1, .section-heading.text-center .h1,
.section-heading.text-center h2,
.section-heading.text-center .h2,
.section-heading.text-center h3,
.section-heading.text-center .h3,
.section-heading.text-center h4,
.section-heading.text-center .h4,
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.text-left p,
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.section-heading.heading-dark h1, .section-heading.heading-dark .h1,
.section-heading.heading-dark h2,
.section-heading.heading-dark .h2,
.section-heading.heading-dark h3,
.section-heading.heading-dark .h3,
.section-heading.heading-dark h4,
.section-heading.heading-dark .h4 {
  color: #111111;
}

.section-heading.heading-light h1, .section-heading.heading-light .h1,
.section-heading.heading-light h2,
.section-heading.heading-light .h2,
.section-heading.heading-light h3,
.section-heading.heading-light .h3,
.section-heading.heading-light h4,
.section-heading.heading-light .h4 {
  color: #ffffff;
}

.section-heading.heading-light p {
  color: #ffffff;
}

.heading-layout1 {
  margin-bottom: 75px;
  text-align: center;
  position: relative;
}

.heading-layout1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto;
}

.heading-layout1 h2, .heading-layout1 .h2,
.heading-layout1 h3,
.heading-layout1 .h3 {
  font-weight: 600;
  text-transform: capitalize;
}

.heading-layout1 p {
  font-family: "Poppins", sans-serif;
}

.text-left.heading-layout1:after {
  right: inherit;
  margin: 0;
}

.heading-light.heading-layout1:after,
.heading-light.heading-layout5:after {
  background-color: #ffffff;
}

.heading-layout2 {
  margin-bottom: 75px;
}

.heading-layout2 h2, .heading-layout2 .h2 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: capitalize;
}

.heading-layout2 p {
  font-family: "Poppins", sans-serif;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .heading-layout2 p {
    width: 100%;
  }
}
.heading-layout3 {
  margin-bottom: 50px;
  text-align: center;
}

.heading-layout3 h2, .heading-layout3 .h2,
.heading-layout3 h3,
.heading-layout3 .h3 {
  font-weight: 600;
  text-transform: capitalize;
}

.heading-layout3 p {
  font-family: "Poppins", sans-serif;
}

.heading-layout4 {
  margin-bottom: 40px;
}

.heading-layout4 h2, .heading-layout4 .h2 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: capitalize;
}

.heading-layout4 p {
  font-family: "Poppins", sans-serif;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .heading-layout4 p {
    width: 100%;
  }
}
.heading-layout5 {
  margin-bottom: 60px;
  text-align: left;
  position: relative;
}

.heading-layout5:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -20px;
}

.heading-layout5 h2, .heading-layout5 .h2,
.heading-layout5 h3,
.heading-layout5 .h3 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.heading-layout5 p {
  font-family: "Poppins", sans-serif;
}

/*=======================================================================
[04] Header Area Style
=========================================================================*/
@media only screen and (max-width: 991px) {
  header {
    display: none;
  }
}
.top-bar-border-bottom {
  border-bottom: 1px solid #d7d7d7;
}

.header-menu-area:after {
  clear: both;
  content: "";
  display: block;
}

.template-main-menu nav > ul > li {
  position: relative;
}

.template-main-menu nav > ul > li:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  left: -30px;
  bottom: 0;
  background-color: #396cf0;
  z-index: 10;
  transition: all 0.1s ease-out;
}

.template-main-menu nav > ul > li > a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 {
  border-top: 1px solid #396cf0;
  background-color: #ffffff;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(15px);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 > li {
  position: relative;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 > li a {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  padding: 12px 15px;
  display: block;
  transition: all 0.3s ease-out;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 > li a:hover {
  color: #ffffff;
  background-color: #3c70fa;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level {
  position: relative;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > a {
  color: #111111;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level {
  border-top: 1px solid #396cf0;
  background-color: #ffffff;
  width: 250px;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level > li a {
  color: #111111;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level > li:hover a {
  color: #ffffff;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level {
  position: relative;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > a {
  color: #111111;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > ul.third-level {
  border-top: 1px solid #396cf0;
  background-color: #ffffff;
  width: 250px;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > ul.third-level li a {
  color: #111111;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level > ul.third-level li:hover a {
  color: #ffffff;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level:hover {
  background-color: #3c70fa;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level:hover a {
  color: #ffffff;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level > ul.second-level li.has-child-third-level:hover ul.third-level {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level:hover {
  background-color: #3c70fa;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level:hover a {
  color: #ffffff;
}

.template-main-menu nav > ul > li > ul.dropdown-menu-col-1 li.has-child-second-level:hover ul.second-level {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

.template-main-menu nav > ul > li .template-mega-menu {
  background-color: rgba(255, 255, 255, 0.97);
  border-top: 1px solid #396cf0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 20px 0 0;
  transform: translateY(15px);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
}

.template-main-menu nav > ul > li .template-mega-menu .menu-ctg-title {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 18px;
}

.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu {
  margin-bottom: 20px;
}

.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}

.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a {
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
  color: #111;
  font-weight: 500;
  min-height: 52px;
  font-size: 14px;
  display: grid;
  align-items: center;
  padding: 6px;
}

.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a i {
  color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}

.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: #396cf0;
  padding: 8px;
}

.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover i {
  color: #396cf0;
  animation: toRightFromLeft10 0.5s;
}

.template-main-menu nav > ul > li:hover:after {
  left: 15px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}

.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.template-main-menu nav > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-menu-layout1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
}

.header-menu-layout1 .template-main-menu nav > ul {
  display: flex;
  justify-content: flex-end;
}

.header-menu-layout1 .template-main-menu nav > ul > li > a {
  padding: 40px 15px 39px;
  color: #111111;
}

@media only screen and (max-width: 1199px) {
  .header-menu-layout1 .template-main-menu nav > ul > li > a {
    padding: 40px 10px 39px;
  }
}
.header-menu-layout1 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #396cf0;
}

.header-menu-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 101px 0 auto;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0 4px 4px rgba(226, 226, 226, 0.75);
}

.header-menu-layout2 .template-main-menu nav > ul {
  display: flex;
  justify-content: flex-start;
}

.header-menu-layout2 .template-main-menu nav > ul > li > a {
  padding: 30px 15px 29px;
  color: #111111;
}

.header-menu-layout2 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #396cf0;
}

.header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky {
  margin-right: 15px;
  display: none;
  min-width: 200px;
}

.header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a {
  padding: 0;
}

.header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a:hover {
  animation: none;
}

.header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky:after {
  display: none;
}

.header-menu-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-menu-layout3 .template-main-menu nav > ul {
  display: flex;
  justify-content: flex-end;
}

.header-menu-layout3 .template-main-menu nav > ul > li > a {
  padding: 40px 15px 39px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .header-menu-layout3 .template-main-menu nav > ul > li > a {
    padding: 40px 10px 39px;
  }
}
.header-menu-layout3 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #e3e3e3;
}

.header-menu-layout4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 51px 0 auto;
  z-index: 100;
  background-color: #ffffff;
}

.header-menu-layout4 .template-main-menu nav > ul {
  display: flex;
  justify-content: flex-end;
}

.header-menu-layout4 .template-main-menu nav > ul > li > a {
  padding: 40px 15px 39px;
  color: #111111;
}

@media only screen and (max-width: 1199px) {
  .header-menu-layout4 .template-main-menu nav > ul > li > a {
    padding: 40px 10px 39px;
  }
}
.header-menu-layout4 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #396cf0;
}

.menu-sticky .header-menu-area {
  animation-name: headerSlideDown;
  animation-duration: 0.5s;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
}

.menu-sticky .header-menu-layout1,
.menu-sticky .header-menu-layout2,
.menu-sticky .header-menu-layout3,
.menu-sticky .header-menu-layout4 {
  position: fixed;
  margin: 0 0 auto;
}

.menu-sticky .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky {
  display: flex;
  align-items: center;
}

.menu-sticky .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a {
  padding: 0 !important;
}

@media only screen and (max-width: 1199px) {
  .menu-sticky .header-menu-layout2 .template-main-menu nav > ul > li > a {
    padding: 30px 7px 29px;
  }
}
.menu-sticky .header-menu-layout3 {
  background-color: rgba(57, 108, 240, 0.98);
}

.header-action-items-layout1 ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-action-items-layout1 ul li {
  display: inline-block;
  margin-right: 15px;
}

.header-action-items-layout1 ul li:last-child {
  margin-right: 0;
}

.header-action-items-layout1 ul li .header-search-dark {
  line-height: inherit;
}

.header-action-items-layout1 ul .action-items-primary-btn {
  font-size: 14px;
  display: inline-block;
  padding: 14px 24px;
  color: #ffffff;
  background-color: #396cf0;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #396cf0;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.header-action-items-layout1 ul .action-items-primary-btn p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.header-action-items-layout1 ul .action-items-primary-btn i {
  margin-left: 10px;
}

.header-action-items-layout1 ul .action-items-primary-btn:hover {
  background-color: transparent;
  color: #396cf0 !important;
}

.header-action-items-layout1 ul .action-items-primary-btn p:hover {
  color: #396cf0 !important;
}

.header-action-items-layout1 ul .action-items-light-btn {
  font-size: 14px;
  display: inline-block;
  padding: 9px 15px;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.header-action-items-layout1 ul .action-items-light-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}

.header-action-items-layout1 .cart-items {
  top: 70px;
}

.header-action-items-layout2 ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-action-items-layout2 ul li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.header-action-items-layout2 ul li:first-child:after {
  height: 30px;
  width: 1px;
  background-color: #b2b2b2;
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 5;
}

.header-action-items-layout2 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header-action-items-layout2 ul li .item-btn {
  text-align: center;
  padding: 26px 40px;
  background-color: #396cf0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.header-action-items-layout2 ul li .item-btn:hover {
  background-color: #2055e4;
}

.header-action-items-layout2 .cart-items {
  top: 60px;
}

.header-action-items-layout2 .cart-area-dark:after {
  height: 76px;
  top: -12px;
}

.header-search-dark {
  position: relative;
  line-height: 0;
}

.header-search-dark-button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: #646464;
  transition: all 0.5s ease-out;
}

.header-search-dark-button i:before {
  font-size: 24px;
  margin-left: 0;
  padding: 5px;
  font-weight: 600;
}

.header-search-dark-button:focus {
  outline: none;
}

.header-search-dark .search-input {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  right: 40px;
  z-index: 10;
  height: 60px;
  width: 550px;
  border-radius: 3px;
  border: none;
  padding: 5px 30px 8px;
  display: none;
  background-color: rgba(60, 112, 250, 0.99);
  color: #e3e3e3;
}

@media only screen and (max-width: 1199px) {
  .header-search-dark .search-input {
    right: 25px;
    width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search-dark .search-input {
    right: 25px;
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-dark .search-input {
    right: 25px;
    width: 230px;
  }
}
.header-search-dark input.search-input:focus {
  outline-width: 0;
  outline: none;
}

.header-search-dark input::-webkit-input-placeholder {
  color: #ffffff;
}

.header-search-dark input::-moz-placeholder {
  color: #ffffff;
}

.header-search-dark input:-moz-placeholder {
  color: #ffffff;
}

.header-search-dark input:-ms-input-placeholder {
  color: #ffffff;
}

.header-search-light {
  position: relative;
  line-height: 0;
}

.header-search-light button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.header-search-light button i:before {
  font-size: 24px;
  margin-left: 0;
  padding: 5px;
  font-weight: 600;
}

.header-search-light button:focus {
  outline: none;
}

.header-search-light .search-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 10;
  height: 60px;
  width: 800px;
  border-radius: 3px;
  border: none;
  padding: 5px 30px 8px;
  display: none;
  background-color: rgba(255, 255, 255, 0.99);
  color: #111111;
}

@media only screen and (max-width: 1199px) {
  .header-search-light .search-input {
    right: 25px;
    width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search-light .search-input {
    right: 25px;
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-light .search-input {
    right: 25px;
    width: 230px;
  }
}
.header-search-light input.search-input:focus {
  outline-width: 0;
  outline: none;
}

.header-search-light input::-webkit-input-placeholder {
  color: #afafaf;
}

.header-search-light input::-moz-placeholder {
  color: #afafaf;
}

.header-search-light input:-moz-placeholder {
  color: #afafaf;
}

.header-search-light input:-ms-input-placeholder {
  color: #afafaf;
}

.cart-area-dark {
  position: relative;
}

.cart-area-dark:after {
  height: 96px;
  width: 30px;
  background-color: transparent;
  z-index: 99;
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
}

.cart-area-dark .cart-trigger-icon {
  position: relative;
}

.cart-area-dark .cart-trigger-icon i:before {
  margin-left: 0;
  color: #444444;
  font-size: 30px;
}

.cart-area-dark .cart-trigger-icon span {
  position: absolute;
  top: -22px;
  right: -10px;
  border-radius: 50%;
  background-color: #396cf0;
  color: #ffffff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 5px 5px rgba(168, 168, 168, 0.75);
}

.cart-area-dark:hover .cart-items {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.cart-area-light {
  position: relative;
}

.cart-area-light:after {
  height: 96px;
  width: 30px;
  background-color: transparent;
  z-index: 99;
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
}

.cart-area-light .cart-trigger-icon {
  position: relative;
}

.cart-area-light .cart-trigger-icon i:before {
  margin-left: 0;
  color: #ffffff;
  font-size: 30px;
}

.cart-area-light .cart-trigger-icon span {
  position: absolute;
  top: -22px;
  right: -10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #396cf0;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 5px 5px rgba(80, 80, 80, 0.5);
}

.cart-area-light:hover .cart-items {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.cart-items {
  border-top: 3px solid #396cf0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: rgba(241, 247, 250, 0.98);
  padding: 10px;
  position: absolute;
  right: 0;
  min-width: 385px;
  color: #111111;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -15deg);
  transform-origin: 50% 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.cart-items .cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}

.cart-items .cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart-items .cart-item > div {
  margin-right: 20px;
}

.cart-items .cart-item > div:last-child {
  margin-right: 0;
}

.cart-items .cart-item .cart-title {
  text-align: left;
}

.cart-items .cart-item .cart-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.cart-items .cart-item .cart-title a:hover {
  color: #396cf0;
}

.cart-items .cart-item .cart-title span {
  display: block;
  font-size: 14px;
}

.cart-items .cart-item .cart-trash a {
  color: #111111;
}

.cart-items .cart-item .cart-trash a:hover {
  color: #ff0600;
}

.cart-items .cart-item .cart-btn {
  width: 100%;
  padding: 10px 10px 0 10px;
  justify-content: center;
  display: flex;
}

.cart-items .cart-item .cart-btn a.item-btn {
  margin: 0 5px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.cart-items .cart-item .cart-btn a.item-btn:hover {
  background-color: transparent;
  color: #396cf0;
}

.logo-area-layout2 {
  display: flex;
  align-items: center;
}

.header-contact-layout1 {
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .header-contact-layout1 {
    justify-content: center;
  }
}
.header-contact-layout1 ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #444444;
  border-right: 1px solid #d7d7d7;
}

.header-contact-layout1 ul li i {
  margin-right: 10px;
  color: #396cf0;
}

.header-contact-layout1 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .header-contact-layout1 ul li {
    display: block;
  }
}
.header-contact-layout1 ul li .fa-phone {
  transform: scaleX(-1);
}

.header-contact-layout2 {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
  .header-contact-layout2 {
    justify-content: center;
  }
}
.header-contact-layout2 ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  color: #444444;
  border-right: 1px solid #d7d7d7;
}

.header-contact-layout2 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.header-contact-layout2 ul li .media i {
  margin-top: 7px;
  color: #396cf0;
  font-size: 26px;
}

.header-contact-layout2 ul li .media .media-body {
  color: #111111;
}

.header-contact-layout2 ul li .media .media-body .title {
  font-weight: 700;
  font-size: 16px;
}

.header-contact-layout2 ul li .media .media-body .info {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .header-contact-layout2 ul li {
    display: block;
  }
}
.header-contact-layout2 ul li .fa-phone {
  transform: scaleX(-1);
}

.header-contact-layout3 {
  min-height: 50px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .header-contact-layout3 {
    justify-content: center;
  }
}
.header-contact-layout3 ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
}

.header-contact-layout3 ul li i {
  margin-right: 10px;
}

.header-contact-layout3 ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .header-contact-layout3 ul li {
    display: block;
  }
}
.header-contact-layout3 ul li .fa-phone {
  transform: scaleX(-1);
}

.header-social-layout1 {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
  .header-social-layout1 {
    justify-content: center;
  }
}
.header-social-layout1 li {
  display: inline-block;
  margin-right: 5px;
}

.header-social-layout1 li:last-child {
  margin-right: 0;
}

.header-social-layout1 li a {
  color: #8a8a8a;
  text-align: center;
  font-size: 14px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}

.header-social-layout1 li a:hover {
  color: #ffffff;
  background-color: #396cf0;
}

.header-social-layout2 {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
  .header-social-layout2 {
    justify-content: center;
  }
}
.header-social-layout2 ul li {
  display: inline-block;
  margin-right: 5px;
}

.header-social-layout2 ul li:last-child {
  margin-right: 0;
}

.header-social-layout2 ul li a {
  padding: 5px 8px;
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.header-social-layout2 ul li a:hover {
  color: #e3e3e3;
}

.mean-container .mean-bar {
  background: transparent !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
}

.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 5px;
  }
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(222, 222, 222, 0.95);
  box-sizing: border-box;
}

.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
}

.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}

.mean-container .mean-nav > ul {
  overflow-y: scroll;
}

.mean-container .mean-nav > ul:after {
  content: "";
  display: block;
  clear: both;
}

.mean-container .mean-nav > ul li a {
  font-size: 14px;
  color: #111111;
  font-weight: 700;
  background-color: #ebebeb;
  transition: all 0.5s ease-out;
}

.mean-container .mean-nav > ul li a:hover {
  color: #396cf0;
}

.mean-container .mean-nav > ul li:hover > a {
  color: #396cf0;
  background-color: #ffffff;
}

.mean-container .mean-nav > ul li li a {
  color: #111111;
  opacity: 1;
  font-weight: 400;
  padding: 0.5em 10%;
}

.mean-container .mean-nav > ul li li a:hover {
  background-color: #ffffff;
}

.mean-container .mean-nav > ul li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
}

.mean-container .mean-nav > ul li a.mean-expand:hover {
  background-color: transparent;
}

.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 12px;
  transition: unset;
}

.mean-bar + div #wrapper {
  padding-top: 52px;
}

@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
.hide-on-mobile-menu:after {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}
/*=======================================================================
[05] Slider Area Style
=========================================================================*/
.slider-top-margin {
  margin-top: 95px;
}

@media only screen and (max-width: 991px) {
  .slider-top-margin {
    margin-top: 71px;
  }
}
.slider-top-margin2 {
  margin-top: 75px;
}

@media only screen and (max-width: 991px) {
  .slider-top-margin2 {
    margin-top: 71px;
  }
}
.inner-page-top-margin {
  margin-top: 95px;
}

@media only screen and (max-width: 991px) {
  .inner-page-top-margin {
    margin-top: 71px;
  }
}
.slider-area {
  position: relative;
}

/*=======================================================================
[06] About Area Style
=========================================================================*/
.about-wrap-layout1 {
  padding: 10rem 0 0;
}

.about-wrap-layout2 {
  padding: 9.3rem 0 6.3rem;
}

.about-wrap-layout3 {
  padding: 9.2rem 0px 6.5rem;
}

@media only screen and (max-width: 991px) {
  .about-wrap-layout3 {
    padding: 4.5rem 0px 6.5rem;
  }
}
.about-wrap-layout4 {
  padding: 10rem 0 5rem;
}

.about-wrap-layout5 {
  padding: 10rem 0;
}

.about-box-layout1 .item-content {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1199px) {
  .about-box-layout1 .item-content {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.about-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  color: #111111;
  font-weight: 600;
}

.about-box-layout1 .item-content .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.about-box-layout1 .item-content p {
  margin-bottom: 24px;
}

.about-box-layout2 {
  position: relative;
}

.about-box-layout2 .item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .about-box-layout2 .item-img {
    position: inherit;
  }
}
.about-box-layout2 ul {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 991px) {
  .about-box-layout2 ul {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.about-box-layout2 ul li {
  margin-bottom: 5px;
  font-size: 20px;
}

.about-box-layout2 ul li:last-child {
  margin-bottom: 0;
}

.about-box-layout2 ul li a {
  border-radius: 4px;
  background: linear-gradient(to right, #396cf0, #285ada);
  padding: 30px 30px 30px 75px;
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-out;
}

.about-box-layout2 ul li a i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.about-box-layout2 ul li a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #396cf0;
  z-index: -1;
  transition: all 0.5s ease-out;
}

.about-box-layout2 ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 1;
  color: #ffffff;
}

.about-box-layout2 ul li a:hover:after {
  width: 100%;
  left: 0;
}

.about-box-layout3 {
  margin-bottom: 3rem;
}

.about-box-layout3 .item-title {
  font-weight: 600;
}

.about-box-layout3 .item-title span {
  font-weight: 400;
}

.about-box-layout3 p {
  margin-bottom: 0;
}

.about-box-layout4 {
  margin-bottom: 3rem;
}

.about-box-layout4 .media .item-icon i {
  display: inline-block;
  line-height: 1.3;
}

.about-box-layout4 .media .item-icon i:before {
  font-size: 58px;
  color: #396cf0;
  margin-left: 0;
}

.about-box-layout4 .media .media-body .item-title {
  font-weight: 600;
  font-size: 20px;
}

.about-box-layout5 {
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  .about-box-layout5 {
    padding-left: 0;
  }
}
.about-box-layout5 .item-title {
  font-weight: 700;
}

.about-box-layout5 .about-img {
  margin-top: 30px;
}

.about-box-layout5 .about-img img {
  margin-bottom: 30px;
}

.about-box-layout5 .about-info {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 20px;
}

@media only screen and (max-width: 575px) {
  .about-box-layout5 .about-info {
    display: block;
    margin: 30px 0;
  }
}
.about-box-layout5 .about-info li {
  width: 50%;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .about-box-layout5 .about-info li {
    width: 100%;
  }
}
.about-box-layout5 .about-info li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #396cf0;
  height: 20px;
  width: 20px;
  box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
}

@media only screen and (max-width: 991px) {
  .about-box-layout6 {
    margin-bottom: 50px;
  }
}
.about-box-layout6 .item-title {
  color: #111111;
}

.about-box-layout6 .item-title span {
  color: #396cf0;
}

.about-box-layout6 .sub-title {
  color: #111111;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-box-layout6 p {
  margin-bottom: 24px;
}

.about-box-layout7 .item-video {
  position: relative;
}

.about-box-layout7 .item-video .item-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.about-box-layout8 {
  padding-bottom: 10rem;
  padding-right: 15%;
  padding-left: 10%;
  padding-top: 7rem;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .about-box-layout8 {
    padding-right: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout8 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.about-box-layout8 .item-title {
  text-transform: capitalize;
  color: #111111;
}

.about-box-layout8 .item-title span {
  color: #396cf0;
  font-weight: 600;
}

.about-box-layout8 .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.about-box-layout8 p {
  margin-bottom: 24px;
}

.about-box-layout9 {
  position: relative;
  text-align: center;
}

.about-box-layout9 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .about-box-layout9 img {
    position: inherit;
  }
}
.about-box-layout10 .about-img {
  margin-bottom: 5rem;
}

.about-box-layout10 .about-img .nav-item {
  border-radius: 50%;
}

.about-box-layout10 .about-img .nav-item img {
  border-radius: 50%;
  margin: 0 auto;
}

.about-box-layout10 .about-content {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 5rem;
}

.about-box-layout10 .about-content .single-item .item-title {
  font-size: 36px;
  color: #111111;
}

@media only screen and (max-width: 991px) {
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 30px;
  }
}
.about-box-layout10 .about-content .single-item .item-title span {
  font-weight: 600;
  display: block;
}

.about-box-layout10 .about-content .single-item .sub-title {
  font-size: 20px;
  color: #396cf0;
  font-weight: 500;
}

.about-box-layout10 .slick-navigation {
  height: 40px;
  width: 40px;
  background-color: transparent;
  color: #396cf0;
  border: 1px solid;
  border-color: #396cf0;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.about-box-layout10 .slick-navigation:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.about-box-layout10 .slick-custom-prev {
  left: 15px;
}

.about-box-layout10 .slick-custom-next {
  left: 60px;
}

.about-box-layout11 {
  padding: 10rem 10rem 8rem;
}

@media only screen and (max-width: 1199px) {
  .about-box-layout11 {
    padding: 8rem 4rem 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout11 {
    padding: 7rem 15px;
  }
}
.about-box-layout11 .item-title {
  font-size: 40px;
  color: #111111;
}

@media only screen and (max-width: 991px) {
  .about-box-layout11 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout11 .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout11 .item-title {
    font-size: 32px;
  }
}
.about-box-layout11 .item-title span {
  font-weight: 500;
  display: block;
}

.about-box-layout11 .sub-title {
  font-size: 22px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-box-layout11 p {
  margin-bottom: 24px;
}

.about-box-layout12 {
  position: relative;
  text-align: center;
}

.about-box-layout12 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .about-box-layout12 img {
    position: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout13 {
    margin-bottom: 50px;
  }
}
.about-box-layout13 .item-title {
  color: #111111;
  font-weight: 300;
  font-size: 40px;
}

@media only screen and (max-width: 991px) {
  .about-box-layout13 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout13 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout13 .item-title {
    font-size: 30px;
  }
}
.about-box-layout13 .item-title span {
  font-weight: 500;
  display: block;
}

.about-box-layout13 .sub-title {
  color: #111111;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.36;
}

.about-box-layout13 ul.list-info li {
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}

.about-box-layout13 ul.list-info li:last-child {
  margin-bottom: 0;
}

.about-box-layout13 ul.list-info li:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #396cf0;
  font-size: 14px;
  top: 2px;
}

.about-box-layout14 .item-video {
  position: relative;
}

.about-box-layout14 .item-video img {
  border-radius: 4px;
  margin-top: 10px;
}

/*=======================================================================
[07] Call To Action Area Style
=========================================================================*/
.call-to-action-wrap-layout1 {
  background-color: #396cf0;
}

@media only screen and (max-width: 991px) {
  .call-to-action-wrap-layout1 {
    padding: 5rem 0 3rem;
  }
}
.call-to-action-box-layout1 {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .call-to-action-box-layout1 {
    min-height: 0;
  }
}
.call-to-action-box-layout1 .item-title {
  margin-bottom: 0;
  font-size: 3.5rem;
  color: #ffffff;
  text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout1 .item-title {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout1 .item-title {
    margin-bottom: 2rem;
  }
}
.call-to-action-box-layout1 .item-title i {
  margin-right: 15px;
  transform: scaleX(-1);
}

.call-to-action-wrap-layout2 {
  padding: 10rem 0px 11rem;
  position: relative;
}

.call-to-action-wrap-layout2:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.8);
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}

.call-to-action-box-layout2 {
  text-align: center;
  z-index: 2;
  position: relative;
}

.call-to-action-box-layout2 h2, .call-to-action-box-layout2 .h2 {
  font-size: 40px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .call-to-action-box-layout2 h2, .call-to-action-box-layout2 .h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout2 h2, .call-to-action-box-layout2 .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout2 h2, .call-to-action-box-layout2 .h2 {
    font-size: 30px;
  }
}
.call-to-action-box-layout2 h2 span, .call-to-action-box-layout2 .h2 span {
  display: block;
  font-weight: 600;
}

.call-to-action-box-layout2 .item-btn {
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 4px;
  text-transform: initial;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 575px) {
  .call-to-action-box-layout2 .item-btn {
    padding: 12px 24px;
  }
}
.call-to-action-box-layout2 .item-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}

.call-to-action-wrap-layout3 {
  background-color: transparent;
}

.call-to-action-box-layout3 {
  position: relative;
}

.call-to-action-box-layout3 .single-item {
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  z-index: 6;
}

@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout3 .single-item {
    position: inherit;
    top: inherit;
    margin-top: 30px;
  }
}
.call-to-action-box-layout3 .single-item a {
  position: relative;
  z-index: 2;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 22px 15px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #396cf0, #285ada);
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout3 .single-item a {
    border-radius: 4px;
  }
}
.call-to-action-box-layout3 .single-item a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #396cf0;
  z-index: -1;
  transition: all 0.5s ease-out;
}

.call-to-action-box-layout3 .single-item a i {
  line-height: 1;
  display: inline-block;
}

.call-to-action-box-layout3 .single-item a i:before {
  color: #ffffff;
  font-size: 22px;
  margin-left: 0;
  margin-right: 15px;
}

.call-to-action-box-layout3 .single-item a:hover:after {
  width: 100%;
  left: 0;
}

.call-to-action-wrap-layout4 {
  position: relative;
  padding: 9.2rem 0 10rem;
}

.call-to-action-wrap-layout4 .item-img {
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: calc((100% - 1290px) / 2);
}

@media only screen and (max-width: 1399px) {
  .call-to-action-wrap-layout4 .item-img {
    right: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action-wrap-layout4 .item-img {
    right: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-wrap-layout4 .item-img {
    right: calc((100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout4 .item-img {
    display: none;
  }
}
.call-to-action-box-layout4 {
  text-align: center;
}

.call-to-action-box-layout4 .item-title {
  font-size: 36px;
  color: #111111;
  font-weight: 600;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}

@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout4 .item-title {
    width: 100%;
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 28px;
  }
}
.call-to-action-box-layout4 .item-title span {
  display: block;
}

.call-to-action-box-layout4 .call-to-action-phone {
  margin-bottom: 30px;
  font-size: 36px;
}

@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 24px;
  }
}
.call-to-action-box-layout4 .call-to-action-phone a {
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-to-action-box-layout4 .call-to-action-phone a i {
  font-size: 24px;
  margin-right: 10px;
  color: #396cf0;
  transform: rotateY(180deg);
}

@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 20px;
  }
}
.call-to-action-box-layout4 .call-to-action-btn .item-btn {
  border: 1px solid;
  border-color: #396cf0;
  border-radius: 4px;
  background-color: #396cf0;
  text-transform: initial;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-btn .item-btn {
    padding: 12px 24px;
  }
}
.call-to-action-box-layout4 .call-to-action-btn .item-btn:hover {
  background-color: transparent;
  color: #396cf0;
}

.call-to-action-wrap-layout5 {
  padding: 55px 0;
}

@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout5 {
    padding: 25px 0 50px;
  }
}
.call-to-action-wrap-layout5 .single-item {
  border-right: 1px solid #d7d7d7;
}

@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout5 .single-item {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
  }
}
.call-to-action-wrap-layout5 .single-item:last-child {
  border-right: 0;
  border-bottom: 0;
}

div ~ :last-child .call-to-action-box-layout5 {
  margin-bottom: 0;
}

.call-to-action-box-layout5 {
  margin-left: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .call-to-action-box-layout5 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout5 {
    margin: 25px 0 20px;
  }
}
.call-to-action-box-layout5 .media i:before {
  font-size: 50px;
  line-height: 65px;
  color: #396cf0;
  margin-left: 0px;
}

.call-to-action-box-layout5 .media .media-body {
  margin-left: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .call-to-action-box-layout5 .media .media-body {
    margin-left: 0;
  }
}
.call-to-action-box-layout5 .media .media-body .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

/*=======================================================================
[08] Pogress Area Style
=========================================================================*/
.progress-wrap-layout1 {
  padding: 7.6rem 0 4.6rem;
}

.progress-box-layout1 {
  text-align: center;
  border-right: 1px solid #cccccc;
  position: relative;
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.progress-box-layout1:last-child {
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .progress-box-layout1 {
    border-right: 0;
  }
}
.progress-box-layout1 .inner-item .item-icon {
  line-height: 0.9;
}

.progress-box-layout1 .inner-item .item-icon i:before {
  font-size: 22rem;
  margin-left: 0;
  color: #f1f1f1;
}

@media only screen and (max-width: 1199px) {
  .progress-box-layout1 .inner-item .item-icon i:before {
    font-size: 20rem;
  }
}
@media only screen and (max-width: 991px) {
  .progress-box-layout1 .inner-item .item-icon i:before {
    font-size: 18rem;
  }
}
.progress-box-layout1 .inner-item .item-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}

.progress-box-layout1 .inner-item .item-content .counting-text {
  font-size: 6rem;
  color: #396cf0;
  text-transform: capitalize;
  font-weight: 500;
}

.progress-box-layout1 .inner-item .item-content p {
  font-size: 24px;
  color: #111111;
}

.progress-wrap-layout2 {
  padding: 7.6rem 0 6.8rem;
}

.progress-box-layout2 {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 7;
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-box-layout2:last-child {
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .progress-box-layout2 {
    border-right: 0;
  }
}
.progress-box-layout2 .counting-text {
  font-size: 6rem;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
}

.progress-box-layout2 p {
  color: #ffffff;
  font-size: 24px;
}

/*=======================================================================
[09] Team Area Style
=========================================================================*/
.team-wrap-layout1 {
  padding: 9.2rem 0 7rem;
  position: relative;
}

.team-wrap-layout1 .left-img {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.team-wrap-layout1 .right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.team-wrap-layout2 {
  padding: 9.2rem 0px 7rem;
}

.team-wrap-layout3 {
  padding: 10rem 0;
}

.team-wrap-layout4 {
  padding: 9.2rem 0 8.5rem;
}

.team-box-layout1 {
  padding: 30px 10px 25px 40px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout1 {
    padding: 30px 10px 30px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout1 .media-body {
    margin-left: 2rem;
  }
}
.team-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 600;
}

.team-box-layout1 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.team-box-layout1 .item-content .item-title a:hover {
  color: #396cf0;
}

.team-box-layout1 .item-content .item-degree {
  color: #396cf0;
  font-weight: 500;
  margin-bottom: 20px;
}

.team-box-layout1 .item-content ul.item-btns li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btn {
  display: inline-block;
  border: 1px solid;
  border-color: #396cf0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s ease-out;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btn.btn-ghost {
  color: #396cf0;
  background-color: transparent;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btn.btn-ghost:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btn.btn-fill {
  color: #ffffff;
  background-color: #396cf0;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
}

.team-box-layout1 .item-content ul.item-btns li a.item-btn.btn-fill:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #396cf0;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btnn {
  display: inline-block;
  border: 1px solid;
  border-color: #396cf0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s ease-out;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btnn.btn-ghost {
  color: #396cf0;
  background-color: transparent;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btnn.btn-ghost:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btnn.btn-fill {
  color: #396cf0;
  background-color: transparent;
  box-shadow: inherit;
}

.team-box-layout1 .item-content ul.item-btns li a.item-btnn.btn-fill:hover {
  background-color: #396cf0;
  color: #fff;
  box-shadow: 0 1px 10px 0 rgba(57, 108, 240, 0.75);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout1 .item-content ul.item-btns li {
    margin-right: 5px;
  }
}
.team-box-layout1 .item-content ul.item-btns li:last-child {
  margin-right: 0;
}

.team-box-layout2 {
  background-color: #ffffff;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.team-box-layout2:hover {
  box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  transition: all 0.5s ease-out;
}

.team-box-layout2:hover .item-schedule .item-btn {
  background-color: #396cf0;
  color: #ffffff;
}

.team-box-layout2 .item-img {
  position: relative;
  background-color: #f1f7fa;
  border-radius: 50%;
  margin: 0 auto 23px;
  max-width: 230px;
  max-height: 230px;
}

.team-box-layout2 .item-img img {
  width: 100%;
}

.team-box-layout2 .item-img .item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}

.team-box-layout2 .item-img .item-icon li {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}

.team-box-layout2 .item-img .item-icon li a {
  color: #ffffff;
  font-size: 36px;
  transition: all 0.5s ease-out;
}

.team-box-layout2 .item-img .item-icon li a:hover {
  color: #e3e3e3;
}

.team-box-layout2 .item-img:hover:after {
  visibility: visible;
  opacity: 1;
}

.team-box-layout2 .item-img:hover .item-icon li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}

.team-box-layout2 .item-content {
  text-align: center;
}

.team-box-layout2 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-box-layout2 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.team-box-layout2 .item-content .item-title a:hover {
  color: #396cf0;
}

.team-box-layout2 .item-content p {
  color: #396cf0;
  border-bottom: 1px solid #d8e0e4;
  padding-bottom: 20px;
}

.team-box-layout2 .item-schedule ul {
  margin-bottom: 20px;
}

.team-box-layout2 .item-schedule ul li {
  margin-bottom: 5px;
  color: #646464;
  position: relative;
}

.team-box-layout2 .item-schedule ul li span {
  position: absolute;
  right: 0;
  top: 0;
}

.team-box-layout2 .item-schedule .item-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  border: 1px solid;
  border-color: #396cf0;
  color: #444444;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.team-box-layout2 .item-schedule .item-btn:hover {
  background-color: #2055e4;
}

.team-box-layout3 {
  padding: 30px 45px 75px;
  background-image: url(../images/team/team-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.team-box-layout3 .item-content {
  position: relative;
  z-index: 2;
}

.team-box-layout3 .title-bar {
  position: relative;
  margin-bottom: 45px;
}

.team-box-layout3 .title-bar:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  bottom: -24px;
  left: 0;
  z-index: 1;
}

.team-box-layout3 .item-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-box-layout3 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.team-box-layout3 .item-title a:hover {
  color: #396cf0;
}

.team-box-layout3 .item-schedule ul {
  margin-bottom: 20px;
}

.team-box-layout3 .item-schedule ul li {
  color: #111111;
  font-weight: 500;
  margin-bottom: 10px;
}

.team-box-layout3 .item-schedule ul li:last-child {
  margin-bottom: 0;
}

.team-box-layout3 .item-schedule ul li span {
  font-weight: 400;
  display: block;
  color: #444444;
}

.team-box-layout3 .item-schedule .item-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: initial;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.team-box-layout3 .item-schedule .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.team-box-layout3 .item-schedule .item-btn:hover:after {
  color: #ffffff;
}

.team-box-layout3 .item-img {
  position: absolute;
  bottom: 15px;
  right: 7px;
  z-index: 1;
}

.team-box-layout4 {
  background-color: #ffffff;
  margin-bottom: 3rem;
}

.team-box-layout4:hover {
  box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  transition: all 0.5s ease-out;
}

.team-box-layout4 .item-img {
  position: relative;
}

.team-box-layout4 .item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}

.team-box-layout4 .item-img .item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}

.team-box-layout4 .item-img .item-icon li {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}

.team-box-layout4 .item-img .item-icon li a {
  color: #ffffff;
  font-size: 36px;
  transition: all 0.5s ease-out;
}

.team-box-layout4 .item-img .item-icon li a:hover {
  color: #e3e3e3;
}

.team-box-layout4 .item-content {
  text-align: center;
  padding: 25px 30px 30px;
}

.team-box-layout4 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-box-layout4 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.team-box-layout4 .item-content .item-title a:hover {
  color: #396cf0;
}

.team-box-layout4 .item-content .item-btn {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.team-box-layout4 .item-content .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.team-box-layout4 .item-content .item-btn:hover:after {
  color: #ffffff;
}

.team-box-layout4:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}

.team-box-layout4:hover .item-icon li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}

.team-search-box {
  margin-bottom: 40px;
  padding: 20px 20px 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(194, 205, 211, 0.75);
  border-radius: 4px;
}

.team-search-box .doctor-name {
  background-color: #f1f7fa;
  border: 1px solid #f1f7fa;
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  font-size: 16px;
  color: #111111;
}

.team-search-box input.form-control::-webkit-input-placeholder {
  color: #111111;
}

.team-search-box input.form-control::-moz-placeholder {
  color: #111111;
}

.team-search-box input.form-control:-moz-placeholder {
  color: #111111;
}

.team-search-box input.form-control:-ms-input-placeholder {
  color: #111111;
}

.team-search-box .item-btn {
  width: 100%;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11.5px 10px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.team-search-box .item-btn:hover {
  background-color: #2055e4;
}

.team-details-wrap-layout1 {
  padding: 10rem 0px;
}

.team-detail-box-layout1 {
  padding: 50px 55px 60px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}

.team-detail-box-layout1 .single-item {
  margin-bottom: 40px;
}

.team-detail-box-layout1 .single-item:last-child {
  margin-bottom: 0;
}

.team-detail-box-layout1 .single-item .section-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.team-detail-box-layout1 .single-item table {
  margin-bottom: 0;
}

.team-detail-box-layout1 .single-item table thead tr {
  background-color: #f1f7fa;
}

.team-detail-box-layout1 .single-item table thead tr th {
  vertical-align: middle;
  padding: 13px 30px;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  border: 0px;
}

.team-detail-box-layout1 .single-item table thead tr th:first-child {
  width: 20%;
}

@media only screen and (max-width: 1199px) {
  .team-detail-box-layout1 .single-item table thead tr th:first-child {
    width: auto;
  }
}
.team-detail-box-layout1 .single-item table tbody tr:nth-child(even) {
  background-color: #f1f7fa;
}

.team-detail-box-layout1 .single-item table tbody td {
  padding: 13px 30px;
  font-size: 17px;
  color: #111111;
  border: 0px;
}

.team-detail-box-layout1 .single-item table.schedule-table tbody td {
  padding: 8px 30px;
  vertical-align: middle;
}

.team-detail-box-layout5 .single-item table:not(.scheduler) {
  margin-bottom: 0;
}

.team-detail-box-layout5 .single-item table:not(.scheduler) thead tr {
  background-color: #f1f7fa;
}

.team-detail-box-layout5 .single-item table:not(.scheduler) thead tr th {
  vertical-align: middle;
  padding: 13px 30px;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  border: 0px;
}

.team-detail-box-layout5 .single-item table:not(.scheduler) thead tr th:first-child {
  width: 20%;
}

@media only screen and (max-width: 1199px) {
  .team-detail-box-layout5 .single-item table:not(.scheduler) thead tr th:first-child {
    width: auto;
  }
}
.team-detail-box-layout5 .single-item table:not(.scheduler) tbody tr:nth-child(even) {
  background-color: #f1f7fa;
}

.team-detail-box-layout5 .single-item table:not(.scheduler) tbody td {
  padding: 13px 30px;
  font-size: 17px;
  color: #111111;
  border: 0px;
}

.team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) tbody td {
  padding: 8px 30px;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .team-detail-box-layout1 .single-item table.schedule-table {
    border: 0;
  }

  .team-detail-box-layout1 .single-item table.schedule-table tbody {
    display: block;
  }

  .team-detail-box-layout1 .single-item table.schedule-table caption {
    font-size: 1.3em;
  }

  .team-detail-box-layout1 .single-item table.schedule-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .team-detail-box-layout1 .single-item table.schedule-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .team-detail-box-layout1 .single-item table.schedule-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    background-color: #f1f7fa;
    padding: 5px;
  }

  .team-detail-box-layout1 .single-item table.schedule-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .team-detail-box-layout1 .single-item table.schedule-table td:last-child {
    border-bottom: 0;
  }

  .team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) {
    border: 0;
  }

  .team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) tbody {
    display: block;
  }

  .team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) caption {
    font-size: 1.3em;
  }

  .team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    background-color: #f1f7fa;
    padding: 5px;
  }

  .team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .team-detail-box-layout5 .single-item table.schedule-table:not(.scheduler) td:last-child {
    border-bottom: 0;
  }
}
.team-detail-box-layout1 .single-item table.schedule-table tbody td .item-btn {
  border: 1px solid #396cf0;
  color: #396cf0;
  padding: 7px 50px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.team-detail-box-layout1 .single-item table.schedule-table tbody td .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
}

.team-detail-box-layout1 .single-item table.schedule-table tbody .schedule-btn {
  text-align: right;
}

/*=======================================================================
[10] Blog Area Style
=========================================================================*/
.blog-wrap-layout1 {
  padding: 9.2rem 0 7rem;
}

@media (min-width: 1199px) and (max-width: 1399px) {
  .blog-wrap-layout1 .blog-col-1st,
.blog-wrap-layout1 .blog-col-2nd {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-wrap-layout1 .blog-col-3rd {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-wrap-layout2 {
  padding: 9.2rem 0px 8.5rem;
}

.blog-wrap-layout3 {
  padding: 10rem 0px;
}

.blog-wrap-layout4 {
  padding: 95px 0 100px;
}

@media only screen and (max-width: 991px) {
  .blog-wrap-layout4 .single-item {
    margin-bottom: 30px;
  }

  .blog-wrap-layout4 .single-item:last-child {
    margin-bottom: 0;
  }
}
.blog-box-layout1 {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.blog-box-layout1:nth-child(2) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-box-layout1 .entry-meta li {
  display: inline-block;
  color: #646464;
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: 14px;
}

.blog-box-layout1 .entry-meta li:last-child {
  margin-right: 0;
}

.blog-box-layout1 .entry-meta li i {
  color: #396cf0;
  margin-right: 10px;
}

.blog-box-layout1 .entry-meta li a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.blog-box-layout1 .entry-meta li a:hover {
  color: #396cf0;
}

.blog-box-layout1 .item-title {
  font-size: 22px;
  font-weight: 600;
}

.blog-box-layout1 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.blog-box-layout1 .item-title a:hover {
  color: #396cf0;
}

.blog-box-layout2 {
  background-color: #ffffff;
  margin-bottom: 3rem;
}

.blog-box-layout2 .item-img {
  overflow: hidden;
}

.blog-box-layout2 .item-img img {
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.blog-box-layout2:hover .item-img img {
  transform: scale(1.1);
}

.blog-box-layout2 .item-content {
  padding: 30px;
}

.blog-box-layout2 .item-content .post-date {
  color: #396cf0;
  margin-bottom: 16px;
  font-weight: 700;
}

.blog-box-layout2 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.blog-box-layout2 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.blog-box-layout2 .item-content .item-title a:hover {
  color: #396cf0;
}

.blog-box-layout2 .item-content p {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li {
  width: 68%;
  font-size: 17px;
  display: inline-block;
  transition: all 0.3s ease-out;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child {
  text-align: right;
  width: 30%;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child a {
  justify-content: flex-end;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a {
  display: inline-flex;
  align-items: center;
  color: #9e9e9e;
  transition: all 0.3s ease-out;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #9e9e9e;
  transition: all 0.3s ease-out;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover i {
  color: #396cf0;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn {
  padding: 5px 5px 5px 0;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn i {
  color: #396cf0;
  margin-left: 15px;
  margin-right: 0;
  position: relative;
  right: 0;
  transition: all 0.3s ease-out;
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover i {
  right: -5px;
}

.blog-box-layout3 {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.blog-box-layout3:hover .item-img img {
  transform: scale(1.1);
}

.blog-box-layout3 .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.blog-box-layout3 .item-img a {
  display: block;
  border-radius: 4px 4px 0 0;
}

.blog-box-layout3 .item-img a img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  transition: all 0.3s ease-out;
}

.blog-box-layout3 .post-date {
  position: absolute;
  background-color: #396cf0;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  line-height: 20px;
  color: #ffffff;
  z-index: 9;
}

.blog-box-layout3 .post-date span {
  display: block;
}

.blog-box-layout3 .item-content {
  padding: 25px 30px 25px;
}

.blog-box-layout3 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-weight: 500;
}

.blog-box-layout3 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.blog-box-layout3 .item-content .item-title a:hover {
  color: #396cf0;
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li span {
  color: #396cf0;
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li a {
  color: #444444;
  transition: all 0.3s ease-out;
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #396cf0;
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li a i:before {
  margin-left: 0;
  font-size: 14px;
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}

.blog-box-layout3 .entry-carousel {
  position: relative;
}

.blog-box-layout3 .entry-content {
  position: relative;
  padding: 80px 0px 0px;
}

.blog-box-layout4 {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.blog-box-layout4:hover .item-img {
  border-radius: 4px 4px 0 0;
}

.blog-box-layout4:hover .item-img a {
  display: block;
  border-radius: 4px 4px 0 0;
}

.blog-box-layout4:hover .item-img a img {
  border-radius: 4px 4px 0 0;
  transform: scale(1.1);
}

.blog-box-layout4 .item-img {
  position: relative;
  overflow: hidden;
}

.blog-box-layout4 .item-img img {
  width: 100%;
  transition: all 0.3s ease-out;
}

.blog-box-layout4 .post-date {
  position: absolute;
  background-color: #396cf0;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  line-height: 20px;
  color: #ffffff;
}

.blog-box-layout4 .post-date span {
  display: block;
}

.blog-box-layout4 .item-content {
  padding: 25px 30px 25px;
}

.blog-box-layout4 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-weight: 500;
}

.blog-box-layout4 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.blog-box-layout4 .item-content .item-title a:hover {
  color: #396cf0;
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li span {
  color: #396cf0;
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a {
  color: #444444;
  transition: all 0.3s ease-out;
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a i:before {
  margin-left: 0;
  color: #396cf0;
  font-size: 14px;
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}

.blog-box-layout5 {
  box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  background-color: #ffffff;
  transition: all 0.5s ease-out;
}

.blog-box-layout5:hover {
  box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
}

.blog-box-layout5:hover .item-img img {
  transform: scale(1.1);
}

.blog-box-layout5 .item-img {
  position: relative;
  overflow: hidden;
}

.blog-box-layout5 .item-img img {
  width: 100%;
  transition: all 0.3s ease-out;
}

.blog-box-layout5 .post-date {
  position: absolute;
  background-color: #396cf0;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  line-height: 20px;
  color: #ffffff;
}

.blog-box-layout5 .post-date span {
  display: block;
}

.blog-box-layout5 .item-content {
  padding: 30px;
}

.blog-box-layout5 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-weight: 500;
}

.blog-box-layout5 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.blog-box-layout5 .item-content .item-title a:hover {
  color: #396cf0;
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li {
  color: #396cf0;
  font-size: 17px;
  display: inline-block;
  margin-right: 15px;
  transition: all 0.3s ease-out;
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li span {
  color: #396cf0;
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a {
  color: #9e9e9e;
  transition: all 0.3s ease-out;
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #396cf0;
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}

.blog-detail-wrap {
  padding: 10rem 0px;
}

.blog-detail-box .blog-detail-title {
  background-color: #ffffff;
}

.blog-detail-box .blog-detail-title .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}

.blog-detail-box .blog-detail-title .item-img img {
  border-radius: 4px;
  width: 100%;
  transition: all 0.3s ease-out;
}

.blog-detail-box .blog-detail-title .post-date {
  position: absolute;
  background-color: #396cf0;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  color: #ffffff;
  z-index: 9;
}

.blog-detail-box .blog-detail-title .post-date span {
  display: block;
}

.blog-detail-box .blog-detail-title .item-content .item-title {
  font-size: 26px;
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-detail-box .blog-detail-title .item-content .item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-box .blog-detail-title .item-content .item-title {
    font-size: 22px;
  }
}
.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper {
  margin-bottom: 20px;
}

.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}

.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}

.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li span {
  color: #396cf0;
}

.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li a {
  color: #444444;
}

.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #396cf0;
}

.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li a i:before {
  margin-left: 0px;
  font-size: 14px;
}

.blog-detail-box .blog-content blockquote {
  margin: 0 0 20px;
  display: inline-block;
  padding: 30px 15px 35px 80px;
  position: relative;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  border-left: 3px solid #396cf0;
  background-color: #f1f7fa;
  border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 575px) {
  .blog-detail-box .blog-content blockquote {
    padding: 30px 20px 35px 50px;
  }
}
.blog-detail-box .blog-content blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 35px;
  top: 25px;
  color: #396cf0;
  font-size: 36px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media only screen and (max-width: 575px) {
  .blog-detail-box .blog-content blockquote:before {
    left: 15px;
    font-size: 30px;
  }
}
.blog-detail-box .blog-social {
  margin-bottom: 40px;
}

.blog-detail-box .blog-social h3, .blog-detail-box .blog-social .h3 {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}

.blog-detail-box .blog-social ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
}

.blog-detail-box .blog-social ul li:last-child {
  margin-right: 0;
}

.blog-detail-box .blog-social ul li a {
  color: #646464;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px 10px 46px;
  display: block;
  position: relative;
}

.blog-detail-box .blog-social ul li a i {
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 20px;
}

.blog-detail-box .blog-social ul li:hover {
  border: 1px solid #396cf0;
  background-color: #396cf0;
}

.blog-detail-box .blog-social ul li:hover a {
  color: #ffffff;
}

.blog-detail-box .blog-social ul li:hover a i {
  color: #ffffff;
}

.blog-detail-box .blog-social ul .facebook i {
  color: #2862b9;
}

.blog-detail-box .blog-social ul .twitter i {
  color: #42a5f5;
}

.blog-detail-box .blog-social ul .google i {
  color: #ff3d00;
}

.blog-detail-box .blog-author {
  margin-bottom: 50px;
  padding: 35px 30px 30px;
  background-color: #f1f7fa;
  box-shadow: 0px 1px 0px 0px rgba(207, 219, 225, 0.75);
  border-radius: 4px;
}

.blog-detail-box .blog-author .author-title {
  font-weight: 600;
  color: #111111;
}

.blog-detail-box .blog-author .author-social li {
  display: inline-block;
  margin-right: 15px;
}

.blog-detail-box .blog-author .author-social a {
  color: #396cf0;
  transition: all 0.3s ease-out;
}

.blog-detail-box .blog-author .author-social a:hover {
  color: #2055e4;
}

.blog-detail-box .blog-comment {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
}

.blog-detail-box .blog-comment h3, .blog-detail-box .blog-comment .h3 {
  font-weight: 600;
  color: #222222;
  margin-bottom: 40px;
}

.blog-detail-box .blog-comment ul {
  margin-bottom: 60px;
}

.blog-detail-box .blog-comment ul li {
  position: relative;
  margin-bottom: 40px;
}

.blog-detail-box .blog-comment ul li:nth-child(even) {
  margin-left: 50px;
}

.blog-detail-box .blog-comment ul li h4, .blog-detail-box .blog-comment ul li .h4 {
  color: #222222;
  font-weight: 700;
}

.blog-detail-box .blog-comment ul li h4 span, .blog-detail-box .blog-comment ul li .h4 span {
  color: #444444;
  font-weight: 400;
}

.blog-detail-box .blog-comment ul li p {
  width: 85%;
}

.blog-detail-box .blog-comment ul li .item-btn {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  padding: 5px 20px;
  background-color: #396cf0;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  position: absolute;
  top: -10px;
  right: 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .blog-detail-box .blog-comment ul li .item-btn {
    position: inherit;
  }
}
.blog-detail-box .blog-comment ul li .item-btn:hover {
  background-color: #2055e4;
}

.blog-detail-box .blog-comment ul li:last-child {
  margin-left: 50px;
}

.blog-detail-box .blog-form-box .title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-detail-box .blog-form-box .contact-form-box .form-group {
  margin-bottom: 15px;
}

.blog-detail-box .blog-form-box .contact-form-box .form-group .form-control {
  color: #000000;
  font-size: 16px;
  padding: 15px 20px;
  border: none;
  background-color: #f1f7fa;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(207, 219, 225, 0.75);
}

.blog-detail-box .blog-form-box .contact-form-box .form-group .item-btn {
  margin-top: 25px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
  padding: 13px 30px;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.blog-detail-box .blog-form-box .contact-form-box .form-group .item-btn:hover {
  background-color: #2055e4;
}

.blog-detail-box .blog-form-box .contact-form-box .contact-info {
  margin-bottom: 32px;
}

.blog-detail-box .blog-form-box .contact-form-box .contact-info li {
  color: #111111;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
}

.blog-detail-box .blog-form-box .contact-form-box .contact-info li:last-child {
  margin-bottom: 0px;
  color: #444444;
}

.blog-detail-box .blog-form-box .contact-form-box .contact-info li:first-child {
  font-weight: 500;
}

.blog-detail-box .blog-form-box .contact-form-box .contact-info li i {
  font-size: 22px;
  color: #396cf0;
  top: 5px;
  left: 0;
  position: absolute;
}

/*=======================================================================
[11] Brand Area Style
=========================================================================*/
.brand-wrap-layout2 {
  padding: 50px 0;
}

.brand-box-layout1 {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .brand-box-layout1 {
    padding: 9rem 0 10rem 0;
    justify-content: center;
    text-align: center;
  }
}
.brand-box-layout1 .item-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .brand-box-layout1 .item-title {
    margin-bottom: 50px;
  }
}
.brand-box-layout2 {
  position: relative;
}

.brand-box-layout2 img {
  margin: 0 auto;
}

.brand-box-layout2 ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
  z-index: 2;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .brand-box-layout2 ul {
    text-align: center;
    position: inherit;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul {
    top: 35%;
  }
}
.brand-box-layout2 ul li {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .brand-box-layout2 ul li:last-child {
    margin-bottom: 0;
  }
}
.brand-box-layout2 ul li:last-child {
  margin-right: 0;
}

.brand-box-layout3 {
  cursor: all-scroll;
}

.brand-box-layout3 img {
  filter: grayscale(0);
  transition: all 0.5s ease-out;
}

.brand-box-layout3:hover img {
  filter: grayscale(100%);
}

/*=======================================================================
[12] Shop Area Style
=========================================================================*/
.shop-wrap-layout1 {
  padding: 9.2rem 0 10rem;
}

.shop-wrap-layout1 .owl-controls {
  margin-top: 50px;
}

.shop-box-layout1 .item-img {
  background-color: #f1f7fa;
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.shop-box-layout1 .item-img:after {
  position: absolute;
  content: "";
  background-color: rgba(57, 108, 240, 0.9);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.shop-box-layout1 .item-img .shop-action-items {
  display: flex;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 6;
  justify-content: center;
}

.shop-box-layout1 .item-img .shop-action-items li {
  opacity: 0;
  visibility: hidden;
  margin-right: 10px;
  transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.shop-box-layout1 .item-img .shop-action-items li a {
  display: block;
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  color: #444444;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.shop-box-layout1 .item-img .shop-action-items li a i:before {
  line-height: 44px;
  margin-left: 0;
  font-size: 17px;
}

.shop-box-layout1 .item-img .shop-action-items li a:hover {
  background-color: transparent;
  color: #ffffff;
}

.shop-box-layout1 .item-img .shop-action-items li:first-child a i:before {
  font-size: 28px;
}

.shop-box-layout1 .item-img .shop-action-items li:nth-child(1n) {
  transform: translateX(100px);
}

.shop-box-layout1 .item-img .shop-action-items li:nth-child(2n) {
  transform: translateY(-100px);
}

.shop-box-layout1 .item-img .shop-action-items li:nth-child(3n) {
  transform: translateY(100px);
}

.shop-box-layout1 .item-img .shop-action-items li:nth-child(4n) {
  transform: translateX(100px);
}

.shop-box-layout1 .item-img .shop-action-items li:nth-child(5n) {
  transform: translateX(-100px);
}

.shop-box-layout1 .item-img .shop-action-items li:last-child {
  margin-right: 0;
}

.shop-box-layout1 .item-title {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}

.shop-box-layout1 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.shop-box-layout1 .item-title a:hover {
  color: #396cf0;
}

.shop-box-layout1 .rate-items {
  display: flex;
  margin-bottom: 10px;
}

.shop-box-layout1 .rate-items .rate-item {
  margin-right: 10px;
  color: #fdc800;
  font-size: 15px;
}

.shop-box-layout1 .rate-items .rate-item:last-child {
  margin-right: 0;
  color: #d6d6d6;
}

.shop-box-layout1 .item-price {
  font-size: 22px;
  font-weight: 500;
  color: #396cf0;
  line-height: 22px;
}

.shop-box-layout1:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}

.shop-box-layout1:hover .item-img .shop-action-items li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.single-product-wrap {
  padding: 10rem 0 7rem;
}

.single-product-box {
  margin-bottom: 7rem;
}

.single-product-box .single-product-gallery {
  margin-bottom: 3rem;
}

.single-product-box .single-product-gallery ul {
  display: flex;
}

.single-product-box .single-product-gallery .tab-content {
  padding: 30px;
  background-color: #f2f2f2;
  margin-top: 0;
  border-radius: 5px;
}

.single-product-box .single-product-gallery .tab-content a {
  text-align: center;
  display: block;
}

.single-product-box .single-product-gallery .tab-content a img {
  margin: 0 auto;
}

.single-product-box .single-product-gallery .nav-tabs {
  border-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

.single-product-box .single-product-gallery .nav-tabs li.nav-item {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.333333%;
}

.single-product-box .single-product-gallery .nav-tabs li.nav-item a {
  padding: 20px;
  background-color: #f2f2f2;
  display: block;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}

.single-product-box .single-product-gallery .nav-tabs li.nav-item a:hover {
  background-color: #d7d7d7;
}

.single-product-box .single-product-gallery .nav-tabs li.nav-item a.active {
  background-color: #d7d7d7;
}

.single-product-box .single-product-info {
  margin-bottom: 3rem;
}

.single-product-box .single-product-info .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 500;
}

.single-product-box .single-product-info .rating {
  margin: 0 0 20px;
}

.single-product-box .single-product-info .rating li {
  display: inline-block;
}

.single-product-box .single-product-info .rating li > i {
  color: #ffb300;
}

.single-product-box .single-product-info .price {
  font-size: 26px;
  font-weight: 500;
  color: #396cf0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .single-product-box .single-product-info .price {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-box .single-product-info .price {
    font-size: 20px;
  }
}
.single-product-box .single-product-info .item-sku {
  color: #111111;
  font-size: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .single-product-box .single-product-info .item-sku {
    font-size: 18px;
  }
}
.single-product-box .single-product-info .item-sku span {
  font-weight: 500;
}

.single-product-box .single-product-info .item-stock {
  color: #111111;
  margin-bottom: 20px;
  font-size: 20px;
}

.single-product-box .single-product-info .item-stock span {
  font-weight: 500;
}

.single-product-box .single-product-info .cart-action-area {
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .single-product-box .single-product-info .cart-action-area {
    display: block;
  }
}
.single-product-box .single-product-info .cart-action-area .cart-quantity {
  display: flex;
  align-items: center;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li:last-child {
  margin-right: 0;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .quantity-holder {
  height: 50px;
  width: 90px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .item-btn {
  padding: 10.5px 20px;
  background-color: #396cf0;
  color: #ffffff;
  border: 1px solid;
  border-color: #396cf0;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .item-btn:hover {
  background-color: #2055e4;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li input {
  border-radius: 45px 0 0 45px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  border: none;
  padding: 0.5rem;
  text-align: center;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select button {
  cursor: pointer;
  width: 35px;
  display: block;
  border: 0;
  font-size: 12px;
  background-color: transparent;
  color: #444444;
  height: 50%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-out;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select button i {
  margin: 0 auto;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select button:hover {
  background-color: #3c70fa;
  color: #e3e3e3;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select .quantity-plus {
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select .quantity-plus:focus {
  outline: none;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select .quantity-minus {
  border-left: 1px solid #d3d3d3;
}

.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select .quantity-minus:focus {
  outline: none;
}

.single-product-box .single-product-info .cart-action-area .cart-favourite {
  display: flex;
  margin-left: 10px;
}

@media only screen and (max-width: 575px) {
  .single-product-box .single-product-info .cart-action-area .cart-favourite {
    margin-left: 0;
  }
}
.single-product-box .single-product-info .cart-action-area .cart-favourite li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline;
}

.single-product-box .single-product-info .cart-action-area .cart-favourite li a {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #f2f2f2;
  color: #444444;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.single-product-box .single-product-info .cart-action-area .cart-favourite li a i:before {
  line-height: 50px;
  margin-left: 0;
  font-size: 17px;
}

.single-product-box .single-product-info .cart-action-area .cart-favourite li a:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.single-product-box .single-product-info .product-share ul {
  display: flex;
}

.single-product-box .single-product-info .product-share ul li {
  color: #396cf0;
  margin-right: 10px;
}

.single-product-box .single-product-info .product-share ul li a {
  color: #111111;
  padding: 5px 10px;
  transition: all 0.3s ease-out;
}

.single-product-box .single-product-info .product-share ul li a:hover {
  color: #396cf0;
}

.single-product-tab {
  margin-bottom: 50px;
  position: relative;
}

.single-product-tab .nav-tabs {
  border-bottom: 1px solid #f2f2f2;
}

.single-product-tab ul.nav-tabs > li {
  display: inline-block;
  margin-right: 10px;
  transition: all 0.5s ease-out;
}

.single-product-tab ul.nav-tabs > li:last-child {
  margin-right: 0;
}

.single-product-tab ul.nav-tabs > li a {
  border-radius: 5px 5px 0 0;
  display: inline-block;
  background: #f2f2f2;
  color: #000000;
  padding: 12px 30px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s ease-out;
}

.single-product-tab ul.nav-tabs > li .active {
  background-color: #396cf0;
  color: #ffffff;
}

.single-product-tab .tab-content {
  padding: 40px 0 30px;
}

.single-product-tab .tab-content ul.list-content li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.single-product-tab .tab-content ul.list-content li:after {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #111111;
  font-size: 12px;
}

.single-product-tab .tab-content ul.list-content li:last-child {
  margin-bottom: 0;
}

.related-product .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

/*=======================================================================
[13] Departments Area Style
=========================================================================*/
.departments-wrap-layout1 {
  padding: 10rem 0px;
}

.departments-wrap-layout2 {
  padding: 9.2rem 0px 7rem;
  position: relative;
}

.departments-wrap-layout2 .left-img {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.departments-wrap-layout3 {
  padding: 9.3rem 0 10rem;
}

.departments-wrap-layout3 .slick-navigation {
  background-color: transparent;
  color: #396cf0;
  border: 1px solid #396cf0;
  text-align: center;
  opacity: 1;
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 43px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.departments-wrap-layout3 .slick-navigation:hover {
  background-color: #396cf0;
  color: #ffffff;
}

@media only screen and (max-width: 479px) {
  .departments-wrap-layout3 .slick-navigation {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
}
.departments-wrap-layout3 .slick-prev {
  position: absolute;
  left: 2px;
  top: 85px;
  z-index: 7;
}

@media only screen and (max-width: 479px) {
  .departments-wrap-layout3 .slick-prev {
    left: 2px;
  }
}
.departments-wrap-layout3 .slick-prev:before {
  display: none;
}

.departments-wrap-layout3 .slick-next {
  position: absolute;
  right: 2px;
  top: 85px;
  z-index: 7;
}

@media only screen and (max-width: 479px) {
  .departments-wrap-layout3 .slick-next {
    right: 2px;
  }
}
.departments-wrap-layout3 .slick-next:before {
  display: none;
}

.departments-wrap-layout3 .slick-slider {
  position: initial;
}

.departments-wrap-layout4 {
  padding: 9.2rem 0px 10rem;
}

.departments-wrap-layout5 {
  padding: 10rem 0 8rem;
}

.departments-wrap-layout6 {
  position: relative;
}

.departments-wrap-layout7 {
  padding: 9.2rem 0px 10rem;
}

.departments-wrap-layout8 {
  padding: 10rem 0px 7rem;
}

.departments-box-layout1 {
  margin-bottom: 30px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.departments-box-layout1 .item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.departments-box-layout1 .item-img img {
  width: 100%;
}

.departments-box-layout1 .item-img:after {
  position: absolute;
  content: "";
  background-color: rgba(57, 108, 240, 0.9);
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.departments-box-layout1 .item-img .item-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  display: inline-block;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.departments-box-layout1 .item-img .item-btn-wrap a.item-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.departments-box-layout1 .item-img .item-btn-wrap a.item-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}

.departments-box-layout1 .item-content {
  text-align: center;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}

.departments-box-layout1 .item-content .item-title {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
}

.departments-box-layout1 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.departments-box-layout1 .item-content .item-title a:hover {
  color: #396cf0;
}

.departments-box-layout1 .item-content .department-info li {
  color: #444444;
}

.departments-box-layout1 .item-content .department-info li i {
  color: #396cf0;
  margin-right: 10px;
}

.departments-box-layout1 .item-content .department-info li i:before {
  margin-left: 0;
}

.departments-box-layout1 .item-content .department-info li span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  color: #111111;
}

.departments-box-layout1:hover {
  box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}

.departments-box-layout1:hover .item-img:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}

.departments-box-layout1:hover .item-btn-wrap {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}

.departments-box-layout2 {
  background-color: #ffffff;
  margin-bottom: 3rem;
  padding: 40px 45px;
  position: relative;
  box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  transition: all 0.3s ease-out;
}

.departments-box-layout2 .departments-sl {
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  color: #cccccc;
  transition: all 0.3s ease-out;
}

.departments-box-layout2 .item-icon {
  margin-bottom: 25px;
}

.departments-box-layout2 .item-icon i {
  display: inline-block;
}

.departments-box-layout2 .item-icon i:before {
  line-height: 1;
  margin-left: 0;
  font-size: 62px;
  color: #396cf0;
  transition: all 0.3s ease-out;
}

.departments-box-layout2 .item-title {
  font-weight: 500;
}

.departments-box-layout2 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.departments-box-layout2 .item-title a:hover {
  color: #396cf0;
}

.departments-box-layout2 p {
  margin-bottom: 25px;
}

.departments-box-layout2 .item-btn {
  padding: 5px 10px 5px 0;
  color: #111111;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}

.departments-box-layout2 .item-btn i {
  position: relative;
  right: 0;
  color: #111111;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.departments-box-layout2:hover {
  box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
}

.departments-box-layout2:hover .departments-sl {
  color: #111111;
}

.departments-box-layout2:hover .item-icon i {
  animation: toTopFromBottom 0.5s forwards;
}

.departments-box-layout2:hover .item-btn {
  color: #111111;
}

.departments-box-layout2:hover .item-btn i {
  color: #396cf0;
}

.departments-box-layout2:hover .item-btn:hover {
  color: #396cf0;
}

.departments-box-layout2:hover .item-btn:hover i {
  right: -5px;
}

.departments-box-layout3 {
  position: relative;
}

.departments-box-layout3 .nav-wrap {
  margin-bottom: 26px;
  width: 100%;
  border-bottom: 0;
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide {
  cursor: all-scroll;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px;
  margin-bottom: 4px;
  text-align: center;
  color: #111111;
  padding: 30px 5px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.75);
  transition: all 0.3s ease-out;
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide i {
  display: block;
  color: #396cf0;
  transition: all 0.3s ease-out;
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide i:before {
  margin-left: 0;
  font-size: 5.8rem;
  color: #396cf0;
  transition: all 0.3s ease-out;
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center {
  background: #396cf0;
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center i {
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center i:before {
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.departments-box-layout3 .single-item .media {
  position: relative;
  align-items: center;
  background-color: #396cf0;
  z-index: 1;
}

.departments-box-layout3 .single-item .media .item-img {
  overflow: hidden;
  clip-path: ellipse(75% 75% at 25% 50%);
}

@media only screen and (max-width: 1399px) {
  .departments-box-layout3 .single-item .media .item-img {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .departments-box-layout3 .single-item .media .item-img {
    overflow: inherit;
    clip-path: none;
    width: 100%;
  }
}
.departments-box-layout3 .single-item .media .media-body {
  padding: 5rem;
}

@media only screen and (max-width: 1399px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 4rem 5rem 5rem;
  }
}
.departments-box-layout3 .single-item .media .media-body .item-title {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  margin-bottom: 50px;
  font-weight: 600;
}

.departments-box-layout3 .single-item .media .media-body .item-title:before {
  position: absolute;
  height: 5px;
  width: 50px;
  background-color: #ffffff;
  content: "";
  z-index: 1;
  bottom: -24px;
  left: 0;
  border-radius: 4px;
}

.departments-box-layout3 .single-item .media .media-body p {
  color: #ffffff;
  margin-bottom: 30px;
}

.departments-box-layout3 .single-item .media .media-body ul.list-item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item {
    margin-bottom: 40px;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li {
  margin-bottom: 20px;
  display: inline-flex;
  border-right: 1px solid #648eff;
  padding-right: 30px;
  margin-right: 30px;
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item li {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    display: flex;
  }

  .departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
    margin-bottom: 0;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i {
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i:before {
  margin-left: 0;
  color: #ffffff;
  font-size: 56px;
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text {
  margin-left: 20px;
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text .inner-item-title {
  color: #ffffff;
  margin-bottom: 10px;
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text span {
  color: #ffffff;
}

.departments-box-layout3 .single-item .media .media-body a.item-btn {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.departments-box-layout3 .single-item .media .media-body a.item-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}

.departments-box-layout3 .single-item .media .media-body .ctg-item-icon {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: -1;
}

.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i {
  display: block;
  line-height: 1;
}

.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i:before {
  margin-left: 0;
  font-size: 18rem;
  color: #295de8;
}

.departments-box-layout4 {
  margin-bottom: 20px;
  padding: 25px 35px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(221, 226, 229, 0.75);
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
  .departments-box-layout4 {
    padding: 20px 20px 40px;
  }
}
.departments-box-layout4 .box-content {
  text-align: center;
}

.departments-box-layout4 .box-content i:before {
  color: #396cf0;
  font-size: 70px;
  margin-left: 0px;
  transition: all 0.3s ease-out;
}

.departments-box-layout4 .box-content .item-title a {
  font-weight: 500;
  color: #111111;
  transition: all 0.3s ease-out;
}

.departments-box-layout4 .box-content p {
  transition: all 0.3s ease-out;
}

.departments-box-layout4:hover {
  background-color: #396cf0;
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(159, 159, 159, 0.75);
}

.departments-box-layout4:hover .box-content i:before {
  color: #ffffff;
}

.departments-box-layout4:hover .box-content .item-title a {
  color: #ffffff;
}

.departments-box-layout4:hover .box-content .item-title a:hover {
  color: #e3e3e3;
}

.departments-box-layout4:hover .box-content p {
  color: #ffffff;
}

.departments-box-layout5 {
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}

.departments-box-layout5 .item-img {
  position: relative;
  overflow: hidden;
}

.departments-box-layout5 .item-img img {
  border-radius: 4px;
  width: 100%;
}

.departments-box-layout5 .item-img:before {
  content: "";
  background: linear-gradient(to top, #396cf0, transparent);
  height: 60%;
  width: 100%;
  bottom: 0;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.departments-box-layout5 .item-img .item-content {
  padding: 0 20px 0 30px;
  position: absolute;
  top: 73%;
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s ease-out;
}

.departments-box-layout5 .item-img .item-content .item-title {
  text-transform: capitalize;
  font-weight: 600;
}

.departments-box-layout5 .item-img .item-content .item-title a {
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.departments-box-layout5 .item-img .item-content .item-title a:hover {
  color: #e3e3e3;
}

.departments-box-layout5 .item-img .item-content p {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-out;
}

.departments-box-layout5 .item-img .item-content .item-btn {
  padding: 8px 24px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.departments-box-layout5 .item-img .item-content .item-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.departments-box-layout5:hover {
  box-shadow: 0px 8px 20px 0px rgba(126, 126, 126, 0.75);
}

.departments-box-layout5:hover .item-img:before {
  height: 100%;
  background-color: #396cf0;
  opacity: 0.9;
}

.departments-box-layout5:hover .item-content {
  transform: translateY(-50%);
  top: 50%;
}

.departments-box-layout5:hover .item-content p,
.departments-box-layout5:hover .item-content .item-btn {
  opacity: 1;
  visibility: visible;
}

.departments-box-layout6 {
  position: relative;
}

.departments-box-layout6 .item-img {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.departments-box-layout7 {
  padding: 95px 0px 100px 50px;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 1199px) {
  .departments-box-layout7 {
    padding: 95px 0px 100px 0;
  }
}
.departments-box-layout7 .section-title {
  margin-bottom: 60px;
}

.departments-box-layout7 .section-title .title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.departments-box-layout7 .section-title .sub-title {
  color: #8a8a8a;
  position: relative;
  margin-bottom: 20px;
}

.departments-box-layout7 .section-title .sub-title:after {
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  bottom: -24px;
  left: 0;
  position: absolute;
}

.departments-box-layout7 .single-box {
  padding: 3rem 1rem 2.5rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 5px;
  transition: all 0.5s ease-out;
}

.departments-box-layout7 .single-box:hover {
  background-color: #396cf0;
  box-shadow: 0px 10px 50px 0px rgba(162, 162, 162, 0.75);
}

.departments-box-layout7 .single-box:hover i:before {
  color: #ffffff;
}

.departments-box-layout7 .single-box:hover p a {
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease-out;
}

.departments-box-layout7 .single-box i {
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}

.departments-box-layout7 .single-box i:before {
  margin-left: 0px;
  font-size: 72px;
  color: #396cf0;
}

.departments-box-layout7 .single-box p {
  margin-bottom: 0px;
  font-weight: 500;
}

.departments-box-layout7 .department-box a p {
  color: #111111;
}

.departments-box-layout7 .department-box a:hover p {
  color: #e3e3e3;
}

.single-department-wrap-layout1 {
  padding: 10rem 0 7rem;
}

@media only screen and (max-width: 991px) {
  .single-department-wrap-layout1 {
    padding: 5rem 0px 7rem;
  }
}
.single-departments-box-layout1 {
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  .single-departments-box-layout1 {
    padding-left: 0;
  }
}
.single-departments-box-layout1 .single-departments-img {
  border-radius: 4px;
  margin-bottom: 45px;
}

.single-departments-box-layout1 .single-departments-img .tab-content {
  border: none;
  position: relative;
  overflow: hidden;
}

.single-departments-box-layout1 .single-departments-img .tab-content a {
  cursor: move;
  display: block;
  background-color: #cecece;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
}

.single-departments-box-layout1 .single-departments-img .tab-content a img {
  border-radius: 4px;
}

.single-departments-box-layout1 .single-departments-img .tab-nav {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (max-width: 1199px) {
  .single-departments-box-layout1 .single-departments-img .tab-nav {
    margin-bottom: 35px;
  }
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item:last-child {
  margin-right: 0;
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a {
  position: relative;
  display: block;
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a img {
  width: 100%;
  border-radius: 4px;
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a.active:before {
  content: "\f067";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a.active:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 108, 240, 0.8);
  z-index: 2;
}

.single-departments-box-layout1 .item-content .item-content-wrap {
  margin-bottom: 50px;
}

.single-departments-box-layout1 .item-content .item-title {
  font-weight: 600;
  color: #111111;
}

.single-departments-box-layout1 .item-content .sub-title {
  font-size: 24px;
  color: #111111;
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .single-departments-box-layout1 .item-content .sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-departments-box-layout1 .item-content .sub-title {
    font-size: 20px;
  }
}
.single-departments-box-layout1 .item-content .department-info {
  margin: 35px 0;
}

.single-departments-box-layout1 .item-content .department-info li {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 40px;
}

.single-departments-box-layout1 .item-content .department-info li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #396cf0;
  height: 20px;
  width: 20px;
  box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
}

.single-departments-box-layout1 .item-content .department-info li:last-child {
  margin-bottom: 0;
}

.single-departments-box-layout1 .item-content .item-cost {
  margin-bottom: 50px;
}

.single-departments-box-layout1 .item-content .item-cost ul li {
  font-size: 17px;
  color: #111111;
  padding: 15px 0px 15px 25px;
  position: relative;
}

.single-departments-box-layout1 .item-content .item-cost ul li span {
  font-weight: 500;
  right: 25px;
  position: absolute;
}

.single-departments-box-layout1 .item-content .item-cost ul li:nth-child(odd) {
  background-color: #f1f7fa;
}

.single-departments-box-layout1 .item-content .item-cost ul li:nth-child(even) {
  background-color: #ffffff;
}

.single-departments-box-layout1 .item-content .item-specialist {
  margin-bottom: 30px;
}

.single-departments-box-layout1 .item-content .item-specialist .item-img {
  background-color: #f1f7fa;
  border-radius: 4px;
  padding: 45px 30px 0px;
}

@media only screen and (max-width: 575px) {
  .single-departments-box-layout1 .item-content .item-specialist .item-img {
    width: -moz-max-content;
    width: max-content;
  }
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title {
  text-transform: capitalize;
  font-weight: 600;
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title a:hover {
  color: #396cf0;
}

.single-departments-box-layout1 .item-content .item-specialist .media-body span {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: poppins;
  display: block;
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn {
  border: 1px solid #396cf0;
  font-size: 14px;
  font-weight: 500;
  color: #396cf0;
  border-radius: 4px;
  padding: 9px 20px;
  display: inline-block;
  transition: all 0.3s ease-out;
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn:hover {
  color: #ffffff;
  background-color: #396cf0;
}

/*=======================================================================
[14] Testmonial Area Style
=========================================================================*/
.testmonial-wrap-layout1 {
  padding: 10rem 0px;
}

.testmonial-wrap-layout2 {
  padding: 100px 0px;
}

.testmonial-box-layout1 {
  text-align: center;
}

.testmonial-box-layout1 .item-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 26px;
}

.testmonial-box-layout1 .item-content p {
  color: #ffffff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .testmonial-box-layout1 .item-content p {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout1 .item-content p {
    width: 80%;
  }
}
.testmonial-box-layout1 .item-content p:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  bottom: -25px;
  right: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}

.testmonial-box-layout1 .item-content p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  top: -25px;
  left: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}

.testmonial-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
}

.testmonial-box-layout1 .item-content .sub-title {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 300;
}

.testmonial-box-layout2 {
  margin-bottom: 50px;
}

.testmonial-box-layout2:last-child {
  margin-bottom: 0;
}

.testmonial-box-layout2 .item-title {
  color: #ffffff;
  font-weight: 500;
}

.testmonial-box-layout2 .item-title span {
  font-size: 16px;
  font-weight: 400;
}

.testmonial-box-layout2 .rating {
  margin: 0 0 20px;
}

.testmonial-box-layout2 .rating li {
  display: inline-block;
}

.testmonial-box-layout2 .rating li > i {
  font-size: 14px;
  color: #ffd600;
}

.testmonial-box-layout2 p {
  font-style: italic;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 20px;
}

.testmonial-box-layout3 {
  text-align: center;
}

.testmonial-box-layout3 .item-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 26px;
}

.testmonial-box-layout3 .item-content p {
  color: #ffffff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .testmonial-box-layout3 .item-content p {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout3 .item-content p {
    width: 80%;
  }
}
.testmonial-box-layout3 .item-content p:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  bottom: -25px;
  right: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}

.testmonial-box-layout3 .item-content p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  top: -25px;
  left: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}

.testmonial-box-layout3 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
}

.testmonial-box-layout3 .item-content .sub-title {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 300;
}

/*=======================================================================
[15] Class Schedule Area Style
=========================================================================*/
.class-schedule1 {
  padding: 9.2rem 0 10rem;
}

.class-schedule-wrap1 table {
  margin-bottom: 0;
  border: 1px dotted rgba(255, 255, 255, 0.2);
}

.class-schedule-wrap1 table thead tr th {
  min-width: 160px;
  border-radius: 12px;
  padding: 20px 15px;
  border: 5px solid #ffffff;
  border-bottom-width: 1px;
  background-color: #111111;
  text-align: center;
}

.class-schedule-wrap1 table thead tr th .schedule-time-heading {
  color: #ffffff;
  font-weight: 500;
}

.class-schedule-wrap1 table thead tr td {
  min-width: 160px;
  border-radius: 12px;
  padding: 20px 15px;
  border: 5px solid #ffffff;
  border-bottom-width: 1px;
  background-color: #396cf0;
  text-align: center;
}

.class-schedule-wrap1 table thead tr td .schedule-day-heading {
  color: #ffffff;
  font-weight: 500;
}

.class-schedule-wrap1 table tbody tr th {
  min-width: 160px;
  position: relative;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  border: 5px solid #ffffff;
  background-color: #f2f2f2;
  padding: 15px;
  text-align: center;
}

.class-schedule-wrap1 table tbody tr th .schedule-time-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.class-schedule-wrap1 table tbody tr td {
  min-width: 160px;
  border-radius: 15px;
  padding: 12px 15px 13px;
  border: 5px solid #ffffff;
  background-color: #f2f2f2;
  position: relative;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper {
  text-align: center;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-ctg {
  color: #396cf0;
  font-weight: 500;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-time {
  font-size: 14px;
  color: #9c9c9c;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-team {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
  opacity: 0;
  visibility: hidden;
  padding: 25px;
  width: 328px;
  position: absolute;
  bottom: calc(100% + 50px);
  right: calc(-50% - 11px);
  z-index: 1;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 4px 50px 0px rgba(164, 164, 164, 0.75);
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
    width: 155px;
    display: block;
    padding: 20px 10px;
    right: 0;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
  transition: all 1s ease-out;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:before {
  content: "";
  background-color: transparent;
  height: calc(100% + 15px);
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: -1;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .item-img {
  background-color: #c6c6c6;
  border-radius: 50%;
}

@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .item-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body {
  text-align: left;
}

@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body {
    margin-left: 0;
    text-align: center;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
  margin-bottom: 0;
  color: #111111;
  text-transform: capitalize;
  font-weight: 500;
}

@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
    font-size: 18px;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-ctg {
  margin-bottom: 15px;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn {
  padding: 8px 16px;
  font-size: 12px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn:hover {
  background-color: transparent;
  color: #396cf0;
}

.class-schedule-wrap1 table tbody tr td:hover .schedule-item-wrapper .media {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 15px);
  transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
}

.class-schedule-wrap1 table tbody tr td:hover .schedule-item-wrapper .media:after {
  bottom: -15px;
}

.table-responsive {
  border: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

@media only screen and (max-width: 1400px) {
  .table-responsive {
    overflow-x: auto;
  }
}
.table-responsive::-webkit-scrollbar-thumb {
  border: 2px solid #f1f7fa;
  background-color: #f1f7fa;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-color: #f1f7fa;
}

/*=======================================================================
[16] Gallery Area Style
=========================================================================*/
.gallery-wrap-layout1 {
  padding: 9.2rem 0 7rem;
}

.gallery-box-layout1 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-box-layout1:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 108, 240, 0.9);
  transition: all 0.3s ease-out;
}

.gallery-box-layout1 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-icon {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  bottom: -30px;
  z-index: 2;
  right: 15px;
  transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-icon a {
  display: block;
  padding: 5px;
}

.gallery-box-layout1 .item-icon a i:before {
  margin-left: 0;
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-content {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-content .item-title {
  transform: translateX(30px);
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.gallery-box-layout1 .item-content .title-ctg {
  color: #ffffff;
  transform: translateX(-30px);
  display: block;
  transition: all 0.3s ease-out;
}

.gallery-box-layout1:hover:after {
  opacity: 1;
  visibility: visible;
}

.gallery-box-layout1:hover img {
  transform: scale(1.2);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.gallery-box-layout1:hover .item-icon {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.gallery-box-layout1:hover .item-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.gallery-box-layout1:hover .item-title {
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.gallery-box-layout1:hover .title-ctg {
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

/*=======================================================================
[17] Price Table Area Style
=========================================================================*/
.pricing-wrap-layout1 {
  padding: 9.2rem 0px 8.5rem;
}

.pricing-box-layout1 {
  padding: 50px 35px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 5px 20px 0px rgba(215, 226, 231, 0.75);
  margin-bottom: 15px;
  transition: all 0.5s ease-out;
}

.pricing-box-layout1 h3, .pricing-box-layout1 .h3 {
  color: #000000;
}

.pricing-box-layout1 .pricing {
  display: inline-block;
  margin-bottom: 20px;
}

.pricing-box-layout1 .pricing .currency {
  font-size: 30px;
  font-weight: 500;
  font-family: poppins;
  color: #b4bec3;
  position: absolute;
  top: -3px;
  left: -20px;
}

.pricing-box-layout1 .pricing .amount {
  font-size: 7.2rem;
  font-weight: 500;
  font-family: poppins;
  color: #000000;
}

.pricing-box-layout1 .box-content ul {
  margin-bottom: 20px;
}

.pricing-box-layout1 .box-content ul li {
  font-size: 17px;
  color: #111111;
  margin-bottom: 15px;
}

.pricing-box-layout1 .box-content ul li:last-child {
  margin-bottom: 0px;
}

.pricing-box-layout1 .box-content .item-btn {
  border: 1px solid;
  border-color: #396cf0;
  border-radius: 4px;
  color: #396cf0;
  display: inline-block;
  font-size: 18px;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
}

.pricing-box-layout1:hover .box-content .item-btn {
  background-color: #396cf0;
  color: #ffffff;
}

.pricing-box-layout1:hover .box-content .item-btn:hover {
  background-color: #2055e4;
  color: #ffffff;
}

/*=======================================================================
[18] Pagination Area Style
=========================================================================*/
.pagination-layout1 {
  justify-content: center;
  display: flex;
}

.pagination-layout1 li {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  display: inline-block;
  float: left;
  transition: all 0.5s ease-out;
}

.pagination-layout1 li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-layout1 li:first-child a {
  font-size: 16px;
  font-weight: 400;
}

.pagination-layout1 li:last-child {
  border-right: 1px solid #f2f2f2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-layout1 li:last-child a {
  font-size: 16px;
  font-weight: 400;
}

.pagination-layout1 li a {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  transition: all 0.5s ease-out;
}

.pagination-layout1 li:hover {
  background-color: #396cf0;
  border-top: 1px solid #396cf0;
  border-bottom: 1px solid #396cf0;
  border-left: 1px solid #396cf0;
}

.pagination-layout1 li:hover:last-child {
  border-right: 1px solid #396cf0;
}

.pagination-layout1 li:hover a {
  color: #ffffff;
}

.pagination-layout1 .active {
  background-color: #396cf0;
  border-top: 1px solid #396cf0;
  border-bottom: 1px solid #396cf0;
  border-left: 1px solid #396cf0;
}

.pagination-layout1 .active:last-child {
  border-right: 1px solid #396cf0;
}

.pagination-layout1 .active a {
  color: #ffffff;
}

.pagination-layout2 {
  justify-content: center;
  display: flex;
}

@media only screen and (max-width: 575px) {
  .pagination-layout2 {
    display: block;
    text-align: center;
  }
}
.pagination-layout2 li {
  background-color: #ffffff;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  display: inline-block;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 575px) {
  .pagination-layout2 li {
    margin: 0 -2.5px 5px;
    border-right: 1px solid #dcdcdc;
  }
}
.pagination-layout2 li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-layout2 li:last-child {
  border-right: 1px solid #dcdcdc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-layout2 li a {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  transition: all 0.5s ease-out;
}

.pagination-layout2 li button {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  transition: all 0.5s ease-out;
}

.pagination-layout2 li:hover {
  background-color: #396cf0;
}

.pagination-layout2 li:hover a {
  color: #ffffff;
}

.pagination-layout2 li:hover button {
  color: #ffffff;
}

.pagination-layout2 .active {
  background-color: #396cf0;
}

.pagination-layout2 .active a {
  color: #ffffff;
}

.pagination-layout3 {
  justify-content: center;
  display: flex;
}

.pagination-layout3 li {
  display: inline-block;
  margin-right: 10px;
  background-color: #f2f2f2;
  border-radius: 4px;
  text-align: center;
  transition: all 0.5s ease-out;
}

.pagination-layout3 li:last-child {
  margin-right: 0;
}

.pagination-layout3 li a {
  height: 45px;
  width: 50px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.pagination-layout3 li:hover {
  background-color: #396cf0;
}

.pagination-layout3 li:hover a {
  color: #ffffff;
}

.pagination-layout3 .active {
  background-color: #396cf0;
}

.pagination-layout3 .active a {
  color: #ffffff;
}

/*=======================================================================
[19] Comingsoon Page Style
=========================================================================*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
}

.comingsoon-page .comingsoon-back-img {
  background-image: url("../images/figure/coming-soon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comingsoon-page .comingsoon-back-img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(57, 108, 240, 0.1);
}

.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
  }
}
.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  width: 100%;
}

.comingsoon-page .comingsoon-content .comingsoon-logo {
  margin-bottom: 15px;
}

.comingsoon-page .comingsoon-content h1, .comingsoon-page .comingsoon-content .h1 {
  font-weight: 700;
  font-size: 6.2rem;
  text-transform: capitalize;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1, .comingsoon-page .comingsoon-content .h1 {
    margin-bottom: 0;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content h1, .comingsoon-page .comingsoon-content .h1 {
    margin-bottom: 0;
    font-size: 4rem;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter {
  margin-bottom: 150px;
}

@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter {
    margin-bottom: 10rem;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
  background-color: transparent;
  height: 52px;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
    padding: 0 15px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control {
  border: 2px solid #ffffff;
  border-radius: 45px 0 0 45px;
  color: #ffffff;
  background-color: transparent;
  width: 520px;
  flex: inherit;
  font-size: 16px;
  padding: 3px 30px 5px;
  height: 52px;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
  padding: 0;
  height: 52px;
  background-color: #ffffff;
  border-radius: 0 45px 45px 0;
  border: 0;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
    display: inline-block;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
  border-radius: 0 45px 45px 0;
  color: #000000;
  background-color: #ffffff;
  border: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 35px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
    padding: 0 15px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button:focus {
  outline: none;
  outline-width: 0;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #396cf0;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #fff;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-moz-placeholder {
  color: #fff;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-moz-placeholder {
  color: #fff;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #fff;
}

.comingsoon-page .comingsoon-content .comingsoon-bottom {
  margin-bottom: 10px;
}

.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
    margin-bottom: 20px;
    text-align: center;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
  margin-right: 0;
}

.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
  color: #ffffff;
  padding: 5px;
  display: inline-block;
  transition: all 0.3s ease-out;
}

.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
  color: #e3e3e3;
}

.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
    text-align: center;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

.countdown-layout1 {
  text-align: center;
  margin-bottom: 5.5rem;
}

.countdown-layout1 .countdown-section {
  text-align: center;
  height: 120px;
  width: 15rem;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section {
    width: 11rem;
  }
}
.countdown-layout1 .countdown-section:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 65%;
  right: 0;
  background-color: #ffffff;
  height: 75%;
  width: 1px;
  margin: 0 auto;
  z-index: 7;
}

.countdown-layout1 .countdown-section:last-child:after {
  display: none;
}

.countdown-layout1 .countdown-section h2, .countdown-layout1 .countdown-section .h2 {
  font-size: 7.2rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1.1;
  font-weight: 300;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section h2, .countdown-layout1 .countdown-section .h2 {
    font-size: 5.2rem;
    margin-bottom: 0;
  }
}
.countdown-layout1 .countdown-section h3, .countdown-layout1 .countdown-section .h3 {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
}

/*=======================================================================
[20] Appointment Page Style
=========================================================================*/
.appointment-wrap-layout1 {
  padding: 10rem 0;
  position: relative;
}

.appointment-wrap-layout1 .appointment-banner {
  position: absolute;
  bottom: -10rem;
  left: -30px;
}

@media only screen and (max-width: 1199px) {
  .appointment-wrap-layout1 .appointment-banner img {
    display: none;
  }
}
.appointment-box-layout1 {
  padding: 7rem;
  background-color: #ffffff;
}

.appointment-box-layout1 .title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.appointment-box-layout1 p {
  margin-bottom: 24px;
}

.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}

.appointment-box-layout1 .select2-container--classic .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dbe3e7;
}

.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}

.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #396cf0 transparent transparent transparent;
}

.appointment-box-layout1 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #396cf0 transparent;
}

.appointment-box-layout1 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout1 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0;
}

.appointment-box-layout1 input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}

.appointment-box-layout1 .form-control:focus {
  border-color: #dbe3e7;
}

.appointment-box-layout1 textarea {
  font-size: 16px;
  padding: 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}

.appointment-box-layout1 input.form-control::-webkit-input-placeholder,
.appointment-box-layout1 textarea.form-control::-webkit-input-placeholder {
  color: #656565;
}

.appointment-box-layout1 input.form-control::-moz-placeholder,
.appointment-box-layout1 textarea.form-control::-moz-placeholder {
  color: #656565;
}

.appointment-box-layout1 input.form-control:-moz-placeholder,
.appointment-box-layout1 textarea.form-control:-moz-placeholder {
  color: #656565;
}

.appointment-box-layout1 input.form-control:-ms-input-placeholder,
.appointment-box-layout1 textarea.form-control:-ms-input-placeholder {
  color: #656565;
}

.appointment-box-layout1 .form-group {
  margin-bottom: 15px;
  position: relative;
}

.appointment-box-layout1 .form-group i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.appointment-box-layout1 .item-btn {
  margin-top: 15px;
  padding: 12px 25px;
  background-color: #396cf0;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  transition: all 0.3s ease-out;
}

.appointment-box-layout1 .item-btn:hover {
  background-color: #2055e4;
  box-shadow: inherit;
}

/*=======================================================================
[21] Contact Page Style
=========================================================================*/
.contact-wrap-layout {
  padding: 10rem 0px;
}

.contact-box-layout1 {
  padding: 45px 0px 0px;
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .contact-box-layout1 {
    margin-right: 0;
  }
}
.contact-box-layout1 .title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}

.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dbe3e7;
}

.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}

.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #396cf0 transparent transparent transparent;
}

.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #396cf0 transparent;
}

.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0;
}

.contact-box-layout1 .contact-form-box .form-group {
  margin-bottom: 15px;
}

.contact-box-layout1 .contact-form-box .form-group .form-control {
  font-size: 17px;
  padding: 15px 20px;
  color: #000000;
}

.contact-box-layout1 .contact-form-box .form-group .form-control:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.contact-box-layout1 .contact-form-box .form-group .item-btn {
  margin-top: 25px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  font-weight: 500;
  border-radius: 4px;
  padding: 13px 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  transition: all 0.3s ease-out;
}

.contact-box-layout1 .contact-form-box .form-group .item-btn:hover {
  background-color: #2055e4;
  box-shadow: inherit;
}

.contact-box-layout1 .contact-info {
  margin-bottom: 32px;
}

@media only screen and (max-width: 991px) {
  .contact-box-layout1 .contact-info {
    margin-bottom: 0;
  }
}
.contact-box-layout1 .contact-info li {
  color: #111111;
  margin-bottom: 20px;
  position: relative;
  padding-left: 42px;
}

.contact-box-layout1 .contact-info li:last-child {
  margin-bottom: 0px;
  color: #444444;
}

.contact-box-layout1 .contact-info li:first-child {
  font-weight: 500;
}

.contact-box-layout1 .contact-info li i {
  font-size: 22px;
  color: #396cf0;
  top: 5px;
  left: 0;
  position: absolute;
}

.contact-box-layout1 .alert.alert-danger,
.contact-box-layout1 .alert.alert-info,
.contact-box-layout1 .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-box-layout1 .alert.alert-danger p,
.contact-box-layout1 .alert.alert-info p,
.contact-box-layout1 .alert.alert-success p {
  margin-bottom: 0;
}

/*=======================================================================
[22] Faq Page Style
=========================================================================*/
.faq-wrap-layout1 {
  padding: 8.5rem 0rem 10rem;
}

.faq-wrap-layout2 {
  padding: 8.5rem 0px 10rem;
}

.faq-content-layout1 .item-heading {
  margin-bottom: 40px;
}

.faq-content-layout1 .item-heading .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.faq-content-layout1 .faq-list-layout1 {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .faq-content-layout1 .faq-list-layout1 {
    padding-right: 0;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default {
  margin-top: 0 !important;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  margin-bottom: 3px;
  transition: all 0.3s ease-out;
}

.faq-content-layout1 .faq-list-layout1 .panel-default:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading {
  border-radius: 4px;
  background-color: #f1f7fa;
  padding: 0;
  transition: all 0.5s ease-out;
  position: relative;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dde3e6;
  z-index: 7;
  top: 0;
  right: 60px;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title {
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title a {
  border-radius: 4px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 60px 15px 30px;
  display: block;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 575px) {
  .faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title a {
    font-size: 18px;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  right: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f054";
  color: #396cf0;
  transition: all 0.3s ease-out;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-collapse {
  background: transparent;
  transition: all 0.5s ease-out;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-body {
  background-color: #f1f7fa;
  padding: 20px 30px 10px;
  border-radius: 4px;
  max-height: 122px;
  overflow-y: scroll;
}

@media only screen and (max-width: 991px) {
  .faq-content-layout1 .faq-list-layout1 .panel-default .panel-body {
    max-height: inherit;
    overflow-y: inherit;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default .active:after {
  background-color: #2055e4;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .active .panel-title a {
  color: #ffffff;
  background-color: #396cf0;
}

.faq-content-layout1 .faq-list-layout1 .panel-default .active .accordion-toggle:after {
  color: #ffffff !important;
}

.faq-img-layout1 {
  height: 100%;
  text-align: center;
  position: relative;
}

.faq-img-layout1 img {
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.faq-ask-question-layout1 .title {
  font-weight: 600;
  text-align: center;
  color: #111111;
}

.faq-ask-question-layout1 .faq-question-box {
  margin-top: 40px;
  padding: 60px;
  background-color: #ffffff;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}

@media (min-width: 576px) and (max-width: 767px) {
  .faq-ask-question-layout1 .faq-question-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-ask-question-layout1 .faq-question-box {
    padding: 20px;
  }
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dbe3e7;
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #396cf0 transparent transparent transparent;
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #396cf0 transparent;
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0;
}

.faq-ask-question-layout1 .faq-question-box .form-group {
  text-align: center;
  margin-bottom: 15px;
}

.faq-ask-question-layout1 .faq-question-box .form-group .form-control {
  font-size: 17px;
  padding: 15px 20px;
}

.faq-ask-question-layout1 .faq-question-box .form-group .item-btn {
  margin-top: 25px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 13px 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  transition: all 0.3s ease-out;
}

.faq-ask-question-layout1 .faq-question-box .form-group .item-btn:hover {
  background-color: #2055e4;
  box-shadow: inherit;
}

/*=======================================================================
[23] Error Page Style
=========================================================================*/
.error-wrap-layout1 {
  padding: 17rem 0px;
}

@media only screen and (max-width: 991px) {
  .error-wrap-layout1 {
    padding: 12rem 0px;
  }
}
@media only screen and (max-width: 767px) {
  .error-wrap-layout1 {
    padding: 10rem 0px;
  }
}
@media only screen and (max-width: 575px) {
  .error-wrap-layout1 {
    padding: 8rem 0px;
  }
}
.error-box-layout1 {
  text-align: center;
}

.error-box-layout1 img {
  margin-bottom: 40px;
}

.error-box-layout1 .title {
  color: #111111;
  letter-spacing: 8px;
  margin-right: -8px;
}

@media only screen and (max-width: 991px) {
  .error-box-layout1 .title {
    letter-spacing: 6px;
    margin-right: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .error-box-layout1 .title {
    letter-spacing: 4px;
    margin-right: -4px;
  }
}
@media only screen and (max-width: 575px) {
  .error-box-layout1 .title {
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.error-box-layout1 .details {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-size: 20px;
  color: #111111;
}

@media only screen and (max-width: 1199px) {
  .error-box-layout1 .details {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .error-box-layout1 .details {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .error-box-layout1 .details {
    width: 100%;
  }
}
.error-box-layout1 .item-btn {
  display: inline-block;
  border: 2px solid #396cf0;
  border-radius: 4px;
  color: #396cf0;
  font-weight: 500;
  padding: 15px 50px 13px;
  transition: all 0.3s ease-out;
}

.error-box-layout1 .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}

/*=======================================================================
[24] Features Area Style
=========================================================================*/
.features-box-layout1 {
  position: relative;
}

.features-box-layout1 .item-inner-wrapper {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .features-box-layout1 .item-inner-wrapper {
    width: 100%;
  }
}
.features-box-layout1 .item-inner-wrapper img {
  width: 100%;
}

.features-box-layout1 .item-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .features-box-layout1 .item-content {
    position: inherit;
    padding: 10rem 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .features-box-layout1 .item-content {
    padding: 10rem 0;
  }
}
.features-box-layout1 .item-content .item-content-inner .item-title {
  font-weight: 600;
}

.features-box-layout1 .item-content .item-content-inner p {
  margin-bottom: 30px;
}

.features-box-layout1 .item-content .item-content-inner.content-light .item-title {
  color: #ffffff;
}

.features-box-layout1 .item-content .item-content-inner.content-light p {
  color: #ffffff;
}

.features-box-layout1 .item-content .item-content-inner.content-light .list-item li {
  color: #ffffff;
}

.features-box-layout1 .item-content .item-content-inner.content-dark .item-title {
  color: #111111;
}

.features-box-layout1 .item-content .item-content-inner.content-dark p {
  color: #111111;
}

.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li {
  color: #111111;
}

.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li:before {
  color: #ffffff;
  background-color: #396cf0;
  box-shadow: 0px 5px 6px 0px rgba(116, 149, 231, 0.8);
}

.features-box-layout1 .item-content .item-content-inner .list-item li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}

.features-box-layout1 .item-content .item-content-inner .list-item li:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 45px;
  line-height: 25px;
  text-align: center;
  color: #111111;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 5px 6px 0px #1e4ecb;
}

.features-box-layout1 .item-content .item-content-inner .list-item li:last-child {
  margin-bottom: 0;
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 {
  position: relative;
  overflow: hidden;
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress {
  background-color: #f0f0f0;
  border-radius: 45px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress .lead {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-weight: 500;
  z-index: 5;
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress:last-child {
  margin-bottom: 0;
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar {
  background-color: #396cf0;
  height: 3.5rem;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar > span {
  background: transparent;
  float: right;
  font-size: 2rem;
  padding: 0 10px;
}

.features-box-layout1:nth-child(even) .item-content-inner {
  padding-left: 10rem;
}

@media only screen and (max-width: 1199px) {
  .features-box-layout1:nth-child(even) .item-content-inner {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .features-box-layout1:nth-child(even) .item-content-inner {
    padding-left: 0;
  }
}
.features-box-layout1:nth-child(odd) .item-content-inner {
  padding-right: 20rem;
}

@media only screen and (max-width: 991px) {
  .features-box-layout1:nth-child(odd) .item-content-inner {
    padding-right: 0;
  }
}
.features-box-layout2 {
  position: relative;
  background-color: #f8f8f8;
}

.features-box-layout2 .item-img {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-img {
    width: 100%;
  }
}
.features-box-layout2 .item-img img {
  width: 100%;
}

.features-box-layout2 .item-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-content {
    position: inherit;
    padding: 9.2rem 50px 10rem;
  }
}
@media only screen and (max-width: 575px) {
  .features-box-layout2 .item-content {
    position: inherit;
    padding: 9.2rem 0 10rem;
  }
}
.features-box-layout2 .item-content .item-content-inner {
  padding-left: 10rem;
}

@media only screen and (max-width: 1199px) {
  .features-box-layout2 .item-content .item-content-inner {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-content .item-content-inner {
    padding-left: 0;
  }
}
.features-box-layout2 .item-content .item-content-inner p {
  margin-bottom: 30px;
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 {
  position: relative;
  overflow: hidden;
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress {
  background-color: #f0f0f0;
  border-radius: 45px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress .lead {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-weight: 500;
  z-index: 5;
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress:last-child {
  margin-bottom: 0;
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar {
  background-color: #396cf0;
  height: 3.5rem;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar > span {
  background: transparent;
  font-size: 2rem;
  padding: 0 10px;
}

/*=======================================================================
[25] Banner Area Style
=========================================================================*/
.inner-page-banner {
  display: block;
  padding: 9.2rem 0;
}

.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}

.inner-page-banner .breadcrumbs-area h1, .inner-page-banner .breadcrumbs-area .h1 {
  font-weight: 500;
  text-transform: capitalize;
  color: #111111;
  font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1, .inner-page-banner .breadcrumbs-area .h1 {
    margin-bottom: 0;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #111111;
  font-size: 18px;
  position: relative;
  margin-right: 8px;
  padding-right: 20px;
}

.inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #396cf0;
}

.inner-page-banner .breadcrumbs-area ul li a {
  color: #111111;
  transition: all 0.5s ease-out;
}

.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #396cf0;
}

.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}

.inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}

.banner-wrap-layout1 {
  padding: 16rem 0;
}

.banner-box-layout1 {
  background-color: rgba(57, 108, 240, 0.8);
  padding: 40px 50px 20px;
}

.banner-box-layout1 .item-title {
  color: #ffffff;
}

.banner-box-layout1 .phone-number {
  color: #ffffff;
}

.banner-box-layout1 p {
  color: #ffffff;
}

/*=======================================================================
[26] Sidebar Area Style
=========================================================================*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.sidebar-widget-area {
  margin-bottom: 3rem;
}

.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}

.sidebar-widget-area .widget .section-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.sidebar-widget-area .widget .section-title-light {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}

.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}

.widget-search .stylish-input-group {
  background: #f1f7fa;
  border: 0;
  height: 60px;
  border-radius: 3px;
}

.widget-search .stylish-input-group .form-control {
  padding: 0.75rem 1.5rem;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  text-transform: lowercase;
  color: #000000;
  font-size: 16px;
}

.widget-search .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
}

.widget-search .stylish-input-group .input-group-addon button {
  padding: 1.5rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: all 0.5s ease-out;
}

.widget-search .stylish-input-group .input-group-addon button span:before {
  color: #3c70fa;
  font-size: 26px;
  font-weight: 600;
  margin-left: 0;
}

.widget-search .stylish-input-group .input-group-addon button:hover span {
  color: #2055e4;
}

.widget-search .stylish-input-group .input-group-addon button:focus {
  outline: none;
}

.widget-search .stylish-input-group input {
  font-size: 14px;
  color: #000000;
}

.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #444444;
  font-size: 16px;
}

.widget-search .stylish-input-group input.form-control::-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #444444;
  font-size: 16px;
}

.widget-search .stylish-input-group input.form-control:-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #444444;
  font-size: 16px;
}

.widget-search .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #444444;
  font-size: 16px;
}

.widget-categories ul li {
  position: relative;
}

.widget-categories ul li:last-child a {
  border-bottom: 0;
}

.widget-categories ul li:last-child:after {
  display: none;
}

.widget-categories ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #396cf0;
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 1;
}

.widget-categories ul li a {
  position: relative;
  z-index: 2;
  display: block;
  color: #111111;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  transition: all 0.5s ease-out;
}

.widget-categories ul li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  transition: all 0.5s ease-out;
}

.widget-categories ul li:hover a {
  color: #396cf0;
}

.widget-categories ul li:hover:after {
  right: 0;
  left: 0;
  width: 100%;
}

.widget-categories ul li:after {
  content: "";
  background-color: #396cf0;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 3;
  position: absolute;
  transition: all 0.5s ease-out;
}

.widget-top-rated ul li {
  margin-bottom: 20px;
}

.widget-top-rated ul li:last-child {
  margin-bottom: 0;
}

.widget-top-rated ul li .top-rated-content h4, .widget-top-rated ul li .top-rated-content .h4 {
  margin-bottom: 0;
}

.widget-top-rated ul li .top-rated-content h4 a, .widget-top-rated ul li .top-rated-content .h4 a {
  color: #111111;
  transition: all 0.3s ease-out;
}

.widget-top-rated ul li .top-rated-content h4 a:hover, .widget-top-rated ul li .top-rated-content .h4 a:hover {
  color: #396cf0;
}

.widget-top-rated ul li .top-rated-content .rating {
  line-height: 1.6;
  margin-bottom: 5px;
}

.widget-top-rated ul li .top-rated-content .rating li {
  display: inline;
  border-bottom: none;
}

.widget-top-rated ul li .top-rated-content .rating li i {
  color: #fdc800;
  font-size: 14px;
}

.widget-top-rated ul li .top-rated-content .amount {
  color: #396cf0;
  font-weight: 500;
  margin-bottom: 5px;
}

.widget-top-rated ul li .top-rated-content .amount .currency {
  font-weight: 500;
}

.widget-call-to-action {
  background-color: #396cf0;
  padding: 30px 20px 20px;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
}

.widget-call-to-action .media img {
  margin-top: 5px;
}

.widget-call-to-action .media .media-body h4, .widget-call-to-action .media .media-body .h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}

.widget-call-to-action .media .media-body span {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.widget-call-to-action-light {
  background-color: #ffffff;
  padding: 30px 20px 20px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.widget-call-to-action-light .media img {
  margin-top: 5px;
}

.widget-call-to-action-light .media .media-body h4, .widget-call-to-action-light .media .media-body .h4 {
  color: #111111;
  margin-bottom: 10px;
  font-weight: 500;
}

.widget-call-to-action-light .media .media-body span {
  color: #111111;
  display: block;
  margin-bottom: 10px;
}

.widget-tag li {
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #396cf0;
  background: transparent;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.widget-tag li a {
  color: #396cf0;
  display: block;
  padding: 5px 15px;
  transition: all 0.5s ease-out;
}

.widget-tag li:hover {
  background: #396cf0;
}

.widget-tag li:hover a {
  color: #ffffff;
}

.widget-price-range .price-range-wrapper {
  text-align: left;
  padding-top: 20px;
}

.widget-price-range .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}

.widget-price-range .price-range-wrapper .price-filter-wrap {
  margin-top: 15px;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button {
  margin-left: 10px;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn {
  padding: 5px 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn:focus {
  outline: none;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
  margin: 20px 0;
  text-align: center;
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}

.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0 2px;
  font-weight: 500;
  color: #222222;
}

.widget-price-range .price-range-wrapper .noUi-connect {
  background: #396cf0;
  box-shadow: none;
}

.widget-price-range .price-range-wrapper .noUi-horizontal {
  height: 7px;
}

.widget-price-range .price-range-wrapper .noUi-target {
  border-radius: 0;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 0;
}

.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #396cf0;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
}

.widget-price-range .price-range-wrapper .noUi-handle::before {
  display: none;
}

.widget-price-range .price-range-wrapper .noUi-handle::after {
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.widget-recent .media {
  margin-bottom: 30px;
}

.widget-recent .media:last-child {
  margin-bottom: 0;
}

.widget-recent .media .media-body .post-date {
  color: #396cf0;
  margin-bottom: 10px;
  font-weight: 500;
}

.widget-recent .media .media-body .post-title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.widget-recent .media .media-body .post-title a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease-out;
}

.widget-recent .media .media-body .post-title a:hover {
  color: #396cf0;
}

.widget-about-team {
  padding: 32px 25px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}

.widget-about-team img {
  margin-bottom: 16px;
}

.widget-about-team .item-content .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}

.widget-about-team .item-content .item-ctg {
  margin-bottom: 10px;
}

.widget-about-team .item-content .item-designation {
  color: #396cf0;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.widget-team-contact {
  padding: 32px 25px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}

.widget-team-contact ul li {
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}

.widget-team-contact ul li:last-child {
  margin-bottom: 0;
}

.widget-team-contact ul li span {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
}

.widget-team-contact ul li ul.widget-social {
  margin-left: 5px;
}

.widget-team-contact ul li ul.widget-social li {
  display: inline-block;
  margin-left: 5px;
}

.widget-team-contact ul li ul.widget-social li a {
  color: #396cf0;
  padding: 5px 10px;
  transition: all 0.3s ease-out;
}

.widget-team-contact ul li ul.widget-social li a:hover {
  color: #111111;
}

.widget-about-info ul {
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 30px;
  width: 100%;
}

.widget-about-info ul li {
  display: inline-block;
  width: 100%;
}

.widget-about-info ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  transition: all 0.5s ease-out;
}

.widget-about-info ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  top: -3px;
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  transition: all 0.5s ease-out;
}

.widget-about-info ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  transition: all 0.5s ease-out;
}

.widget-about-info ul li a:hover {
  color: #396cf0;
}

.widget-about-info ul li a:hover:after {
  background-color: #396cf0;
}

.widget-about-info ul li a:hover:before {
  color: #396cf0;
}

.widget-about-info ul li a.active {
  color: #396cf0;
}

.widget-about-info ul li a.active:after {
  background-color: #396cf0;
}

.widget-about-info ul li a.active:before {
  color: #396cf0;
}

.widget-about-info ul li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget-department-info ul {
  margin-top: 30px;
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 15px 30px;
  width: 100%;
}

.widget-department-info ul li {
  width: 100%;
}

.widget-department-info ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  transition: all 0.5s ease-out;
}

.widget-department-info ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  transition: all 0.5s ease-out;
}

.widget-department-info ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  transition: all 0.5s ease-out;
}

.widget-department-info ul li a:hover {
  color: #396cf0;
}

.widget-department-info ul li a:hover:after {
  background-color: #396cf0;
}

.widget-department-info ul li a:hover:before {
  color: #396cf0;
}

.widget-department-info ul li .active {
  color: #396cf0;
}

.widget-department-info ul li .active:after {
  background-color: #396cf0;
}

.widget-department-info ul li .active:before {
  color: #396cf0;
}

.widget-department-info ul li:last-child a {
  border-bottom: none;
}

.widget-ad-area {
  position: relative;
  border-radius: 4px;
  text-align: center;
}

.widget-ad-area .item-btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.widget-ad-area .item-btn {
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}

.widget-ad-area .item-btn i {
  color: #396cf0;
  margin-left: 15px;
  transition: all 0.3s ease-out;
}

.widget-ad-area .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.widget-ad-area .item-btn:hover i {
  color: #ffffff;
}

.widget-schedule {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 4px;
}

.widget-schedule ul li {
  margin-bottom: 15px;
}

.widget-schedule ul li span {
  display: block;
}

.widget-schedule ul li span.bold {
  font-weight: 700;
}

.widget-schedule ul li:last-child {
  margin-bottom: 0;
}

.widget-appointment {
  background-color: #396cf0;
  padding: 30px;
  border-radius: 4px;
}

.widget-appointment form {
  margin-top: 30px;
}

.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #a6bfff;
}

.widget-appointment .select2-container--classic .select2-selection--single {
  background-color: #2555d0;
  border: 1px solid #2555d0;
  border-radius: 4px;
}

.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}

.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #a6bfff transparent transparent transparent;
}

.widget-appointment .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a6bfff transparent;
}

.widget-appointment .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.widget-appointment .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0;
}

.widget-appointment input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #ffffff;
  border: 1px solid #2555d0;
}

.widget-appointment .form-control {
  color: #ffffff;
  background: #2555d0;
  border-radius: 4px;
}

.widget-appointment .form-control:focus {
  border-color: #2555d0;
}

.widget-appointment textarea {
  font-size: 16px;
  padding: 15px;
  color: #111111;
  border: 1px solid #2555d0;
  border-radius: 4px;
}

.widget-appointment textarea:focus {
  border-color: #2555d0;
}

.widget-appointment input.form-control::-webkit-input-placeholder,
.widget-appointment textarea.form-control::-webkit-input-placeholder {
  color: #a6bfff;
}

.widget-appointment input.form-control::-moz-placeholder,
.widget-appointment textarea.form-control::-moz-placeholder {
  color: #a6bfff;
}

.widget-appointment input.form-control:-moz-placeholder,
.widget-appointment textarea.form-control:-moz-placeholder {
  color: #a6bfff;
}

.widget-appointment input.form-control:-ms-input-placeholder,
.widget-appointment textarea.form-control:-ms-input-placeholder {
  color: #a6bfff;
}

.widget-appointment .form-group {
  margin-bottom: 15px;
  position: relative;
}

.widget-appointment .form-group i {
  color: #a6bfff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.widget-appointment .item-btn {
  padding: 12px 25px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.widget-appointment .item-btn i {
  margin-left: 10px;
  position: inherit;
  transform: inherit;
  color: #111111;
  font-size: 14px;
  transition: all 0.3s ease-out;
}

.widget-appointment .item-btn:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #ffffff;
}

.widget-appointment .item-btn:hover i {
  color: #ffffff;
}

/*=======================================================================
[27] Footer Top Area Style
=========================================================================*/
.footer-top-wrap {
  background-color: #1f1f1f;
  padding: 90px 0px 38px;
  border-bottom: 1px solid #333333;
}

.footer-box {
  margin-bottom: 30px;
}

.footer-box .footer-logo {
  padding-bottom: 25px;
}

.footer-box .footer-about {
  font-size: 17px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-about {
    font-size: 16px;
  }
}
.footer-box .footer-about p {
  color: #e3e3e3;
}

.footer-box .footer-contact-info {
  margin-bottom: 32px;
}

.footer-box .footer-contact-info li {
  font-size: 17px;
  color: #cecece;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-contact-info li {
    font-size: 16px;
  }
}
.footer-box .footer-contact-info li:last-child {
  margin-bottom: 0px;
}

.footer-box .footer-contact-info li i {
  font-size: 20px;
  color: #ffffff;
  top: 5px;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-contact-info li i {
    font-size: 20px;
  }
}
.footer-box .footer-social li {
  display: inline-block;
  margin-right: 13px;
}

@media only screen and (max-width: 1199px) {
  .footer-box .footer-social li {
    margin-right: 5px;
  }
}
.footer-box .footer-social li a {
  padding: 5px;
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.footer-box .footer-social li a:hover {
  color: #396cf0;
}

.footer-box .footer-header {
  position: relative;
}

.footer-box .footer-header:after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #396cf0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.footer-box .footer-header h3, .footer-box .footer-header .h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .footer-box .footer-header h3, .footer-box .footer-header .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-header h3, .footer-box .footer-header .h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-box .footer-header h3, .footer-box .footer-header .h3 {
    font-size: 20px;
  }
}
.footer-box .footer-latest-post li {
  line-height: 22px;
  margin-bottom: 20px;
}

.footer-box .footer-latest-post li:last-child {
  margin-bottom: 0px;
}

.footer-box .footer-latest-post li a {
  font-size: 17px;
  color: #e3e3e3;
  margin-bottom: 12px;
  display: block;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-latest-post li a {
    font-size: 16px;
  }
}
.footer-box .footer-latest-post li a:hover {
  color: #396cf0;
}

.footer-box .footer-latest-post li span {
  font-size: 16px;
  color: #8a8a8a;
  display: block;
}

.footer-box .footer-departments li {
  margin-bottom: 10px;
}

.footer-box .footer-departments li:last-child {
  margin-bottom: 0px;
}

.footer-box .footer-departments li a {
  font-size: 17px;
  color: #e3e3e3;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-departments li a {
    font-size: 16px;
  }
}
.footer-box .footer-departments li a:hover {
  color: #396cf0;
}

.footer-box .footer-quick-link li {
  margin-bottom: 10px;
}

.footer-box .footer-quick-link li:last-child {
  margin-bottom: 0px;
}

.footer-box .footer-quick-link li a {
  font-size: 17px;
  color: #e3e3e3;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-quick-link li a {
    font-size: 16px;
  }
}
.footer-box .footer-quick-link li a:hover {
  color: #396cf0;
}

.footer-box .footer-opening-hours li {
  font-size: 17px;
  color: #e3e3e3;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-opening-hours li {
    font-size: 16px;
  }
}
.footer-box .footer-opening-hours li:last-child {
  margin-bottom: 0px;
}

.footer-box .footer-opening-hours li span {
  color: #396cf0;
}

.footer-center-wrap {
  padding: 30px 0;
  background-color: #2a2a2a;
}

@media only screen and (max-width: 991px) {
  .footer-center-wrap {
    padding: 50px 0;
  }
}
.footer-center-wrap .footer-social {
  height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .footer-center-wrap .footer-social {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer-center-wrap .footer-social ul {
    margin-bottom: 30px;
  }
}
.footer-center-wrap .footer-social ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}

.footer-center-wrap .footer-social ul li a {
  padding: 10px 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-out;
}

.footer-center-wrap .footer-social ul li a:hover {
  color: #396cf0;
}

.footer-center-wrap .newsletter-title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-center-wrap .newsletter-title {
    justify-content: center;
  }
}
.footer-center-wrap .newsletter-title .item-title {
  color: #ffffff;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footer-center-wrap .newsletter-title .item-title {
    margin-bottom: 30px;
  }
}
.footer-center-wrap .newsletter-form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-center-wrap .newsletter-form .stylish-input-group {
  background: #1f1f1f;
  border: 0;
  height: 50px;
  border-radius: 30px;
}

.footer-center-wrap .newsletter-form .stylish-input-group .form-control {
  padding: 0.75rem 2.5rem;
  border: none;
  box-shadow: none;
  border-radius: 30px 0 0 30px;
  background: #1f1f1f;
  text-transform: lowercase;
  font-size: 15px;
  color: #ffffff;
  height: 50px;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0 30px 30px 0;
  background: #396cf0 !important;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:focus {
  outline: none;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button {
  border-radius: 0 30px 30px 0;
  padding: 15px 30px;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: 0.5s ease-in-out;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button span {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button:focus {
  outline: none;
}

.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:hover {
  background-color: #2055e4 !important;
}

.footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}

.footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}

.footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}

.footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}

.footer-bottom-wrap {
  background-color: #1f1f1f;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c7c7c;
  text-align: center;
}

.footer-bottom-wrap .copyright a {
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.footer-bottom-wrap .copyright a:hover {
  color: #396cf0;
}

/*=======================================================================
[28] Preloader Style
=========================================================================*/
#preloader {
  background: #ffffff url("../../images/preloader.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

/*=======================================================================
[29] Button Style
=========================================================================*/
.isotop-btn {
  text-align: center;
  margin-bottom: 45px;
}

.isotop-btn:after {
  display: none;
}

.isotop-btn a {
  background-color: #ffffff;
  color: #444444;
  padding: 8px;
  font-size: 18px;
  display: inline-block;
  margin: 0 3px 5px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(206, 216, 221, 0.75);
  transition: all 0.5s ease-out;
}

.isotop-btn a p {
  background-color: #ffffff;
  color: #444444;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(206, 216, 221, 0.75);
  transition: all 0.5s ease-out;
}

.isotop-btn a:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.isotop-btn .current {
  background-color: #396cf0;
  color: #ffffff;
}

.play-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}

.play-btn i {
  display: block;
  line-height: 1;
  transition: all 0.5s ease-out;
}

.play-btn i:before {
  font-size: 60px;
  margin-left: 0;
  color: #ffffff;
}

.play-btn:hover i {
  opacity: 0.6;
}

.blog-btn {
  margin-top: 40px;
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-out;
}

.blog-btn i {
  color: #396cf0;
  margin-left: 15px;
  transition: all 0.3s ease-out;
}

.blog-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}

.blog-btn:hover i {
  color: #ffffff;
}

.loadmore-layout1 {
  text-align: center;
}

.loadmore-layout1 .item-btn {
  padding: 12px 22px;
  font-size: 15px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.loadmore-layout1 .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}

/*=======================================================================
[30] ScrollUp Style
=========================================================================*/
.scrollUp {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 45px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: rgba(57, 108, 240, 0.8);
  display: block;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.scrollUp i {
  display: inline-block;
  transition: all 0.5s ease-out;
}

.scrollUp:hover,
.scrollUp:focus {
  color: #ffffff;
}

.scrollUp:hover i,
.scrollUp:focus i {
  animation: toBottomFromTop 0.5s forwards;
}

.scrollUp.back-top {
  bottom: 105px;
}

/*=======================================================================
[31] Service Style
=========================================================================*/
@media only screen and (max-width: 1199px) {
  .service-wrap-layout1 {
    padding: 10rem 0;
  }
}
.service-wrap-layout1 .service-inner-layout1 {
  position: relative;
  top: -125px;
  z-index: 20;
}

@media only screen and (max-width: 1199px) {
  .service-wrap-layout1 .service-inner-layout1 {
    position: inherit;
  }
}
.service-wrap-layout1 .service-inner-layout1 .single-item:first-child .service-box-layout1 {
  border-radius: 4px 0 0 4px;
}

.service-wrap-layout1 .service-inner-layout1 .single-item:last-child .service-box-layout1 {
  border-radius: 0 4px 4px 0;
}

.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(odd) .service-box-layout1 {
  background-color: #396cf0;
}

.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(odd) .service-box-layout1:hover {
  background-color: #3364e2;
}

.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(even) .service-box-layout1 {
  background-color: #3c70fa;
}

.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(even) .service-box-layout1:hover {
  background-color: #3364e2;
}

.service-box-layout1 {
  text-align: center;
  padding: 50px 40px 35px;
  color: #ffffff;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
  .service-box-layout1 {
    padding: 30px 30px 40px;
  }
}
.service-box-layout1 .item-icon {
  overflow: hidden;
  margin-bottom: 15px;
}

.service-box-layout1 .item-icon i {
  display: inline-block;
}

.service-box-layout1 .item-icon i:before {
  font-size: 50px;
  margin-left: 0;
}

.service-box-layout1 .item-title {
  text-transform: capitalize;
  font-weight: 600;
}

.service-box-layout1 .item-title a {
  color: #ffffff;
  transition: all 0.3s ease-out;
}

.service-box-layout1 .item-title a:hover {
  color: #e3e3e3;
}

.service-box-layout1 p {
  font-size: 17px;
  color: #ffffff;
}

.service-box-layout1:hover .item-icon i {
  animation: toTopFromBottom 0.5s forwards;
}

/*=======================================================================
[32] Why Choose Style
=========================================================================*/
.why-choose-wrap-layout1 {
  padding-top: 5rem;
}

.why-choose-box-layout1 {
  padding-top: 10rem;
  padding-bottom: 13rem;
}

.why-choose-box-layout1 .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.why-choose-box-layout1 .sub-title {
  font-size: 20px;
  width: 80%;
  margin-bottom: 24px;
}

.why-choose-box-layout2 {
  position: relative;
  text-align: center;
}

.why-choose-box-layout2 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .why-choose-box-layout2 img {
    position: inherit;
  }
}
.choose-list-layout1 {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .choose-list-layout1 {
    padding-right: 0;
  }
}
.choose-list-layout1 .panel-default {
  margin-top: 0 !important;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  margin-bottom: 3px;
  transition: all 0.3s ease-out;
}

.choose-list-layout1 .panel-default:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.choose-list-layout1 .panel-default .panel-heading {
  border-radius: 4px;
  background-color: #f1f7fa;
  padding: 0;
  transition: all 0.5s ease-out;
  position: relative;
}

.choose-list-layout1 .panel-default .panel-heading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dde3e6;
  z-index: 7;
  top: 0;
  right: 60px;
}

.choose-list-layout1 .panel-default .panel-heading .panel-title {
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.choose-list-layout1 .panel-default .panel-heading .panel-title a {
  border-radius: 4px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 60px 15px 30px;
  display: block;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 575px) {
  .choose-list-layout1 .panel-default .panel-heading .panel-title a {
    font-size: 18px;
  }
}
.choose-list-layout1 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}

.choose-list-layout1 .panel-default .panel-heading .accordion-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  right: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.choose-list-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f054";
  color: #396cf0;
  transition: all 0.3s ease-out;
}

.choose-list-layout1 .panel-default .panel-collapse {
  background: transparent;
  transition: all 0.5s ease-out;
}

.choose-list-layout1 .panel-default .panel-body {
  background-color: #f1f7fa;
  padding: 25px 30px 15px;
  border-radius: 4px;
  max-height: 132px;
  overflow-y: scroll;
}

.choose-list-layout1 .panel-default .active:after {
  background-color: #2055e4;
}

.choose-list-layout1 .panel-default .active .panel-title a {
  color: #ffffff;
  background-color: #396cf0;
}

.choose-list-layout1 .panel-default .active .accordion-toggle:after {
  color: #ffffff !important;
}

/*=======================================================================
[33] Animation Style
=========================================================================*/
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop10 {
  49% {
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft10 {
  5% {
    left: -5px;
  }
  30% {
    opacity: 0.5;
    left: 10px;
  }
  60% {
    left: 5px;
    opacity: 1;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(50%);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}
.progress-custom {
  height: auto !important;
  line-height: 33px;
}

@media (min-width: 430px) {
  .dropdown-menu.dropdown-menu-xl {
    width: 240px;
  }
  .dropdown-menu .absolute {
    position: absolute;
  }
}
.showEditFormBackground {
  background-color: #F1F7FA;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

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

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

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

.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.btn-outline-active-indigo {
  border: 0.5px solid #608cea;
  box-sizing: border-box;
  border-radius: 5px;
  color: #486580;
  background: #f8faff !important;
}

.btn-outline-bold {
  border: 0.5px solid #122b42;
  box-sizing: border-box;
  border-radius: 5px;
  color: #122b42 !important;
}

.btn-active-indigo {
  background: #608CEA;
  border-radius: 5px;
  color: white;
}

@keyframes animateElement {
  /*0% {*/
  /*    opacity:0;*/
  /*    transform:  translate(0px,10px);*/
  /*}*/
  /*100% {*/
  /*    opacity:1;*/
  /*    transform:  translate(0px,0px);*/
  /*}*/
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.bubble {
  animation: animateElement linear 0.3s;
  animation-iteration-count: 1;
}

.stars-outer {
  position: relative;
  display: inline-block;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}

.stars-outer::before {
  content: "\e916  \e916  \e916  \e916  \e916";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #cccccc;
}

.stars-inner::before {
  content: "\e915  \e915  \e915  \e915  \e915";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #fce839;
}

.star-color {
  color: #FFB700 !important;
}

.error {
  color: #b01e1e !important;
}

.btn-linkedin {
  color: #FFFFFF;
  background-color: #0a66c2;
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #FFFFFF;
  background-color: #0a66c2;
  border-color: #0a66c2;
}

.btn-facebook {
  color: #FFFFFF;
  background-color: #1877f2;
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #FFFFFF;
  background-color: #1877f2;
  border-color: #1877f2;
}

.mw-35 {
  max-width: 35px !important;
}

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

.mh-100px {
  height: 100px !important;
}

.mh-25px {
  height: 25px !important;
}

.mh-50px {
  height: 50px !important;
}

.min-h-100px {
  min-height: 100px !important;
}

.has-search .form-control {
  padding-left: 2.375rem;
  border: none;
}

.has-search .span {
  border-radius: 50%;
  height: 26px;
  width: 26px;
  line-height: 26px;
  top: 10%;
  left: 6%;
}

.has-search .form-control-feedback {
  position: absolute;
  cursor: pointer;
  width: 1.5rem;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  margin-top: 13px;
  margin-left: 5px;
}

.swal2-popup {
  font-size: 1.3rem !important;
  font-family: Georgia, serif;
}

.menu-hover {
  color: #000 !important;
}

.menu-hover:hover {
  color: #FFFFFF !important;
  background-color: #396cf0;
}

.menu-hover h6:hover, .menu-hover .h6:hover {
  color: #FFFFFF !important;
}

.menu-hover-danger {
  color: #000 !important;
}

.menu-hover-danger:hover {
  color: #FFFFFF !important;
  background-color: #E3342F;
}

.menu-hover-danger h6:hover, .menu-hover-danger .h6:hover {
  color: #FFFFFF !important;
}

.team-box-layout7 {
  background-color: #f6f9ff;
  border-radius: 6px;
  padding: 10px 30px;
  position: relative;
  background-image: none;
}

.custom-primary-btn:hover {
  background-color: transparent;
  color: #396cf0 !important;
}

.custom-secondary-btn:hover {
  background-color: transparent;
  color: #6c757d !important;
}

.custom-danger-btn:hover {
  background-color: transparent;
  color: #E3342F !important;
}

/**
Messaging
*/
.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}

.received_withd_msg p {
  background: #EBF6FF none repeat scroll 0 0;
  border-radius: 3px;
  color: #486580;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.time_date {
  color: #003688;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
  float: right;
}

.received_withd_msg {
  width: 57%;
}

.sent_msg p {
  background: #2555C9 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #FFFFFF;
  padding: 5px 10px 5px 12px;
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.sent_msg a {
  color: #ddd;
}

.outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}

.sent_msg {
  float: right;
  width: 46%;
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: top;
}

.sending_msg_img {
  display: inline-block;
  width: 6%;
  float: right;
}

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.write_msg {
  background: #F2F7FE !important;
  border-radius: 5px !important;
  width: 100%;
  border: none !important;
  min-height: 4em;
  max-height: 4em;
}

.input-outline-light {
  border: 0.5px solid #486580;
  box-sizing: border-box;
  border-radius: 5px;
  color: #486580 !important;
}

.btn-outline-ghost {
  color: #396cf0 !important;
  background-color: #FFFFFF !important;
  border-color: #396cf0 !important;
}

.btn-outline-ghost:hover {
  background-color: #396cf0 !important;
  color: #FFFFFF !important;
}

.btn-fill {
  color: #FFFFFF !important;
  background-color: #396cf0 !important;
}

.btn-fill:hover {
  background-color: #FFFFFF !important;
  box-shadow: inherit !important;
  color: #396cf0 !important;
  border-color: #396cf0 !important;
}

.team-details-wrap-layout1 {
  padding: 10rem 0px;
}

.team-detail-box-layout5 {
  padding: 50px 55px 60px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}

.team-detail-box-layout5 .single-item {
  margin-bottom: 40px;
}

.team-detail-box-layout5 .single-item:last-child {
  margin-bottom: 0;
}

.team-detail-box-layout5 .single-item .section-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}

.team-detail-box-layout5 .single-item table.schedule-table tbody td .item-btn {
  border: 1px solid #396cf0;
  color: #396cf0;
  padding: 7px 50px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}

.team-detail-box-layout5 .single-item table.schedule-table tbody td .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
}

.team-detail-box-layout5 .single-item table.schedule-table tbody .schedule-btn {
  text-align: right;
}

.datdatdat {
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

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

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

.header-action-items-layout1 .dropdown .dropdown-toggle::after {
  margin-top: 6px !important;
}

.header-action-items-layout1 ul .action-items-outline-primary-btn {
  font-size: 14px;
  display: inline-block;
  padding: 14px 24px;
  color: #396cf0;
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #396cf0;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}

.header-action-items-layout1 ul .action-items-outline-primary-btn p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.header-action-items-layout1 ul .action-items-outline-primary-btn i {
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .form-control {
    font-size: 2rem !important;
  }

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

  .wv70 {
    width: 70vw !important;
  }

  .padding-l-md-0 {
    padding-left: 0;
  }

  .padding-l-md-10 {
    padding-left: 10px;
  }
}
.profile-detail-table-head {
  vertical-align: middle;
  padding: 13px 30px;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  border: 0px;
}

.profile-detail-table-inline {
  vertical-align: middle;
  padding: 13px 30px;
  font-size: 16px;
  color: #111111;
  border: 0px;
}

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

@media (min-width: 1200px) {
  .padding-l-lg-50 {
    padding-left: 50px;
  }

  .padding-l-lg-30 {
    padding-left: 30px;
  }

  .batbatbat {
    overflow: hidden;
    text-overflow: ellipsis;
  }

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

  .w-xxl-85 {
    width: 85% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .w-xl-85 {
    width: 85% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .w-md-85 {
    width: 85% !important;
  }
}
@media (min-width: 576px) {
  .batbatbat {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .batbatbat a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.img-44 {
  max-width: 44px;
}

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

.border-top-1-gray {
  border-top: 1px solid #e6e5e5;
}

.max-lines-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.2;
  max-height: 3.6;
}

.max-lines-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 2.4em;
}

.mh-35px {
  max-height: 35px !important;
}

.mt8rem {
  margin-top: 8rem !important;
}

.browseImage {
  width: 195px !important;
  height: 263px !important;
}

.form-control {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

.disableMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: not-allowed;
}

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

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